SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=2083 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_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 (6, 'action_scheduler/migration_hook', 'failed', '2024-11-14 07:45:49', '2024-11-14 07:45:49', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1731570349;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1731570349;}', 1, 1, '2024-11-14 08:06:49', '2024-11-14 08:06:49', '0', NULL);

INSERT IGNORE INTO `SnT_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 (26, 'action_scheduler/migration_hook', 'failed', '2024-11-19 19:14:31', '2024-11-19 19:14:31', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1732043671;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1732043671;}', 1, 1, '2024-11-19 19:15:26', '2024-11-19 19:15:26', '0', NULL);

INSERT IGNORE INTO `SnT_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 (27, 'wpforms_process_forms_locator_scan', 'failed', '2024-11-19 19:13:31', '2024-11-19 19:13:31', 10, '{\"tasks_meta_id\":4}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732043611;s:18:\"\0*\0first_timestamp\";i:1732043611;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732043611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2024-11-19 19:13:31', '2024-11-19 19:13:31', '0', NULL);

INSERT IGNORE INTO `SnT_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 (28, 'wpforms_process_purge_spam', 'failed', '2024-11-19 19:13:31', '2024-11-19 19:13:31', 10, '{\"tasks_meta_id\":5}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732043611;s:18:\"\0*\0first_timestamp\";i:1732043611;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732043611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2024-11-19 19:13:31', '2024-11-19 19:13:31', '0', NULL);

INSERT IGNORE INTO `SnT_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 (29, 'wpforms_process_purge_spam', 'failed', '2024-11-19 19:13:31', '2024-11-19 19:13:31', 10, '{\"tasks_meta_id\":6}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732043611;s:18:\"\0*\0first_timestamp\";i:1732043611;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732043611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2024-11-19 19:13:31', '2024-11-19 19:13:31', '0', NULL);

INSERT IGNORE INTO `SnT_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 (36, 'yith_shippo_update_carriers_logo', 'failed', '2024-11-19 19:17:36', '2024-11-19 19:17:36', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732043856;s:18:\"\0*\0first_timestamp\";i:1732043856;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732043856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 4, 1, '2024-11-19 19:18:22', '2024-11-19 19:18:22', '0', NULL);

INSERT IGNORE INTO `SnT_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 (38, 'yith_shippo_update_carriers_logo', 'failed', '2024-12-19 19:18:22', '2024-12-19 19:18:22', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734635902;s:18:\"\0*\0first_timestamp\";i:1732043856;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734635902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 4, 1, '2024-12-19 19:30:48', '2024-12-19 19:30:48', '0', NULL);

INSERT IGNORE INTO `SnT_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 (58, 'action_scheduler/migration_hook', 'failed', '2024-11-21 17:51:56', '2024-11-21 17:51:56', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1732211516;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1732211516;}', 1, 1, '2024-11-21 17:56:46', '2024-11-21 17:56:46', '0', NULL);

INSERT IGNORE INTO `SnT_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 (61, 'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications', 'failed', '2024-11-21 18:56:39', '2024-11-21 18:56:39', 10, '[]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2024-11-21 18:56:39', '2024-11-21 18:56:39', '0', NULL);

INSERT IGNORE INTO `SnT_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 (120, 'yith_shippo_autotracking', 'failed', '2024-11-26 13:29:09', '2024-11-26 13:29:09', 10, '{\"limit\":20,\"offset\":0}', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1732627749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1732627749;}', 3, 1, '2024-11-27 10:46:39', '2024-11-27 10:46:39', '0', NULL);

INSERT IGNORE INTO `SnT_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 (126, 'action_scheduler/migration_hook', 'failed', '2024-11-27 11:15:08', '2024-11-27 11:15:08', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1732706108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1732706108;}', 1, 1, '2024-11-27 11:15:47', '2024-11-27 11:15:47', '0', NULL);

INSERT IGNORE INTO `SnT_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 (129, 'action_scheduler/migration_hook', 'failed', '2024-11-27 11:52:05', '2024-11-27 11:52:05', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1732708325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1732708325;}', 1, 1, '2024-11-27 11:52:16', '2024-11-27 11:52:16', '0', NULL);

INSERT IGNORE INTO `SnT_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 (210, 'yith_shippo_update_carriers_logo', 'failed', '2025-01-18 19:30:48', '2025-01-18 19:30:48', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1737228648;s:18:\"\0*\0first_timestamp\";i:1732043856;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1737228648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 4, 1, '2025-01-18 19:43:59', '2025-01-18 19:43:59', '0', NULL);

INSERT IGNORE INTO `SnT_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 (933, 'yith_shippo_update_carriers_logo', 'failed', '2025-02-17 19:43:59', '2025-02-17 19:43:59', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1739821439;s:18:\"\0*\0first_timestamp\";i:1732043856;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1739821439;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 4, 1, '2025-02-17 20:02:21', '2025-02-17 20:02:21', '0', NULL);

INSERT IGNORE INTO `SnT_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 (1650, 'yith_shippo_update_carriers_logo', 'failed', '2025-03-19 20:02:21', '2025-03-19 20:02:21', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742414541;s:18:\"\0*\0first_timestamp\";i:1732043856;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742414541;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}', 4, 1, '2025-03-19 20:08:53', '2025-03-19 20:08:53', '0', NULL);

INSERT IGNORE INTO `SnT_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 (1996, 'action_scheduler/migration_hook', 'failed', '2025-03-06 09:04:57', '2025-03-06 09:04:57', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1741251897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1741251897;}', 1, 1, '2025-03-06 09:05:25', '2025-03-06 09:05:25', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2040, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-14 20:09:04', '2025-04-14 20:09:04', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744661344;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744661344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-14 20:40:59', '2025-04-14 20:40:59', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2041, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-15 20:40:59', '2025-04-15 20:40:59', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744749659;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744749659;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-15 21:03:57', '2025-04-15 21:03:57', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2042, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-16 21:03:57', '2025-04-16 21:03:57', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744837437;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744837437;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-16 21:07:02', '2025-04-16 21:07:02', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2043, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-17 21:07:02', '2025-04-17 21:07:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744924022;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744924022;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-17 21:47:46', '2025-04-17 21:47:46', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2044, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-18 21:47:46', '2025-04-18 21:47:46', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745012866;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745012866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-18 22:00:25', '2025-04-18 22:00:25', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2045, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-19 22:00:25', '2025-04-19 22:00:25', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745100025;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745100025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-19 22:19:57', '2025-04-19 22:19:57', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2046, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-20 22:19:57', '2025-04-20 22:19:57', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745187597;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745187597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-20 22:25:03', '2025-04-20 22:25:03', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2047, 'fetch_patterns', 'complete', '2025-04-20 05:32:19', '2025-04-20 05:32:19', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745127139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745127139;}', 3, 1, '2025-04-20 05:34:23', '2025-04-20 05:34:23', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2048, 'action_scheduler/migration_hook', 'complete', '2025-04-20 05:33:19', '2025-04-20 05:33:19', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745127199;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745127199;}', 1, 1, '2025-04-20 05:34:23', '2025-04-20 05:34:23', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2049, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-21 22:25:03', '2025-04-21 22:25:03', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745274303;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745274303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-21 22:47:51', '2025-04-21 22:47:51', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2050, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-22 22:47:51', '2025-04-22 22:47:51', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745362071;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745362071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-22 23:09:55', '2025-04-22 23:09:55', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2051, 'woocommerce_run_on_woocommerce_admin_updated', 'complete', '2025-04-22 22:27:34', '2025-04-22 22:27:34', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1745360854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1745360854;}', 5, 1, '2025-04-22 22:27:34', '2025-04-22 22:27:34', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2052, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-23 23:09:55', '2025-04-23 23:09:55', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745449795;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745449795;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-23 23:20:46', '2025-04-23 23:20:46', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2053, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-24 23:20:46', '2025-04-24 23:20:46', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745536846;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745536846;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-25 00:42:58', '2025-04-25 00:42:58', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2054, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-26 00:42:58', '2025-04-26 00:42:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745628178;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745628178;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-26 00:45:34', '2025-04-26 00:45:34', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2055, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-27 00:45:34', '2025-04-27 00:45:34', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745714734;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745714734;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-27 00:47:02', '2025-04-27 00:47:02', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2056, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-28 00:47:02', '2025-04-28 00:47:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745801222;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745801222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-28 00:58:46', '2025-04-28 00:58:46', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2057, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-29 00:58:46', '2025-04-29 00:58:46', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745888326;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745888326;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-29 01:09:08', '2025-04-29 01:09:08', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2058, 'woocommerce_cleanup_draft_orders', 'complete', '2025-04-30 01:09:08', '2025-04-30 01:09:08', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745975348;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745975348;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-04-30 02:07:24', '2025-04-30 02:07:24', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2059, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-01 02:07:24', '2025-05-01 02:07:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746065244;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746065244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-01 02:13:11', '2025-05-01 02:13:11', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2060, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-02 02:13:11', '2025-05-02 02:13:11', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746151991;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746151991;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-02 03:10:14', '2025-05-02 03:10:14', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2061, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-03 03:10:14', '2025-05-03 03:10:14', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746241814;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746241814;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-03 04:00:51', '2025-05-03 04:00:51', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2062, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-04 04:00:51', '2025-05-04 04:00:51', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746331251;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746331251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-04 04:39:16', '2025-05-04 04:39:16', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2063, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-05 04:39:16', '2025-05-05 04:39:16', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746419956;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746419956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-05 04:39:37', '2025-05-05 04:39:37', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2064, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-06 04:39:37', '2025-05-06 04:39:37', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746506377;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746506377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-06 04:57:05', '2025-05-06 04:57:05', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2065, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-07 04:57:05', '2025-05-07 04:57:05', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746593825;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746593825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-07 05:30:06', '2025-05-07 05:30:06', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2066, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-08 05:30:06', '2025-05-08 05:30:06', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746682206;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746682206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-08 05:56:31', '2025-05-08 05:56:31', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2067, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-09 05:56:31', '2025-05-09 05:56:31', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746770191;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746770191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-09 06:27:48', '2025-05-09 06:27:48', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2068, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-10 06:27:48', '2025-05-10 06:27:48', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746858468;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746858468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-10 07:05:24', '2025-05-10 07:05:24', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2069, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-11 07:05:24', '2025-05-11 07:05:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746947124;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746947124;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-11 07:06:06', '2025-05-11 07:06:06', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2070, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-12 07:06:06', '2025-05-12 07:06:06', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747033566;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747033566;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-12 07:24:23', '2025-05-12 07:24:23', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2071, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-13 07:24:23', '2025-05-13 07:24:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747121063;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747121063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-13 07:25:55', '2025-05-13 07:25:55', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2072, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-14 07:25:55', '2025-05-14 07:25:55', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747207555;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747207555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-14 07:34:50', '2025-05-14 07:34:50', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2073, 'woocommerce_cleanup_draft_orders', 'complete', '2025-05-15 07:34:50', '2025-05-15 07:34:50', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747294490;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747294490;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-05-15 07:46:56', '2025-05-15 07:46:56', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2074, 'woocommerce_cleanup_draft_orders', 'pending', '2025-05-16 07:46:56', '2025-05-16 07:46:56', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747381616;s:18:\"\0*\0first_timestamp\";i:1732043609;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747381616;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 `SnT_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 (2075, 'instawp_send_heartbeat', 'complete', '2025-05-15 16:09:02', '2025-05-15 16:09:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747325342;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747325342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 9, 1, '2025-05-15 16:09:38', '2025-05-15 16:09:38', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2076, 'instawp_handle_heartbeat', 'complete', '2025-05-15 16:09:02', '2025-05-15 16:09:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747325342;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747325342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 9, 1, '2025-05-15 16:09:38', '2025-05-15 16:09:38', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2077, 'instawp_prepare_large_files_list', 'complete', '2025-05-15 16:09:02', '2025-05-15 16:09:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747325342;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747325342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 9, 1, '2025-05-15 16:09:38', '2025-05-15 16:09:38', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2078, 'instawp_clean_migrate_files', 'complete', '2025-05-15 16:09:02', '2025-05-15 16:09:02', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747325342;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747325342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 9, 1, '2025-05-15 16:09:38', '2025-05-15 16:09:38', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2079, 'instawp_send_heartbeat', 'pending', '2025-05-16 16:09:38', '2025-05-16 16:09:38', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747411778;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747411778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 9, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2080, 'instawp_handle_heartbeat', 'pending', '2025-05-15 20:09:38', '2025-05-15 20:09:38', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747339778;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747339778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 9, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2081, 'instawp_prepare_large_files_list', 'pending', '2025-05-15 17:09:38', '2025-05-15 17:09:38', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747328978;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747328978;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 9, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `SnT_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 (2082, 'instawp_clean_migrate_files', 'pending', '2025-05-16 16:09:38', '2025-05-16 16:09:38', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1747411778;s:18:\"\0*\0first_timestamp\";i:1747325342;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1747411778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 9, '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 `SnT_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=21203 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'wpforms');

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

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (4, 'yith-shippo-carriers');

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (5, 'woocommerce-remote-inbox-engine');

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (6, 'woocommerce-db-updates');

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (7, 'wc-admin-data');

INSERT IGNORE INTO `SnT_actionscheduler_groups` (`group_id`, `slug`) VALUES (8, 'wc_update_product_default_cat');

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

CREATE TABLE IF NOT EXISTS `SnT_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=6217 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4, 6, 'action created', '2024-11-14 07:44:49', '2024-11-14 07:44:49');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (14, 6, 'action started via WP Cron', '2024-11-14 08:06:49', '2024-11-14 08:06:49');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (15, 6, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-11-14 08:06:49', '2024-11-14 08:06:49');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (58, 26, 'action created', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (59, 27, 'action created', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (60, 28, 'action created', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (61, 29, 'action created', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (63, 27, 'action started via Async Request', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64, 27, 'action failed via Async Request: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (66, 28, 'action started via Async Request', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (67, 28, 'action failed via Async Request: Scheduled action for wpforms_process_purge_spam will not be executed as no callbacks are registered.', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (69, 29, 'action started via Async Request', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (70, 29, 'action failed via Async Request: Scheduled action for wpforms_process_purge_spam will not be executed as no callbacks are registered.', '2024-11-19 19:13:31', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (72, 26, 'action started via Async Request', '2024-11-19 19:15:26', '2024-11-19 19:15:26');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (73, 26, 'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-11-19 19:15:26', '2024-11-19 19:15:26');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (78, 36, 'action created', '2024-11-19 19:17:06', '2024-11-19 19:17:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (82, 36, 'action started via Async Request', '2024-11-19 19:18:22', '2024-11-19 19:18:22');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (83, 36, 'action failed via Async Request: No credentials provided.', '2024-11-19 19:18:22', '2024-11-19 19:18:22');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (84, 38, 'action created', '2024-11-19 19:18:22', '2024-11-19 19:18:22');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (140, 58, 'action created', '2024-11-21 17:50:56', '2024-11-21 17:50:56');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (141, 58, 'action started via WP Cron', '2024-11-21 17:56:46', '2024-11-21 17:56:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (142, 58, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-11-21 17:56:46', '2024-11-21 17:56:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (149, 61, 'action created', '2024-11-21 18:56:39', '2024-11-21 18:56:39');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (151, 61, 'action started via Async Request', '2024-11-21 18:56:39', '2024-11-21 18:56:39');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (152, 61, 'action failed via Async Request: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.', '2024-11-21 18:56:39', '2024-11-21 18:56:39');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (328, 120, 'action created', '2024-11-26 12:59:09', '2024-11-26 12:59:09');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (337, 120, 'action started via Async Request', '2024-11-27 10:46:39', '2024-11-27 10:46:39');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (338, 120, 'action failed via Async Request: Scheduled action for yith_shippo_autotracking will not be executed as no callbacks are registered.', '2024-11-27 10:46:39', '2024-11-27 10:46:39');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (351, 126, 'action created', '2024-11-27 11:14:08', '2024-11-27 11:14:08');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (352, 126, 'action started via WP Cron', '2024-11-27 11:15:47', '2024-11-27 11:15:47');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (353, 126, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-11-27 11:15:47', '2024-11-27 11:15:47');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (360, 129, 'action created', '2024-11-27 11:51:05', '2024-11-27 11:51:05');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (361, 129, 'action started via Async Request', '2024-11-27 11:52:16', '2024-11-27 11:52:16');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (362, 129, 'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2024-11-27 11:52:16', '2024-11-27 11:52:16');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (603, 38, 'action started via WP Cron', '2024-12-19 19:30:48', '2024-12-19 19:30:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (604, 38, 'action failed via WP Cron: Scheduled action for yith_shippo_update_carriers_logo will not be executed as no callbacks are registered.', '2024-12-19 19:30:48', '2024-12-19 19:30:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (605, 210, 'action created', '2024-12-19 19:30:48', '2024-12-19 19:30:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2772, 210, 'action started via WP Cron', '2025-01-18 19:43:59', '2025-01-18 19:43:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2773, 210, 'action failed via WP Cron: Scheduled action for yith_shippo_update_carriers_logo will not be executed as no callbacks are registered.', '2025-01-18 19:43:59', '2025-01-18 19:43:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2774, 933, 'action created', '2025-01-18 19:43:59', '2025-01-18 19:43:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4923, 933, 'action started via WP Cron', '2025-02-17 20:02:21', '2025-02-17 20:02:21');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4924, 933, 'action failed via WP Cron: Scheduled action for yith_shippo_update_carriers_logo will not be executed as no callbacks are registered.', '2025-02-17 20:02:21', '2025-02-17 20:02:21');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4925, 1650, 'action created', '2025-02-17 20:02:21', '2025-02-17 20:02:21');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5961, 1996, 'action created', '2025-03-06 09:03:57', '2025-03-06 09:03:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5962, 1996, 'action started via WP Cron', '2025-03-06 09:05:25', '2025-03-06 09:05:25');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5963, 1996, 'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.', '2025-03-06 09:05:25', '2025-03-06 09:05:25');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6021, 1650, 'action started via WP Cron', '2025-03-19 20:08:53', '2025-03-19 20:08:53');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6022, 1650, 'action failed via WP Cron: Scheduled action for yith_shippo_update_carriers_logo will not be executed as no callbacks are registered.', '2025-03-19 20:08:53', '2025-03-19 20:08:53');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6023, 1650, 'This action appears to be consistently failing. A new instance will not be scheduled.', '2025-03-19 20:08:53', '2025-03-19 20:08:53');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6098, 2040, 'action created', '2025-04-13 20:09:04', '2025-04-13 20:09:04');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6099, 2040, 'action started via WP Cron', '2025-04-14 20:40:59', '2025-04-14 20:40:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6100, 2040, 'action complete via WP Cron', '2025-04-14 20:40:59', '2025-04-14 20:40:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6101, 2041, 'action created', '2025-04-14 20:40:59', '2025-04-14 20:40:59');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6102, 2041, 'action started via WP Cron', '2025-04-15 21:03:57', '2025-04-15 21:03:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6103, 2041, 'action complete via WP Cron', '2025-04-15 21:03:57', '2025-04-15 21:03:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6104, 2042, 'action created', '2025-04-15 21:03:57', '2025-04-15 21:03:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6105, 2042, 'action started via WP Cron', '2025-04-16 21:07:02', '2025-04-16 21:07:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6106, 2042, 'action complete via WP Cron', '2025-04-16 21:07:02', '2025-04-16 21:07:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6107, 2043, 'action created', '2025-04-16 21:07:02', '2025-04-16 21:07:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6108, 2043, 'action started via WP Cron', '2025-04-17 21:47:46', '2025-04-17 21:47:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6109, 2043, 'action complete via WP Cron', '2025-04-17 21:47:46', '2025-04-17 21:47:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6110, 2044, 'action created', '2025-04-17 21:47:46', '2025-04-17 21:47:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6111, 2044, 'action started via WP Cron', '2025-04-18 22:00:25', '2025-04-18 22:00:25');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6112, 2044, 'action complete via WP Cron', '2025-04-18 22:00:25', '2025-04-18 22:00:25');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6113, 2045, 'action created', '2025-04-18 22:00:25', '2025-04-18 22:00:25');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6114, 2045, 'action started via WP Cron', '2025-04-19 22:19:57', '2025-04-19 22:19:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6115, 2045, 'action complete via WP Cron', '2025-04-19 22:19:57', '2025-04-19 22:19:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6116, 2046, 'action created', '2025-04-19 22:19:57', '2025-04-19 22:19:57');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6117, 2047, 'action created', '2025-04-20 05:32:19', '2025-04-20 05:32:19');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6118, 2048, 'action created', '2025-04-20 05:32:19', '2025-04-20 05:32:19');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6119, 2047, 'action started via WP Cron', '2025-04-20 05:34:23', '2025-04-20 05:34:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6120, 2047, 'action complete via WP Cron', '2025-04-20 05:34:23', '2025-04-20 05:34:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6121, 2048, 'action started via WP Cron', '2025-04-20 05:34:23', '2025-04-20 05:34:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6122, 2048, 'action complete via WP Cron', '2025-04-20 05:34:23', '2025-04-20 05:34:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6123, 2046, 'action started via WP Cron', '2025-04-20 22:25:03', '2025-04-20 22:25:03');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6124, 2046, 'action complete via WP Cron', '2025-04-20 22:25:03', '2025-04-20 22:25:03');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6125, 2049, 'action created', '2025-04-20 22:25:03', '2025-04-20 22:25:03');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6126, 2049, 'action started via WP Cron', '2025-04-21 22:47:51', '2025-04-21 22:47:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6127, 2049, 'action complete via WP Cron', '2025-04-21 22:47:51', '2025-04-21 22:47:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6128, 2050, 'action created', '2025-04-21 22:47:51', '2025-04-21 22:47:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6129, 2051, 'action created', '2025-04-22 22:27:34', '2025-04-22 22:27:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6130, 2051, 'action started via Async Request', '2025-04-22 22:27:34', '2025-04-22 22:27:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6131, 2051, 'action complete via Async Request', '2025-04-22 22:27:34', '2025-04-22 22:27:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6132, 2050, 'action started via WP Cron', '2025-04-22 23:09:55', '2025-04-22 23:09:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6133, 2050, 'action complete via WP Cron', '2025-04-22 23:09:55', '2025-04-22 23:09:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6134, 2052, 'action created', '2025-04-22 23:09:55', '2025-04-22 23:09:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6135, 2052, 'action started via WP Cron', '2025-04-23 23:20:46', '2025-04-23 23:20:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6136, 2052, 'action complete via WP Cron', '2025-04-23 23:20:46', '2025-04-23 23:20:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6137, 2053, 'action created', '2025-04-23 23:20:46', '2025-04-23 23:20:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6138, 2053, 'action started via WP Cron', '2025-04-25 00:42:58', '2025-04-25 00:42:58');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6139, 2053, 'action complete via WP Cron', '2025-04-25 00:42:58', '2025-04-25 00:42:58');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6140, 2054, 'action created', '2025-04-25 00:42:58', '2025-04-25 00:42:58');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6141, 2054, 'action started via WP Cron', '2025-04-26 00:45:34', '2025-04-26 00:45:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6142, 2054, 'action complete via WP Cron', '2025-04-26 00:45:34', '2025-04-26 00:45:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6143, 2055, 'action created', '2025-04-26 00:45:34', '2025-04-26 00:45:34');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6144, 2055, 'action started via WP Cron', '2025-04-27 00:47:02', '2025-04-27 00:47:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6145, 2055, 'action complete via WP Cron', '2025-04-27 00:47:02', '2025-04-27 00:47:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6146, 2056, 'action created', '2025-04-27 00:47:02', '2025-04-27 00:47:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6147, 2056, 'action started via WP Cron', '2025-04-28 00:58:46', '2025-04-28 00:58:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6148, 2056, 'action complete via WP Cron', '2025-04-28 00:58:46', '2025-04-28 00:58:46');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6149, 2057, 'action created', '2025-04-28 00:58:46', '2025-04-28 00:58:46');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6150, 2057, 'action started via WP Cron', '2025-04-29 01:09:08', '2025-04-29 01:09:08');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6151, 2057, 'action complete via WP Cron', '2025-04-29 01:09:08', '2025-04-29 01:09:08');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6152, 2058, 'action created', '2025-04-29 01:09:08', '2025-04-29 01:09:08');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6153, 2058, 'action started via WP Cron', '2025-04-30 02:07:24', '2025-04-30 02:07:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6154, 2058, 'action complete via WP Cron', '2025-04-30 02:07:24', '2025-04-30 02:07:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6155, 2059, 'action created', '2025-04-30 02:07:24', '2025-04-30 02:07:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6156, 2059, 'action started via WP Cron', '2025-05-01 02:13:11', '2025-05-01 02:13:11');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6157, 2059, 'action complete via WP Cron', '2025-05-01 02:13:11', '2025-05-01 02:13:11');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6158, 2060, 'action created', '2025-05-01 02:13:11', '2025-05-01 02:13:11');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6159, 2060, 'action started via WP Cron', '2025-05-02 03:10:14', '2025-05-02 03:10:14');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6160, 2060, 'action complete via WP Cron', '2025-05-02 03:10:14', '2025-05-02 03:10:14');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6161, 2061, 'action created', '2025-05-02 03:10:14', '2025-05-02 03:10:14');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6162, 2061, 'action started via WP Cron', '2025-05-03 04:00:51', '2025-05-03 04:00:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6163, 2061, 'action complete via WP Cron', '2025-05-03 04:00:51', '2025-05-03 04:00:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6164, 2062, 'action created', '2025-05-03 04:00:51', '2025-05-03 04:00:51');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6165, 2062, 'action started via WP Cron', '2025-05-04 04:39:16', '2025-05-04 04:39:16');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6166, 2062, 'action complete via WP Cron', '2025-05-04 04:39:16', '2025-05-04 04:39:16');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6167, 2063, 'action created', '2025-05-04 04:39:16', '2025-05-04 04:39:16');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6168, 2063, 'action started via WP Cron', '2025-05-05 04:39:37', '2025-05-05 04:39:37');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6169, 2063, 'action complete via WP Cron', '2025-05-05 04:39:37', '2025-05-05 04:39:37');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6170, 2064, 'action created', '2025-05-05 04:39:37', '2025-05-05 04:39:37');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6171, 2064, 'action started via WP Cron', '2025-05-06 04:57:05', '2025-05-06 04:57:05');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6172, 2064, 'action complete via WP Cron', '2025-05-06 04:57:05', '2025-05-06 04:57:05');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6173, 2065, 'action created', '2025-05-06 04:57:05', '2025-05-06 04:57:05');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6174, 2065, 'action started via WP Cron', '2025-05-07 05:30:06', '2025-05-07 05:30:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6175, 2065, 'action complete via WP Cron', '2025-05-07 05:30:06', '2025-05-07 05:30:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6176, 2066, 'action created', '2025-05-07 05:30:06', '2025-05-07 05:30:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6177, 2066, 'action started via WP Cron', '2025-05-08 05:56:31', '2025-05-08 05:56:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6178, 2066, 'action complete via WP Cron', '2025-05-08 05:56:31', '2025-05-08 05:56:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6179, 2067, 'action created', '2025-05-08 05:56:31', '2025-05-08 05:56:31');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6180, 2067, 'action started via WP Cron', '2025-05-09 06:27:48', '2025-05-09 06:27:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6181, 2067, 'action complete via WP Cron', '2025-05-09 06:27:48', '2025-05-09 06:27:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6182, 2068, 'action created', '2025-05-09 06:27:48', '2025-05-09 06:27:48');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6183, 2068, 'action started via WP Cron', '2025-05-10 07:05:24', '2025-05-10 07:05:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6184, 2068, 'action complete via WP Cron', '2025-05-10 07:05:24', '2025-05-10 07:05:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6185, 2069, 'action created', '2025-05-10 07:05:24', '2025-05-10 07:05:24');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6186, 2069, 'action started via WP Cron', '2025-05-11 07:06:06', '2025-05-11 07:06:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6187, 2069, 'action complete via WP Cron', '2025-05-11 07:06:06', '2025-05-11 07:06:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6188, 2070, 'action created', '2025-05-11 07:06:06', '2025-05-11 07:06:06');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6189, 2070, 'action started via WP Cron', '2025-05-12 07:24:23', '2025-05-12 07:24:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6190, 2070, 'action complete via WP Cron', '2025-05-12 07:24:23', '2025-05-12 07:24:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6191, 2071, 'action created', '2025-05-12 07:24:23', '2025-05-12 07:24:23');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6192, 2071, 'action started via WP Cron', '2025-05-13 07:25:55', '2025-05-13 07:25:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6193, 2071, 'action complete via WP Cron', '2025-05-13 07:25:55', '2025-05-13 07:25:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6194, 2072, 'action created', '2025-05-13 07:25:55', '2025-05-13 07:25:55');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6195, 2072, 'action started via WP Cron', '2025-05-14 07:34:50', '2025-05-14 07:34:50');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6196, 2072, 'action complete via WP Cron', '2025-05-14 07:34:50', '2025-05-14 07:34:50');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6197, 2073, 'action created', '2025-05-14 07:34:50', '2025-05-14 07:34:50');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6198, 2073, 'action started via WP Cron', '2025-05-15 07:46:56', '2025-05-15 07:46:56');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6199, 2073, 'action complete via WP Cron', '2025-05-15 07:46:56', '2025-05-15 07:46:56');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6200, 2074, 'action created', '2025-05-15 07:46:56', '2025-05-15 07:46:56');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6201, 2075, 'action created', '2025-05-15 16:09:02', '2025-05-15 16:09:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6202, 2076, 'action created', '2025-05-15 16:09:02', '2025-05-15 16:09:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6203, 2077, 'action created', '2025-05-15 16:09:02', '2025-05-15 16:09:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6204, 2078, 'action created', '2025-05-15 16:09:02', '2025-05-15 16:09:02');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6205, 2075, 'action started via WP Cron', '2025-05-15 16:09:37', '2025-05-15 16:09:37');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6206, 2075, 'action complete via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6207, 2079, 'action created', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6208, 2076, 'action started via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6209, 2076, 'action complete via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6210, 2080, 'action created', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6211, 2077, 'action started via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6212, 2077, 'action complete via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6213, 2081, 'action created', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6214, 2078, 'action started via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6215, 2078, 'action complete via WP Cron', '2025-05-15 16:09:38', '2025-05-15 16:09:38');

INSERT IGNORE INTO `SnT_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6216, 2082, 'action created', '2025-05-15 16:09:38', '2025-05-15 16:09:38');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_ce4wp_abandoned_checkout` (
  `checkout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_email` varchar(200) NOT NULL DEFAULT '',
  `checkout_contents` longtext NOT NULL,
  `checkout_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checkout_updated_ts` int(10) unsigned NOT NULL DEFAULT 0,
  `checkout_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checkout_created_ts` int(10) unsigned NOT NULL DEFAULT 0,
  `checkout_recovered` datetime DEFAULT '0000-00-00 00:00:00',
  `checkout_recovered_ts` int(10) unsigned DEFAULT 0,
  `checkout_consent` int(10) unsigned NOT NULL DEFAULT 1,
  `checkout_uuid` varchar(36) NOT NULL DEFAULT '',
  PRIMARY KEY (`checkout_id`),
  UNIQUE KEY `checkout_uuid` (`checkout_uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_ce4wp_contacts` (
  `contact_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(200) NOT NULL DEFAULT '',
  `first_name` varchar(200) DEFAULT '',
  `last_name` varchar(200) DEFAULT '',
  `telephone` varchar(200) DEFAULT '',
  `consent` varchar(200) DEFAULT '',
  PRIMARY KEY (`contact_id`),
  UNIQUE 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 `SnT_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=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'rating', 4);

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

INSERT IGNORE INTO `SnT_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (36, 1, 'verified', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_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, 2664, 'admin', 'admin123@gmail.com', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10', '::1', '2021-11-08 13:37:08', '2021-11-08 13:37:08', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', '0', 1, '', 'review', '0', '0');

INSERT IGNORE INTO `SnT_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 (17, 6039, 'MyRewards', 'MyRewards@bellavierewards.com', '', '', '2024-12-06 07:24:24', '2024-12-06 07:24:24', 'No Point earned in <b>Wellness Lifestyle</b> for this order', '0', 1, 'WooRewards', 'woorewards_note', '0', '0');

INSERT IGNORE INTO `SnT_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 (18, 6039, 'WooCommerce', 'woocommerce@bellavierewards.com', '', '', '2024-12-06 07:24:24', '2024-12-06 07:24:24', 'Payment to be made upon delivery. Order status changed from Pending payment to Processing.', '0', 1, 'WooCommerce', 'order_note', '0', '0');

INSERT IGNORE INTO `SnT_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 (19, 6040, 'MyRewards', 'MyRewards@bellavierewards.com', '', '', '2024-12-06 07:28:18', '2024-12-06 07:28:18', '<b>Iuliia</b> earned <b>375 Points</b> in <b>Wellness Lifestyle</b> for this order', '0', 1, 'WooRewards', 'woorewards_note', '0', '0');

INSERT IGNORE INTO `SnT_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 (20, 6040, 'WooCommerce', 'woocommerce@bellavierewards.com', '', '', '2024-12-06 07:28:18', '2024-12-06 07:28:18', 'Payment to be made upon delivery. Order status changed from Pending payment to Processing.', '0', 1, 'WooCommerce', 'order_note', '0', '0');

INSERT IGNORE INTO `SnT_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 (21, 6041, 'MyRewards', 'MyRewards@bellavierewards.com', '', '', '2024-12-06 07:31:39', '2024-12-06 07:31:39', '<b>test test</b> earned <b>375 Points</b> in <b>Wellness Lifestyle</b> for this order', '0', 1, 'WooRewards', 'woorewards_note', '0', '0');

INSERT IGNORE INTO `SnT_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 (22, 6041, 'WooCommerce', 'woocommerce@bellavierewards.com', '', '', '2024-12-06 07:31:39', '2024-12-06 07:31:39', 'Payment to be made upon delivery. Order status changed from Pending payment to Processing.', '0', 1, 'WooCommerce', 'order_note', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_e_events` (`id`, `event_data`, `created_at`) VALUES (1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-11-21T22:19:55.804-04:00\"}', '2024-11-21 22:19:56');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_e_notes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `route_url_index` (`route_url`(191)),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `parent_id_index` (`parent_id`),
  KEY `author_id_index` (`author_id`),
  KEY `status_index` (`status`),
  KEY `is_resolved_index` (`is_resolved`),
  KEY `is_public_index` (`is_public`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_e_notes_users_relations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `type_index` (`type`),
  KEY `note_id_index` (`note_id`),
  KEY `user_id_index` (`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 `SnT_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_commentmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `give_comment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `give_comment_id` (`give_comment_id`),
  KEY `meta_key` (`meta_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 `SnT_give_comments` (
  `comment_ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `comment_content` longtext NOT NULL,
  `comment_parent` mediumtext NOT NULL,
  `comment_type` mediumtext NOT NULL,
  `comment_date` datetime NOT NULL,
  `comment_date_gmt` datetime NOT NULL,
  PRIMARY KEY (`comment_ID`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_comments` (`comment_ID`, `user_id`, `comment_content`, `comment_parent`, `comment_type`, `comment_date`, `comment_date_gmt`) VALUES (1, '0', 'Status changed from Pending to Pending.', 6077, 'donation', '2025-01-13 10:31:53', '2025-01-13 10:31:53');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_donationmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `donation_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `donation_id` (`donation_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (1, 6077, '_give_payment_transaction_id', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (2, 6077, '_give_payment_total', 10.000000);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (3, 6077, '_give_payment_currency', 'USD');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (4, 6077, '_give_cs_exchange_rate', 1);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (5, 6077, '_give_payment_gateway', 'offline');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (6, 6077, '_give_payment_donor_id', 1);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (7, 6077, '_give_donor_billing_first_name', 'Iuliia');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (8, 6077, '_give_donor_billing_last_name', 'Kushchova');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (9, 6077, '_give_payment_donor_email', 'oneaiforce5@gmail.com');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (10, 6077, '_give_payment_donor_phone', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (11, 6077, '_give_payment_form_id', 6076);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (12, 6077, '_give_payment_form_title', 'GiveWP Donation Form');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (13, 6077, '_give_payment_mode', 'test');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (14, 6077, '_give_payment_purchase_key', '0aa0b90a3fa41b27c04bdd3d5895e49b');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (15, 6077, '_give_payment_donor_ip', '49.36.70.46');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (16, 6077, '_give_payment_price_id', '');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (17, 6077, '_give_anonymous_donation', '0');

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (18, 6077, '_give_donor_billing_country', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (19, 6077, '_give_donor_billing_address2', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (20, 6077, '_give_donor_billing_city', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (21, 6077, '_give_donor_billing_address1', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (22, 6077, '_give_donor_billing_state', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (23, 6077, '_give_donor_billing_zip', NULL);

INSERT IGNORE INTO `SnT_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES (24, 6077, 'subscription_id', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_donormeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `donor_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `donor_id` (`donor_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_donormeta` (`meta_id`, `donor_id`, `meta_key`, `meta_value`) VALUES (1, 1, '_give_donor_first_name', 'Iuliia');

INSERT IGNORE INTO `SnT_give_donormeta` (`meta_id`, `donor_id`, `meta_key`, `meta_value`) VALUES (2, 1, '_give_donor_last_name', 'Kushchova');

INSERT IGNORE INTO `SnT_give_donormeta` (`meta_id`, `donor_id`, `meta_key`, `meta_value`) VALUES (3, 1, '_give_donor_title_prefix', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_donors` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` mediumtext NOT NULL,
  `phone` varchar(50) NOT NULL DEFAULT '',
  `purchase_value` mediumtext NOT NULL,
  `purchase_count` bigint(20) NOT NULL,
  `payment_ids` longtext NOT NULL,
  `date_created` datetime NOT NULL,
  `token` varchar(255) NOT NULL,
  `verify_key` varchar(255) NOT NULL,
  `verify_throttle` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `user` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT IGNORE INTO `SnT_give_donors` (`id`, `user_id`, `email`, `name`, `phone`, `purchase_value`, `purchase_count`, `payment_ids`, `date_created`, `token`, `verify_key`, `verify_throttle`) VALUES (1, 1, 'oneaiforce5@gmail.com', 'Iuliia Kushchova', '', '', '0', 6077, '2025-01-13 10:31:53', '', '', '0000-00-00 00:00:00');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_formmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `form_id` (`form_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (1, 6076, 'formBuilderSettings', '{\"showHeader\":true,\"showHeading\":true,\"showDescription\":true,\"formTitle\":\"Donation Form\",\"enableDonationGoal\":false,\"enableAutoClose\":false,\"goalType\":\"amount\",\"goalProgressType\":\"all_time\",\"goalStartDate\":\"\",\"goalEndDate\":\"\",\"designId\":\"multi-step\",\"heading\":\"Support Our Cause\",\"description\":\"Help our organization by donating today! Donations go to making a difference for our cause.\",\"primaryColor\":\"#69b86b\",\"secondaryColor\":\"#f49420\",\"goalAmount\":0,\"registrationNotification\":false,\"customCss\":\"\",\"goalAchievedMessage\":\"Thank you to all our donors, we have met our fundraising goal.\",\"pageSlug\":\"givewp-donation-form\",\"receiptHeading\":\"Hey {first_name}, thanks for your donation!\",\"receiptDescription\":\"{first_name}, your contribution means a lot and will be put to good use in making a difference. We\\u2019ve sent your donation receipt to {email}.\",\"formStatus\":\"draft\",\"emailTemplateOptions\":[],\"emailOptionsStatus\":\"global\",\"emailTemplate\":\"default\",\"emailLogo\":\"\",\"emailFromName\":\"\",\"emailFromEmail\":\"\",\"formGridCustomize\":false,\"formGridRedirectUrl\":\"\",\"formGridDonateButtonText\":\"\",\"formGridHideDocumentationLink\":false,\"offlineDonationsCustomize\":false,\"offlineDonationsInstructions\":\"\",\"donateButtonCaption\":\"Donate now\",\"multiStepFirstButtonText\":\"Donate now\",\"multiStepNextButtonText\":\"Continue\",\"pdfSettings\":[],\"designSettingsImageUrl\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/give\\/\\/assets\\/dist\\/images\\/admin\\/onboarding\\/header-image.jpg\",\"designSettingsImageAlt\":\"GiveWP Onboarding Donation Form\",\"designSettingsImageStyle\":\"above\",\"designSettingsLogoUrl\":\"\",\"designSettingsLogoPosition\":\"left\",\"designSettingsSectionStyle\":\"default\",\"designSettingsTextFieldStyle\":\"default\",\"designSettingsImageColor\":\"\",\"designSettingsImageOpacity\":\"\",\"formExcerpt\":\"\",\"currencySwitcherSettings\":[],\"enableReceiptConfirmationPage\":false}');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (2, 6076, 'formBuilderFields', '[{\"name\":\"givewp/section\",\"clientId\":\"ccfbed71-b6da-47fb-8985-613fe7abf0b4\",\"isValid\":true,\"attributes\":{\"title\":\"How much would you like to donate today?\",\"description\":\"All donations directly impact our organization and help us further our mission.\"},\"innerBlocks\":[{\"name\":\"givewp/donation-amount\",\"clientId\":\"fe40716d-6f31-43be-883b-dc87aba713e3\",\"isValid\":true,\"attributes\":{\"label\":\"Donation Amount\",\"levels\":[{\"value\":10,\"checked\":true},{\"value\":25},{\"value\":50},{\"value\":100},{\"value\":250},{\"value\":500}],\"priceOption\":\"multi\",\"setPrice\":25,\"customAmount\":true,\"customAmountMin\":1,\"recurringBillingPeriodOptions\":[\"month\"],\"recurringBillingInterval\":1,\"recurringEnabled\":false,\"recurringLengthOfTime\":\"0\",\"recurringOptInDefaultBillingPeriod\":\"month\",\"recurringEnableOneTimeDonations\":true},\"innerBlocks\":[]}]},{\"name\":\"givewp/section\",\"clientId\":\"0d51d977-ddb5-4a4b-87fa-26b3d0b8332a\",\"isValid\":true,\"attributes\":{\"title\":\"Who\'s Giving Today?\",\"description\":\"We\'ll never share this information with anyone.\"},\"innerBlocks\":[{\"name\":\"givewp/donor-name\",\"clientId\":\"9c51b0ba-0867-4c2e-8135-2dc4faa978b7\",\"isValid\":true,\"attributes\":{\"showHonorific\":false,\"honorifics\":[\"Mr\",\"Ms\",\"Mrs\"],\"firstNameLabel\":\"First name\",\"firstNamePlaceholder\":\"First name\",\"lastNameLabel\":\"Last name\",\"lastNamePlaceholder\":\"Last name\",\"requireLastName\":false},\"innerBlocks\":[]},{\"name\":\"givewp/email\",\"clientId\":\"86edddb8-c9f0-4aa5-97b4-a0d7d7789aea\",\"isValid\":true,\"attributes\":{\"label\":\"Email Address\",\"isRequired\":true},\"innerBlocks\":[]}]},{\"name\":\"givewp/section\",\"clientId\":\"9ec24678-4607-4961-8d39-46d3773dc25a\",\"isValid\":true,\"attributes\":{\"title\":\"Payment Details\",\"description\":\"How would you like to pay for your donation?\"},\"innerBlocks\":[{\"name\":\"givewp/donation-summary\",\"clientId\":\"8cddd4d1-c921-41f9-bcde-5471554a95a6\",\"isValid\":true,\"attributes\":[],\"innerBlocks\":[]},{\"name\":\"givewp/payment-gateways\",\"clientId\":\"2a2183a2-d034-473d-8e12-64dd028dced1\",\"isValid\":true,\"attributes\":[],\"innerBlocks\":[]}]}]');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (3, 6076, '_give_price_option', 'multi');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (4, 6076, '_give_donation_levels', 'a:6:{i:0;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:0;}s:12:\"_give_amount\";d:10;s:10:\"_give_text\";s:0:\"\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:1;}s:12:\"_give_amount\";d:25;s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:2;}s:12:\"_give_amount\";d:50;s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:3;}s:12:\"_give_amount\";d:100;s:10:\"_give_text\";s:0:\"\";}i:4;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:4;}s:12:\"_give_amount\";d:250;s:10:\"_give_text\";s:0:\"\";}i:5;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";i:5;}s:12:\"_give_amount\";d:500;s:10:\"_give_text\";s:0:\"\";}}');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (5, 6076, '_give_goal_option', 'disabled');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (6, 6076, '_give_goal_format', 'amount');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (7, 6076, '_give_set_goal', '0');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (8, 6076, '_give_recurring', 'no');

INSERT IGNORE INTO `SnT_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES (9, 6076, '_give_form_earnings', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `log_type` varchar(16) NOT NULL,
  `data` text NOT NULL,
  `category` varchar(64) NOT NULL,
  `source` varchar(64) NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `log_type` (`log_type`),
  KEY `category` (`category`),
  KEY `source` (`source`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_migrations` (
  `id` varchar(180) NOT NULL,
  `status` varchar(16) NOT NULL,
  `error` text DEFAULT NULL,
  `last_run` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('add_paymentmode_to_subscription_table', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('add-missing-donor-id-in-donation-comments', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('add-missing-transaction-id-for-uncompleted-stripe-donations', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('add-statement-descriptor-to-stripe-accounts', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('complete-removed-legacy-log-migration', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('copy-v2-gateways-settings-to-v3', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('create_migrations_table', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('create_new_log_table', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('create_revenue_table', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('create_subscription_tables', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('delete_old_log_tables', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('donation-forms-clean-multiple-slashes-on-db', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('donation-forms-donation-levels-schema', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('donation-forms-remove-duplicate-meta', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('donation-meta-unserialize-title-prefix', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('donors-add-phone-column', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('migrate_completed_migrations', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('move-donation-comment-to-donation-meta-table', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('register-paypal-donations-refresh-token-cron-job-by-mode', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('remove_payment_intent_secret_meta', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('remove_revenue_foreign_keys', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('remove_sensitive_logs', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('remove-log-with-card-info', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('remove-paypal-ipn-verification-setting', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('set_automatic_formatting_option', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('set_paypal_standard_id_to_paypal_from_paypal_standard', 'success', '', '2025-01-13 03:25:34');

INSERT IGNORE INTO `SnT_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES ('set-form-donation-levels-to-strings', 'success', '', '2025-01-13 03:25:34');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_revenue` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `donation_id` bigint(20) unsigned NOT NULL,
  `form_id` bigint(20) unsigned NOT NULL,
  `amount` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_revenue` (`id`, `donation_id`, `form_id`, `amount`) VALUES (1, 6077, 6076, 1000);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_sequential_ordering` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_sequential_ordering` (`id`, `payment_id`) VALUES (1, 6077);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_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_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_give_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (1, '5d8c26ccd8dfa291a0fa75333a8a89e7', 'a:1:{s:10:\"give_email\";s:21:\"oneaiforce5@gmail.com\";}', 1738146408);

INSERT IGNORE INTO `SnT_give_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (2, 'd9e6f1ee5576c23105c50c8e6fb7193d', 'a:1:{s:10:\"give_email\";s:21:\"oneaiforce5@gmail.com\";}', 1738146802);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_give_subscriptionmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `subscription_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `subscription_id` (`subscription_id`),
  KEY `meta_key` (`meta_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 `SnT_give_subscriptions` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `customer_id` bigint(20) NOT NULL,
  `period` varchar(20) NOT NULL,
  `frequency` bigint(20) NOT NULL DEFAULT 1,
  `initial_amount` decimal(18,10) NOT NULL,
  `recurring_amount` decimal(18,10) NOT NULL,
  `recurring_fee_amount` decimal(18,10) NOT NULL,
  `bill_times` bigint(20) NOT NULL,
  `transaction_id` varchar(60) NOT NULL,
  `parent_payment_id` bigint(20) NOT NULL,
  `payment_mode` varchar(20) NOT NULL DEFAULT '',
  `product_id` bigint(20) NOT NULL,
  `created` datetime NOT NULL,
  `expiration` datetime NOT NULL,
  `status` varchar(20) NOT NULL,
  `profile_id` varchar(60) NOT NULL,
  `notes` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `profile_id` (`profile_id`),
  KEY `customer` (`customer_id`),
  KEY `transaction` (`transaction_id`),
  KEY `customer_and_status` (`customer_id`,`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_jet_cache` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `source` varchar(191) NOT NULL DEFAULT 'default',
  `source_id` bigint(20) NOT NULL DEFAULT 0,
  `cache_key` varchar(191) DEFAULT NULL,
  `cache_data` longtext DEFAULT NULL,
  `cache_expired` text 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 `SnT_jet_smart_filters_indexer` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(50) DEFAULT NULL,
  `item_id` int(10) unsigned DEFAULT NULL,
  `item_query` varchar(50) DEFAULT NULL,
  `item_key` varchar(50) DEFAULT NULL,
  `item_value` varchar(50) 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 `SnT_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 `SnT_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_lws_wr_achieved_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL COMMENT 'recipient user id',
  `creation` timestamp NOT NULL DEFAULT current_timestamp(),
  `display` timestamp NULL DEFAULT NULL,
  `popup` int(11) NOT NULL DEFAULT 1 COMMENT 'Is the achievement must pop to the user page or (false) only for log purpose',
  `title` text NOT NULL,
  `message` text NOT NULL,
  `image` text NOT NULL COMMENT 'Achievement icon, if no url given, a default image is picked',
  `background` text NOT NULL COMMENT 'Achievement icon background, if no url given, a default image is picked',
  `badge_id` bigint(20) DEFAULT NULL COMMENT 'The source badge if any',
  `origin` tinytext NOT NULL COMMENT 'source of the achievement',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `display` (`display`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_lws_wr_historic` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `stack` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Each pool can have its own or share point stack',
  `mvt_date` timestamp NOT NULL DEFAULT current_timestamp(),
  `points_moved` smallint(6) DEFAULT NULL,
  `new_total` int(11) DEFAULT NULL,
  `commentar` text NOT NULL,
  `origin` tinytext NOT NULL COMMENT 'eg. unlockable/event post id (max 255 char)',
  `origin2` bigint(20) NOT NULL DEFAULT 0 COMMENT 'Additionnal info. eg. user_id that trigger the event origin',
  `order_id` int(11) DEFAULT NULL COMMENT 'If about a wc_order = post.ID',
  `blog_id` int(11) DEFAULT NULL COMMENT 'For multisite, the current blog during operation',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `stack` (`stack`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_lws_wr_historic` (`id`, `user_id`, `stack`, `mvt_date`, `points_moved`, `new_total`, `commentar`, `origin`, `origin2`, `order_id`, `blog_id`) VALUES (1, 1, 'default', '2024-12-06 07:28:18', 125, 125, 'a:4:{i:0;s:27:\"Spent %1$s from order #%2$s\";i:1;s:20:\"&#x62f;.&#x625;25.00\";i:2;s:4:\"6040\";i:3;s:15:\"woorewards-lite\";}', 6033, 1, 6040, 1);

INSERT IGNORE INTO `SnT_lws_wr_historic` (`id`, `user_id`, `stack`, `mvt_date`, `points_moved`, `new_total`, `commentar`, `origin`, `origin2`, `order_id`, `blog_id`) VALUES (2, 1, 'default', '2024-12-06 07:28:18', 250, 375, 'a:3:{i:0;s:24:\"First customer order #%s\";i:1;s:4:\"6040\";i:2;s:15:\"woorewards-lite\";}', 6035, 1, 6040, 1);

INSERT IGNORE INTO `SnT_lws_wr_historic` (`id`, `user_id`, `stack`, `mvt_date`, `points_moved`, `new_total`, `commentar`, `origin`, `origin2`, `order_id`, `blog_id`) VALUES (3, 3, 'default', '2024-12-06 07:31:39', 125, 125, 'a:4:{i:0;s:27:\"Spent %1$s from order #%2$s\";i:1;s:20:\"&#x62f;.&#x625;25.00\";i:2;s:4:\"6041\";i:3;s:15:\"woorewards-lite\";}', 6033, 3, 6041, 1);

INSERT IGNORE INTO `SnT_lws_wr_historic` (`id`, `user_id`, `stack`, `mvt_date`, `points_moved`, `new_total`, `commentar`, `origin`, `origin2`, `order_id`, `blog_id`) VALUES (4, 3, 'default', '2024-12-06 07:31:39', 250, 375, 'a:3:{i:0;s:24:\"First customer order #%s\";i:1;s:4:\"6041\";i:2;s:15:\"woorewards-lite\";}', 6035, 3, 6041, 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_mktr_session` (
  `uid` varchar(50) NOT NULL,
  `data` longtext DEFAULT NULL,
  `expire` datetime DEFAULT NULL,
  PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_mktr_session` (`uid`, `data`, `expire`) VALUES ('679a2d4020d36', 'a:1:{s:9:\"addToCart\";a:1:{s:8:\"6160.1.0\";a:3:{s:10:\"product_id\";i:6160;s:8:\"quantity\";i:1;s:9:\"variation\";a:2:{s:2:\"id\";i:6160;s:3:\"sku\";i:6160;}}}}', '2025-01-31 13:37:50');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_nfd_data_event_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event` longtext NOT NULL,
  `attempts` tinyint(4) NOT NULL DEFAULT 0,
  `reserved_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT 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 `SnT_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=68266 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'cron', 'a:41:{i:1747325408;a:1:{s:23:\"epc_scheduled_purge_all\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1747325433;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:1747325606;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:1747325614;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1747327676;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:1747328129;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1747328515;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1747328800;a:1:{s:46:\"facebook_for_woocommerce_hourly_heartbeat_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1747328832;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1747331326;a:1:{s:15:\"sbi_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1747336255;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:1747336405;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747336409;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:1747338289;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:1747341564;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:1747341586;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_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:1747341636;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1747343364;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:1747345164;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:1747352376;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747353600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747357200;a:1:{s:26:\"lws_woorewards_daily_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:1747363176;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1747372000;a:1:{s:45:\"facebook_for_woocommerce_daily_heartbeat_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747375255;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747381165;a:2:{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: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:1747381198;a:1:{s:13:\"nfd_data_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747381206;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747381216;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:1747381489;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747383458;a:1:{s:37:\"wps_wgm_check_for_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747391257;a:1:{s:27:\"give_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747392385;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1747398415;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:1747650457;a:1:{s:28:\"give_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747666078;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747676978;a:1:{s:29:\"seedprod_lite_fetch_help_docs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747899596;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:1747899606;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1749940057;a:1:{s:29:\"give_monthly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'siteurl', 'https://bookblv.com', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'home', 'https://bookblv.com', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogname', 'BellaVie Rewards', 'on');

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'admin_email', 'adnemgmy@box4206.bluehost.com', 'on');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'rewrite_rules', 'a:231:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";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:17:\"^serve-instawp/?$\";s:25:\"index.php?instawp_serve=1\";s:36:\"jet-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"jet-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"jet-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"jet-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"jet-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"jet-menu/([^/]+)/embed/?$\";s:41:\"index.php?jet-menu=$matches[1]&embed=true\";s:29:\"jet-menu/([^/]+)/trackback/?$\";s:35:\"index.php?jet-menu=$matches[1]&tb=1\";s:37:\"jet-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&paged=$matches[2]\";s:44:\"jet-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?jet-menu=$matches[1]&cpage=$matches[2]\";s:45:\"jet-menu/([^/]+)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?jet-menu=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"jet-menu/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?jet-menu=$matches[1]&wc-api=$matches[3]\";s:51:\"jet-menu/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"jet-menu/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"jet-menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"jet-menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"jet-menu/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?jet-menu=$matches[1]&page=$matches[2]\";s:25:\"jet-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"jet-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"jet-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"jet-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"jet-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";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: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:54:\"elementskit-content/(.+?)/wc/file/transient(/(.*))?/?$\";s:71:\"index.php?elementskit_content=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"elementskit-content/(.+?)/wc-api(/(.*))?/?$\";s:60:\"index.php?elementskit_content=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:71:\"elementskit-content/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:49:\"elementskit-content/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/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:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";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:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";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:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";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:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";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:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:73:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc/file/transient(/(.*))?/?$\";s:110:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc/file/transient=$matches[6]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:84:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'on');

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'active_plugins', 'a:15:{i:0;s:37:\"ajax-search-lite/ajax-search-lite.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:23:\"elementor/elementor.php\";i:7;s:37:\"elementskit-lite/elementskit-lite.php\";i:8;s:35:\"instawp-connect/instawp-connect.php\";i:9;s:25:\"jet-blocks/jet-blocks.php\";i:10;s:29:\"jet-elements/jet-elements.php\";i:11;s:21:\"jet-menu/jet-menu.php\";i:12;s:21:\"jet-tabs/jet-tabs.php\";i:13;s:29:\"pro-elements/pro-elements.php\";i:14;s:27:\"woocommerce/woocommerce.php\";}', 'on');

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'recently_edited', 'a:5:{i:0;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/jet-woo-builder.php\";i:1;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/jet-theme-core.php\";i:3;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/global/jet-woo-products.php\";i:4;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/ajax-search-lite.php\";i:5;s:63:\"/home2/adnemgmy/public_html/wp-content/themes/mygrace/style.css\";}', 'off');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_for_old_posts', 1, 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'close_comments_days_old', 28, 'yes');

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'comments_per_page', 20, 'yes');

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'uninstall_plugins', 'a:7:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";a:2:{i:0;s:15:\"HT_CTC_Register\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";a:2:{i:0;s:8:\"Freemius\";i:1;s:22:\"_uninstall_plugin_hook\";}}', 'off');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'wp_attachment_pages_enabled', '0', 'on');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'SnT_user_roles', 'a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:175:{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: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:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:14:\"manage_rewards\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:49:{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:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:19:\"read_envira_gallery\";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: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:14:\"manage_rewards\";b:1;}}s:12:\"give_manager\";a:2:{s:4:\"name\";s:14:\"GiveWP Manager\";s:12:\"capabilities\";a:65:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:0;s:6:\"import\";b:0;s:19:\"delete_others_pages\";b:0;s:19:\"delete_others_posts\";b:0;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:17:\"edit_others_pages\";b:0;s:17:\"edit_others_posts\";b:0;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:0;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:15:\"give_accountant\";a:2:{s:4:\"name\";s:17:\"GiveWP Accountant\";s:12:\"capabilities\";a:9:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:15:\"edit_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"view_give_reports\";b:1;s:19:\"export_give_reports\";b:1;s:18:\"edit_give_payments\";b:1;s:18:\"view_give_payments\";b:1;}}s:11:\"give_worker\";a:2:{s:4:\"name\";s:13:\"GiveWP Worker\";s:12:\"capabilities\";a:16:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:18:\"edit_give_payments\";b:1;s:17:\"delete_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;}}s:10:\"give_donor\";a:2:{s:4:\"name\";s:12:\"GiveWP Donor\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'fresh_site', '0', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (133, 'allow_major_auto_core_updates', 'true', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (134, 'allow_minor_auto_core_updates', 'true', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, 'auto_update_plugin', 'true', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 'auto_update_theme', 'true', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (138, 'auto_update_translation', 'true', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142, 'mm_coming_soon', '', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (143, 'mm_install_date', '2024-11-14', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'nfd_coming_soon_module_version', '1.3.6', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (147, 'nfd_coming_soon', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (148, 'ce4wp_hide_banner:get_started', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (149, 'optin_monster_api_activation_redirect_disabled', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (150, 'wpforms_activation_redirect', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (155, 'nfd_module_activation_fresh_install', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'newfold_features', 'a:4:{s:8:\"patterns\";b:1;s:11:\"performance\";b:1;s:10:\"helpCenter\";b:1;s:7:\"staging\";b:1;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (166, 'newfold_active_modules', 'a:16:{s:4:\"data\";b:1;s:13:\"wp-module-pls\";b:1;s:9:\"installer\";b:1;s:2:\"ai\";b:1;s:16:\"wp-module-survey\";b:1;s:8:\"facebook\";b:1;s:9:\"migration\";b:1;s:11:\"coming-soon\";b:1;s:9:\"ecommerce\";b:1;s:10:\"global-ctb\";b:1;s:11:\"marketplace\";b:1;s:13:\"notifications\";b:1;s:10:\"onboarding\";b:1;s:16:\"secure-passwords\";b:1;s:19:\"wp-module-solutions\";b:1;s:3:\"sso\";b:1;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (175, 'site_assigned', 1732043420, 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (177, 'auto_update_plugins', 'a:52:{i:0;s:37:\"ajax-search-lite/ajax-search-lite.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:31:\"cookie-notice/cookie-notice.php\";i:6;s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:37:\"elementskit-lite/elementskit-lite.php\";i:9;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:10;s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";i:11;s:40:\"push-notification-by-feedify/feedify.php\";i:12;s:47:\"file-manager-advanced/file_manager_advanced.php\";i:13;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:14;s:73:\"inbox-pro-web-chat-widget-EY8W-OneAiForce-1/inbox-pro-web-chat-widget.php\";i:15;s:73:\"inbox-pro-web-chat-widget-EY8W-OneAiForce-3/inbox-pro-web-chat-widget.php\";i:16;s:25:\"jet-blocks/jet-blocks.php\";i:17;s:39:\"jet-data-importer/jet-data-importer.php\";i:18;s:29:\"jet-elements/jet-elements.php\";i:19;s:21:\"jet-menu/jet-menu.php\";i:20;s:19:\"jetpack/jetpack.php\";i:21;s:41:\"jet-plugins-wizard/jet-plugins-wizard.php\";i:22;s:23:\"jet-popup/jet-popup.php\";i:23;s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";i:24;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:25;s:21:\"jet-tabs/jet-tabs.php\";i:26;s:33:\"jet-theme-core/jet-theme-core.php\";i:27;s:25:\"jet-tricks/jet-tricks.php\";i:28;s:35:\"jet-woo-builder/jet-woo-builder.php\";i:29;s:35:\"litespeed-cache/litespeed-cache.php\";i:30;s:29:\"mygrace-core/mygrace-core.php\";i:31;s:25:\"woorewards/woorewards.php\";i:32;s:42:\"oneclick-whatsapp-order/whatsapp-order.php\";i:33;s:37:\"optinmonster/optin-monster-wp-api.php\";i:34;s:69:\"points-and-rewards-for-woocommerce/points-rewards-for-woocommerce.php\";i:35;s:29:\"pro-elements/pro-elements.php\";i:36;s:39:\"push-notification/push-notification.php\";i:37;s:42:\"pushpad-web-push-notifications/pushpad.php\";i:38;s:27:\"rafflepress/rafflepress.php\";i:39;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:40;s:33:\"instagram-feed/instagram-feed.php\";i:41;s:27:\"svg-support/svg-support.php\";i:42;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:43;s:20:\"themarketer/mktr.php\";i:44;s:34:\"video-background/candide-vidbg.php\";i:45;s:40:\"webpushr-web-push-notifications/push.php\";i:46;s:27:\"woocommerce/woocommerce.php\";i:47;s:39:\"wp-file-manager/file_folder_manager.php\";i:48;s:24:\"wpforms-lite/wpforms.php\";i:49;s:54:\"yith-paypal-payments-for-woocommerce-extended/init.php\";i:50;s:55:\"yith-shippo-shippings-for-woocommerce-extended/init.php\";i:51;s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (181, 'ce4wp_activation_redirect', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (182, 'CE4WP_REFERRED_BY', 'a:3:{s:8:\"campaign\";s:17:\"Bluehost_Standard\";s:6:\"plugin\";s:8:\"BlueHost\";s:6:\"source\";s:12:\"preinstalled\";}', 'yes');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (188, 'monsterinsights_settings', 'a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:29:\"adnemgmy@box4206.bluehost.com\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:29:\"adnemgmy@box4206.bluehost.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (189, 'monsterinsights_over_time', 'a:4:{s:17:\"installed_version\";s:5:\"9.2.2\";s:14:\"installed_date\";i:1731570006;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1731570006;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (190, 'monsterinsights_db_version', '7.4.0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (191, 'monsterinsights_current_version', '9.2.2', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (194, 'optin_monster_api', 'a:12:{s:3:\"api\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:9:\"installed\";i:1731570007;s:9:\"connected\";s:0:\"\";s:4:\"beta\";b:0;s:12:\"auto_updates\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"hide_announcements\";b:0;s:7:\"welcome\";a:1:{s:6:\"status\";s:4:\"none\";}s:15:\"connectionToken\";s:32:\"d3694f0bd69e15204b6accde91250feb\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (195, 'omapi_review', 'a:2:{s:4:\"time\";i:1731570007;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (201, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"24.3\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (202, 'wpseo', 'a:105:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:21:\"post_type_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"23.9\";s:16:\"previous_version\";s:4:\"23.8\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1731570011;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:19:\"https://bookblv.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:9:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:12:\"product_type\";s:12:\"product_type\";s:18:\"product_visibility\";s:18:\"product_visibility\";s:11:\"product_cat\";s:16:\"product-category\";s:11:\"product_tag\";s:11:\"product-tag\";s:22:\"product_shipping_class\";s:22:\"product_shipping_class\";s:29:\"monsterinsights_note_category\";s:29:\"monsterinsights_note_category\";s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1731570011;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:5:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:7:\"product\";i:4;s:16:\"wa-order-numbers\";}s:28:\"last_known_public_taxonomies\";a:6:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:11:\"product_cat\";i:4;s:11:\"product_tag\";i:5;s:22:\"product_shipping_class\";}s:23:\"last_known_no_unindexed\";a:4:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1732624297;s:31:\"wpseo_unindexed_post_link_count\";i:1732624297;s:31:\"wpseo_unindexed_term_link_count\";i:1732624297;s:35:\"wpseo_total_unindexed_general_items\";i:1732624297;}s:14:\"new_post_types\";a:1:{i:2;s:18:\"e-floating-buttons\";}s:14:\"new_taxonomies\";a:3:{i:3;s:11:\"product_cat\";i:4;s:11:\"product_tag\";i:5;s:22:\"product_shipping_class\";}s:34:\"show_new_content_type_notification\";b:1;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (203, 'wpseo_titles', 'a:129:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (204, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'jetpack_activated', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (210, 'jetpack_activation_source', 'a:2:{i:0;s:7:\"unknown\";i:1;N;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (212, 'jetpack_options', 'a:5:{s:11:\"old_version\";s:15:\"14.0:1732043611\";s:2:\"id\";i:239007068;s:6:\"public\";i:1;s:27:\"recommendations_conditional\";a:2:{i:0;s:11:\"backup-plan\";i:1;s:7:\"protect\";}s:14:\"last_heartbeat\";i:1747295216;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (213, 'jetpack_affiliate_code', 86241, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (216, 'jetpack_available_modules', 'a:1:{s:4:\"14.0\";a:42:{s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (217, 'jetpack_tos_agreed', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (224, 'jetpack_private_options', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, 'jetpack_active_modules', 'a:9:{i:0;s:5:\"blaze\";i:1;s:6:\"blocks\";i:2;s:12:\"contact-form\";i:3;s:8:\"json-api\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:21:\"woocommerce-analytics\";i:7;s:6:\"photon\";i:8;s:3:\"sso\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (227, 'jetpack_protect_key', 'd7976abd7a5b7288fa126061476fc9b36efba8f0', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (230, 'jetpack_unique_registrations', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (270, 'jetpack_plugin_api_action_links', 'a:2:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:23:\"Get MonsterInsights Pro\";s:126:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=9.2.2\";s:8:\"Settings\";s:68:\"https://bookblv.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=9.2.2\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=9.2.2\";}s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:54:\"https://bookblv.com/wp-admin/admin.php?page=my-jetpack\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'jetpack_search_plan_info', 'a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (272, 'jetpack_testimonial', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (302, 'jpsq_sync_checkout', '0:0', 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'jp_sync_lock_full_sync', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (311, 'jp_sync_last_success_immediate-send', 1731617975.5018, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (312, 'jetpack_persistent_blog_id', 239007068, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, 'jp_sync_retry_after_immediate-send', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'jp_sync_error_log_immediate-send', 'a:1:{s:15:\"1731570023.9886\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Nov 2024 07:40:23 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.atl _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, 'jp_sync_last_success_sync', 1732043460.206, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (332, 'wpforms_version', '1.9.2.2', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (333, 'wpforms_version_lite', '1.9.2.2', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (334, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1731570028;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'jetpack_connection_active_plugins', 'a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'wpforms_settings', 'a:5:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;s:29:\"stripe-webhooks-communication\";s:4:\"rest\";s:16:\"stripe-card-mode\";s:7:\"payment\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (353, '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:7:\"1.9.2.1\";i:1731570031;s:7:\"1.9.2.2\";i:1731965531;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (366, 'auto_update_themes', 'a:5:{i:0;s:19:\"bellavie-wellness-2\";i:1;s:15:\"hello-elementor\";i:2;s:7:\"mygrace\";i:3;s:14:\"twentyfourteen\";i:4;s:11:\"yith-wonder\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (367, 'action_scheduler_lock_async-request-runner', '6826119642f109.50257021|1747325394', 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (389, 'om_notifications', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (390, 'optinmonster_upgrade_completed', '2.16.9', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (391, 'monsterinsights_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:2;s:6:\"minute\";i:4;s:6:\"second\";i:28;s:6:\"offset\";i:93868;s:8:\"initsend\";i:1732500268;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (392, 'monsterinsights_feedback_tracked_features', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (396, 'jetpack_active_plan', 'a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:30:\"free_QVBxhPEN0kkOPvuO7wCOkZqew\";s:8:\"features\";a:2:{s:6:\"active\";a:23:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"install-themes\";i:4;s:17:\"jetpack-dashboard\";i:5;s:18:\"recurring-payments\";i:6;s:11:\"republicize\";i:7;s:17:\"security-settings\";i:8;s:17:\"seo-preview-tools\";i:9;s:14:\"send-a-message\";i:10;s:15:\"social-previews\";i:11;s:18:\"social-shares-1000\";i:12;s:18:\"upload-audio-files\";i:13;s:18:\"upload-video-files\";i:14;s:15:\"whatsapp-button\";i:15;s:25:\"social-image-auto-convert\";i:16;s:26:\"social-mastodon-connection\";i:17;s:27:\"social-instagram-connection\";i:18;s:24:\"social-multi-connections\";i:19;s:29:\"social-connections-management\";i:20;s:25:\"social-threads-connection\";i:21;s:19:\"social-share-status\";i:22;s:21:\"social-editor-preview\";}s:9:\"available\";a:45:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'nfd_ecommerce_module_version', '1.5.2', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'bluehost_plugin_version', '4.1.1', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408, 'bluehost_plugin_install_date', 1731570289, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (409, 'do_activate', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (410, 'jetpack_waf_needs_update', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (411, 'ce4wp_contacts_db_version', 1.0, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (412, 'monsterinsights_sitenotes_installed', 1731570289, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (417, 'jetpack_sync_health_status', 'a:2:{s:6:\"status\";s:7:\"unknown\";s:9:\"timestamp\";d:1732043611.187864;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (418, 'wpforms_process_forms_locator_status', 'completed', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1057, '_wpforms_transient_wpforms_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1731870534;s:5:\"ctime\";i:1731870534;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1058, 'wpforms_email_summaries_fetch_info_blocks_last_run', 1732427206, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1193, '_wpforms_transient_timeout_templates.json', 1732569779, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1194, '_wpforms_transient_templates.json', 1731964979, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1202, '_wpforms_transient_wpforms_/home2/adnemgmy/public_html/wp-content/uploads/wpforms/cache/.htaccess_file', 'a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1731964982;s:5:\"ctime\";i:1731964982;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1215, 'wpforms_version_upgraded_from', '1.9.2.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1216, 'wpforms_version_previous', '1.9.2.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1217, '_wpforms_transient_timeout_splash.json', 1732570331, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1218, '_wpforms_transient_splash.json', 1731965531, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1219, 'wpforms_splash_data_version', '1.9.2', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1273, 'jetpack_site_products', 'a:0:{}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1297, 'ce4wp_handshake_token', '7CA098D6-DC62-4D1F-8A67-B5A9FAB3E8E1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1298, 'ce4wp_handshake_expiration', 1732047055, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1299, 'ce4wp_instance_uuid', '673ce2bfcfd58', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1302, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1732043469;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1305, 'wpforms_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1732043455;s:9:\"dismissed\";b:0;}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1310, 'trusted_ip_header', 'O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1311, 'ce4wp_abandoned_checkout_db_version', 1.0, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1312, 'nfd_module_survey_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1329, 'nfd_module_onboarding_flow', '', 'auto-off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1335, 'monsterinsights_notifications', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1338, 'nfd_module_installer_plugin_install_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1339, 'nfd_module_installer_plugin_activation_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1340, 'nfd_module_installer_plugin_deactivation_queue', 'a:0:{}', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1345, 'nfd_module_installer_plugins_init_status', 'completed', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1346, 'monsterinsights_notifications_run', 'a:24:{s:50:\"monsterinsights_notification_install_user_feedback\";i:1732043460;s:37:\"monsterinsights_notification_visitors\";i:1732043460;s:37:\"monsterinsights_notification_audience\";i:1732043460;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1732043460;s:42:\"monsterinsights_notification_mobile_device\";i:1732043460;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1732043460;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1732043460;s:40:\"monsterinsights_notification_bounce_rate\";i:1732043460;s:47:\"monsterinsights_notification_returning_visitors\";i:1732043460;s:45:\"monsterinsights_notification_traffic_dropping\";i:1732043460;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1732043460;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1732043460;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1732043460;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1732043460;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1732043460;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1732043460;s:39:\"monsterinsights_notification_eu_traffic\";i:1732043460;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1732043460;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1732043460;s:46:\"monsterinsights_notification_headline_analyzer\";i:1732043460;s:49:\"monsterinsights_notification_install_optinmonster\";i:1732043460;s:43:\"monsterinsights_notification_install_aioseo\";i:1732043460;s:44:\"monsterinsights_notification_install_wpforms\";i:1732043460;s:43:\"monsterinsights_notification_multiple_gtags\";i:1732043460;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1352, 'nfd_module_installer_theme_init_status', 'completed', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1353, 'nfd_module_installer_theme_install_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1354, 'nfd_module_onboarding_start_date', 1732043468, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1355, 'nfd_module_onboarding_should_redirect', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1356, 'nfd_module_onboarding_status', 'completed', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1357, 'nfd_module_onboarding_settings_initialized', 1, 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1363, 'theme_mods_yith-wonder', 'a:4:{s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1741069324;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-1\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";}}}}', 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1381, 'jp_sync_error_log_sync', 'a:1:{s:15:\"1732043473.0871\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:13:\"missing_token\";a:1:{i:0;s:0:\"\";}}s:10:\"error_data\";a:1:{s:13:\"missing_token\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:13:\"missing_token\";a:1:{i:0;s:0:\"\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:13:\"missing_token\";a:1:{i:0;i:-10520;}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1390, 'nfd-ai-site-gen-contenttones', 'a:4:{s:4:\"tone\";s:12:\"Professional\";s:9:\"undertone\";s:8:\"Positive\";s:9:\"verbosity\";i:50;s:13:\"reading_level\";i:60;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1391, 'nfd-ai-site-gen-siteclassification', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1392, 'nfd-ai-site-gen-siteconfig', 'a:2:{s:10:\"site_title\";s:17:\"BellaVie Wellness\";s:7:\"tagline\";s:31:\"Embrace Wellness. Earn Rewards.\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1393, 'nfd-ai-site-gen-siteclassificationmapping', 'a:4:{s:11:\"hero-custom\";a:6:{s:8:\"creative\";a:7:{s:6:\"artist\";b:1;s:7:\"cosplay\";b:1;s:15:\"digital-creator\";b:1;s:10:\"influencer\";b:1;s:5:\"model\";b:1;s:11:\"photogrpahy\";b:1;s:5:\"other\";b:1;}s:9:\"education\";a:1:{s:7:\"teacher\";b:1;}s:13:\"entertainment\";a:2:{s:14:\"radio-podcasts\";b:1;s:5:\"other\";b:1;}s:14:\"fashion-beauty\";a:1:{s:8:\"stylists\";b:1;}s:15:\"health-wellness\";a:3:{s:7:\"trainer\";b:1;s:21:\"nutrition-weight-loss\";b:1;s:18:\"physical-therapist\";b:1;}s:8:\"personal\";a:7:{s:3:\"art\";b:1;s:18:\"creative-portfolio\";b:1;s:15:\"digital-creator\";b:1;s:10:\"influencer\";b:1;s:5:\"model\";b:1;s:11:\"photography\";b:1;s:5:\"other\";b:1;}}s:11:\"menu-custom\";a:1:{s:13:\"food-beverage\";a:9:{s:4:\"bars\";b:1;s:8:\"bakeries\";b:1;s:8:\"catering\";b:1;s:5:\"chefs\";b:1;s:10:\"coffee-tea\";b:1;s:5:\"farms\";b:1;s:11:\"food-trucks\";b:1;s:15:\"grocers-markets\";b:1;s:5:\"other\";b:1;}}s:11:\"blog-custom\";a:5:{s:13:\"food-beverage\";a:1:{s:7:\"recipes\";b:1;}s:8:\"creative\";a:1:{s:7:\"writing\";b:1;}s:13:\"entertainment\";a:1:{s:16:\"publishing-media\";b:1;}s:8:\"personal\";a:2:{s:4:\"blog\";b:1;s:7:\"writing\";b:1;}s:14:\"travel-tourism\";a:1:{s:17:\"travel-influencer\";b:1;}}s:17:\"blog-posts-custom\";a:4:{s:8:\"personal\";a:2:{s:4:\"blog\";b:1;s:7:\"writing\";b:1;}s:8:\"creative\";a:2:{s:7:\"writing\";b:1;s:15:\"digital-creator\";b:1;}s:13:\"entertainment\";a:1:{s:16:\"publishing-media\";b:1;}s:8:\"business\";a:2:{s:9:\"marketing\";b:1;s:17:\"pr-communications\";b:1;}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1396, 'nfd_data_site_classification_primary', 'a:2:{s:6:\"refers\";s:4:\"slug\";s:5:\"value\";s:15:\"health-wellness\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1397, 'nfd_data_site_classification_secondary', 'a:2:{s:6:\"refers\";s:4:\"slug\";s:5:\"value\";s:8:\"retreats\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1398, 'nfd-ai-site-gen-targetaudience', 'a:6:{s:8:\"location\";s:6:\"Global\";s:9:\"interests\";a:6:{i:0;s:8:\"Wellness\";i:1;s:10:\"Aesthetics\";i:2;s:7:\"Gourmet\";i:3;s:11:\"Real Estate\";i:4;s:3:\"Spa\";i:5;s:5:\"Hotel\";}s:3:\"age\";a:2:{s:3:\"min\";i:25;s:3:\"max\";i:55;}s:6:\"gender\";s:3:\"All\";s:6:\"income\";a:3:{s:3:\"min\";i:50000;s:3:\"max\";i:150000;s:8:\"currency\";s:3:\"USD\";}s:9:\"education\";s:3:\"All\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1399, 'nfd-ai-site-gen-contentstructure', 'a:1:{s:18:\"content_structures\";a:3:{i:0;a:1:{s:9:\"structure\";a:8:{i:0;s:6:\"header\";i:1;s:4:\"hero\";i:2;s:8:\"headings\";i:3;s:4:\"team\";i:4;s:8:\"features\";i:5;s:7:\"gallery\";i:6;s:14:\"call-to-action\";i:7;s:6:\"footer\";}}i:1;a:1:{s:9:\"structure\";a:7:{i:0;s:6:\"header\";i:1;s:8:\"headings\";i:2;s:4:\"team\";i:3;s:7:\"gallery\";i:4;s:14:\"call-to-action\";i:5;s:3:\"faq\";i:6;s:6:\"footer\";}}i:2;a:1:{s:9:\"structure\";a:7:{i:0;s:6:\"header\";i:1;s:4:\"hero\";i:2;s:8:\"headings\";i:3;s:4:\"team\";i:4;s:12:\"testimonials\";i:5;s:4:\"blog\";i:6;s:6:\"footer\";}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1400, 'nfd-ai-site-gen-pluginrecommendation', 'a:2:{s:15:\"requiredPlugins\";a:3:{i:0;a:7:{s:5:\"title\";s:9:\"Yoast SEO\";s:11:\"description\";s:171:\"Yoast SEO is a comprehensive search engine optimization plugin for WordPress, which offers various features to optimize your site for maximum visibility in search engines.\";s:4:\"slug\";s:13:\"wordpress-seo\";s:4:\"path\";s:31:\"wordpress-seo/wordpress-seo.php\";s:12:\"download_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}i:1;a:7:{s:5:\"title\";s:7:\"Jetpack\";s:11:\"description\";s:154:\"Jetpack offers a suite of design, security, and marketing tools for WordPress sites, including real-time backups and easy-to-use performance enhancements.\";s:4:\"slug\";s:7:\"jetpack\";s:4:\"path\";s:19:\"jetpack/jetpack.php\";s:12:\"download_url\";s:50:\"https://downloads.wordpress.org/plugin/jetpack.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}i:2;a:7:{s:5:\"title\";s:11:\"WooCommerce\";s:11:\"description\";s:131:\"WooCommerce is a customizable, open-source eCommerce platform built on WordPress, allowing users to set up online stores with ease.\";s:4:\"slug\";s:11:\"woocommerce\";s:4:\"path\";s:27:\"woocommerce/woocommerce.php\";s:12:\"download_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}}s:18:\"recommendedPlugins\";a:3:{i:0;a:7:{s:5:\"title\";s:13:\"Creative Mail\";s:11:\"description\";s:154:\"Creative Mail is an email marketing plugin designed to seamlessly integrate with WordPress, offering intuitive tools for crafting and sending newsletters.\";s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:4:\"path\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:12:\"download_url\";s:76:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}i:1;a:7:{s:5:\"title\";s:15:\"MonsterInsights\";s:11:\"description\";s:156:\"MonsterInsights provides a powerful Google Analytics plugin for WordPress, making it easy to connect and view website analytics directly from the dashboard.\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:4:\"path\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:12:\"download_url\";s:73:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}i:2;a:7:{s:5:\"title\";s:12:\"OptinMonster\";s:11:\"description\";s:143:\"OptinMonster is a lead generation tool for WordPress, offering features like pop-ups, floating bars, and slide-ins to capture user information.\";s:4:\"slug\";s:12:\"optinmonster\";s:4:\"path\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:12:\"download_url\";s:55:\"https://downloads.wordpress.org/plugin/optinmonster.zip\";s:7:\"premium\";b:0;s:8:\"requires\";a:0:{}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1402, 'nfd-ai-site-gen-fontpair', 'a:5:{i:0;a:7:{s:10:\"aesthetics\";s:6:\"modern\";s:12:\"font_heading\";s:7:\"poppins\";s:12:\"font_content\";s:6:\"mulish\";s:7:\"spacing\";i:2;s:6:\"radius\";i:5;s:17:\"font_heading_name\";s:7:\"Poppins\";s:17:\"font_content_name\";s:6:\"Mulish\";}i:1;a:7:{s:10:\"aesthetics\";s:10:\"minimalist\";s:12:\"font_heading\";s:7:\"raleway\";s:12:\"font_content\";s:15:\"source-sans-pro\";s:7:\"spacing\";i:1;s:6:\"radius\";i:3;s:17:\"font_heading_name\";s:7:\"Raleway\";s:17:\"font_content_name\";s:15:\"Source Sans Pro\";}i:2;a:7:{s:10:\"aesthetics\";s:7:\"vintage\";s:12:\"font_heading\";s:8:\"playfair\";s:12:\"font_content\";s:5:\"forum\";s:7:\"spacing\";i:3;s:6:\"radius\";i:7;s:17:\"font_heading_name\";s:16:\"Playfair Display\";s:17:\"font_content_name\";s:5:\"Forum\";}i:3;a:7:{s:10:\"aesthetics\";s:4:\"flat\";s:12:\"font_heading\";s:10:\"montserrat\";s:12:\"font_content\";s:11:\"roboto-slab\";s:7:\"spacing\";i:2;s:6:\"radius\";i:4;s:17:\"font_heading_name\";s:10:\"Montserrat\";s:17:\"font_content_name\";s:11:\"Roboto Slab\";}i:4;a:7:{s:10:\"aesthetics\";s:11:\"typographic\";s:12:\"font_heading\";s:4:\"jost\";s:12:\"font_content\";s:12:\"merriweather\";s:7:\"spacing\";i:2;s:6:\"radius\";i:5;s:17:\"font_heading_name\";s:4:\"Jost\";s:17:\"font_content_name\";s:12:\"Merriweather\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1403, 'nfd-ai-site-gen-sitemap', 'a:4:{i:0;a:4:{s:4:\"slug\";s:4:\"home\";s:4:\"path\";s:1:\"/\";s:5:\"title\";s:4:\"Home\";s:8:\"keywords\";a:9:{i:0;s:17:\"BellaVie Wellness\";i:1;s:15:\"loyalty program\";i:2;s:17:\"aesthetic clinics\";i:3;s:16:\"wellness gourmet\";i:4;s:24:\"real estate developments\";i:5;s:16:\"wellness retreat\";i:6;s:3:\"spa\";i:7;s:11:\"hotel stays\";i:8;s:24:\"personalized experiences\";}}i:1;a:4:{s:4:\"slug\";s:5:\"about\";s:4:\"path\";s:6:\"/about\";s:5:\"title\";s:8:\"About Us\";s:8:\"keywords\";a:10:{i:0;s:17:\"BellaVie Wellness\";i:1;s:15:\"loyalty program\";i:2;s:17:\"aesthetic clinics\";i:3;s:16:\"wellness gourmet\";i:4;s:24:\"real estate developments\";i:5;s:16:\"wellness retreat\";i:6;s:3:\"spa\";i:7;s:11:\"hotel stays\";i:8;s:24:\"personalized experiences\";i:9;s:5:\"about\";}}i:2;a:4:{s:4:\"slug\";s:8:\"services\";s:4:\"path\";s:9:\"/services\";s:5:\"title\";s:8:\"Services\";s:8:\"keywords\";a:10:{i:0;s:17:\"BellaVie Wellness\";i:1;s:15:\"loyalty program\";i:2;s:17:\"aesthetic clinics\";i:3;s:16:\"wellness gourmet\";i:4;s:24:\"real estate developments\";i:5;s:16:\"wellness retreat\";i:6;s:3:\"spa\";i:7;s:11:\"hotel stays\";i:8;s:24:\"personalized experiences\";i:9;s:8:\"services\";}}i:3;a:4:{s:4:\"slug\";s:7:\"contact\";s:4:\"path\";s:8:\"/contact\";s:5:\"title\";s:10:\"Contact Us\";s:8:\"keywords\";a:10:{i:0;s:17:\"BellaVie Wellness\";i:1;s:15:\"loyalty program\";i:2;s:17:\"aesthetic clinics\";i:3;s:16:\"wellness gourmet\";i:4;s:24:\"real estate developments\";i:5;s:16:\"wellness retreat\";i:6;s:3:\"spa\";i:7;s:11:\"hotel stays\";i:8;s:24:\"personalized experiences\";i:9;s:7:\"contact\";}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1404, 'nfd-ai-site-gen-colorpalette', 'a:5:{i:0;a:10:{s:4:\"base\";s:7:\"#F9F9F9\";s:8:\"contrast\";s:7:\"#000000\";s:7:\"primary\";s:7:\"#FF7F50\";s:9:\"secondary\";s:7:\"#00CED1\";s:8:\"tertiary\";s:7:\"#FFD700\";s:17:\"header_background\";s:7:\"#FFFFFF\";s:17:\"header_foreground\";s:7:\"#000000\";s:13:\"header_titles\";s:7:\"#FF7F50\";s:20:\"secondary_background\";s:7:\"#F9F9F9\";s:20:\"secondary_foreground\";s:7:\"#000000\";}i:1;a:10:{s:4:\"base\";s:7:\"#F5F5F5\";s:8:\"contrast\";s:7:\"#000000\";s:7:\"primary\";s:7:\"#FF69B4\";s:9:\"secondary\";s:7:\"#00BFFF\";s:8:\"tertiary\";s:7:\"#FFD700\";s:17:\"header_background\";s:7:\"#FFFFFF\";s:17:\"header_foreground\";s:7:\"#000000\";s:13:\"header_titles\";s:7:\"#FF69B4\";s:20:\"secondary_background\";s:7:\"#F5F5F5\";s:20:\"secondary_foreground\";s:7:\"#000000\";}i:2;a:10:{s:4:\"base\";s:7:\"#F0F8FF\";s:8:\"contrast\";s:7:\"#000000\";s:7:\"primary\";s:7:\"#FF4500\";s:9:\"secondary\";s:7:\"#00FFFF\";s:8:\"tertiary\";s:7:\"#FFD700\";s:17:\"header_background\";s:7:\"#FFFFFF\";s:17:\"header_foreground\";s:7:\"#000000\";s:13:\"header_titles\";s:7:\"#FF4500\";s:20:\"secondary_background\";s:7:\"#F0F8FF\";s:20:\"secondary_foreground\";s:7:\"#000000\";}i:3;a:10:{s:4:\"base\";s:7:\"#F0FFF0\";s:8:\"contrast\";s:7:\"#000000\";s:7:\"primary\";s:7:\"#FF1493\";s:9:\"secondary\";s:7:\"#00FF7F\";s:8:\"tertiary\";s:7:\"#FFD700\";s:17:\"header_background\";s:7:\"#FFFFFF\";s:17:\"header_foreground\";s:7:\"#000000\";s:13:\"header_titles\";s:7:\"#FF1493\";s:20:\"secondary_background\";s:7:\"#F0FFF0\";s:20:\"secondary_foreground\";s:7:\"#000000\";}i:4;a:10:{s:4:\"base\";s:7:\"#F8F8FF\";s:8:\"contrast\";s:7:\"#000000\";s:7:\"primary\";s:7:\"#FF8C00\";s:9:\"secondary\";s:7:\"#00FF00\";s:8:\"tertiary\";s:7:\"#FFD700\";s:17:\"header_background\";s:7:\"#FFFFFF\";s:17:\"header_foreground\";s:7:\"#000000\";s:13:\"header_titles\";s:7:\"#FF8C00\";s:20:\"secondary_background\";s:7:\"#F8F8FF\";s:20:\"secondary_foreground\";s:7:\"#000000\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1405, 'nfd-ai-site-gen-keywords', 'a:1:{s:8:\"keywords\";a:10:{i:0;s:17:\"BellaVie Wellness\";i:1;s:15:\"loyalty program\";i:2;s:7:\"rewards\";i:3;s:17:\"aesthetic clinics\";i:4;s:16:\"wellness gourmet\";i:5;s:41:\"wellness focused real estate developments\";i:6;s:16:\"wellness retreat\";i:7;s:3:\"spa\";i:8;s:11:\"hotel stays\";i:9;s:24:\"personalized experiences\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1406, 'nfd-ai-site-gen-contentstructures', 'a:3:{s:5:\"home1\";a:9:{i:0;s:6:\"header\";i:1;s:4:\"hero\";i:2;s:8:\"features\";i:3;s:8:\"features\";i:4;s:12:\"testimonials\";i:5;s:14:\"call-to-action\";i:6;s:3:\"faq\";i:7;s:4:\"blog\";i:8;s:6:\"footer\";}s:5:\"home2\";a:9:{i:0;s:6:\"header\";i:1;s:4:\"hero\";i:2;s:8:\"headings\";i:3;s:12:\"testimonials\";i:4;s:4:\"blog\";i:5;s:8:\"features\";i:6;s:14:\"call-to-action\";i:7;s:8:\"features\";i:8;s:6:\"footer\";}s:5:\"home3\";a:9:{i:0;s:6:\"header\";i:1;s:4:\"hero\";i:2;s:8:\"features\";i:3;s:14:\"call-to-action\";i:4;s:3:\"faq\";i:5;s:8:\"features\";i:6;s:12:\"testimonials\";i:7;s:4:\"blog\";i:8;s:6:\"footer\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1407, 'nfd-ai-site-gen-generatedpatterns', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1408, 'nfd-ai-site-gen-homepages', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1413, 'woocommerce_onboarding_profile', 'a:1:{s:7:\"skipped\";b:1;}', 'auto');

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1418, 'woocommerce_store_address', 'United Arab Emirates', 'on');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1420, 'woocommerce_store_city', 'Dubai', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1421, 'woocommerce_default_country', 'AE', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1422, 'woocommerce_store_postcode', 450450, 'on');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1424, 'woocommerce_all_except_countries', 'a:0:{}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1425, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'on');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1427, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1428, 'woocommerce_default_customer_address', 'geolocation_ajax', 'on');

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1431, 'woocommerce_calc_discounts_sequentially', 'yes', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1432, 'woocommerce_currency', 'AED', 'on');

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1437, 'woocommerce_shop_page_id', 8, 'on');

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1440, 'woocommerce_placeholder_image', 6005, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1441, 'woocommerce_weight_unit', 'kg', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1442, 'woocommerce_dimension_unit', 'cm', 'on');

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1452, 'woocommerce_stock_email_recipient', 'adnemgmy@box4206.bluehost.com', 'off');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1481, 'woocommerce_enable_guest_checkout', 'no', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1482, 'woocommerce_enable_checkout_login_reminder', 'yes', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1483, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1484, 'woocommerce_enable_myaccount_registration', 'yes', 'off');

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1488, 'woocommerce_erasure_request_removes_download_data', 'no', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1490, '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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1491, '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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1492, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1493, 'woocommerce_trash_pending_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1494, 'woocommerce_trash_failed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1495, 'woocommerce_trash_cancelled_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1497, 'woocommerce_email_from_name', 'BellaVie Wellness', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1498, 'woocommerce_email_from_address', 'adnemgmy@box4206.bluehost.com', 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1500, 'woocommerce_email_base_color', '#720eec', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1501, 'woocommerce_email_background_color', '#f7f7f7', 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1503, 'woocommerce_email_text_color', '#3c3c3c', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1504, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1505, 'woocommerce_email_footer_text_color', '#3c3c3c', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1506, 'woocommerce_merchant_email_notifications', 'no', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1507, 'woocommerce_cart_page_id', 9, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1508, 'woocommerce_checkout_page_id', 10, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1509, 'woocommerce_myaccount_page_id', 10, 'off');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1525, 'woocommerce_allow_tracking', 'yes', 'on');

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1531, 'woocommerce_feature_product_block_editor_enabled', 'no', 'on');

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1538, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:8:\"/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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1539, 'current_theme_supports_woocommerce', 'yes', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1545, 'default_product_cat', 50, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1549, 'woocommerce_refund_returns_page_id', 11, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1552, '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:29:\"adnemgmy@box4206.bluehost.com\";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:29:\"adnemgmy@box4206.bluehost.com\";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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1553, 'woocommerce_version', '9.8.5', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1554, 'woocommerce_db_version', '9.7.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1555, 'woocommerce_store_id', 'd58cbcc6-aa9e-4a29-a92f-16f898e92d0e', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1556, 'woocommerce_admin_install_timestamp', 1732043605, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1557, 'woocommerce_inbox_variant_assignment', 8, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1558, 'woocommerce_remote_variant_assignment', 79, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1562, 'wc_blocks_version', '11.8.0-dev', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1568, 'jetpack_sync_settings_disable', '0', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1569, 'woocommerce_task_list_hidden_lists', 'a:1:{i:0;s:5:\"setup\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1570, 'woocommerce_gateway_order', 'a:3:{s:42:\"pre_install_woocommerce_payments_promotion\";i:2;s:20:\"yith_paypal_payments\";i:0;s:7:\"element\";i:1;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1571, 'wcpay_welcome_page_incentives_dismissed', 'a:1:{i:0;s:32:\"wcpay-promo-2023-action-discount\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1572, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"zCW3Vzurdkn0udMmnmPCFJxOtj3r1MZx\";}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1591, 'wc_has_tracked_default_theme', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1596, 'nfd_coming_soon_last_changed', 1732533636, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1610, 'wcpay_was_in_use', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1624, 'yit_recently_activated', 'a:1:{i:0;s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1626, 'woocommerce_hooked_blocks_version', '9.4.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1627, 'wc_admin_show_legacy_coupon_menu', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1628, 'woocommerce_custom_orders_table_created', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1632, 'woocommerce_coming_soon', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1633, 'woocommerce_initial_installed_version', '9.4.1', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1634, 'wc_blocks_db_schema_version', 260, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1635, '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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1657, 'yith_stripe_payments_cache_version', 1732043609, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1664, 'yith_stripe_payments_brand_e9adf6e715ea63e8c887a35502cb0c7d', 'bluehost', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1679, 'woocommerce_admin_notices', 'a:1:{i:0;s:6:\"update\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1701, '_wpforms_transient_timeout_existing_tables', 1732648411, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1702, '_wpforms_transient_existing_tables', 'a:1:{s:13:\"SnT_wpforms_%\";a:4:{i:0;s:16:\"SnT_wpforms_logs\";i:1;s:24:\"SnT_wpforms_payment_meta\";i:2;s:20:\"SnT_wpforms_payments\";i:3;s:22:\"SnT_wpforms_tasks_meta\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1722, 'woocommerce_tracker_last_send', 1746909931, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1724, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1739, 'theme_mods_bellavie-wellness-2', 'a:4:{s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1741069340;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-1\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1744, 'woocommerce_catalog_rows', 4, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1745, 'woocommerce_catalog_columns', 4, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1748, 'yith_stripe_payments_enabled', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1749, 'yith_stripe_payments_environment', 'live', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1750, 'yith_stripe_payments_element_settings[capture]', 'automatic', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1751, 'yith_stripe_payments_element_settings[title]', 'Stripe Payments', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1752, 'yith_stripe_payments_element_settings[description]', 'Use your Credit Card, or choose one of our selected partners to process your payment', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1753, 'yith_stripe_payments_element_settings[layout]', 'tabs', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1754, 'yith_stripe_payments_element_settings[accordion_collapsed]', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1755, 'yith_stripe_payments_element_settings[accordion_radios]', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1756, 'yith_stripe_payments_element_settings[accordion_spaced]', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1757, 'yith_stripe_payments_element_settings[theme]', 'stripe', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1758, 'yit_plugin_fw_panel_wc_default_options_set', 'a:3:{s:26:\"yith_stripe_payments_panel\";b:1;s:20:\"yith_paypal_payments\";b:1;s:36:\"yith_shippo_shipping_for_woocommerce\";b:1;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1759, 'yith_ppwc_gp_gateway_options', 'a:1:{s:7:\"enabled\";s:2:\"no\";}', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1760, 'yith_ppwc_ap_gateway_options', 'a:1:{s:7:\"enabled\";s:2:\"no\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1761, 'yith_ppwc_gateway_options[enabled]', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1762, 'yith_ppwc_gateway_options[environment]', 'production', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1763, 'yith_ppwc_gateway_enabled_to_manage_custom_card', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1764, 'yith_ppwc_gateway_options[intent]', 'capture', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1765, 'yith_ppwc_gateway_options[prefix]', 'YITH-', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1766, 'yith_ppwc_button_funding_sources', 'a:1:{i:0;s:4:\"card\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1767, 'yith_ppwc_cc_gateway_options[enabled]', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1768, 'yith_ppwc_cc_gateway_options[title]', 'Pay with a Credit or Debit Card', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1769, 'yith_ppwc_cc_gateway_options[description]', 'Pay safe with a credit or debit card', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1770, 'yith_ppwc_cc_gateway_options[3d_secure_setting]', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1771, 'yith_ppwc_cc_gateway_options[3d_secure_liability_shift]', 'a:2:{i:0;s:8:\"possible\";i:1;s:7:\"unknown\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1772, 'yith_ppwc_gp_gateway_options[enabled]', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1773, 'yith_ppwc_ap_gateway_options[enabled]', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1774, 'yith_ppwc_button_size', 'a:2:{s:10:\"dimensions\";a:1:{s:5:\"width\";i:100;}s:4:\"unit\";s:10:\"percentage\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1775, 'yith_ppwc_button_on', 'a:2:{i:0;s:4:\"cart\";i:1;s:8:\"checkout\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1776, 'yith_ppwc_gateway_options[fast_checkout]', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1777, 'yith_ppwc_gateway_options[title]', 'Pay with PayPal', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1778, 'yith_ppwc_gateway_options[description]', 'Pay safe with PayPal', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1779, 'yith_ppwc_button_shape', 'rect', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1780, 'yith_ppwc_button_color', 'gold-rect', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1781, 'jetpack_sync_https_history_home_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1782, 'jetpack_sync_https_history_site_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1783, 'ce4wp_ignore_review_notice', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1784, 'onboarding_experience_level', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1796, 'yith_shippo_db_version', '1.0.7', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1807, 'yith_shippo_environment', 'live', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1808, 'yith-shippo-enable-rates-in-zone', 'off', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1809, 'yith-shippo-show-live-shipping-rates-cart-checkout', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1810, 'yith-shippo-calculate-shipping-rates-in', 'cart_checkout', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1811, 'yith-shippo-require-insurance', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1812, 'yith-shippo-require-signature', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1813, 'yith-shippo-enable-limit-rate', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1814, 'yith-shippo-limit', 3, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1815, 'yith-shippo-enable-limit-cost', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1816, 'yith-shippo-show-delivery-time', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1817, 'yith_shippo_enable_autotracking', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1818, 'yith_shippo_webhook_address', 'https://bookblv.com/?wc-api=yith_shippo', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1819, 'yith_shippo_saved_unit_dimension', 'cm', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1820, 'yith_shippo_saved_unit_weight', 'kg', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1821, 'yith_shippo_min_parcel_dimension', 'a:4:{s:10:\"min-length\";s:2:\"20\";s:9:\"min-width\";s:2:\"20\";s:10:\"min-height\";s:1:\"2\";s:10:\"min-weight\";s:3:\"0.1\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1822, 'yith_shippo_enable_additional_weight', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1823, 'yith_shippo_combine_boxes', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1824, 'yith_shippo_cube_dimensions', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1825, 'yith_shippo_shipping_label_format', 'PDF', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1826, 'yith_shippo_options_to_request_shipping_label', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1827, 'yith-shippo-validate-shipping-adress', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1828, 'yith-shippo-require-company-name', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1833, 'monsterinsights_review', 'a:2:{s:4:\"time\";i:1732043848;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1837, 'woocommerce_marketplace_suggestions', 'a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1742317411;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1839, '_wpforms_transient_timeout_addons.json', 1732648722, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1840, '_wpforms_transient_addons.json', 1732043922, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1841, 'wpforms_challenge', 'a:13:{s:6:\"status\";s:0:\"\";s:4:\"step\";i:0;s:7:\"user_id\";i:1;s:7:\"form_id\";i:0;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:0:\"\";s:17:\"finished_date_gmt\";s:0:\"\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1856, 'nfd_fb_hash_hiive_token', 'a1665a95f9cb9483fea483ce05116810', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1863, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"9.8.5\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:12:\"contributors\";a:50:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73edc627541112a447e978843cf72f516bdbf6350e7cbac10016c71ab1b8c8a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:11:\"woocommerce\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/woocommerce/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7781a3c13bcc86b57064b9539ec22da52fd5ef1902fbc020d0a4a8595b14ea0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"WooCommerce\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mikejolley/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8295774fc174b6a5b9bd960709949f4de88cd0b8708d711dc5b6676693d41432?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/jameskoster/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/94b5473c03a46cb204f0a868dfe65f8199ef483242814ec1bcaf6770ba90d203?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/claudiosanches/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/rodrigosprimo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1dc85457417601db220b14e7fa96c842700fbd1cceecd21d65306c26fffb92cc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:15:\"peterfabian1000\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/peterfabian1000/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c25372df076206b9fe44dddd7ec6af6ba427d3fe2a457fa301fcb9cf90b23ddd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Peter Fabian\";}s:7:\"vedjain\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/vedjain/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/eb19da24784b2f86d310a213b60c903b0a5464a6c725cf5fcabfd274383337c4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Vedanshu - a11n\";}s:8:\"jamosova\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/jamosova/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73f150b0172cbb319293e372b3b20f4b78f0d5fbe70558318f69aad70908e95a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Julia Amosova\";}s:16:\"obliviousharmony\";a:3:{s:7:\"profile\";s:48:\"https://profiles.wordpress.org/obliviousharmony/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/67851e0deeb2c6a7a4c238cf45c0e9694a919e2c5e02706c5852e67c4ad279c9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"obliviousharmony\";}s:9:\"konamiman\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/konamiman/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:23:\"Néstor Soriano Vilchez\";}s:8:\"sadowski\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/sadowski/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cee318a6ec06e747df7f70f274da4e0cf4adba60c59e12d660d0f5a6ba78658a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"sadowski\";}s:8:\"wpmuguru\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/wpmuguru/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23afb25faac780cb6ec9533b2ac9e5daedf7a1faf444b41db471b9529701f87e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Ron Rennick\";}s:5:\"royho\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/royho/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1beda14f19fa93030ba2c66359dc270286820af6c667cdfeb4e87833c747f3a0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"royho\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/barryhughes-1/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6ce0f4afb77f8d32da9c43e9a39c84fcfb3ed0e9cac24f440c46a151946cdec8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/claudiulodro/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/34a74527d3859bd9fb0b477cd80c9f78b3610259a251c32a31023ead285ac124?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:12:\"tiagonoronha\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tiagonoronha/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0352cd451932c8a2ab15b8457933e6d90cc919bbf23db63e3bc35ee41d56577e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Tiago Noronha\";}s:6:\"ryelle\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/ryelle/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6d860975d8bd4b166268bba8da8c1ea0e861a7d7f4ef0aee52fa727fc69e12b2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Kelly Choyce-Dwan\";}s:10:\"levinmedia\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/levinmedia/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/657d301b3683f02c75e4b2363681518e94485770056cc51526f19818884ba6aa?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"levinmedia\";}s:7:\"aljullu\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/aljullu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/784f29a6d06799d1d40adc32b115da932cd1ee2b22d91cd8597e9fe6e4ee1420?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:21:\"Albert Juhé Lluveras\";}s:6:\"nerrad\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/nerrad/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1bd692736861bd20949789e4a3d922736480efcacb0e44041616c5a79eaa54c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:22:\"Darren Ethier (nerrad)\";}s:10:\"joshuawold\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joshuawold/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f98224d78e12fcc0e9686dbf15f8c37b1967835212f25a92fceb6caafdc5b08d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Joshua Wold\";}s:13:\"assassinateur\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/assassinateur/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/00ec8d736cf51890768bcfd3614fc7eea91eec753262bc37cea7c8e988d4d3a3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Nadir Seghir\";}s:7:\"haszari\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/haszari/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5478c55437f47714a4dae1016cf521e803dfc4633ce5781b2f24d749d1623f69?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Rua Haszard\";}s:10:\"mppfeiffer\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mppfeiffer/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0fe64f1ef1e4abe1825653bcb17113a4a14c755f5b6f77d2f27494fe349d7081?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Michael P. Pfeiffer\";}s:10:\"nielslange\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/nielslange/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0894ec0d7e5d70306a16431b36249b1928cad88a572de9b5211a54d75ad5d77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Niels Lange\";}s:9:\"ralucastn\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ralucastn/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65d79886499f47ee368495f5016117deef427d5abca9d3ed76c4bfaa42e7c0a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Raluca\";}s:11:\"tjcafferkey\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/tjcafferkey/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23d134901eef453e721759c9d84810f5748a84fc8681ed230c7d78e53583c77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"tjcafferkey\";}s:13:\"danielwrobert\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/danielwrobert/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f1f823ffbe2a6adb7f94c6998079fd6ae6636d3b6272dd8c54385783360e2cf8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"danielwrobert\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:51:\"https://profiles.wordpress.org/patriciahillebrandt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/13f5707fad9a68e5cf9c3c0ebb9c7179c862dcb279c761d20c9b40bd2fff9f4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:7:\"albarin\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/albarin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0dd150b60949026a3c34f49d40089e3a8cf97dc331e2f5b27e805ffd34648e22?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"albarin\";}s:10:\"dinhtungdu\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/dinhtungdu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/07e79c32b1abba868f8c5e3ee0c85b9150c74e2c2a946088a268e6be486d9114?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Tung Du\";}s:10:\"imanish003\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/imanish003/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/59ff646ede2dd6475f24762ac21ee2afd7d72fdcade7b9d2915cf1c3c2d984a2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Manish Menaria\";}s:12:\"karolmanijak\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/karolmanijak/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Karol Manijak\";}s:13:\"sunyatasattva\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/sunyatasattva/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73ce316f9775441698b601e6902728a80837f7fd6df0846e3c5a82448dce447c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:20:\"sunyatasattva (a11n)\";}s:13:\"alexandrelara\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/alexandrelara/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c0c71a072f798066e4661395461e73e0fb6692eaddcced2a0e457ef01a458e8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Alexandre Lara\";}s:7:\"gigitux\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/gigitux/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2dcd003f15403180364c56b093b48e6edca9a88c8f1470b965b87fc230c66d7f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Luigi Teschio\";}s:12:\"danieldudzic\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/danieldudzic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b689767c4b308b8f5910cef3a2f44c2acdadcb3b63326b0d5c865d2c208c668e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"danieldudzic\";}s:11:\"samueljseay\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/samueljseay/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/4c4a5e8fd5b99749ed9ac735c31d0370254356e40feea46bcf51b2b607f8ab0e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"Sam\";}s:12:\"alexflorisca\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/alexflorisca/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b68615471f527e6224909ce0726dda68b074e6cbcf89e0d4b5ecc483a96557ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Alex Florisca\";}s:5:\"opr18\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/opr18/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e083a0759b8ea01b11c1f154a3087ddfaf65a93011cf97a85fdbfc0cda709538?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"opr18\";}s:12:\"tarunvijwani\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tarunvijwani/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/fa4a4b2688afb8d238bb035f31fda4d07dabd67ccf41576276e5eb084463d617?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"tarunvijwani\";}s:12:\"pauloarromba\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/pauloarromba/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ab6034aa12c0e53f21978df9e470f161f06810d814082cbe3ab74450f0618818?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Paulo Arromba\";}s:9:\"saadtarhi\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/saadtarhi/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f4fd0df69b8c7bf3a3e6526df3b42c3854de544904ef825bfd549afc9829f645?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Saad T.\";}s:4:\"bor0\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/bor0/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/787d8ea71701ced680cd80411d656c20e0e600be5d34f6ce3478143d43dc9fd9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Boro Sitnikovski\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/kloon/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7c708f5b0957714ab48e00220b0f74acccb43b70fa0d4b5ee091d59951ae751?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:12:\"coreymckrill\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/coreymckrill/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9cc64cf0f650f165ac55f1294105259f82f2b72c4c24903a79af6d6cd1ad2a9a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Corey McKrill\";}s:12:\"jorgeatorres\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/jorgeatorres/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Jorge A. Torres\";}s:10:\"leifsinger\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leifsinger/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8107603a6bbc5ff73e07e2450f260335af41a5adb2cccd80cba20cdd28b96651?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Leif Singer\";}s:9:\"neosinner\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/neosinner/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/68b52d53a3c6dd39841f697853a1965057c6f3aeb9e89f7d960d1921ffa90d29?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Ján Mikláš\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3700;i:4;i:183;i:3;i:99;i:2;i:105;i:1;i:399;}s:11:\"num_ratings\";i:4486;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:870;s:24:\"support_threads_resolved\";i:687;s:15:\"active_installs\";i:8000000;s:12:\"last_updated\";s:22:\"2025-05-12 11:44am GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:12364:\"<p><a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> is the open-source ecommerce platform for WordPress.</p>\n<p>Our core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.</p>\n<p>Whether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.</p>\n<ul>\n<li><strong>Create beautiful, enticing storefronts</strong> with <a href=\"https://woocommerce.com/product-category/themes/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">themes</a> suited to your brand and industry.</li>\n<li><strong>Increase revenue</strong> with an optimized <a href=\"https://woocommerce.com/checkout-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">shopping cart experience</a> that converts.</li>\n<li><strong>Customize product pages in minutes</strong> using modular <a href=\"https://woocommerce.com/document/woocommerce-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">product blocks</a>.</li>\n<li>Showcase physical and digital goods, product variations, custom configurations, instant downloads, and affiliate items.</li>\n<li>Sell <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">memberships</a>, with our developer-vetted extensions.</li>\n<li><strong>Rise to the top of search results</strong> by leveraging <a href=\"https://www.searchenginejournal.com/wordpress-best-cms-seo/\" rel=\"nofollow ugc\">WordPress’ SEO advantage</a>.</li>\n<li><strong>Build on a platform that scales.</strong> Get flexible ecommerce for <a href=\"https://woocommerce.com/high-volume-stores/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">high-volume stores</a>.</li>\n</ul>\n<h4>ALL THE TOOLS YOU NEED TO SELL</h4>\n<p>Built-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional <a href=\"https://woocommerce.com/document/woocommerce-setup-wizard/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Setup Wizard</a>.</p>\n<ul>\n<li><strong>Choose how you want to get paid</strong>. Conveniently manage payments from the comfort of your store with <a href=\"https://woocommerce.com/payments/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooPayments</a> (Available in the U.S., U.K., Ireland, Australia, New Zealand, Canada, Spain, France, Germany, and Italy). Securely accept credit cards, mobile wallets, bank transfers, and cash thanks to <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Square</a>.</li>\n<li><strong>Configure your shipping options</strong>. Print USPS labels right from your dashboard and even schedule a pickup with <a href=\"https://woocommerce.com/products/shipping/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Shipping</a> (U.S.-only). Connect with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">well-known carriers</a> such as UPS and FedEx – plus a wide variety of delivery, inventory, and fulfillment solutions for your locale.</li>\n<li><strong>Simplify sales tax</strong>. Add <a href=\"https://woocommerce.com/products/tax/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Tax</a> or <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/tax?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">similar integrated services</a> to make automated calculations a reality.</li>\n</ul>\n<h4>Grow your business, add features, and monitor your store on the go</h4>\n<p>WooCommerce means business. Keep tabs on the performance metrics most important to you with a powerful and flexible central dashboard built into WooCommerce.</p>\n<p>Expand your audience across marketing and social channels with <a href=\"https://woocommerce.com/products/google-ads/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Facebook</a> integrations. You can always check out the in-dashboard <a href=\"https://woocommerce.com/document/marketing-hub/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Marketing Hub</a> for fresh ideas and tips to help you succeed.</p>\n<p>Enhance store functionality with hundreds of free and paid extensions from the <a href=\"https://woocommerce.com/products/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">official WooCommerce Marketplace</a>. Our developers <a href=\"https://woocommerce.com/document/marketplace-overview/#section-6?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">vet each new extension</a> and regularly review existing extensions to maintain Marketplace quality standards. We are actively <a href=\"https://woocommerce.com/document/marketplace-overview/#section-2?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">looking for products that help store builders create successful stores</a>.</p>\n<p>Manage your store from anywhere with the free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">mobile app</a> (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive &#8220;cha-ching&#8221; notification sound each time you make a new sale!</p>\n<h4>Own and control your store data – forever</h4>\n<p>With <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a>, your data belongs to you. Always.</p>\n<p>If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">usage data</a> with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.</p>\n<p>Unlike hosted ecommerce solutions, WooCommerce store data is future-proof; you’re free to export all your content and take your site to any platform you choose. No restrictions.</p>\n<h4>Why developers choose (and love) WooCommerce</h4>\n<p>Developers can use <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.</p>\n<ul>\n<li>Leverage <a href=\"https://woocommerce.com/document/introduction-to-hooks-actions-and-filters/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">hooks and filters</a> to modify or create functionality.</li>\n<li>Integrate virtually any service using a robust <a href=\"https://developer.woocommerce.com/docs/getting-started-with-the-woocommerce-rest-api/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">REST API</a> and webhooks.</li>\n<li>Design and build custom content blocks with React.</li>\n<li><a href=\"https://developer.woocommerce.com/docs/category/extension-development/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Inspect and modify</a> any aspect of the core plugin code.</li>\n<li>Speed up development with a lightning-fast <a href=\"https://developer.woocommerce.com/docs/category/wc-cli/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">CLI</a>.</li>\n</ul>\n<p>The core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.</p>\n<h4>Be part of our growing international community</h4>\n<p>WooCommerce has a large, passionate community dedicated to helping merchants succeed – and it’s growing fast.</p>\n<p>There are <a href=\"https://woocommerce.com/meetups/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Meetups</a> in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.</p>\n<p>WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.</p>\n<h4>Contribute and translate</h4>\n<p>WooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">translate.wordpress.org</a>.</p>\n<h4>Connection to WooCommerce.com</h4>\n<p>You can connect your store to <a href=\"https://woocommerce.com/\" rel=\"nofollow ugc\">WooCommerce.com</a> to manage your subscriptions on WooCommerce Marketplace and receive product updates without leaving WordPress admin. Connection also enables installation of purchased products right from WooCommerce.com and streamlines access to technical support. If you’d like to learn about what data is gathered and how it is used, please refer to our <a href=\"https://automattic.com/privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</p>\n\";s:12:\"installation\";s:2382:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)</li>\n<li>MySQL 5.6 or greater, OR MariaDB version 10.1 or greater, is required</li>\n</ul>\n<p>Visit the <a href=\"https://woocommerce.com/document/server-requirements/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option &#8212; WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us,  you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation\" rel=\"ugc\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\" rel=\"ugc\">WordPress importer</a>. You can also use the core <a href=\"https://woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:7803:\"\n<dt id=\'where%20can%20i%20find%20woocommerce%20documentation%20and%20user%20guides%3F\'>\nWhere can I find WooCommerce documentation and user guides?\n</h4>\n<p>\n<p>For help setting up and configuring WooCommerce, please refer to <a href=\"https://woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Getting Started</a> and the <a href=\"https://woocommerce.com/guides/new-store/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">New WooCommerce Store Owner Guide</a>.</p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\" rel=\"nofollow ugc\">documentation</a>, as well as the <a href=\"https://github.com/woocommerce/woocommerce/blob/trunk/docs/extension-development/extension-development-best-practices.md\" rel=\"nofollow ugc\">Plugin Developer Best Practices</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20or%20talk%20to%20other%20users%20about%20woocommerce%20core%3F\'>\nWhere can I get help or talk to other users about WooCommerce Core?\n</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">WooCommerce Support Forum</a> by following <a href=\"https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">these guidelines</a>, reach out via the <a href=\"https://woocommerce.com/community-slack/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community Slack</a>, or post in the <a href=\"https://www.facebook.com/groups/advanced.woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community group</a> on Facebook.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20for%20extensions%20i%20have%20purchased%20from%20the%20woocommerce%20marketplace%3F\'>\nWhere can I get help for extensions I have purchased from the WooCommerce Marketplace?\n</h4>\n<p>\n<p>For assistance with paid extensions from the WooCommerce Marketplace: first, review our <a href=\"https://woocommerce.com/document/woocommerce-self-service-guide/\" rel=\"nofollow ugc\">self-service troubleshooting guide</a>. If the problem persists, kindly log a support ticket via <a href=\"https://woocommerce.com/my-account/create-a-ticket/\" rel=\"nofollow ugc\">our helpdesk</a>. Our dedicated Happiness Engineers aim to respond within 24 hours.</p>\n</p>\n<dt id=\'i%E2%80%99m%20having%20trouble%20logging%20in%20to%20woocommerce.com%20%E2%80%93%20what%20now%3F\'>\nI’m having trouble logging in to WooCommerce.com – what now?\n</h4>\n<p>\n<p>First, troubleshoot common login issues using this helpful <a href=\"https://woocommerce.com/document/log-into-woocommerce-com-with-wordpress-com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">step-by-step guide</a>. Still not working? <a href=\"https://woocommerce.com/contact-us/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Get in touch with us</a>.</p>\n</p>\n<dt id=\'will%20woocommerce%20work%20with%20my%20theme%3F\'>\nWill WooCommerce work with my theme?\n</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend <a href=\"https://woocommerce.com/storefront/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Storefront</a>.</p>\n</p>\n<dt id=\'how%20do%20i%20update%20woocommerce%3F\'>\nHow do I update WooCommerce?\n</h4>\n<p>\n<p>We have a detailed guide on <a href=\"https://woocommerce.com/document/how-to-update-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">How To Update WooCommerce</a>.</p>\n</p>\n<dt id=\'my%20site%20broke%20%E2%80%93%20what%20do%20i%20do%3F\'>\nMy site broke – what do I do?\n</h4>\n<p>\n<p>Start by diagnosing the issue using our helpful <a href=\"https://woocommerce.com/documentation/get-help/troubleshooting-get-help/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">troubleshooting guide</a>.</p>\n<p>If you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.</p>\n<p>In both instances, we recommend running a conflict test using <a href=\"https://woocommerce.com/document/troubleshooting-using-health-check/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Health Check</a> (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a <a href=\"https://woocommerce.com/document/how-to-test-for-conflicts/#section-3?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">staging site</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20report%20bugs%3F\'>\nWhere can I report bugs?\n</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub repository</a>. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.</p>\n</p>\n<dt id=\'where%20can%20i%20request%20new%20features%2C%20themes%2C%20and%20extensions%3F\'>\nWhere can I request new features, themes, and extensions?\n</h4>\n<p>\n<p>Request new features and extensions and vote on existing suggestions on our official <a href=\"https://woocommerce.com/feature-requests/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">feature request board</a>. Our Product teams regularly review requests and consider them valuable for product planning.</p>\n</p>\n<dt id=\'woocommerce%20is%20awesome%21%20can%20i%20contribute%3F\'>\nWooCommerce is awesome! Can I contribute?\n</h4>\n<p>\n<p>Yes, you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">development blog</a> to stay up-to-date with everything happening in the project.</p>\n</p>\n<dt id=\'where%20can%20i%20find%20rest%20api%20documentation%3F\'>\nWhere can I find REST API documentation?\n</h4>\n<p>\n<p>Extensive <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce REST API Documentation</a> is available on GitHub.</p>\n</p>\n<dt id=\'my%20question%20is%20not%20listed%20here.%20where%20can%20i%20find%20more%20answers%3F\'>\nMy question is not listed here. Where can I find more answers?\n</h4>\n<p>\n<p>Check out <a href=\"https://woocommerce.com/document/frequently-asked-questions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Frequently Asked Questions</a> for more.</p>\n</p>\n\n\";s:9:\"changelog\";s:3181:\"<h4>9.8.5 2025-05-12</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix &#8211; Address PHP 8.4 deprecation warnings. <a href=\"https://github.com/woocommerce/woocommerce/pull/57864\" rel=\"nofollow ugc\">#57864</a></li>\n<li>Fix &#8211; Allow other protocols such as S3 for file paths in CSV importer <a href=\"https://github.com/woocommerce/woocommerce/pull/57465\" rel=\"nofollow ugc\">#57465</a></li>\n<li>Fix &#8211; Apply reactify-payments-settings class to the page body when the feature is active. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Fix &#8211; Fix backward compatibility for individual gateway settings pages/sections to display notices and sections with the new Reactified Payments Settings page. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Fix &#8211; Prevent PHP notice in transient cleanup. <a href=\"https://github.com/woocommerce/woocommerce/pull/57679\" rel=\"nofollow ugc\">#57679</a></li>\n<li>Fix &#8211; Prevent shipping rates remaining hidden when checkout fields filtered to be optional are not filled on classic checkout. <a href=\"https://github.com/woocommerce/woocommerce/pull/57674\" rel=\"nofollow ugc\">#57674</a></li>\n<li>Fix &#8211; PTK Pattern: improve guard <a href=\"https://github.com/woocommerce/woocommerce/pull/57847\" rel=\"nofollow ugc\">#57847</a></li>\n<li>Fix &#8211; Remove the section navigation for the offline payment methods settings pages. <a href=\"https://github.com/woocommerce/woocommerce/pull/57748\" rel=\"nofollow ugc\">#57748</a></li>\n<li>Add &#8211; Use wc_back_header function for tertiary+ level pages in WooCommerce settings. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Update &#8211; Allow WooPayments to take over Payments menu item only if WooPayments is fully onboarded. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Update &#8211; Improve WooPayments incentive handling. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Update &#8211; Update popover interaction from hover to click <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n<li>Update &#8211; Update the payments extensions official badge icon. <a href=\"https://github.com/woocommerce/woocommerce/pull/57714\" rel=\"nofollow ugc\">#57714</a></li>\n<li>Dev &#8211; E2E tests: enhance shipping zones test <a href=\"https://github.com/woocommerce/woocommerce/pull/56786\" rel=\"nofollow ugc\">#56786</a></li>\n<li>Tweak &#8211; The new Payments Settings page is now enabled by default for all stores, new and existing. <a href=\"https://github.com/woocommerce/woocommerce/pull/57614\" rel=\"nofollow ugc\">#57614</a></li>\n<li>Tweak &#8211; Update recurring payments icon on the new settings page. <a href=\"https://github.com/woocommerce/woocommerce/pull/57618\" rel=\"nofollow ugc\">#57618</a></li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt\" rel=\"nofollow ugc\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:15084:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Clearly facts exposure</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/oliman/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4daf45ac8e2779d270b89772fe23924c28c21f29b1fdc88cc5f6251e32a72bb2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4daf45ac8e2779d270b89772fe23924c28c21f29b1fdc88cc5f6251e32a72bb2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/oliman/\" class=\"reviewer-name\">oliman</a> on <span class=\"review-date\">May 12, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Thanks a lot for making for me more clear the issue and the real possibilities!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great plugin - Great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/franwoo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/40510a69b59350d4188bd0ee45606824627c7bc92da49e8199dfe85ba6899177?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/40510a69b59350d4188bd0ee45606824627c7bc92da49e8199dfe85ba6899177?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/franwoo/\" class=\"reviewer-name\">franwoo</a> on <span class=\"review-date\">May 11, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Woocommerce is a fantastic plugin with a lot of flexibility and with a few experience, easy to set up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their support forum was very helpful.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fast and good support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/anweb/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f0bf5bd4d860474cf9e5ebf6c333869249f8e52483891d3fe54b1ceb9da9e25d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f0bf5bd4d860474cf9e5ebf6c333869249f8e52483891d3fe54b1ceb9da9e25d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/anweb/\" class=\"reviewer-name\">anweb</a> on <span class=\"review-date\">May 10, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Got very fast and good support so very happy</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good one</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mazid100/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e760c9f6976e75b8c1dd0790d786e9d5d5ec716160ff2aa48542a3966c71f1a5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e760c9f6976e75b8c1dd0790d786e9d5d5ec716160ff2aa48542a3966c71f1a5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mazid100/\" class=\"reviewer-name\">Abdul Mazid <small>(mazid100)</small></a> on <span class=\"review-date\">May 8, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am trying it seems good.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Insightful and fast to respond</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/rojac/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/16a654097454a99ae0041d3a7dc0809895b57323a6a80de1a766997b4a7c7548?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/16a654097454a99ae0041d3a7dc0809895b57323a6a80de1a766997b4a7c7548?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/rojac/\" class=\"reviewer-name\"> <small>(rojac)</small></a> on <span class=\"review-date\">May 7, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I got truly insightful help from this team on a problem that had plagued me for two days -- I shouldn\'t have waited that long. Thank you so much WooCommerce!!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very good and quick response to inquiries^^</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/myege/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4a3c68d01c80dfa42c7847177569ce03462fdec99634ffd6ddc2d7569e91422f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4a3c68d01c80dfa42c7847177569ce03462fdec99634ffd6ddc2d7569e91422f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/myege/\" class=\"reviewer-name\">myege</a> on <span class=\"review-date\">May 7, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Very good and quick response to inquiries^^</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Really GREAT support !</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/alitschi/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/12e1faa7d9d0b1e40672bbe79b8102031470b0804091e8f1bd92daa74f546e44?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/12e1faa7d9d0b1e40672bbe79b8102031470b0804091e8f1bd92daa74f546e44?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/alitschi/\" class=\"reviewer-name\">alitschi</a> on <span class=\"review-date\">May 6, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>We obtained thorough and detailed support in a matter where the system showed highly inflated figures (x 1 mln &amp; x 100). Although the origin of the problem could never really be traced, the woocommerce support assisted us all the time with hints and knowledge. Many thanks!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Amazing Customer Support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/avagolf/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f0f34d96ea166536ca44294d360ef9a6b15f9b293c57ef3338911c072a017842?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f0f34d96ea166536ca44294d360ef9a6b15f9b293c57ef3338911c072a017842?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/avagolf/\" class=\"reviewer-name\">Mike <small>(avagolf)</small></a> on <span class=\"review-date\">May 5, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Zubair Zahid in the support department was AMAZING!<br /><br />Also, woocommerce is a great tool!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Extraordinary Support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/arsilan/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c02bda07c2b4af8ba06e31d9d685b113188b13bf1d98e618917b5dadb81fcb5d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c02bda07c2b4af8ba06e31d9d685b113188b13bf1d98e618917b5dadb81fcb5d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/arsilan/\" class=\"reviewer-name\">A <small>(arsilan)</small></a> on <span class=\"review-date\">May 5, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I’m genuinely impressed with the level of support provided. The team was responsive, knowledgeable, and went above and beyond to resolve my issue. It\'s rare to find such dedicated support these days — truly a great experience. Highly recommended!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/marco-raaphorst/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c0c611e4b2a9f9c6866f5c53401824a9bf89da4c92002acdf9476a81497b451d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c0c611e4b2a9f9c6866f5c53401824a9bf89da4c92002acdf9476a81497b451d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/marco-raaphorst/\" class=\"reviewer-name\">marco-raaphorst <small>(Marco Raaphorst)</small></a> on <span class=\"review-date\">May 1, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>happy that they helped me quickly and in a great way</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:485:{s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1864, 'recently_activated', 'a:0:{}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1896, 'recovery_mode_email_last_sent', 1741190055, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2127, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.7.2\";s:5:\"files\";a:540:{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:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2130, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2144, '_transient_jetpack_autoloader_plugin_paths', 'a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2145, '_transient_timeout_woocommerce_blocks_asset_api_script_data', 1749800091, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2146, '_transient_woocommerce_blocks_asset_api_script_data', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"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\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"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\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"2def9412eeabab2071b2\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"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\":\"http:\\/\\/bellavierewards.com\\/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\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"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\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"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-payment-method-bacs.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-bacs.js\",\"version\":\"352f045f9b415c61b4f7\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-payment-method-cod.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-cod.js\",\"version\":\"e84e1e25c851751320a2\",\"dependencies\":[\"react\",\"wc-blocks-registry\",\"wc-settings\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"92dea44f259a5d3cc1aa\",\"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-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"http:\\/\\/bellavierewards.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-9.8.5\",\"dependencies\":[]}},\"version\":\"wc-9.8.5\",\"hash\":\"fe6e84a0ed50c8c5b86f7decf21e6700\"}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2156, '_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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2165, '_transient_shipping-transient-version', 1733469843, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2337, 'wc_remote_inbox_notifications_wca_updated', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2338, '_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs', 1747855310, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2339, '_transient_woocommerce_admin_remote_inbox_notifications_specs', 'a:1:{s:5:\"en_US\";a:59:{s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"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>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<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).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"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\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTA\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test A\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 00:01:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTB\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test B\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 20:58:43\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTC\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test C\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:03:33\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";O:8:\"stdClass\":8:{s:4:\"slug\";s:51:\"woopay-beta-merchantrecruitment-short-06MAY23-TESTD\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:22:\"Activate WooPay Test D\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:70:\"woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:167:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-05 21:32:09\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<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.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"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!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"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>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:64:\"woocommerce-analytics-order-attribution-promotions-december-2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Discover what drives your sales\";s:7:\"content\";s:216:\"Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:78:\"woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Find out more\";}}s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-analytics\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-23 09:56:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:21:\"woocommerce-analytics\";}}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:12;}s:7:\"default\";i:0;s:9:\"operation\";s:5:\"range\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:24:\"uk-vat-notice-2025-04-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"uk-vat-notice-2025-04-30\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"UK VAT numbers are no longer supported\";s:7:\"content\";s:322:\"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\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"uk-vat-notice-button-2025-04-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:31:\"Learn more about this extension\";}}s:3:\"url\";s:53:\"https://wordpress.org/plugins/eu-vat-for-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-eu-vat-number\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-05 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-05-15 00:00:00\";}}}s:22:\"payson-retirement-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"payson-retirement-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:22:\"Payson Form Retirement\";s:7:\"content\";s:208:\"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.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"payson-retirement-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:35:\"Explore alternative payment methods\";}}s:3:\"url\";s:218:\"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\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-13 01:35:31\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-payson\";}}}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2452, 'woocommerce_tracker_ua', 'a:9:{i:0;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\";i:1;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:2;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";i:3;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";i:4;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";i:5;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:6;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";i:7;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0\";i:8;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2515, '_transient_woocommerce_reports-transient-version', 1743687753, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2539, 'ht_ctc_othersettings', 'a:32:{s:7:\"an_type\";s:9:\"heartBeat\";s:8:\"an_delay\";s:1:\"1\";s:6:\"an_itr\";s:1:\"1\";s:11:\"show_effect\";s:11:\"From Center\";s:3:\"amp\";s:1:\"1\";s:18:\"notification_badge\";s:1:\"1\";s:18:\"notification_count\";s:1:\"1\";s:21:\"notification_bg_color\";s:7:\"#5644e2\";s:23:\"notification_text_color\";s:7:\"#303030\";s:25:\"notification_border_color\";s:7:\"#000000\";s:17:\"notification_time\";s:0:\"\";s:11:\"parms_saved\";s:10:\"after_3_31\";s:4:\"g_an\";s:3:\"ga4\";s:15:\"g_an_event_name\";s:13:\"click to chat\";s:11:\"g_an_params\";a:1:{i:0;s:12:\"g_an_param_1\";}s:12:\"g_an_param_1\";a:2:{s:3:\"key\";s:6:\"number\";s:5:\"value\";s:8:\"{number}\";}s:16:\"g_an_param_order\";s:1:\"6\";s:8:\"fb_pixel\";s:1:\"1\";s:16:\"pixel_event_type\";s:11:\"trackCustom\";s:23:\"pixel_custom_event_name\";s:27:\"Click to Chat by HoliThemes\";s:25:\"pixel_standard_event_name\";s:4:\"Lead\";s:12:\"pixel_params\";a:4:{i:0;s:13:\"pixel_param_1\";i:1;s:13:\"pixel_param_2\";i:2;s:13:\"pixel_param_3\";i:3;s:13:\"pixel_param_4\";}s:13:\"pixel_param_1\";a:2:{s:3:\"key\";s:8:\"Category\";s:5:\"value\";s:26:\"Click to Chat for WhatsApp\";}s:13:\"pixel_param_2\";a:2:{s:3:\"key\";s:2:\"ID\";s:5:\"value\";s:8:\"{number}\";}s:13:\"pixel_param_3\";a:2:{s:3:\"key\";s:5:\"Title\";s:5:\"value\";s:7:\"{title}\";}s:13:\"pixel_param_4\";a:2:{s:3:\"key\";s:3:\"URL\";s:5:\"value\";s:5:\"{url}\";}s:17:\"pixel_param_order\";s:1:\"5\";s:9:\"analytics\";s:3:\"all\";s:8:\"hook_url\";s:0:\"\";s:6:\"zindex\";s:8:\"99999999\";s:14:\"webhook_format\";s:6:\"string\";s:14:\"chat_load_hook\";s:9:\"wp_footer\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2540, 'ht_ctc_chat_options', 'a:30:{s:2:\"cc\";s:0:\"\";s:3:\"num\";s:0:\"\";s:6:\"number\";s:13:\"+971562657965\";s:10:\"pre_filled\";s:95:\"Hello Beautiful! welcome to BellaVie: where luxury meets wellness! Where can we take you today?\";s:14:\"call_to_action\";s:31:\"WhatsApp us now or use QR code!\";s:13:\"style_desktop\";s:1:\"2\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:3:\"top\";s:12:\"side_1_value\";s:4:\"15px\";s:6:\"side_2\";s:5:\"right\";s:12:\"side_2_value\";s:4:\"15px\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:12:\"intl_country\";s:2:\"ae\";s:4:\"intl\";s:1:\"1\";s:13:\"position_type\";s:5:\"fixed\";s:13:\"same_settings\";s:1:\"1\";s:20:\"position_type_mobile\";s:5:\"fixed\";s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:5:\"right\";s:19:\"mobile_side_2_value\";s:4:\"10px\";s:12:\"url_target_d\";s:6:\"_blank\";s:15:\"url_structure_d\";s:7:\"default\";s:15:\"url_structure_m\";s:7:\"default\";s:15:\"display_desktop\";s:4:\"show\";s:14:\"display_mobile\";s:4:\"show\";s:7:\"display\";a:18:{s:14:\"global_display\";s:4:\"show\";s:4:\"home\";s:1:\"g\";s:5:\"posts\";s:1:\"g\";s:5:\"pages\";s:1:\"g\";s:7:\"archive\";s:1:\"g\";s:8:\"category\";s:1:\"g\";s:8:\"page_404\";s:1:\"g\";s:11:\"woo_product\";s:1:\"g\";s:8:\"woo_shop\";s:1:\"g\";s:8:\"woo_cart\";s:1:\"g\";s:12:\"woo_checkout\";s:1:\"g\";s:18:\"woo_order_received\";s:1:\"g\";s:11:\"woo_account\";s:1:\"g\";s:16:\"wa-order-numbers\";s:1:\"g\";s:17:\"list_hideon_pages\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2541, 'ht_ctc_s2', 'a:5:{s:11:\"s2_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25D366\";s:8:\"cta_type\";s:5:\"hover\";s:13:\"cta_font_size\";s:4:\"15px\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2542, 'ht_ctc_plugin_details', 'a:14:{s:7:\"version\";s:4:\"4.21\";s:18:\"first_install_time\";i:1732110346;s:2:\"v3\";i:1732110346;s:6:\"v3_2_5\";i:1732110346;s:6:\"v3_3_3\";i:1732110346;s:6:\"v3_3_5\";i:1732110346;s:4:\"v3_7\";i:1732110346;s:4:\"v3_8\";i:1732110346;s:4:\"v3_9\";i:1732110346;s:5:\"v3_19\";i:1732110346;s:5:\"v3_23\";i:1732110346;s:5:\"v3_28\";i:1732110346;s:5:\"v3_31\";i:1732110346;s:4:\"v4_3\";i:1732110346;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2550, 'ht_ctc_group', 'a:17:{s:8:\"group_id\";s:0:\"\";s:14:\"call_to_action\";s:14:\"WhatsApp Group\";s:13:\"style_desktop\";s:1:\"4\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:6:\"bottom\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:4:\"left\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"mobile_side_1\";s:6:\"bottom\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:4:\"left\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2551, 'ht_ctc_share', 'a:17:{s:10:\"share_text\";s:34:\"Checkout this Awesome page {{url}}\";s:14:\"call_to_action\";s:14:\"WhatsApp Share\";s:13:\"style_desktop\";s:1:\"1\";s:12:\"style_mobile\";s:1:\"2\";s:6:\"side_1\";s:3:\"top\";s:12:\"side_1_value\";s:4:\"10px\";s:6:\"side_2\";s:5:\"right\";s:12:\"side_2_value\";s:4:\"10px\";s:12:\"show_or_hide\";s:4:\"hide\";s:17:\"list_hideon_pages\";s:0:\"\";s:15:\"list_hideon_cat\";s:0:\"\";s:17:\"list_showon_pages\";s:0:\"\";s:15:\"list_showon_cat\";s:0:\"\";s:13:\"mobile_side_1\";s:3:\"top\";s:19:\"mobile_side_1_value\";s:4:\"10px\";s:13:\"mobile_side_2\";s:5:\"right\";s:19:\"mobile_side_2_value\";s:4:\"10px\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2552, 'ht_ctc_admin_pages', 'a:1:{s:5:\"count\";i:20;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2553, 'ht_ctc_woo_options', 'a:2:{s:14:\"woo_pre_filled\";s:0:\"\";s:18:\"woo_call_to_action\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2554, 'ht_ctc_s1', 'a:4:{s:13:\"s1_text_color\";s:0:\"\";s:11:\"s1_bg_color\";s:0:\"\";s:13:\"s1_icon_color\";s:7:\"#25d366\";s:12:\"s1_icon_size\";s:4:\"16px\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2555, 'ht_ctc_s3', 'a:4:{s:11:\"s3_img_size\";s:4:\"50px\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";s:8:\"cta_type\";s:4:\"hide\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2556, 'ht_ctc_s3_1', 'a:9:{s:11:\"s3_img_size\";s:4:\"40px\";s:11:\"s3_bg_color\";s:7:\"#25D366\";s:17:\"s3_bg_color_hover\";s:7:\"#25D366\";s:10:\"s3_padding\";s:4:\"14px\";s:13:\"s3_box_shadow\";s:1:\"1\";s:19:\"s3_box_shadow_hover\";s:1:\"1\";s:8:\"cta_type\";s:4:\"hide\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2557, 'ht_ctc_s4', 'a:5:{s:13:\"s4_text_color\";s:7:\"#7f7d7d\";s:11:\"s4_bg_color\";s:7:\"#e4e4e4\";s:10:\"s4_img_url\";s:0:\"\";s:15:\"s4_img_position\";s:4:\"left\";s:11:\"s4_img_size\";s:4:\"32px\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2558, 'ht_ctc_s5', 'a:12:{s:9:\"s5_line_1\";s:0:\"\";s:9:\"s5_line_2\";s:35:\"We will respond as soon as possible\";s:15:\"s5_line_1_color\";s:7:\"#000000\";s:15:\"s5_line_2_color\";s:7:\"#000000\";s:19:\"s5_background_color\";s:7:\"#ffffff\";s:15:\"s5_border_color\";s:7:\"#dddddd\";s:6:\"s5_img\";s:0:\"\";s:13:\"s5_img_height\";s:4:\"70px\";s:12:\"s5_img_width\";s:4:\"70px\";s:17:\"s5_content_height\";s:4:\"70px\";s:16:\"s5_content_width\";s:5:\"270px\";s:15:\"s5_img_position\";s:5:\"right\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2559, 'ht_ctc_s6', 'a:4:{s:12:\"s6_txt_color\";s:0:\"\";s:21:\"s6_txt_color_on_hover\";s:0:\"\";s:17:\"s6_txt_decoration\";s:0:\"\";s:26:\"s6_txt_decoration_on_hover\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2560, 'ht_ctc_s7', 'a:10:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:15:\"s7_border_color\";s:7:\"#25D366\";s:21:\"s7_border_color_hover\";s:7:\"#25d366\";s:16:\"s7_border_radius\";s:3:\"50%\";s:8:\"cta_type\";s:4:\"hide\";s:13:\"cta_textcolor\";s:7:\"#ffffff\";s:11:\"cta_bgcolor\";s:7:\"#25d366\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2561, 'ht_ctc_s7_1', 'a:7:{s:12:\"s7_icon_size\";s:4:\"20px\";s:13:\"s7_icon_color\";s:7:\"#ffffff\";s:19:\"s7_icon_color_hover\";s:7:\"#f4f4f4\";s:14:\"s7_border_size\";s:4:\"12px\";s:10:\"s7_bgcolor\";s:7:\"#25D366\";s:16:\"s7_bgcolor_hover\";s:7:\"#00d34d\";s:8:\"cta_type\";s:5:\"hover\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2562, 'ht_ctc_s8', 'a:10:{s:12:\"s8_txt_color\";s:7:\"#ffffff\";s:21:\"s8_txt_color_on_hover\";s:7:\"#ffffff\";s:11:\"s8_bg_color\";s:7:\"#26a69a\";s:20:\"s8_bg_color_on_hover\";s:7:\"#26a69a\";s:13:\"s8_icon_color\";s:7:\"#ffffff\";s:22:\"s8_icon_color_on_hover\";s:7:\"#ffffff\";s:16:\"s8_icon_position\";s:4:\"left\";s:12:\"s8_text_size\";s:0:\"\";s:12:\"s8_icon_size\";s:0:\"\";s:11:\"s8_btn_size\";s:3:\"btn\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2563, 'ht_ctc_s99', 'a:6:{s:19:\"s99_dekstop_img_url\";s:0:\"\";s:18:\"s99_mobile_img_url\";s:0:\"\";s:22:\"s99_desktop_img_height\";s:4:\"50px\";s:21:\"s99_desktop_img_width\";s:0:\"\";s:21:\"s99_mobile_img_height\";s:4:\"50px\";s:20:\"s99_mobile_img_width\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2564, 'ht_ctc_one_time', 'a:2:{s:13:\"first_version\";s:4:\"4.12\";s:18:\"first_install_time\";i:1732110509;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2584, 'ht_ctc_greetings_options', 'a:1:{s:15:\"fallback_values\";s:3:\"yes\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2590, 'ht_ctc_code_blocks', 'a:1:{s:10:\"custom_css\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2689, 'fs_active_plugins', 'O:8:\"stdClass\":0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2690, 'fs_debug_mode', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2691, 'fs_accounts', 'a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:7180;a:2:{s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:1:{s:19:\"shortcodes-ultimate\";a:17:{s:19:\"last_load_timestamp\";i:1732546992;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1732112756;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.8.1\";s:11:\"sdk_version\";s:5:\"2.9.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"7.3.0\";s:14:\"plugin_version\";s:5:\"7.3.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:19:\"bellavierewards.com\";s:9:\"server_ip\";s:12:\"50.6.155.105\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1732112756;s:7:\"version\";s:5:\"7.3.0\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1732112764;s:7:\"version\";s:5:\"7.3.0\";}}}s:13:\"file_slug_map\";a:1:{s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:19:\"shortcodes-ultimate\";}s:7:\"plugins\";a:1:{s:19:\"shortcodes-ultimate\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"7180\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_c9ecad02df10f17e67880ac6bd8fc\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"Shortcodes Ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:12:\"premium_slug\";s:23:\"shortcodes-ultimate-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:7:\"version\";s:5:\"7.3.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";a:3:{s:3:\"new\";i:100;s:7:\"updates\";i:0;s:9:\"localhost\";b:1;}}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"8091393018116b86c975fcd25c069ceb\";s:13:\"admin_notices\";a:1:{s:19:\"shortcodes-ultimate\";a:0:{}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2692, 'fs_api_cache', 'a:0:{}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2708, 'su_option_custom-formatting', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2709, 'su_option_skip', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2710, 'su_option_prefix', 'su_', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2711, 'su_option_custom-css', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2712, 'su_option_supported_blocks', 'a:3:{i:0;s:14:\"core/paragraph\";i:1;s:14:\"core/shortcode\";i:2;s:13:\"core/freeform\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2713, 'su_option_generator_access', 'manage_options', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2714, 'su_option_enable_shortcodes_in', 'a:1:{i:0;s:16:\"term_description\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2715, 'su_option_hide_deprecated', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2716, 'su_option_unsafe_features', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2717, 'su_option_version', '7.3.1', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2748, '_transient_product_query-transient-version', 1746867810, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2813, 'su_presets_qrcode', 'a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:18:\"Last used settings\";s:8:\"settings\";a:11:{s:4:\"data\";s:15:\"wa.me/562657965\";s:5:\"title\";s:27:\"BellaVie Life is beautiful!\";s:4:\"size\";s:3:\"460\";s:6:\"margin\";s:2:\"10\";s:5:\"align\";s:6:\"center\";s:4:\"link\";s:15:\"wa.me/562657965\";s:6:\"target\";s:4:\"self\";s:5:\"color\";s:7:\"#5fb09b\";s:10:\"background\";s:7:\"#ffffff\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:5:\"false\";}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2988, '_transient_yith_shippo_shippo_shipping_rules_cache_version-transient-version', 1732117289, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3037, 'envira_over_time', 'a:1:{s:14:\"installed_lite\";s:10:\"1732118087\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3043, 'envira_lite_version', '1.9.0', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3044, 'envira_gallery_116', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3045, 'envira_gallery_121', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3046, 'envira_lite_wizard', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3055, 'envira_gallery_review', 'a:2:{s:4:\"time\";i:1732118162;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3079, 'envira_admin_menu_tooltip', 1732118578, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3140, 'su_option_unsafe_features_auto_off', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3625, 'su_option_dismissed_notices', 'a:1:{s:4:\"rate\";i:1732813369;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3636, 'nfd_utilities_css', '.nfd-relative{position:relative!important}.-nfd-bottom-1{bottom:-.25rem!important}.-nfd-top-0\\\\.5{top:-.125rem!important}.-nfd-top-1{top:-.25rem!important}.nfd-top-10{top:2.5rem!important}.nfd-col-start-1{grid-column-start:1!important}.nfd-col-start-2{grid-column-start:2!important}.nfd-col-start-3{grid-column-start:3!important}.nfd-col-start-4{grid-column-start:4!important}.nfd-col-start-5{grid-column-start:5!important}.nfd-col-start-6{grid-column-start:6!important}.nfd-col-start-7{grid-column-start:7!important}.nfd-col-end-10{grid-column-end:10!important}.nfd-col-end-11{grid-column-end:11!important}.nfd-col-end-12{grid-column-end:12!important}.nfd-col-end-13{grid-column-end:13!important}.nfd-col-end-7{grid-column-end:7!important}.nfd-col-end-8{grid-column-end:8!important}.nfd-col-end-9{grid-column-end:9!important}.nfd-row-start-1{grid-row-start:1!important}.-nfd-mx-2:not([style*=margin]){margin-left:-.5rem!important;margin-right:-.5rem!important}.nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.nfd-mb-8:not([style*=margin]){margin-bottom:2rem!important}.nfd-mt-8:not([style*=margin]){margin-top:2rem!important}.nfd-mt-\\\\[-100px\\\\]:not([style*=margin]){margin-top:-100px!important}.nfd-grid{display:grid!important}.nfd-h-full{height:100%!important}.nfd-w-full{width:100%!important}.nfd-shrink-0{flex-shrink:0!important}.nfd-grow{flex-grow:1!important}.nfd-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.nfd-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.nfd-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nfd-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.nfd-items-center{align-items:center!important}.nfd-gap-y-10{row-gap:2.5rem!important}.nfd-overflow-hidden{overflow:hidden!important}.nfd-border-b{border-bottom-width:1px!important}.nfd-p-0:not([style*=padding]){padding:0!important}.nfd-p-10:not([style*=padding]){padding:2.5rem!important}.nfd-p-2:not([style*=padding]){padding:.5rem!important}.nfd-p-4:not([style*=padding]){padding:1rem!important}.nfd-p-8:not([style*=padding]){padding:2rem!important}.nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.nfd-px-4:not([style*=padding]){padding-left:1rem!important;padding-right:1rem!important}.nfd-px-8:not([style*=padding]){padding-left:2rem!important;padding-right:2rem!important}.nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.nfd-py-4:not([style*=padding]){padding-bottom:1rem!important;padding-top:1rem!important}.nfd-py-5:not([style*=padding]){padding-bottom:1.25rem!important;padding-top:1.25rem!important}.nfd-pt-0:not([style*=padding]){padding-top:0!important}.nfd-text-left{text-align:left!important}.nfd-wc-products{self-align:flex-start!important;flex-grow:0!important}.nfd-wc-products>ul{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))!important}.nfd-wc-products .wc-block-grid__product-image{overflow:hidden!important}.nfd-wc-products .wc-block-grid__product-image img{transition:transform .6s ease-in-out!important}.nfd-wc-products .wc-block-grid__product-image img:hover{transform:scale(1.1)!important}.nfd-wc-products .wc-block-components-product-sale-badge{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:hsla(0,0%,100%,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:999px!important;font-size:.8125rem!important;font-weight:700!important;margin:6px!important;padding:4px 12px!important}.nfd-wc-products .wc-block-components-product-sale-badge>span{background:transparent!important}.nfd-wc-products .wc-block-components-product-price{color:inherit!important}.nfd-wc-search .wp-block-search__inside-wrapper{background-color:var(--wndb--color--borders)!important;border:2px solid var(--wndb--color--subtle)!important;border-radius:999px!important;max-width:100%!important;padding:0!important;width:25rem!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]{background:none!important;border:none!important;border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;color:var(--wndb--color--text--contrast)!important;font-size:1.25rem!important;font-weight:500!important;min-height:3.75rem!important;padding-inline:24px!important}.nfd-wc-search .wp-block-search__inside-wrapper:has(button:focus),.nfd-wc-search .wp-block-search__inside-wrapper:has(input[type=search]:focus){outline:2px solid var(--wndb--color--text--contrast)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__button{aspect-ratio:1/1!important;background:var(--wndb-gray-800)!important;border-radius:999px!important;height:100%!important;margin-left:0!important;margin-right:2px!important;margin-top:2px!important}.nfd-wc-search .wp-block-search__button:focus,.nfd-wc-search .wp-block-search__button:hover{background:var(--wndb-gray-900)!important;filter:none!important;outline:2px solid var(--wndb-gray-900)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::-moz-placeholder{color:var(--wndb--color--text--faded)!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::placeholder{color:var(--wndb--color--text--faded)!important}:root{--wndb-mask-color:rgba(0,0,0,.15);--wndb-mask-position:50% 50% at 50% 20%;--wndb-mask-opacity:0.35}[class*=nfd-bg-effect]{isolation:isolate!important;position:relative!important}[class*=nfd-wb-header] [class*=nfd-bg-effect]{z-index:1!important}.has-modal-open [class*=nfd-bg-effect]{isolation:unset!important}.nfd-bg-effect-position-center{--wndb-mask-position:50% 50% at 50% 50%}[class*=nfd-bg-effect]:after{content:\\\"\\\"!important;inset:0!important;-webkit-mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;opacity:var(--wndb-mask-opacity)!important;pointer-events:none!important;position:absolute!important;z-index:-1!important}.nfd-bg-effect-dots:after{--wndb-mask-opacity:1;background:radial-gradient(var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:20px 20px!important}.nfd-bg-effect-grid:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:50px 50px!important}.nfd-bg-effect-grid-perspective{perspective:1000px!important}.has-modal-open .nfd-bg-effect-grid-perspective{perspective:unset!important}.nfd-bg-effect-grid-perspective:after{--wndb-mask-opacity:0.6;background-size:100px 100px!important;transform:rotateX(-60deg) translateZ(0)!important;transform-origin:top!important;transform-style:preserve-3d!important}.nfd-bg-effect-grid-2:after,.nfd-bg-effect-grid-perspective:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important}.nfd-bg-effect-grid-2:after{background-size:14px 32px!important}.nfd-bg-effect-grid-3{overflow:hidden!important}.nfd-bg-effect-grid-3:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:32px 80px!important;right:-40%!important;top:-20%!important;transform:scale(1.5) skew(-30deg,30deg)!important}.nfd-bg-effect-lines:after{--wndb-mask-opacity:0.4;background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:48px!important}.nfd-bg-effect-lines-2{--wndb-mask-opacity:0.45;overflow:hidden!important;perspective:1000px!important}.has-modal-open .nfd-bg-effect-lines-2{perspective:unset!important}.nfd-bg-effect-lines-2:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:30px!important;right:-40%!important;top:-20%!important;transform:rotateX(-45deg) skew(-16deg) translateZ(0)!important;transform-origin:right!important;transform-style:preserve-3d!important}.nfd-mask-opacity-0:after{--wndb-mask-opacity:0.8}:where(:root){--wndb--max-w--prose:min(65ch,1100px)}.nfd-max-w-prose:not(.nfd-max-w-full),:where(.nfd-text-balance:not(.nfd-max-w-full)){max-width:var(--wndb--max-w--prose)!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-center,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-center{margin-inline:auto!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-right,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-right{margin-inline-start:auto!important}:where(.nfd-text-balance){text-wrap:balance!important}.nfd-text-balance>h1,.nfd-text-balance>h2,.nfd-text-balance>h3,.nfd-text-balance>h4,.nfd-text-balance>p{text-wrap:balance!important}.nfd-text-pretty,.nfd-text-pretty>h1,.nfd-text-pretty>h2,.nfd-text-pretty>h3,.nfd-text-pretty>h4,.nfd-text-pretty>p{text-wrap:pretty!important}.wp-block-image figcaption{font-weight:400!important;margin-inline:auto!important;max-width:64ch!important;padding-block-start:.5em!important;text-wrap:balance!important}.wp-block-quote>.nfd-text-pretty{font-weight:550;margin-block:.25em}:where(:root){--wndb--text-scale-factor:1;--wndb--text--xs:0.75rem;--wndb--text--sm:0.875rem;--wndb--text--base:1rem;--wndb--text--md:1.125rem;--wndb--text--lg:1.5rem;--wndb--text--xl:2.375rem;--wndb--text--huge:clamp(2.75rem,1.4688rem + 2.5vw,3.5rem);--wndb--text-giga:clamp(3.25rem,2.546875rem + 2.25vw,4.375rem)}.nfd-text-xs:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--xs)*var(--wndb--text-scale-factor))!important}.nfd-text-xs:not([style*=letter-spacing]){letter-spacing:.05em!important}.nfd-text-sm:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--sm)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--base)*var(--wndb--text-scale-factor))!important}.nfd-text-md:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--md)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([style*=line-height]),.nfd-text-md:not([style*=line-height]){line-height:1.6!important}.nfd-text-lg:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--lg)*var(--wndb--text-scale-factor))!important}.nfd-text-lg:not([style*=line-height]){line-height:1.4!important}.nfd-text-lg:not([style*=letter-spacing]){letter-spacing:0!important}.nfd-text-lg:not([style*=font-weight]){font-weight:500!important}.nfd-text-xl:not([class*=font-size]):not([style*=font-size]){font-size:var(--wndb--text--xl)!important}.nfd-text-xl:not([style*=line-height]){line-height:1.25!important}.nfd-text-xl:not([style*=letter-spacing]){letter-spacing:-.01em!important}.nfd-text-xl:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text--huge)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-center,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-center{margin-inline:auto!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-right,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-right{margin-inline-start:auto!important}.nfd-text-huge:not([style*=line-height]){line-height:1.1!important}.nfd-text-huge:not([style*=letter-spacing]){letter-spacing:-.025em!important}.nfd-text-huge:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text-giga)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}.nfd-text-giga:not([style*=line-height]){line-height:1.1!important}.nfd-text-giga:not([style*=letter-spacing]){letter-spacing:-.04em!important}.nfd-text-giga:not([style*=font-weight]){font-weight:500!important}:root{--nfd-wb-anim-transition-duration:1400ms;--nfd-wb-anim-transition-delay:50ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,1,0.65,1);--nfd-wb-anim-transition:all var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay)}@media (prefers-reduced-motion:reduce){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}@media (max-width:782px){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}.nfd-wb-animate[data-replay-animation]{transition:none!important}.block-editor-block-preview__content-iframe [class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}[class*=nfd-wb-fade-in]{--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom{--nfd-wb-anim-transition-duration:1200ms;opacity:0;transform:translate3d(0,90px,0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom-short{transform:translate3d(0,32px,0) scale3d(.96,.96,.96);transform-origin:center bottom}.nfd-wb-fade-in-bottom-short,.nfd-wb-fade-in-top-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-top-short{transform:translate3d(0,-32px,0) scale3d(.96,.96,.96);transform-origin:center top}.nfd-wb-fade-in-left-short{transform:translate3d(-32px,0,0) scale3d(.96,.96,.96);transform-origin:center left}.nfd-wb-fade-in-left-short,.nfd-wb-fade-in-right-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-right-short{transform:translate3d(32px,0,0) scale3d(.96,.96,.96);transform-origin:right center}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-fade-in]{opacity:1;transform:translateZ(0) scaleX(1)}.nfd-wb-zoom-in{--nfd-wb-anim-transition-duration:1200ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.4,.4,.4)}.nfd-wb-zoom-in,.nfd-wb-zoom-in-short{opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-zoom-in-short{--nfd-wb-anim-transition-duration:600ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.92,.92,.92)}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-zoom-]{opacity:1!important;transform:scaleX(1)!important}div:has(>.nfd-wb-twist-in){perspective:1200px}.nfd-wb-twist-in{--nfd-wb-anim-transition-duration:1000ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);opacity:0;transform:translateY(40px) scale(.8) rotateY(30deg) rotate(-12deg) translateZ(0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-twist-in{opacity:1!important;transform:translateY(0) scale(1) rotateY(0deg) rotate(0deg) translateZ(0)!important}.nfd-wb-reveal-right{--nfd-wb-anim-transition-duration:1500ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,0,0,1);--nfd-wb-anim-transition:clip-path var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);clip-path:inset(0 100% 0 0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in>.nfd-wb-reveal-right:not([data-replay-animation]){clip-path:inset(0 0 0 0)!important}.nfd-delay-50{--nfd-wb-anim-transition-delay:50ms}.nfd-delay-150{--nfd-wb-anim-transition-delay:150ms}.nfd-delay-300{--nfd-wb-anim-transition-delay:300ms}.nfd-delay-450{--nfd-wb-anim-transition-delay:450ms}.nfd-delay-600{--nfd-wb-anim-transition-delay:600ms}.nfd-delay-750{--nfd-wb-anim-transition-delay:750ms}.nfd-delay-900{--nfd-wb-anim-transition-delay:900ms}.nfd-delay-1050{--nfd-wb-anim-transition-delay:1050ms}.nfd-delay-1200{--nfd-wb-anim-transition-delay:1200ms}.nfd-delay-1350{--nfd-wb-anim-transition-delay:1350ms}.nfd-delay-1500{--nfd-wb-anim-transition-delay:1500ms}:where(:root){--wndb--container:1200px;--wndb--container--wide:1340px}body .is-layout-constrained:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{max-width:unset!important;width:100%!important}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.editor-styles-wrapper .nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.nfd-container:is(.nfd-my-0)>div,.nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)){max-width:var(--wndb--container);width:100%}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.is-layout-constrained).alignwide>:where(:not(.alignleft):not(.alignright):not(.alignfull)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.nfd-my-0)>.alignwide{max-width:var(--wndb--container--wide);width:100%}.nfd-container:not(.alignfull){padding-inline:var(--wndb--p)!important}.nfd-container:is(.nfd-my-0)>div:not([style*=margin]){margin-inline:auto!important}[class*=nfd-divider-]{position:relative;z-index:13}[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:12!important}[class*=nfd-divider-]~[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:11!important}[class*=nfd-divider-]:before{background:inherit!important;bottom:calc(var(--wndb--divider-size)*-1)!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;width:100%!important;z-index:10!important}.nfd-divider-arrow{--wndb--divider-size:16px}.nfd-divider-arrow:before{bottom:calc(var(--wndb--divider-size)*-1)!important;height:calc(var(--wndb--divider-size)*2)!important;left:50%!important;transform:translateX(-50%) rotate(45deg)!important;width:calc(var(--wndb--divider-size)*2)!important}.nfd-divider-clouds{--wndb--divider-size:150px}.nfd-divider-clouds:after,.nfd-divider-clouds:before{background:inherit!important;background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\\\'http://www.w3.org/2000/svg\\\' preserveAspectRatio=\\\'xMidYMax slice\\\' viewBox=\\\'0 0 283.5 27.8\\\'%3E%3Cpath fill=\\\'%23fff\\\' d=\\\'M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7 1.7.2 1.7.2 0-2.1 1.9-2.8 3.6.7 3.6.7.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4q.6-.6 1.8-.9c2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7 6.8 1.8 6.8 1.8.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1 1.7 5.2 1.7 5.2.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2.9.9.9.9 4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4 2.3.2 2.3.2-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0z\\\'/%3E%3C/svg%3E\\\")!important;background-repeat:repeat-x!important;background-size:cover!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}.nfd-divider-clouds:after{bottom:0!important;top:auto!important;transform:rotate(180deg)!important}.nfd-divider-ellipse{--wndb--divider-size:50px}.nfd-divider-ellipse:before{clip-path:ellipse(50% var(--wndb--divider-size) at 50% 0)!important}.nfd-divider-rounded:not([style*=-radius]){--wndb--divider-size:50px}.nfd-divider-rounded:before:not([style*=-radius]){border-bottom-left-radius:var(--wndb--divider-size)!important;border-bottom-right-radius:var(--wndb--divider-size)!important}.nfd-divider-slant,.nfd-divider-slant-invert{--wndb--divider-size:80px}.nfd-divider-slant:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,0 100%)!important}.nfd-divider-slant-invert:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,100% 100%)!important}.nfd-divider-triangle{--wndb--divider-size:80px}.nfd-divider-triangle:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,50% 100%)!important}.nfd-divider-zigzag{--wndb--divider-size:8px}.nfd-divider-zigzag:before{-webkit-mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important;mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important}:where(:root){--wndb--divider-size:0px}.nfd-grid-cols-1-2-1{grid-template-columns:1fr 2fr 1fr!important}:where(:root){--wndb--padding-factor:1;--wndb--p:2.375rem;--wndb--p--xs:0.75rem;--wndb--p--sm:1.5rem;--wndb--p--md:2rem;--wndb--p--lg:clamp(3.5rem,7vw,6.25rem);--wndb--p--square:2.5rem;--wndb--p--square-lg:4rem}.nfd-p-card-sm:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor)) calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-card-md:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*1.5*var(--wndb--padding-factor))!important}}.nfd-p-card-square-lg:not([style*=padding]),.nfd-p-card-square:not([style*=padding]){padding:calc(var(--wndb--p--square)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-square-lg:not([style*=padding]){padding:calc(var(--wndb--p--square-lg)*var(--wndb--padding-factor))!important}}.nfd-p-xs:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-py-xs:not([style*=padding]){padding-block:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-pt-xs:not([style*=padding]){padding-block-start:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-px-xs:not([style*=padding]){padding-inline:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-p-sm:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-px-sm:not([style*=padding]){padding-inline:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-py-sm:not([style*=padding]){padding-block:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pt-sm:not([style*=padding]){padding-block-start:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pb-sm:not([style*=padding]){padding-block-end:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pl-sm:not([style*=padding]){padding-left:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-md:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-px-md:not([style*=padding]){padding-inline:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pb-md:not([style*=padding]),.nfd-pt-md:not([style*=padding]),.nfd-py-md:not([style*=padding]){padding-block:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-lg:not([style*=padding]){padding:calc(var(--wndb--p--lg)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-lg:not([style*=padding]){padding-block:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pt-lg:not([style*=padding]){padding-block-start:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pb-lg:not([style*=padding]){padding-block-end:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pl-offset-md:not([style*=padding]){margin-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor)*-1)!important;padding-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor) - 3px)!important}.editor-styles-wrapper .nfd-overlap-x,.nfd-overlap-x{gap:0}.nfd-overlap-x>:not(:first-child){margin-inline-start:-1.275rem!important}@media (min-width:768px){.-nfd-translate-y-1\\\\/2{transform:translateY(-50%)!important}}.nfd-pseudo-play-icon{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important}.nfd-pseudo-play-icon>a{inset:0!important;position:absolute!important}:not(.is-root-container) .nfd-pseudo-play-icon>a{text-indent:-9999px!important}.nfd-pseudo-play-icon:before{-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;background:hsla(0,0%,100%,.1)!important;border-radius:100%!important;content:\\\"\\\"!important;height:3rem!important;left:50%!important;opacity:1!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;transition:all .2s ease!important;width:3rem!important}.nfd-pseudo-play-icon:has(a:hover):before{background:hsla(0,0%,100%,.3)!important;height:4rem!important;width:4rem!important}.nfd-pseudo-play-icon:after{border-style:solid!important;border-bottom:10px solid transparent!important;border-left:16px solid!important;border-right:0!important;border-top:10px solid transparent!important;content:\\\"\\\"!important;height:16px!important;height:0!important;left:50%!important;margin-left:2px!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:16px!important;width:0!important}.wp-block-group.nfd-bg-surface:not(.has-background)+.wp-block-group.nfd-bg-surface:not(.has-background):not([style*=margin-top]){margin-block-start:0!important}:where(:root){--wndb--gap--scale-factor:1;--wndb--gap--xs:0.25rem;--wndb--gap--sm:0.5rem;--wndb--gap--md:1rem;--wndb--gap--lg:1.5rem;--wndb--gap--xl:2rem;--wndb--gap--2xl:2.5rem;--wndb--gap--3xl:3.5rem;--wndb--gap--4xl:6rem}.editor-styles-wrapper .nfd-gap-0,.nfd-gap-0{gap:0}.editor-styles-wrapper .nfd-gap-xs,.nfd-gap-xs{gap:calc(var(--wndb--gap--xs)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-sm,.nfd-gap-sm{gap:calc(var(--wndb--gap--sm)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-md,.nfd-gap-md{gap:calc(var(--wndb--gap--md)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-lg,.nfd-gap-lg{gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-xl,.nfd-gap-xl{gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-2xl,.nfd-gap-2xl{gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-3xl,.nfd-gap-3xl{gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-4xl,.nfd-gap-4xl{gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-4xl,.nfd-gap-x-4xl{-moz-column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-lg,.nfd-gap-x-lg{-moz-column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-lg,.nfd-gap-y-lg{row-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-xl,.nfd-gap-y-xl{row-gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-2xl,.nfd-gap-y-2xl{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-3xl,.nfd-gap-y-3xl{row-gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.nfd-border-2{border-bottom-width:2px!important}.nfd-border-strong{border-color:var(--wndb-color--borders-strong)!important}:where(:root){--wndb--button--outline-width:0px;--wndb--button-sm--font-size:1rem;--wndb--button-lg-x:2rem;--wndb--button-lg-y:0.75rem;--wndb--button-lg--font-size:1.125rem;--wndb--button-xl-x:3rem;--wndb--button-xl-y:1rem;--wndb--button-xl--font-size:1.125rem}[class*=nfd-btn].is-style-outline{--wndb--button--outline-width:2px}[class*=nfd-btn]>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(1.125rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm>.wp-block-button__link:not([style*=padding]){padding:calc(.375rem - var(--wndb--button--outline-width)) calc(1rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-sm--font-size)!important}.nfd-btn-lg>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-lg-y) - var(--wndb--button--outline-width)) var(--wndb--button-lg-x)!important}.nfd-btn-lg:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-lg--font-size)!important}.nfd-btn-lg:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-xl>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-xl-y) - var(--wndb--button--outline-width)) var(--wndb--button-xl-x)!important}.nfd-btn-xl:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-xl--font-size)!important}.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-wide>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(2rem - var(--wndb--button--outline-width))!important}[class*=nfd-btn]:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}[class*=nfd-button]>.wp-block-button__link:not(.has-background):hover{filter:brightness(.8)!important}.nfd-theme-primary [class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-theme-primary\n	[class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-primary\n	[class*=nfd-btn]:is(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):not(.has-text-color):hover{background-color:var(--wndb-white)!important;border-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important}.nfd-btn-secondary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-white)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover,.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important;filter:brightness(.8)!important}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900)}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not([class*=-border-color]){border-color:var(--wndb--color--subtle)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{--wndb--color--borders:var(--wndb--color--subtle)}:where(:root){--wndb--shadow--xs:0 1px 2px 0 rgba(18,18,23,.065);--wndb--shadow--sm:0 1px 3px 0 rgba(18,18,23,.1),0 1px 2px 0 rgba(18,18,23,.06)}.nfd-shadow-xs:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--xs)!important}.nfd-shadow-sm:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--sm)!important}.nfd-bg-subtle.nfd-shadow-xs:not([style*=box-shadow]),.nfd-theme-light .nfd-shadow-xs:not([style*=box-shadow]){--wndb--shadow--xs:none}:where(:root){--wndb--rounded--scale-factor:1;--wndb--border--radius--sm:0.25rem;--wndb--border--radius--md:0.5rem;--wndb--border--radius--lg:0.75rem;--wndb--border--radius--xl:1rem}[class*=nfd-rounded]:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>a>img,[class*=nfd-rounded]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}[class*=nfd-rounded-t-]:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>a>img,[class*=nfd-rounded-t-]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) 0 0!important}.nfd-overflow-hidden.nfd-rounded-xl iframe:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius--md)*var(--wndb--rounded--scale-factor))!important}.nfd-rounded-none:not([style*=-radius]){--wndb--border--radius:0}.nfd-rounded-sm:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--sm)}.nfd-rounded,.nfd-rounded-md,.nfd-rounded-t-md:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--md)}.nfd-rounded-lg,.nfd-rounded-t-lg:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--lg)}.nfd-rounded-t-xl:not([style*=-radius]),.nfd-rounded-xl{--wndb--border--radius:var(--wndb--border--radius--xl)}.nfd-rounded-full:not([style*=-radius]){--wndb--border--radius:9999px}:where(:root){--wndb-gray:#6c6c89;--wndb-gray-50:#f7f7f8;--wndb-gray-100:#ebebef;--wndb-gray-150:#e5e5e9;--wndb-gray-200:#d1d1db;--wndb-gray-300:#a9a9bc;--wndb-gray-400:#8a8aa3;--wndb-gray-500:#6c6c89;--wndb-gray-600:#55556d;--wndb-gray-700:#3f3f50;--wndb-gray-800:#1d1d22;--wndb-gray-900:#121217;--wndb-white:#fff;--wndb-white-50:hsla(0,0%,100%,.05);--wndb-white-100:hsla(0,0%,100%,.1);--wndb-white-150:hsla(0,0%,100%,.15);--wndb-white-200:hsla(0,0%,100%,.2);--wndb-white-300:hsla(0,0%,100%,.3);--wndb-white-400:hsla(0,0%,100%,.4);--wndb-white-500:hsla(0,0%,100%,.5);--wndb-white-600:hsla(0,0%,100%,.6);--wndb-white-700:hsla(0,0%,100%,.7);--wndb-white-800:hsla(0,0%,100%,.8);--wndb-white-900:hsla(0,0%,100%,.9);--wndb--color--primary:#00f;--wndb--color--secondary:#00f;--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-600);--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--borders-strong:var(--wndb--color--text--faded);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--links:var(--wndb--color--primary);--wndb--color--body:var(--wndb--color--surface)}.is-style-nfd-theme-white,.nfd-theme-white:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-white);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-light,.nfd-theme-light:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-150);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-dark,.nfd-theme-dark:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-darker,.nfd-theme-darker:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-900);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary,.nfd-theme-primary:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb--color--primary);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-900);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.nfd-bg-surface:not(.has-background),[class*=is-style-nfd-theme]:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-surface:not(.has-text-color),[class*=is-style-nfd-theme]:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-text-faded p:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),.nfd-text-faded time:not(.has-text-color):not(.has-background),.nfd-text-faded>a:not(.has-text-color):not(.has-link-color):not(.has-background),ol.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),p.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background),ul.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary){color:var(--wndb--color--text--faded)!important}.editor-styles-wrapper div .nfd-text-contrast:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-contrast:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)) a:where(:not(:hover)){color:var(--wndb--color--text--contrast)}.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong){border-color:var(--wndb--color--borders)!important}[class*=is-style-nfd-theme]\n	.wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong)\n	.nfd-bg-surface\n	.wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong){border-bottom-color:var(--wndb--color--borders)!important}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2){border-bottom-width:1px!important}.nfd-border-bg{--wndb--color--borders:var(--wndb--color--surface)}.nfd-border-primary{--wndb--color--borders:var(--wndb--color--primary)}.nfd-border-inherit{--wndb--color--borders:inherit}.nfd-bg-accent:not(.has-background),.nfd-bg-primary:not(.has-background),.wp-block-cover.nfd-bg-accent>.wp-block-cover__background:not([class*=background-color]),.wp-block-cover.nfd-bg-primary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--primary)!important}.nfd-bg-accent:not(.has-text-color),.nfd-bg-primary:not(.has-text-color){color:var(--wndb--color--white)!important}.nfd-bg-subtle:not(.has-background):not(.wp-block-button),.nfd-bg-subtle:not(.has-background)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders-light)!important;color:var(--wndb--color--text--contrast)!important}.nfd-text-primary:not(.has-text-color),.wp-block-button.wndb-text-primary>a:not(.has-text-color){color:var(--wndb--color--primary)!important}.nfd-text-secondary:not(.has-text-color),.wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--secondary)!important}.nfd-theme-primary .nfd-text-primary:not(.has-text-color),.nfd-theme-primary .nfd-text-secondary:not(.has-text-color),.nfd-theme-primary .wp-block-button.wndb-text-primary>a:not(.has-text-color),.nfd-theme-secondary .wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--contrast)!important}.nfd-theme-dark .nfd-text-primary:not(.has-text-color),.nfd-theme-darker .nfd-text-primary:not(.has-text-color){color:var(--wndb--color--secondary)!important}.nfd-text-subtle:not(.has-text-color){color:var(--wndb--color--subtle)!important}.editor-styles-wrapper div .nfd-text-current:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-current:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)) a:where(:not(:hover)){color:currentColor}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link{color:var(--wndb--color--text--faded)!important;fill:var(--wndb--color--text--faded)!important}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link:hover{color:var(--wndb--color--text)!important;fill:var(--wndb--color--text)!important}.nfd-container.is-position-sticky:not([class*=nfd-bg-surface]):not([class*=is-style-nfd-]):not(.has-background){background-color:var(--wndb--color--body)!important}.nfd-bg-gray-100:not(.has-background),.nfd-bg-gray-800:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-gray-100:not(.has-text-color),.nfd-bg-gray-800:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-bg-gray-800{--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text:var(--wndb-white);--wndb--color--borders:var(--wndb-white-100);--wndb--color--text--faded:var(--wndb-white-700)}.nfd-bg-gray-100{--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-700);--wndb--color--borders:var(--wndb-gray-100)}.nfd-text-opacity-80 p:not(.has-text-color):not(.has-link-color):not(.has-background),.nfd-text-opacity-80 time:not(.has-text-color):not(.has-background),p.nfd-text-opacity-80:not(.has-text-color):not(.has-link-color):not(.has-background){opacity:.8!important}:where(:root){--wndb--slider-height:100lvh}.nfd-scroll-slider-horizontal,.nfd-scroll-slider-vertical{flex-wrap:nowrap!important;height:var(--wndb--slider-height)!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;-ms-overflow-style:none!important;scrollbar-width:none!important}.nfd-scroll-slider-horizontal::-webkit-scrollbar,.nfd-scroll-slider-vertical::-webkit-scrollbar{display:none!important}.nfd-scroll-slider-vertical{height:100vh!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important}.nfd-scroll-slider-vertical>*{scroll-snap-align:start!important;width:100%!important}.nfd-scroll-slider-horizontal{flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.nfd-scroll-slider-horizontal>*{flex-shrink:0!important;scroll-snap-align:start!important}.nfd-scroll-slider-horizontal>.wp-block-cover{width:100vw!important}.nfd-container.alignfull .nfd-scroll-slider-horizontal{--half-container:calc(50vw - var(--wndb--container)/2);padding-left:var(--half-container)!important;padding-right:var(--half-container)!important;scroll-padding:var(--half-container)!important}.nfd-scroll-slider-horizontal.nfd-scroll-slider-animate>.wp-block-cover:first-child{animation:scroll-slider-slide 1s ease 1s forwards}@keyframes scroll-slider-slide{0%{margin-left:0}to{margin-left:-100vw}}.block-editor-block-preview__content-iframe .is-root-container{min-height:8rem!important}.block-editor-block-preview__content-iframe figure:has([style*=\\\"aspect-ratio: 16 / 9\\\"]){width:100%!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 100vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:100vh\\\"]{min-height:800px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 70vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:70vh\\\"]{min-height:560px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 60vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:60vh\\\"]{min-height:480px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 50vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:50vh\\\"]{min-height:400px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 40vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:40vh\\\"]{min-height:320px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 35vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:35vh\\\"]{min-height:280px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 30vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:30vh\\\"]{min-height:240px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 10vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:10vh\\\"]{min-height:80px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 5vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:5vh\\\"]{min-height:40px!important}.nfd-wba-modal *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .nfd-wb-animate{opacity:1!important;transform:none!important;transition:none!important}.block-editor-block-preview__content-iframe .block-editor-warning:not(.wp-block-missing .block-editor-warning){display:none!important}.block-editor-block-preview__content-iframe .is-root-container>.nfd-container:not([class*=nfd-p-]):not([class*=nfd-py-]):not([class*=nfd-pt-]):not([class*=nfd-pb-]):not([style*=padding]){padding-block:var(--wndb--p)!important}ol.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child){margin-bottom:.5em!important}ol.nfd-gap-md:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-md:not(.is-layout-flex) li:not(:last-child){margin-bottom:1em!important}ul.nfd-list-check{list-style-type:none!important;padding-inline-start:1em!important}ul.nfd-list-check li:before{content:\\\"✓\\\";display:inline-block;margin-inline-end:8px}[class*=nfd-query-loop-] :where(.wp-block-post-author__avatar img){border-radius:999px;display:block}[class*=nfd-query-loop-] :where(.avatar-48){height:36px!important;width:36px!important}[class*=nfd-query-loop-] :where(.wp-block-post-author__content){display:flex;flex-direction:column;gap:4px;justify-content:center}[class*=nfd-query-loop-] .wp-block-post-author__avatar{margin-right:12px!important}.nfd-query-loop-1 :where(.wp-block-cover){aspect-ratio:2/1.1}.nfd-query-loop-1 :where(.wp-block-post-author__content){align-items:center!important;flex-direction:row!important}.nfd-query-loop-1 :where(.wp-block-post-author__byline){font-size:1em!important;opacity:.8!important}[class*=nfd-query-loop-] :where(.wp-block-categories){display:flex;gap:8px;list-style:none;padding:0}[class*=nfd-query-loop-] :where(.wp-block-categories a){color:inherit!important}.nfd-query-loop-2 .wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important;mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important}.nfd-query-loop-3 :where(.wp-block-post-author__name){display:none!important}.nfd-form-items-grow>div:not(.wp-block-jetpack-button){flex-grow:1!important}.nfd-jp-form.nfd-text-center .consent{text-align:center!important}.nfd-jp-form .contact-form-submission .go-back-message .link{color:currentColor!important;text-decoration:underline!important}.nfd-jp-form .contact-form-submission .go-back-message{margin-top:0!important}.nfd-jp-form .contact-form-submission{border-color:currentColor!important;padding:calc(var(--wndb--p--md)*.5) 0!important}.nfd-jp-form textarea{resize:vertical!important}.nfd-jp-form .wp-block-button__link{padding-block-end:10px!important;padding-block-start:10px!important}.nfd-jp-form .consent,.nfd-jp-form .jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.nfd-jp-form .jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:.875rem!important;line-height:1.5em!important;text-transform:none!important;text-wrap:balance!important}.nfd-jp-form input[type=checkbox]{padding:0!important}.nfd-mask-fade-to-b>.wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important;mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important}.nfd-mask-radial-center>.wp-block-cover__background{-webkit-mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important;mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important}p[style*=text-decoration]>a{color:inherit!important;text-decoration:inherit!important}.is-style-dots.nfd-text-left:before{padding-left:0!important}.nfd-h-full,.nfd-h-full>.components-resizable-box__container>img,.nfd-h-full>img{height:100%!important}.nfd-w-full,.nfd-w-full>.components-resizable-box__container>img,.nfd-w-full>img{width:100%!important}.nfd-backdrop-blur-sm{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.nfd-backdrop-blur-md{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:not(.editor-styles-wrapper) header:has(.nfd-absolute-header){position:sticky!important;top:0!important;z-index:1!important}.nfd-absolute-header:not([style*=margin]){margin:0!important}:not(.editor-styles-wrapper) .nfd-absolute-header:not([style*=padding]):not([class*=nfd-px-]):not([style*=padding]){padding-inline:var(--wndb--p)!important}:is([style*=\\\"min-height:100vh\\\"]){min-height:calc(100vh - var(--wp-admin--admin-bar--height))!important}@supports (height:100dvh){:is([style*=\\\"height:100vh\\\"]){min-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px))!important}}.nfd-wk-search .wp-block-search__input{font-size:inherit!important;min-height:50px!important;padding:8px 16px!important}:where(.wp-block-search__input){border-radius:var(--wndb--border--radius--sm)!important}.nfd-stretch-cover-child,.nfd-stretch-cover-child .wp-block-cover__inner-container{display:flex!important;flex-direction:column!important}.nfd-stretch-cover-child .wp-block-cover__inner-container,.nfd-stretch-cover-child .wp-block-cover__inner-container>.nfd-pseudo-play-icon,.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group{align-items:inherit!important;flex-grow:1!important;justify-content:inherit!important}.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group,.nfd-stretch-cover-child .wp-block-cover__inner-container>p{width:100%!important}.nfd-container summary{line-height:1.5!important;padding-right:32px!important;position:relative!important}.nfd-container summary::marker{content:none!important}.nfd-container summary:before{align-items:center!important;background-color:var(--wndb--color--borders)!important;background-image:url(\\\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDV2MTQiLz48L3N2Zz4=\\\")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:13px!important;border-radius:999px!important;content:\\\"\\\"!important;display:flex!important;height:1em!important;justify-content:center!important;opacity:.6!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:1em!important}.nfd-container [open] summary{font-weight:700!important}.nfd-container [open] summary:before{opacity:1!important;transform:translateY(-50%) rotate(45deg)!important}.nfd-container summary:hover:before{opacity:1!important}.is-style-wide.wp-block-separator{width:100%!important}.nfd-aspect-video{aspect-ratio:16/9!important}.nfd-img-object-left img{-o-object-position:left!important;object-position:left!important}.nfd-img-object-right img{-o-object-position:right!important;object-position:right!important}.editor-styles-wrapper .wp-block-image.nfd-h-full>div{aspect-ratio:unset!important;height:100%!important;max-height:unset!important}@media (max-width:782px){.md\\\\:nfd-order-2{order:2!important}.md\\\\:nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.md\\\\:nfd-flex{display:flex!important}.md\\\\:nfd-hidden{display:none!important}.md\\\\:nfd-basis-full{flex-basis:100%!important}.md\\\\:nfd-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\\\\:nfd-flex-wrap{flex-wrap:wrap!important}.md\\\\:nfd-items-start{align-items:flex-start!important}.md\\\\:nfd-justify-start{justify-content:flex-start!important}.md\\\\:nfd-justify-end{justify-content:flex-end!important}.md\\\\:nfd-justify-center{justify-content:center!important}.md\\\\:nfd-gap-5{gap:1.25rem!important}.md\\\\:nfd-gap-8{gap:2rem!important}.md\\\\:nfd-self-start{align-self:flex-start!important}.md\\\\:nfd-rounded-lg:not([style*=-radius]){border-radius:.5rem!important}.md\\\\:nfd-border-none{border-style:none!important}.md\\\\:nfd-p-0:not([style*=padding]){padding:0!important}.md\\\\:nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.md\\\\:nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.md\\\\:nfd-text-left{text-align:left!important}.md\\\\:nfd-text-center{text-align:center!important}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3637, 'nfd_utilities_js', '(()=>{var l=class{constructor({clientId:t,...n}={}){this.options={activeClass:\\\"nfd-wb-animated-in\\\",root:null,rootMargin:\\\"0px\\\",threshold:0,...n}}observeElements(t,n=null,e=!1){if(!(\\\"IntersectionObserver\\\"in window)||!t?.length||document.documentElement.classList.contains(\\\"block-editor-block-preview__content-iframe\\\"))return;function a(r,i){this._mutationCallback(r,i,n)}let o=new IntersectionObserver(this._handleIntersection.bind(this),this.options),d=new MutationObserver(a.bind(this)),u=new MutationObserver(this._handleClassMutation.bind(this));t.forEach(r=>{let i=r;r.classList.contains(\\\"nfd-wb-reveal-right\\\")&&(i=r.parentElement),o.observe(i),e&&(u.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}),d.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}))})}_handleIntersection(t,n){t.forEach(e=>{e.isIntersecting&&(e.target.classList.add(this.options.activeClass),e.target.querySelectorAll(\\\".nfd-wb-animate\\\").forEach(a=>{a.classList.add(this.options.activeClass)}),n.unobserve(e.target))})}_handleClassMutation(t){t.forEach(n=>{if(n?.type===\\\"attributes\\\"){let e=n.target;e.classList.contains(\\\"nfd-wb-animated-in\\\")||e.classList.add(\\\"nfd-wb-animated-in\\\")}})}_mutationCallback(t,n,e=null){t.forEach(a=>{if(a?.type===\\\"attributes\\\"){let o=a.target;e&&e===o.getAttribute(\\\"data-block\\\")&&(o.getAttribute(\\\"data-replay-animation\\\")===null&&(o.setAttribute(\\\"data-replay-animation\\\",!0),requestAnimationFrame(()=>{o.removeAttribute(\\\"data-replay-animation\\\")})),n.disconnect())}})}};document.addEventListener(\\\"DOMContentLoaded\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/toolbar-button-added\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/animation-changed\\\",s=>{let t=s?.detail?.clientId;c(t)});document.addEventListener(\\\"wonder-blocks/block-order-changed\\\",()=>{c()});window.onload=function(){c()};function c(s=null){let t=document.body.classList.contains(\\\"block-editor-page\\\")||!!s||document.body.classList.contains(\\\"block-editor-iframe__body\\\"),n=t?document.querySelector(\\\".interface-interface-skeleton__content\\\"):null,e=new l({root:n,threshold:0});requestAnimationFrame(()=>{let a=Array.from(document.getElementsByClassName(\\\"nfd-wb-animate\\\"));e.observeElements(a,s,t)})}})();\n', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3638, 'nfd_utilities_last_refresh_time', 1741065839, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3720, 'deleted_plugin', 'a:7:{s:4:\"slug\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:7:\"version\";s:4:\"7.89\";s:5:\"title\";s:23:\"All-in-One WP Migration\";s:3:\"url\";s:21:\"https://servmask.com/\";s:6:\"active\";b:0;s:2:\"mu\";b:0;s:12:\"auto_updates\";b:1;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3767, 'woocommerce_admin_customize_store_completed', 'yes', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3810, 'elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"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},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":2,\"should_open_in_editor\":false}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3811, 'elementor_version', '3.28.4', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3812, 'elementor_install_history', 'a:15:{s:6:\"3.25.9\";i:1732213181;s:7:\"3.25.10\";i:1732626592;s:7:\"3.25.11\";i:1734340577;s:6:\"3.26.0\";i:1734595523;s:6:\"3.26.4\";i:1736514422;s:6:\"3.27.0\";i:1737543026;s:6:\"3.27.2\";i:1738081494;s:6:\"3.27.3\";i:1738753305;s:6:\"3.27.6\";i:1740978333;s:6:\"3.27.7\";i:1742015748;s:6:\"3.28.0\";i:1742284462;s:6:\"3.28.1\";i:1742804357;s:6:\"3.28.2\";i:1743367759;s:6:\"3.28.3\";i:1743543415;s:6:\"3.28.4\";i:1745497053;}', 'auto');

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3836, '_elementor_installed_time', 1732213399, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3837, '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:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?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:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?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:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?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:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?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:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?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:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?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:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?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:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?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:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?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:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?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:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?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:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?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:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?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:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?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:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?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:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?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:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?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:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?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:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?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:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?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:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?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:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?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:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?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:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?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:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?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:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?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:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?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:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?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:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?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:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?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:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?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:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?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:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?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:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?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:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?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:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?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:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?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:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?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:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?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:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?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:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?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:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?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:8:\"[\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?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:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?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:8:\"[\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?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:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?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:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?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:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?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:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?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:8:\"[\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?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:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?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:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?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:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?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:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?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:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?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:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?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:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?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:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?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:19:\"[\"Christmas\",\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?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:19:\"[\"Christmas\",\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?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:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?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:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?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:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?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:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?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:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?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:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?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:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?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:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?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:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?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:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?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:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?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:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?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:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?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:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?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:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?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:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?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:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?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:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?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:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?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:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?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:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?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:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?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:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?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:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?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:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?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:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?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:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?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:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?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:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?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:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?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:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?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:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?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:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?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:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?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:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?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:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?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:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;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;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";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:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";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:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";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:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;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;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?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:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;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;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=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:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;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:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;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:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;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;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;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;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;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:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?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:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;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;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;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;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;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:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?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:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;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;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;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;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;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:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;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:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?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:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;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;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;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;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;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:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;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;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?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:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;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;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;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;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;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;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?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:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;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;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?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:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;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;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;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;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;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;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?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:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;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;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;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;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;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:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?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:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;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;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;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;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;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;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;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;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;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;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?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:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;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;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?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:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;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;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;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;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;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;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?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:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;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;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;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;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;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;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?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:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;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;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;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;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;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;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?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:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;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;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;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:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;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;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;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:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;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:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?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:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;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;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?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:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;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;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;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:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;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;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;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;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;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;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;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;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?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:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;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;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;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;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;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;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;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:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?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:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;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;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?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:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;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;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;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;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;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;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?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:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;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;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;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;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;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:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?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:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;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;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;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:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;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;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;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;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;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:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;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;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;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:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?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:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;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;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;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;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;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:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;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:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;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;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;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;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;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:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;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;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;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;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;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:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;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:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;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;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;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:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;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:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;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;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;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:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;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;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;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;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;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:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;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:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;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;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;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:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;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;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;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;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;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;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;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;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;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;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;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:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;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;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;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;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;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;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;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:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;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;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;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;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;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;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;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:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?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:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;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:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;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;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;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:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;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;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;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:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;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:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;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;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;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:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;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;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;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:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;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;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;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;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;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;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;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;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;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:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;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;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;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;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;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;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;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;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;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:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;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;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;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;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;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;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;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:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;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;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;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:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;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:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;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:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;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;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;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;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;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;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;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;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;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;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;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:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;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;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;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;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;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;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;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;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;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:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;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;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;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;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;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;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;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;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;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:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;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;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;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:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;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;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;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:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;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;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;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;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;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;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;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:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;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;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;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:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;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;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;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:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;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;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;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;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;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:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;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:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;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;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;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;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;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:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;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;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;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;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;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;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;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;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;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;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;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:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;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:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;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;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;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;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;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;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;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;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;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:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;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;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;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;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;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;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;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:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;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:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;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;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;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:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;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:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;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;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;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:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;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;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;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:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;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;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;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:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;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:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;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;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;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:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;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;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;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;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;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;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;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;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?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:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;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:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;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;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;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;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;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:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;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;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;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;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;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:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;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;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;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;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;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:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;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;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;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;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;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;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;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:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;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;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;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:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;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:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;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:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;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:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;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:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;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:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;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:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;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:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;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:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;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;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;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;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?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:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;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:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;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;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;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;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;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;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?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:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;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;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;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;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;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;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?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:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;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;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;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;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;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;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?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:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;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;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;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;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?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:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;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;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;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;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;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;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;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;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;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:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;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;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?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:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;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;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;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:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;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:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;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:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?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:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;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:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;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:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;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:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;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:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?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:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;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:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;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:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-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:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;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:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;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:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;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:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;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:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;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:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;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:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;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:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;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:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;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:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;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:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;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:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;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:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;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:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;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:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;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:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;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:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;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:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;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:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;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:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;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:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;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:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;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:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;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:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;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:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;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:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;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:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;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:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;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:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;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:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;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:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;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:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;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:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;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:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;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:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;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:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;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:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;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:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;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:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;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:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;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:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;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:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;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:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;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:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;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:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;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:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?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:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;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:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;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:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;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:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;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:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;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:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;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:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;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:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;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:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;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:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;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:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;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:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;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:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;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:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;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:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;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:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;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:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;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:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;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:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;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:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;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:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?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:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;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:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;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:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;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:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;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:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;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:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;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:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;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:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;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:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;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:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;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:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;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:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;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:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;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:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?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:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;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:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?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:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;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:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;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:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;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:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;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:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;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:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;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:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;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:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;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:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;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:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;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:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;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:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;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:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;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:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;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:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;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:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;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:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;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:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;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:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;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:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;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:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;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:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;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:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;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:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?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:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;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:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;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:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?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:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;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:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;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:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;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:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;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:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?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:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;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:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;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:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?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:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;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:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?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:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;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;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?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:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;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:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?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:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;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:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?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:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;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:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?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:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;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:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?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:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;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:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?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:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;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:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;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:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;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:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;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:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;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:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;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:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;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:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;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:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;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:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;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:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;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:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?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:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;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:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;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:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;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:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;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:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;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:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;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:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?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:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;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:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;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:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;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:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;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:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;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:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;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:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?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:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;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:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?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:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;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:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?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:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;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;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?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:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;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;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?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:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;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;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?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:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;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;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?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:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;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:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;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:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;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:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;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:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;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:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;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:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;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:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;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:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;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:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;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:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;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:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;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:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;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:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;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:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?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:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;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:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;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:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;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:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?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:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;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:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?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:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;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;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?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:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;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:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?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:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;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:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?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:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;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:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?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:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;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:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-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:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;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:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;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:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;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:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;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:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;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:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?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:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;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:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;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:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;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:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;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:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;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:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;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:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;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:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?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:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;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:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;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:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;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:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;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:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;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:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;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:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;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:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;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:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;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:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;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:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?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:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;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:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;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:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?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:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;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:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?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:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;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:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?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:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;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:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?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:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;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:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?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:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;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:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;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:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?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:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;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:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?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:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;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;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?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:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;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;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?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:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;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:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?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:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;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:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;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;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?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:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;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:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?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:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;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:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;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;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;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;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?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:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;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:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?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:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;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:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?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:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;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:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?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:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;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:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;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:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?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:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;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:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?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:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;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:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;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:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?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:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;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:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?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:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;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:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;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:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;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:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;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:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;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:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?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:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;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:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?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:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;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:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?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:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;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:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?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:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;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:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?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:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;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:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?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:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;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:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?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:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;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:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?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:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;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:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?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:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;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:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?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:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;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:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?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:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;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:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?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:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;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:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?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:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;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;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?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:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;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:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?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:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;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:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;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:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?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:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;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:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;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;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;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:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;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:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;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:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;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:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;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:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;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:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;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:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;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:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;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:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;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:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;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:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;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:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;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:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;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:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;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:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;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:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;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:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;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:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?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:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;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:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;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:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;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:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;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:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;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:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;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:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;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:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;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:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;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:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;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:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;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:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;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:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;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:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;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:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?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:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;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:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?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:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;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;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?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:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;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;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?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:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;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;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;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:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?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:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;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:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;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:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;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;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;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:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;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;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;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:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;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:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;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:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;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:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;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:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;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:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;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:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;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:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;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:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;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:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;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:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;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:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;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:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;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:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;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:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;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:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;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:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;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:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;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:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;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:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;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:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?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:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;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:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;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:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;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:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;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:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;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:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;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:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;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:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?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:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;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:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-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:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;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:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?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:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;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:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;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;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;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;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;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;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;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;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?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:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;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;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;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:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;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:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;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:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;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:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;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:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;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:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;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:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;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:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;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:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;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:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;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:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;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:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;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:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?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:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;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:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?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:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;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:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?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:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;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:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?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:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;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:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;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:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;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:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;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:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;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:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?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:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;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:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;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:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;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:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;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:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;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:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;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:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;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:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;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:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;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:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;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:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;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:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;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:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;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:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;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:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;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:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;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:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;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:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?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:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;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:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;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:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;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:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;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:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;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:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;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:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;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:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;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:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;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:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;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:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;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:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;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:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;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:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;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:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;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:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;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:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;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:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;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:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;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:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;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:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;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:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?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:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;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:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?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:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;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:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?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:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;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:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?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:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;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:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;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:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?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:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;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:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?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:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;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:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?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:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;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;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-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:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;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;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?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:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;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;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?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:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;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:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?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:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;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:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-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:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;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;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?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:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3838, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3849, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1747062040;s:5:\"value\";s:12824:\"[{\"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\":\"send-notification\",\"title\":\"Grow your business with Send: an intuitive platform for Email & SMS, natively built for WooCommerce.\",\"description\":\"Deliver powerful, automated email & SMS campaigns with Send\\u2014built for WooCommerce to help you boost conversions, drive growth, and go beyond just building websites.\",\"topic\":\"Send by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Explore Send\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/AHSfdh\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.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\":\"css-loading-3.25\",\"title\":\"Boost Performance with Conditional CSS Loading\",\"description\":\"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.\",\"topic\":\"Elementor 3.25\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/\",\"readMoreText\":\"Learn More\"},{\"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\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3852, 'elementor_log', 'a:43:{s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-03-06 09:56:30\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-03-06 09:56:30\";i:1;s:19:\"2025-03-17 08:58:00\";i:2;s:19:\"2025-04-09 07:18:36\";i:3;s:19:\"2025-04-24 13:19:32\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1741254990\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.27.6\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1310281\";}s:7:\"\0*\0file\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.27.6\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:7:\"1310281\";}s:32:\"20176940ae701dbf14a5ea3ef67073e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-03-13 05:09:07\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:58:\"Cannot read properties of null (reading &#039;clone&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2773;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2025-03-13 05:11:00\";i:1;s:19:\"2025-03-13 05:11:06\";i:2;s:19:\"2025-03-13 05:11:06\";i:3;s:19:\"2025-03-13 05:11:07\";i:4;s:19:\"2025-03-13 05:11:07\";i:5;s:19:\"2025-03-13 05:11:07\";i:6;s:19:\"2025-03-13 05:11:07\";i:7;s:19:\"2025-03-13 05:11:07\";i:8;s:19:\"2025-03-13 05:11:07\";i:9;s:19:\"2025-03-13 05:11:07\";i:10;s:19:\"2025-03-13 05:11:07\";i:11;s:19:\"2025-03-13 05:11:07\";i:12;s:19:\"2025-03-13 05:11:07\";i:13;s:19:\"2025-03-13 05:11:07\";i:14;s:19:\"2025-03-13 05:11:07\";i:15;s:19:\"2025-03-13 05:11:07\";i:16;s:19:\"2025-03-13 05:11:07\";i:17;s:19:\"2025-03-13 05:11:07\";i:18;s:19:\"2025-03-13 05:11:07\";i:19;s:19:\"2025-03-13 05:11:07\";i:20;s:19:\"2025-03-13 05:11:07\";i:21;s:19:\"2025-03-13 05:11:07\";i:22;s:19:\"2025-03-13 05:11:07\";i:23;s:19:\"2025-03-13 05:11:07\";i:24;s:19:\"2025-03-13 05:11:07\";i:25;s:19:\"2025-03-13 05:11:07\";i:26;s:19:\"2025-03-13 05:11:07\";i:27;s:19:\"2025-03-13 05:11:07\";i:28;s:19:\"2025-03-13 05:11:07\";i:29;s:19:\"2025-03-13 05:11:07\";i:30;s:19:\"2025-03-13 05:11:07\";i:31;s:19:\"2025-03-13 05:11:07\";i:32;s:19:\"2025-03-13 05:11:07\";i:33;s:19:\"2025-03-13 05:11:07\";i:34;s:19:\"2025-03-13 05:11:07\";i:35;s:19:\"2025-03-13 05:11:07\";i:36;s:19:\"2025-03-13 05:11:07\";i:37;s:19:\"2025-03-13 05:11:12\";i:38;s:19:\"2025-03-13 05:11:12\";i:39;s:19:\"2025-03-13 05:11:12\";i:40;s:19:\"2025-03-13 05:11:12\";i:41;s:19:\"2025-03-13 05:11:12\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1741842547\";s:7:\"message\";s:48:\"Cannot read properties of null (reading \'clone\')\";s:3:\"url\";s:96:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.8.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"14799\";}s:7:\"\0*\0file\";s:96:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.8.2\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"14799\";}s:32:\"0a997826a2fbc91e2cea3d61324d249d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-03-13 05:09:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of null (reading &#039;changestop&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:26;s:14:\"\0*\0times_dates\";a:26:{i:0;s:19:\"2025-03-13 05:09:08\";i:1;s:19:\"2025-03-13 05:09:10\";i:2;s:19:\"2025-03-13 05:09:14\";i:3;s:19:\"2025-03-13 05:09:17\";i:4;s:19:\"2025-03-13 05:09:19\";i:5;s:19:\"2025-03-13 05:09:22\";i:6;s:19:\"2025-03-13 05:09:23\";i:7;s:19:\"2025-03-13 05:09:30\";i:8;s:19:\"2025-03-13 05:09:44\";i:9;s:19:\"2025-03-13 05:09:51\";i:10;s:19:\"2025-03-13 05:09:54\";i:11;s:19:\"2025-03-13 05:09:55\";i:12;s:19:\"2025-03-13 05:10:00\";i:13;s:19:\"2025-03-13 05:10:06\";i:14;s:19:\"2025-03-13 05:10:06\";i:15;s:19:\"2025-03-13 05:10:07\";i:16;s:19:\"2025-03-13 05:10:23\";i:17;s:19:\"2025-03-13 05:10:26\";i:18;s:19:\"2025-03-13 05:10:28\";i:19;s:19:\"2025-03-13 05:10:29\";i:20;s:19:\"2025-03-13 05:10:32\";i:21;s:19:\"2025-03-13 05:10:33\";i:22;s:19:\"2025-03-13 05:10:48\";i:23;s:19:\"2025-03-13 05:10:49\";i:24;s:19:\"2025-03-13 05:10:54\";i:25;s:19:\"2025-03-13 05:11:07\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1741842548\";s:7:\"message\";s:53:\"Cannot read properties of null (reading \'changestop\')\";s:3:\"url\";s:96:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.8.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"19552\";}s:7:\"\0*\0file\";s:96:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/lib/pickr/pickr.min.js?ver=1.8.2\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"19552\";}s:32:\"d45737fd4aff3db0c00260efe66d57d2\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-03-13 05:09:25\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:35:\"Undefined array key &quot;url&quot;\";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:10;s:14:\"\0*\0times_dates\";a:10:{i:0;s:19:\"2025-03-13 05:09:25\";i:1;s:19:\"2025-03-13 05:09:38\";i:2;s:19:\"2025-03-13 05:09:48\";i:3;s:19:\"2025-03-13 05:09:59\";i:4;s:19:\"2025-03-13 05:10:03\";i:5;s:19:\"2025-03-13 05:10:39\";i:6;s:19:\"2025-03-13 05:10:46\";i:7;s:19:\"2025-03-13 05:10:51\";i:8;s:19:\"2025-03-13 05:10:59\";i:9;s:19:\"2025-03-13 05:11:04\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:25:\"Undefined array key \"url\"\";s:4:\"file\";s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/logger/items/js.php\";s:4:\"line\";i:17;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/logger/items/js.php\";s:7:\"\0*\0line\";i:17;}s:32:\"91bb12ad5fb5274dace1aceafe2e8533\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-13 20:49:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.6\";s:2:\"to\";s:6:\"3.27.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-13 20:49:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.6\";s:2:\"to\";s:6:\"3.27.7\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"81fa12b59fa3e0c610e2262a8f82545d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-15 05:15:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-15 05:15:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e344ac6fb1fb230607d420aa7989f8d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-15 05:15:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-15 05:15:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f943291dfc1af53b31a4aef10c9db2ad\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-15 05:15:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-15 05:15:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f45e656a0735d70171ba7c9a0e3ed3d2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-15 05:15:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.6\";s:2:\"to\";s:6:\"3.27.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-15 05:15:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.6\";s:2:\"to\";s:6:\"3.27.7\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"120f8c8ec70382ea2a8fbda19bd7bc39\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-17 21:22:58\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-17 21:22:58\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"266fae5e27d904283e8f860663e95550\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-18 07:54:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-18 07:54:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"cba32e1febddfb9cfdfc001e6de6498f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-18 07:54:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-18 07:54:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"7af1b8c18f5a2310903f20ef89849df3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-18 07:54:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-18 07:54:22\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e9abf519f0cc51a2cb5f8132e1429059\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-18 07:54:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-18 07:54:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"88e08b4c4630b90893ad665b7c7a156c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-18 07:54:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-18 07:54:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.7\";s:2:\"to\";s:6:\"3.28.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2eb9796ba5920793043b96fb08b72af8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-24 08:19:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-24 08:19:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"798919129818a282fb188651094fe96d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-24 08:19:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-24 08:19:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"31a29ddcea04f336295f363c9f5f4312\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-24 08:19:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-24 08:19:17\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8af8d0fc8863717c575c83c40a109613\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-24 08:19:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-24 08:19:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.0\";s:2:\"to\";s:6:\"3.28.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c25e75ad7f91d2ad9221c08a5a570dfe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-30 20:45:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-30 20:45:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"16c99dbd0c2fd3c453965ee9afb0cec6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-30 20:49:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-30 20:49:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"5176b44296bf4a6c97479920b087dd0e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-30 20:49:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-30 20:49:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f575a7b8a943c2b31dccdb249d522f6d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-30 20:49:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-30 20:49:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6bd44945136f0d1eecff7d8730d43efe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-03-30 20:49:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-03-30 20:49:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.1\";s:2:\"to\";s:6:\"3.28.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"956a1fd511e50072dae8e3efc595ce56\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-01 20:46:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-01 20:46:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"526ad0ae393ba7a8504f70fa85071e5f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-01 21:36:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-01 21:36:55\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6b5a450ff7fdd5dfe67d2641814d1a25\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-01 21:36:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-01 21:36:55\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6c5852b9ce19b4a9f3065cf2cb3cedaf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-01 21:36:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-01 21:36:55\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"52df2d867015bf92b0a615a8f0e41f33\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-01 21:36:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-01 21:36:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.2\";s:2:\"to\";s:6:\"3.28.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6ae50d59b884888577ee4987583e4202\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-22 22:27:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-22 22:27:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"f895f0258758ca556affe45bf154e4ee\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-24 12:17:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-24 12:17:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"f9a678d661c7c8865c3369fb6ff84084\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-24 12:17:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-24 12:17:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4c85117642853cbae42d1755f56b242a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-24 12:17:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-24 12:17:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1426774c9e6523cfc5371f77e25ad6fc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-04-24 12:17:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-04-24 12:17:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.28.3\";s:2:\"to\";s:6:\"3.28.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2a2fb1c16bc4508ae0853034e28b9491\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-05-10 08:54:41\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:191:\"Failed to read a named property &#039;elementorFrontend&#039; from &#039;Window&#039;: Blocked a frame with origin &quot;https://bellavierewards.com&quot; from accessing a cross-origin frame.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-10 08:54:41\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1746867281\";s:7:\"message\";s:161:\"Failed to read a named property \'elementorFrontend\' from \'Window\': Blocked a frame with origin \"https://bellavierewards.com\" from accessing a cross-origin frame.\";s:3:\"url\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.28.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"576329\";}s:7:\"\0*\0file\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.28.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"576329\";}s:32:\"4c38a4f4f64546a46f3428444d8a219f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-05-10 08:57:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:187:\"Failed to read a named property &#039;dispatchEvent&#039; from &#039;Window&#039;: Blocked a frame with origin &quot;https://bellavierewards.com&quot; from accessing a cross-origin frame.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-05-10 08:57:43\";i:1;s:19:\"2025-05-10 08:57:43\";i:2;s:19:\"2025-05-10 08:57:45\";i:3;s:19:\"2025-05-10 08:57:45\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1746867463\";s:7:\"message\";s:157:\"Failed to read a named property \'dispatchEvent\' from \'Window\': Blocked a frame with origin \"https://bellavierewards.com\" from accessing a cross-origin frame.\";s:3:\"url\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.28.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"625617\";}s:7:\"\0*\0file\";s:91:\"https://bellavierewards.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.28.4\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"625617\";}s:32:\"2d9fc471ba4d9059918b24d4e9ec3b16\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-05-10 08:57:43\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:202:\"Failed to read a named property &#039;jQuery3710135487454364834451&#039; from &#039;Window&#039;: Blocked a frame with origin &quot;https://bellavierewards.com&quot; from accessing a cross-origin frame.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2025-05-10 08:57:43\";i:1;s:19:\"2025-05-10 08:57:43\";i:2;s:19:\"2025-05-10 08:57:45\";i:3;s:19:\"2025-05-10 08:57:45\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1746867463\";s:7:\"message\";s:172:\"Failed to read a named property \'jQuery3710135487454364834451\' from \'Window\': Blocked a frame with origin \"https://bellavierewards.com\" from accessing a cross-origin frame.\";s:3:\"url\";s:73:\"https://bellavierewards.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"30692\";}s:7:\"\0*\0file\";s:73:\"https://bellavierewards.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"30692\";}s:32:\"8b940f8cfd06ce2af827f77dc96fed30\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2025-05-12 14:06:01\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;editor_post_id&quot;\";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:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-12 14:06:01\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"editor_post_id\"\";s:4:\"file\";s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:7:\"\0*\0line\";i:363;}s:32:\"d3cd258cfa0351d45114b70a4748088f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-13 05:53:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-13 05:53:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"8bb17ceeee7bf6da6c254a0bec3e1d90\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-13 05:53:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-13 05:53:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5e50e833b8dbf698dbee3ff0aa6eaadf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-13 05:53:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-13 05:53:29\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f7bb4dcdd68704824ec00cec126aef1e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-13 05:53:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.0\";s:2:\"to\";s:6:\"3.28.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-13 05:53:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.0\";s:2:\"to\";s:6:\"3.28.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d0c3387eaadf8b4d5cf20cfad394f2f3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-05-13 05:53:29\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.0\";s:2:\"to\";s:6:\"3.28.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-13 05:53:29\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.27.0\";s:2:\"to\";s:6:\"3.28.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3862, 'wp_calendar_block_has_published_posts', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3939, 'woocommerce_ces_tracks_queue', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3940, '_transient_product-transient-version', 1737640071, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3944, 'woocommerce_clear_ces_tracks_queue_for_page', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3945, 'woocommerce_ces_shown_for_actions', 'a:5:{i:0;s:22:\"add_product_categories\";i:1;s:16:\"add_product_tags\";i:2;s:15:\"settings_change\";i:3;s:14:\"product_update\";i:4;s:19:\"product_add_publish\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3992, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"adnemgmy@box4206.bluehost.com\";s:7:\"version\";s:5:\"6.8.1\";s:9:\"timestamp\";i:1746045579;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4248, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":4,\"critical\":2}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5647, 'nfd_wb_cta_enabled_posts', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5648, 'nfd_wb_cta_enabled_pages', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5974, 'cookie_notice_options', 'a:46:{s:15:\"global_override\";b:0;s:13:\"global_cookie\";b:0;s:6:\"app_id\";s:0:\"\";s:7:\"app_key\";s:0:\"\";s:12:\"app_blocking\";b:1;s:18:\"conditional_active\";b:0;s:19:\"conditional_display\";s:4:\"hide\";s:17:\"conditional_rules\";a:0:{}s:11:\"amp_support\";b:0;s:13:\"bot_detection\";b:1;s:21:\"caching_compatibility\";b:1;s:10:\"debug_mode\";b:0;s:8:\"position\";s:6:\"bottom\";s:12:\"message_text\";s:153:\"We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\";s:9:\"css_class\";s:0:\"\";s:11:\"accept_text\";s:2:\"Ok\";s:11:\"refuse_text\";s:2:\"No\";s:10:\"refuse_opt\";b:0;s:11:\"refuse_code\";s:0:\"\";s:16:\"refuse_code_head\";s:0:\"\";s:14:\"revoke_cookies\";b:0;s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:11:\"redirection\";b:0;s:8:\"see_more\";b:0;s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:11:\"hide_effect\";s:4:\"fade\";s:9:\"on_scroll\";b:0;s:16:\"on_scroll_offset\";i:100;s:8:\"on_click\";b:0;s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#32323a\";s:11:\"bar_opacity\";i:100;}s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:16:\"script_placement\";s:6:\"header\";s:9:\"translate\";b:0;s:19:\"deactivation_delete\";b:0;s:13:\"review_notice\";b:1;s:19:\"review_notice_delay\";i:0;s:14:\"update_version\";i:8;s:13:\"update_notice\";b:1;s:18:\"update_notice_diss\";b:0;s:17:\"update_delay_date\";i:0;s:21:\"update_threshold_date\";i:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5975, 'cookie_notice_privacy_consent', 'a:5:{s:16:\"wordpress_active\";b:1;s:19:\"contactform7_active\";b:0;s:16:\"mailchimp_active\";b:0;s:14:\"wpforms_active\";b:0;s:18:\"woocommerce_active\";b:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5976, 'cookie_notice_status', 'a:4:{s:6:\"status\";s:0:\"\";s:12:\"subscription\";s:5:\"basic\";s:18:\"threshold_exceeded\";b:0;s:19:\"activation_datetime\";i:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5977, 'cookie_notice_version', '2.5.3', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5989, 'litespeed.conf.__activation', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5990, 'litespeed.purge.queue', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5991, 'litespeed.purge.queue2', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5993, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1732556751,\"news.utime\":1732556751,\"curr_request.news\":0,\"last_request.news\":1732556751}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5994, 'litespeed.conf._version', '6.5.2', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5995, 'litespeed.conf.hash', 'hc5wtMg07mIugohJ8YGzHytzZGgm3Ht0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5996, 'litespeed.conf.auto_upgrade', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5997, 'litespeed.conf.api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5998, 'litespeed.conf.server_ip', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5999, 'litespeed.conf.guest', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6000, 'litespeed.conf.guest_optm', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6001, 'litespeed.conf.news', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6002, 'litespeed.conf.guest_uas', '[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6003, 'litespeed.conf.guest_ips', '[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6004, 'litespeed.conf.cache', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6005, 'litespeed.conf.cache-priv', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6006, 'litespeed.conf.cache-commenter', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6007, 'litespeed.conf.cache-rest', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6008, 'litespeed.conf.cache-page_login', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6009, 'litespeed.conf.cache-resources', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6010, 'litespeed.conf.cache-mobile', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6011, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6012, 'litespeed.conf.cache-browser', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6013, 'litespeed.conf.cache-exc_useragents', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6014, 'litespeed.conf.cache-exc_cookies', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6015, 'litespeed.conf.cache-exc_qs', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6016, 'litespeed.conf.cache-exc_cat', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6017, 'litespeed.conf.cache-exc_tag', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6018, 'litespeed.conf.cache-force_uri', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6019, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6020, 'litespeed.conf.cache-priv_uri', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6021, 'litespeed.conf.cache-exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6022, 'litespeed.conf.cache-exc_roles', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6023, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6024, 'litespeed.conf.cache-ttl_pub', 604800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6025, 'litespeed.conf.cache-ttl_priv', 1800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6026, 'litespeed.conf.cache-ttl_frontpage', 604800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6027, 'litespeed.conf.cache-ttl_feed', 604800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6028, 'litespeed.conf.cache-ttl_rest', 604800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6029, 'litespeed.conf.cache-ttl_browser', 31557600, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6030, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6031, 'litespeed.conf.cache-login_cookie', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6032, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6033, 'litespeed.conf.cache-vary_cookies', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6034, 'litespeed.conf.cache-vary_group', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6035, 'litespeed.conf.purge-upgrade', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6036, 'litespeed.conf.purge-stale', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6037, 'litespeed.conf.purge-post_all', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6038, 'litespeed.conf.purge-post_f', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6039, 'litespeed.conf.purge-post_h', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6040, 'litespeed.conf.purge-post_p', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6041, 'litespeed.conf.purge-post_pwrp', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6042, 'litespeed.conf.purge-post_a', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6043, 'litespeed.conf.purge-post_y', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6044, 'litespeed.conf.purge-post_m', 1, 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6045, 'litespeed.conf.purge-post_d', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6046, 'litespeed.conf.purge-post_t', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6047, 'litespeed.conf.purge-post_pt', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6048, 'litespeed.conf.purge-timed_urls', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6049, 'litespeed.conf.purge-timed_urls_time', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6050, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6051, 'litespeed.conf.esi', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6052, 'litespeed.conf.esi-cache_admbar', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6053, 'litespeed.conf.esi-cache_commform', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6054, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6055, 'litespeed.conf.util-instant_click', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6056, 'litespeed.conf.util-no_https_vary', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6057, 'litespeed.conf.debug-disable_all', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6058, 'litespeed.conf.debug', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6059, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6060, 'litespeed.conf.debug-level', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6061, 'litespeed.conf.debug-filesize', 3, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6062, 'litespeed.conf.debug-collapse_qs', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6063, 'litespeed.conf.debug-inc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6064, 'litespeed.conf.debug-exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6065, 'litespeed.conf.debug-exc_strings', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6066, 'litespeed.conf.db_optm-revisions_max', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6067, 'litespeed.conf.db_optm-revisions_age', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6068, 'litespeed.conf.optm-css_min', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6069, 'litespeed.conf.optm-css_comb', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6070, 'litespeed.conf.optm-css_comb_ext_inl', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6071, 'litespeed.conf.optm-ucss', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6072, 'litespeed.conf.optm-ucss_inline', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6073, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6074, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6075, 'litespeed.conf.optm-ucss_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6076, 'litespeed.conf.optm-css_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6077, 'litespeed.conf.optm-js_min', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6078, 'litespeed.conf.optm-js_comb', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6079, 'litespeed.conf.optm-js_comb_ext_inl', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6080, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6081, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6082, 'litespeed.conf.optm-html_min', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6083, 'litespeed.conf.optm-html_lazy', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6084, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6085, 'litespeed.conf.optm-qs_rm', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6086, 'litespeed.conf.optm-ggfonts_rm', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6087, 'litespeed.conf.optm-css_async', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6088, 'litespeed.conf.optm-ccss_per_url', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6089, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6090, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6091, 'litespeed.conf.optm-css_async_inline', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6092, 'litespeed.conf.optm-css_font_display', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6093, 'litespeed.conf.optm-js_defer', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6094, 'litespeed.conf.optm-emoji_rm', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6095, 'litespeed.conf.optm-noscript_rm', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6096, 'litespeed.conf.optm-ggfonts_async', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6097, 'litespeed.conf.optm-exc_roles', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6098, 'litespeed.conf.optm-ccss_con', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6099, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6100, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6101, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6102, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6103, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6104, 'litespeed.conf.optm-exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6105, 'litespeed.conf.optm-guest_only', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6106, 'litespeed.conf.object', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6107, 'litespeed.conf.object-kind', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6108, 'litespeed.conf.object-host', 'localhost', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6109, 'litespeed.conf.object-port', 11211, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6110, 'litespeed.conf.object-life', 360, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6111, 'litespeed.conf.object-persistent', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6112, 'litespeed.conf.object-admin', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6113, 'litespeed.conf.object-transients', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6114, 'litespeed.conf.object-db_id', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6115, 'litespeed.conf.object-user', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6116, 'litespeed.conf.object-pswd', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6117, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6118, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6119, 'litespeed.conf.discuss-avatar_cache', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6120, 'litespeed.conf.discuss-avatar_cron', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6121, 'litespeed.conf.discuss-avatar_cache_ttl', 604800, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6122, 'litespeed.conf.optm-localize', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6123, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6124, 'litespeed.conf.media-lazy', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6125, 'litespeed.conf.media-lazy_placeholder', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6126, 'litespeed.conf.media-placeholder_resp', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6127, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6128, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6129, 'litespeed.conf.media-lqip', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6130, 'litespeed.conf.media-lqip_qual', 4, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6131, 'litespeed.conf.media-lqip_min_w', 150, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6132, 'litespeed.conf.media-lqip_min_h', 150, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6133, 'litespeed.conf.media-placeholder_resp_async', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6134, 'litespeed.conf.media-iframe_lazy', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6135, 'litespeed.conf.media-add_missing_sizes', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6136, 'litespeed.conf.media-lazy_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6137, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6138, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6139, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6140, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6141, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6142, 'litespeed.conf.media-lqip_exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6143, 'litespeed.conf.media-vpi', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6144, 'litespeed.conf.media-vpi_cron', '', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6145, 'litespeed.conf.img_optm-auto', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6146, 'litespeed.conf.img_optm-cron', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6147, 'litespeed.conf.img_optm-ori', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6148, 'litespeed.conf.img_optm-rm_bkup', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6149, 'litespeed.conf.img_optm-webp', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6150, 'litespeed.conf.img_optm-lossless', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6151, 'litespeed.conf.img_optm-exif', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6152, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6153, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6154, 'litespeed.conf.img_optm-jpg_quality', 82, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6155, 'litespeed.conf.crawler', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6156, 'litespeed.conf.crawler-usleep', 500, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6157, 'litespeed.conf.crawler-run_duration', 400, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6158, 'litespeed.conf.crawler-run_interval', 600, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6159, 'litespeed.conf.crawler-crawl_interval', 302400, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6160, 'litespeed.conf.crawler-threads', 3, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6161, 'litespeed.conf.crawler-timeout', 30, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6162, 'litespeed.conf.crawler-load_limit', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6163, 'litespeed.conf.crawler-sitemap', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6164, 'litespeed.conf.crawler-drop_domain', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6165, 'litespeed.conf.crawler-map_timeout', 120, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6166, 'litespeed.conf.crawler-roles', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6167, 'litespeed.conf.crawler-cookies', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6168, 'litespeed.conf.misc-heartbeat_front', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6169, 'litespeed.conf.misc-heartbeat_front_ttl', 60, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6170, 'litespeed.conf.misc-heartbeat_back', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6171, 'litespeed.conf.misc-heartbeat_back_ttl', 60, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6172, 'litespeed.conf.misc-heartbeat_editor', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6173, 'litespeed.conf.misc-heartbeat_editor_ttl', 15, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6174, 'litespeed.conf.cdn', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6175, 'litespeed.conf.cdn-ori', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6176, 'litespeed.conf.cdn-ori_dir', '[\"wp-content\",\"wp-includes\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6177, 'litespeed.conf.cdn-exc', '[]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6178, 'litespeed.conf.cdn-quic', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6179, 'litespeed.conf.cdn-cloudflare', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6180, 'litespeed.conf.cdn-cloudflare_email', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6181, 'litespeed.conf.cdn-cloudflare_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6182, 'litespeed.conf.cdn-cloudflare_name', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6183, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6184, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6185, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6186, 'litespeed.conf.qc-token', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6187, 'litespeed.conf.qc-nameservers', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6189, 'litespeed.gui.lscwp_whm_install', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6190, 'litespeed.gui.dismiss', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6191, 'litespeed.gui._summary', '{\"new_version\":1733161551,\"score\":1733766351}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6192, 'litespeed.data.upgrading', -1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6193, 'litespeed.admin_display.messages', '[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6203, 'sbi_statuses', 'a:9:{s:8:\"database\";a:3:{s:14:\"hashtag_column\";b:1;s:16:\"mime_type_column\";b:1;s:19:\"connect_type_column\";b:1;}s:13:\"first_install\";i:1732556861;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1732470466;s:14:\"num_db_updates\";i:31;}s:24:\"support_legacy_shortcode\";b:0;s:16:\"wizard_dismissed\";b:0;s:21:\"source_details_update\";b:1;s:33:\"preexisting_discount_notice_check\";b:1;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1732556930;s:11:\"initialized\";i:1732556930;}}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6204, 'sbi_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6208, 'sbi_usage_tracking_config', 'a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:14;s:6:\"minute\";i:47;s:6:\"second\";i:58;s:6:\"offset\";i:139678;s:8:\"initsend\";i:1733150878;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6211, 'sbi_rating_notice', 'pending', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6212, 'sbi_db_version', 2.4, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6214, 'sbi_notifications', 'a:4:{s:6:\"update\";i:1732556862;s:4:\"feed\";a:1:{i:0;a:9:{s:5:\"title\";s:59:\"[Black Friday Mega SALE] Up to 70% Off - Limited Time Only!\";s:7:\"content\";s:333:\"Everyone\'s upgrading their social media game this Black Friday. Don\'t get left behind! Score up to 70% off your Smash Balloon plan and effortlessly showcase your best content from Facebook, Instagram, TikTok, YouTube, Twitter, Google Reviews, Yelp Reviews and more. Act fast – claim your huge discount while it’s still available!\";s:5:\"image\";s:7:\"balloon\";s:4:\"type\";a:1:{i:0;s:4:\"free\";}s:6:\"plugin\";a:6:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:7:\"reviews\";i:4;s:6:\"tiktok\";i:5;s:7:\"youtube\";}s:2:\"id\";i:30;s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:3:\"url\";s:152:\"https://smashballoon.com/black-friday/?utm_source={campaign}&utm_medium=plugin-dashboard-notices&utm_campaign=bf2024&utm_content=lite-claim-your-savings\";s:4:\"text\";s:18:\"Claim Your Savings\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:3:\"url\";s:149:\"https://smashballoon.com/black-friday/?utm_source={campaign}&utm_medium=plugin-dashboard-notices&utm_campaign=bf2024&utm_content=lite-unlock-discount\";s:4:\"text\";s:20:\"Unlock Your Discount\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}s:5:\"start\";s:19:\"2024-11-25 00:00:00\";s:3:\"end\";s:19:\"2024-12-06 23:59:59\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6215, 'sbi_newuser_notifications', 'a:4:{s:6:\"update\";i:1732556862;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6216, 'sb_instagram_errors', 'a:9:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:0:{}s:10:\"action_log\";a:1:{i:0;s:41:\"11-25 17:47:46 - Retesting GDPR features.\";}s:7:\"revoked\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6217, 'sb_instagram_settings', 'a:60:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";s:0:\"\";s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";b:0;s:27:\"sb_instagram_disable_resize\";b:0;s:12:\"image_format\";s:4:\"webp\";s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:10:\"background\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:30:\"sb_instagram_lightbox_comments\";b:1;s:25:\"sb_instagram_num_comments\";i:20;s:21:\"sb_instagram_show_bio\";b:1;s:27:\"sb_instagram_show_followers\";b:1;s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:20:\"sb_instagram_stories\";b:1;s:25:\"sb_instagram_stories_time\";i:5000;s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:24:\"disable_js_image_loading\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";b:1;s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:29:\"adnemgmy@box4206.bluehost.com\";s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:28:\"sb_instagram_disable_awesome\";b:0;s:25:\"sb_instagram_disable_font\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:18:\"enqueue_legacy_css\";b:0;s:18:\"connected_accounts\";a:0:{}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6218, 'sbi_single_cache', 'amDUdKdQI7CLGTpy+ZFKcnNHbGltVkdDYlhHL2k0K05OczNyVEFnTXFxeStxMXNpR2w5cThlNDJpTEZuSjF5eTNvR3JSWDNEVS9BVENWTERIOE9PTmVxN3BENis2VnZNQS9IVVZNSUo=', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6225, 'sbi_cron_report', 'a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2024-11-26 06:00:22\";s:20:\"num_found_transients\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6231, 'seedprod_migration_run_once', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6232, 'seedprod_run_activation', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6233, 'seedprod_settings', '{\"api_key\":\"\",\"enable_coming_soon_mode\":true,\"enable_maintenance_mode\":false,\"enable_login_mode\":false,\"enable_404_mode\":false}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6234, 'seedprod_over_time', 'a:3:{s:17:\"installed_version\";s:7:\"6.18.12\";s:14:\"installed_date\";i:1732556978;s:13:\"installed_pro\";s:4:\"lite\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6235, 'seedprod_token', '1edde111-73b9-4872-8ea2-076d93a96f35', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6240, 'seedprod_dismiss_setup_wizard', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6241, 'seedprod_notifications', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6242, 'seedprod_app_settings', '{  \n   \"facebook_g_app_id\":\"\",\n   \"google_places_app_key\":\"\",\n   \"yelp_app_api_key\":\"\",\n   \"disable_seedprod_button\":false,\n   \"disable_seedprod_notification\":false\n}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6243, 'seedprod_onetime_flush_rewrite', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6244, 'seedprod_one_click_upgrade', 'ec459ef429186f99ab06ee35ec87609c815c8445d76e741119ed53c48263396b9e5b2eaa4a9690deed59709841f7ff0ad57d6967be0da492bd6c5e08de5ac43f', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6256, 'seedprod_verify_wizard_options', '[\"installall\",\"rafflepress\",\"allinoneseo\",\"ga\",\"wpforms\",\"optinmonster\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6257, 'seedprod_allow_usage_tracking', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6258, 'seedprod_free_templates_subscribed', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6263, 'rafflepress_version', '1.12.17', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6266, 'seedprod_coming_soon_page_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6267, 'seedprod_maintenance_mode_page_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6268, 'seedprod_login_page_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6269, 'seedprod_404_page_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6275, 'elementor_floating_buttons_router_version', '3.25.10', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6770, 'seedprod_review', 'a:2:{s:4:\"time\";i:1732624297;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6771, 'rafflepress_review', 'a:2:{s:4:\"time\";i:1732624297;s:9:\"dismissed\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6927, 'litespeed.optimize.timestamp_purge_css', 1732626541, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6940, '_elementor_editor_upgrade_notice_dismissed', 1738064352, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6941, 'elementor_connect_site_key', '01b5b2ed4ecd1c263055aed53ea4c470', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6989, 'hello_theme_version', '3.4.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7000, '_elementor_home_screen_data', 'a:2:{s:7:\"timeout\";i:1747062040;s:5:\"value\";s:10885:\"{\"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\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"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\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"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\":\"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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7013, 'feedify_plugin_status', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7014, 'feedify_permalinks_flushed', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7015, 'feedify_licence_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7016, 'feedify_domain_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7017, 'feedify_public_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7018, 'feedify_enable_ssl', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7024, 'pushpad_delivery_result', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7028, 'mktr_tracker/tracker/onboarding', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7029, 'mktr_tracker/tracker/status', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7030, 'mktr_tracker/tracker/cron_feed', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7031, 'mktr_tracker/tracker/redirect', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7032, 'mktr_tracker/tracker/rated_install', 1733841624, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7035, 'mktr_tracker/tracker/js_file', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7036, 'mktr_tracker/tracker/push_status', '0', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7038, 'mktr_tracker/tracker/translate_press', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7039, 'mktr_tracker/tracker/tracking_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7040, 'mktr_tracker/tracker/rated', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7048, 'push_notification_auth_settings', 'a:3:{s:10:\"user_token\";s:32:\"142eb3d7d951b4f03401fcf7ce861176\";s:13:\"token_details\";a:8:{s:9:\"validated\";s:1:\"1\";s:6:\"userId\";s:5:\"32865\";s:10:\"user_email\";s:17:\"unlimited@list.ru\";s:8:\"user_pro\";s:0:\"\";s:15:\"user_pro_status\";s:2:\"NA\";s:4:\"plan\";s:5:\"Basic\";s:13:\"plan_end_date\";s:0:\"\";s:14:\"messageManager\";s:372:\"{\"apiKey\": \"AIzaSyDhRbFy9m-NXZVkozYJwKdDYJuwsL6W_bw\",\"authDomain\": \"pushnotificationsio.firebaseapp.com\",\"databaseURL\": \"https://pushnotificationsio.firebaseio.com\",\"projectId\": \"pushnotificationsio\",\"storageBucket\": \"pushnotificationsio.appspot.com\",\"messagingSenderId\": \"788493704860\",\"appId\": \"1:788493704860:web:ba71fd692e7cc9651f5759\",\"measurementId\": \"G-NXS0Z75BCH\"}\";}s:14:\"messageManager\";s:372:\"{\"apiKey\": \"AIzaSyDhRbFy9m-NXZVkozYJwKdDYJuwsL6W_bw\",\"authDomain\": \"pushnotificationsio.firebaseapp.com\",\"databaseURL\": \"https://pushnotificationsio.firebaseio.com\",\"projectId\": \"pushnotificationsio\",\"storageBucket\": \"pushnotificationsio.appspot.com\",\"messagingSenderId\": \"788493704860\",\"appId\": \"1:788493704860:web:ba71fd692e7cc9651f5759\",\"measurementId\": \"G-NXS0Z75BCH\"}\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7051, 'push_notification_details_settings', 'a:4:{s:16:\"subscriber_count\";s:1:\"0\";s:12:\"active_count\";s:1:\"0\";s:13:\"expired_count\";s:1:\"0\";s:10:\"updated_at\";s:19:\"2024-11-26 14:51:05\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7052, 'push_notification_settings', 'a:20:{s:17:\"notification_icon\";s:83:\"https://bookblv.com/wp-content/plugins/push-notification/assets/image/bell-icon.png\";s:10:\"on_publish\";s:1:\"1\";s:9:\"posttypes\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:21:\"utm_tracking_checkbox\";s:1:\"1\";s:23:\"notification_utm_source\";s:6:\"pn-ref\";s:23:\"notification_utm_medium\";s:6:\"pn-ref\";s:25:\"notification_utm_campaign\";s:11:\"pn-campaign\";s:21:\"notification_utm_term\";s:7:\"pn-term\";s:24:\"notification_utm_content\";s:0:\"\";s:14:\"pn_url_capture\";s:3:\"off\";s:21:\"pn_url_capture_manual\";s:0:\"\";s:21:\"notification_position\";s:9:\"top-right\";s:20:\"popup_banner_message\";s:17:\"Test Notification\";s:23:\"popup_banner_accept_btn\";s:2:\"OK\";s:24:\"popup_banner_decline_btn\";s:9:\"No thanks\";s:29:\"notification_popup_show_again\";s:2:\"30\";s:37:\"notification_popup_show_afternseconds\";s:1:\"2\";s:38:\"notification_popup_show_afternpageview\";s:1:\"1\";s:36:\"notification_on_order_change_to_user\";s:1:\"1\";s:37:\"notification_on_order_change_to_admin\";s:1:\"1\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7179, 'theme_mods_mygrace', 'a:201:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:24:\"woocommerce_accent_color\";s:7:\"#fb571c\";s:20:\"woo_header_cart_icon\";b:1;s:17:\"woo_sidebar_width\";s:3:\"1/4\";s:29:\"single_product_container_type\";s:5:\"boxed\";s:22:\"single_product_sharing\";b:1;s:16:\"blog_layout_type\";s:4:\"grid\";s:11:\"logo_retina\";N;s:18:\"logo_retina_height\";i:40;s:12:\"site_tagline\";b:0;s:14:\"page_preloader\";b:1;s:23:\"breadcrumbs_visibillity\";b:0;s:29:\"breadcrumbs_front_visibillity\";b:0;s:21:\"breadcrumbs_path_type\";s:8:\"minified\";s:22:\"breadcrumbs_text_color\";s:4:\"dark\";s:34:\"breadcrumbs_page_title_visibillity\";b:1;s:40:\"breadcrumbs_front_page_title_visibillity\";b:1;s:34:\"breadcrumbs_single_post_page_title\";b:0;s:30:\"breadcrumbs_product_page_title\";b:1;s:14:\"container_type\";s:9:\"fullwidth\";s:15:\"container_width\";i:1200;s:13:\"sidebar_width\";s:3:\"1/3\";s:21:\"page_sidebar_position\";s:17:\"one-right-sidebar\";s:14:\"sticky_sidebar\";b:0;s:16:\"totop_visibility\";b:1;s:12:\"accent_color\";s:7:\"#fb571c\";s:14:\"accent_color_2\";s:7:\"#FFC11F\";s:18:\"primary_text_color\";s:7:\"#202020\";s:20:\"secondary_text_color\";s:7:\"#999999\";s:10:\"link_color\";s:7:\"#202020\";s:16:\"link_hover_color\";s:7:\"#fb571c\";s:8:\"h1_color\";s:7:\"#202020\";s:8:\"h2_color\";s:7:\"#202020\";s:8:\"h3_color\";s:7:\"#202020\";s:8:\"h4_color\";s:7:\"#202020\";s:8:\"h5_color\";s:7:\"#202020\";s:8:\"h6_color\";s:7:\"#202020\";s:12:\"grey_color_1\";s:7:\"#F7F7F7\";s:12:\"grey_color_2\";s:7:\"#F5F5F5\";s:12:\"grey_color_3\";s:7:\"#F0F0F0\";s:12:\"grey_color_4\";s:7:\"#828282\";s:12:\"shadow_color\";s:7:\"#000000\";s:17:\"invert_text_color\";s:7:\"#ffffff\";s:14:\"btn_text_color\";s:7:\"#ffffff\";s:12:\"btn_bg_color\";s:7:\"#FB571C\";s:16:\"body_font_family\";s:19:\"DM Sans, sans-serif\";s:15:\"body_font_style\";s:6:\"normal\";s:16:\"body_font_weight\";s:3:\"400\";s:14:\"body_font_size\";s:2:\"16\";s:16:\"body_line_height\";s:3:\"1.5\";s:19:\"body_letter_spacing\";s:1:\"0\";s:18:\"body_character_set\";s:5:\"latin\";s:15:\"body_text_align\";s:4:\"left\";s:19:\"body_text_transform\";s:4:\"none\";s:14:\"h1_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h1_font_style\";s:6:\"normal\";s:14:\"h1_font_weight\";s:3:\"700\";s:12:\"h1_font_size\";s:2:\"72\";s:14:\"h1_line_height\";s:4:\"1.38\";s:17:\"h1_letter_spacing\";s:1:\"0\";s:16:\"h1_character_set\";s:5:\"latin\";s:13:\"h1_text_align\";s:7:\"inherit\";s:17:\"h1_text_transform\";s:4:\"none\";s:14:\"h2_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h2_font_style\";s:6:\"normal\";s:14:\"h2_font_weight\";s:3:\"700\";s:12:\"h2_font_size\";s:2:\"38\";s:14:\"h2_line_height\";s:4:\"1.39\";s:17:\"h2_letter_spacing\";s:1:\"0\";s:16:\"h2_character_set\";s:5:\"latin\";s:13:\"h2_text_align\";s:7:\"inherit\";s:17:\"h2_text_transform\";s:4:\"none\";s:14:\"h3_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h3_font_style\";s:6:\"normal\";s:14:\"h3_font_weight\";s:3:\"700\";s:12:\"h3_font_size\";s:2:\"32\";s:14:\"h3_line_height\";s:5:\"1.375\";s:17:\"h3_letter_spacing\";s:1:\"0\";s:16:\"h3_character_set\";s:5:\"latin\";s:13:\"h3_text_align\";s:7:\"inherit\";s:17:\"h3_text_transform\";s:4:\"none\";s:14:\"h4_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h4_font_style\";s:6:\"normal\";s:14:\"h4_font_weight\";s:3:\"700\";s:12:\"h4_font_size\";s:2:\"26\";s:14:\"h4_line_height\";s:4:\"1.38\";s:17:\"h4_letter_spacing\";s:1:\"0\";s:16:\"h4_character_set\";s:5:\"latin\";s:13:\"h4_text_align\";s:7:\"inherit\";s:17:\"h4_text_transform\";s:4:\"none\";s:14:\"h5_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h5_font_style\";s:6:\"normal\";s:14:\"h5_font_weight\";s:3:\"500\";s:12:\"h5_font_size\";s:2:\"21\";s:14:\"h5_line_height\";s:4:\"1.43\";s:17:\"h5_letter_spacing\";s:1:\"0\";s:16:\"h5_character_set\";s:5:\"latin\";s:13:\"h5_text_align\";s:7:\"inherit\";s:17:\"h5_text_transform\";s:4:\"none\";s:14:\"h6_font_family\";s:19:\"DM Sans, sans-serif\";s:13:\"h6_font_style\";s:6:\"normal\";s:14:\"h6_font_weight\";s:3:\"500\";s:12:\"h6_font_size\";s:2:\"18\";s:14:\"h6_line_height\";s:4:\"1.44\";s:17:\"h6_letter_spacing\";s:1:\"0\";s:16:\"h6_character_set\";s:5:\"latin\";s:13:\"h6_text_align\";s:7:\"inherit\";s:17:\"h6_text_transform\";s:4:\"none\";s:23:\"header_logo_font_family\";s:20:\"DM Sans, serif-serif\";s:22:\"header_logo_font_style\";s:6:\"normal\";s:23:\"header_logo_font_weight\";s:3:\"700\";s:21:\"header_logo_font_size\";s:2:\"33\";s:25:\"header_logo_character_set\";s:5:\"latin\";s:16:\"menu_font_family\";s:19:\"DM Sans, sans-serif\";s:15:\"menu_font_style\";s:6:\"normal\";s:16:\"menu_font_weight\";s:3:\"500\";s:14:\"menu_font_size\";s:2:\"18\";s:16:\"menu_line_height\";s:4:\"1.44\";s:19:\"menu_letter_spacing\";s:1:\"0\";s:18:\"menu_character_set\";s:5:\"latin\";s:19:\"menu_text_transform\";s:4:\"none\";s:16:\"meta_font_family\";s:19:\"DM Sans, sans-serif\";s:15:\"meta_font_style\";s:6:\"normal\";s:16:\"meta_font_weight\";s:3:\"700\";s:14:\"meta_font_size\";s:2:\"10\";s:16:\"meta_line_height\";s:3:\"1.6\";s:19:\"meta_letter_spacing\";s:1:\"0\";s:18:\"meta_character_set\";s:5:\"latin\";s:19:\"meta_text_transform\";s:4:\"none\";s:18:\"button_font_family\";s:19:\"DM Sans, sans-serif\";s:17:\"button_font_style\";s:6:\"normal\";s:18:\"button_font_weight\";s:3:\"700\";s:21:\"button_text_transform\";s:9:\"uppercase\";s:16:\"button_font_size\";s:2:\"12\";s:18:\"button_line_height\";s:3:\"1.5\";s:21:\"button_letter_spacing\";s:1:\"0\";s:20:\"button_character_set\";s:5:\"latin\";s:18:\"header_layout_type\";s:7:\"style-3\";s:21:\"header_container_type\";s:9:\"fullwidth\";s:24:\"header_custom_background\";b:0;s:19:\"header_social_links\";b:0;s:21:\"header_search_visible\";b:1;s:18:\"header_search_text\";s:0:\"\";s:19:\"header_search_label\";s:25:\"What are you looking for?\";s:25:\"header_search_placeholder\";s:17:\"Search this store\";s:21:\"header_btn_visibility\";b:0;s:15:\"header_btn_text\";s:0:\"\";s:14:\"header_btn_url\";s:0:\"\";s:17:\"header_btn_target\";b:1;s:16:\"header_btn_style\";s:8:\"accent-2\";s:9:\"header_bg\";s:4:\"#fff\";s:9:\"footer_bg\";s:7:\"#f26837\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:16:\"footer_copyright\";s:47:\"%%site-name%% © %%year%%. All rights reserved.\";s:19:\"footer_logo_visible\";b:0;s:11:\"footer_logo\";N;s:19:\"blog_layout_columns\";s:6:\"2-cols\";s:21:\"blog_sidebar_position\";s:17:\"one-right-sidebar\";s:16:\"blog_sticky_type\";s:4:\"icon\";s:17:\"blog_sticky_label\";s:8:\"Featured\";s:16:\"blog_post_author\";b:0;s:22:\"blog_post_publish_date\";b:1;s:20:\"blog_post_categories\";b:0;s:14:\"blog_post_tags\";b:0;s:18:\"blog_post_comments\";b:0;s:17:\"blog_post_excerpt\";b:0;s:29:\"blog_post_excerpt_words_count\";s:2:\"26\";s:19:\"blog_read_more_type\";b:0;s:19:\"blog_read_more_text\";s:10:\"Learn more\";s:23:\"single_sidebar_position\";s:4:\"none\";s:18:\"single_post_author\";b:1;s:24:\"single_post_publish_date\";b:0;s:20:\"single_post_comments\";b:0;s:22:\"single_post_categories\";b:1;s:16:\"single_post_tags\";b:1;s:22:\"single_post_navigation\";b:1;s:20:\"post_authorbio_block\";b:1;s:21:\"related_posts_visible\";b:1;s:25:\"related_posts_block_title\";s:13:\"Related Posts\";s:19:\"related_posts_count\";s:1:\"3\";s:19:\"related_posts_image\";b:1;s:19:\"related_posts_title\";b:1;s:21:\"related_posts_excerpt\";b:0;s:33:\"related_posts_excerpt_words_count\";s:1:\"9\";s:20:\"related_posts_author\";b:0;s:26:\"related_posts_publish_date\";b:1;s:27:\"related_posts_comment_count\";b:0;s:18:\"custom_css_post_id\";i:5403;s:11:\"custom_logo\";i:6284;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1741068323;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-1\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";}}}s:15:\"blog_page_title\";b:0;s:13:\"header_invert\";b:1;s:10:\"page_title\";b:0;s:15:\"header_bg_image\";N;s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"header_bg_position_x\";s:6:\"center\";s:20:\"header_bg_attachment\";s:6:\"scroll\";s:17:\"sharebox_checkbox\";b:1;s:15:\"prefix_sharebox\";s:0:\"\";s:22:\"sharebox_checkbox_list\";N;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7190, 'jet-license-data', 'a:1:{s:12:\"license-list\";a:1:{s:20:\"g2qzQLE6Lf2aljOkSdKE\";a:3:{s:13:\"licenseStatus\";s:6:\"active\";s:10:\"licenseKey\";s:20:\"g2qzQLE6Lf2aljOkSdKE\";s:14:\"licenseDetails\";a:15:{s:7:\"license\";s:20:\"g2qzQLE6Lf2aljOkSdKE\";s:6:\"status\";s:6:\"active\";s:4:\"type\";s:2:\"tm\";s:12:\"product_name\";s:24:\"TemplateMonster Purchase\";s:12:\"product_slug\";s:24:\"templatemonster-purchase\";s:16:\"product_category\";s:19:\"theme-plugin-bundle\";s:6:\"expire\";s:19:\"0000-00-00 00:00:00\";s:16:\"activation_limit\";s:1:\"0\";s:7:\"plugins\";a:10:{s:29:\"jet-elements/jet-elements.php\";a:8:{s:4:\"name\";s:11:\"JetElements\";s:4:\"slug\";s:29:\"jet-elements/jet-elements.php\";s:7:\"version\";s:7:\"2.7.2.1\";s:5:\"thumb\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo/jetelements.svg\";s:9:\"thumb_alt\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetelements.svg\";s:4:\"docs\";s:68:\"https://crocoblock.com/knowledge-base/article-category/jet-elements/\";s:4:\"demo\";s:43:\"https://crocoblock.com/plugins/jetelements/\";s:4:\"desc\";s:24:\"Must-have design widgets\";}s:21:\"jet-tabs/jet-tabs.php\";a:8:{s:4:\"name\";s:7:\"JetTabs\";s:4:\"slug\";s:21:\"jet-tabs/jet-tabs.php\";s:7:\"version\";s:7:\"2.2.6.2\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jettabs.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettabs.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-tabs/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jettabs/\";s:4:\"desc\";s:31:\"A smart way to organize content\";}s:21:\"jet-menu/jet-menu.php\";a:8:{s:4:\"name\";s:7:\"JetMenu\";s:4:\"slug\";s:21:\"jet-menu/jet-menu.php\";s:7:\"version\";s:7:\"2.4.7.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetmenu.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetmenu.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-menu/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetmenu/\";s:4:\"desc\";s:24:\"Build a custom mega menu\";}s:25:\"jet-blocks/jet-blocks.php\";a:8:{s:4:\"name\";s:9:\"JetBlocks\";s:4:\"slug\";s:25:\"jet-blocks/jet-blocks.php\";s:7:\"version\";s:6:\"1.3.16\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblocks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblocks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jetblocks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetblocks/\";s:4:\"desc\";s:30:\"Enrich header & footer content\";}s:25:\"jet-tricks/jet-tricks.php\";a:8:{s:4:\"name\";s:9:\"JetTricks\";s:4:\"slug\";s:25:\"jet-tricks/jet-tricks.php\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jettricks.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jettricks.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jettricks/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jettricks/\";s:4:\"desc\";s:30:\"Add interactive visual effects\";}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:8:{s:4:\"name\";s:15:\"JetSmartFilters\";s:4:\"slug\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"version\";s:7:\"3.6.0.1\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsmartfilters.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsmartfilters.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetsmartfilters/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetsmartfilters/\";s:4:\"desc\";s:34:\"Advanced filters for any post type\";}s:23:\"jet-popup/jet-popup.php\";a:8:{s:4:\"name\";s:8:\"JetPopup\";s:4:\"slug\";s:23:\"jet-popup/jet-popup.php\";s:7:\"version\";s:6:\"2.0.10\";s:5:\"thumb\";s:72:\"https://account.crocoblock.com/free-download/images/jetlogo/jetpopup.svg\";s:9:\"thumb_alt\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetpopup.svg\";s:4:\"docs\";s:65:\"https://crocoblock.com/knowledge-base/article-category/jet-popup/\";s:4:\"demo\";s:40:\"https://crocoblock.com/plugins/jetpopup/\";s:4:\"desc\";s:30:\"Create popups that boost sales\";}s:35:\"jet-woo-builder/jet-woo-builder.php\";a:8:{s:4:\"name\";s:13:\"JetWooBuilder\";s:4:\"slug\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:7:\"version\";s:8:\"2.1.16.1\";s:5:\"thumb\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo/jetwoobuilder.svg\";s:9:\"thumb_alt\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetwoobuilder.svg\";s:4:\"docs\";s:69:\"https://crocoblock.com/knowledge-base/article-category/jetwoobuilder/\";s:4:\"demo\";s:45:\"https://crocoblock.com/plugins/jetwoobuilder/\";s:4:\"desc\";s:30:\"Create custom e-commerce pages\";}s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";a:8:{s:4:\"name\";s:17:\"JetProductGallery\";s:4:\"slug\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:7:\"version\";s:6:\"2.1.20\";s:5:\"thumb\";s:81:\"https://account.crocoblock.com/free-download/images/jetlogo/jetproductgallery.svg\";s:9:\"thumb_alt\";s:85:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetproductgallery.svg\";s:4:\"docs\";s:73:\"https://crocoblock.com/knowledge-base/article-category/jetproductgallery/\";s:4:\"demo\";s:49:\"https://crocoblock.com/plugins/jetproductgallery/\";s:4:\"desc\";s:38:\"Product gallery sliders and carousels \";}s:33:\"jet-theme-core/jet-theme-core.php\";a:8:{s:4:\"name\";s:12:\"JetThemeCore\";s:4:\"slug\";s:33:\"jet-theme-core/jet-theme-core.php\";s:7:\"version\";s:7:\"2.2.2.1\";s:5:\"thumb\";s:76:\"https://account.crocoblock.com/free-download/images/jetlogo/jetthemecore.svg\";s:9:\"thumb_alt\";s:80:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetthemecore.svg\";s:4:\"docs\";s:67:\"https://crocoblock.com/knowledge-base/article-category/theme-parts/\";s:4:\"demo\";s:44:\"https://crocoblock.com/plugins/jetthemecore/\";s:4:\"desc\";s:65:\"Most powerful plugin created to make building websites super easy\";}}s:5:\"sites\";a:0:{}s:8:\"site_url\";s:20:\"bellavierewards.com/\";s:11:\"permissions\";a:2:{s:13:\"update_plugin\";b:1;s:14:\"install_plugin\";b:1;}s:20:\"has_templates_access\";b:0;s:27:\"has_design_templates_access\";b:0;s:13:\"is_sublicense\";b:0;}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7211, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"6.0.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1732704394;s:7:\"version\";s:5:\"6.0.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7268, 'jet_smart_filters_version', '3.6.1', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7289, 'tm_active_skin', 'a:2:{s:4:\"skin\";s:7:\"mygrace\";s:4:\"type\";s:4:\"full\";}', 'off');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7318, 'widget_block', 'a:4:{i:1;a:1:{s:7:\"content\";s:54:\"<!-- wp:search {\"label\":\"\",\"buttonText\":\"Search\"} /-->\";}i:2;a:1:{s:7:\"content\";s:328:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":6} -->\n<h6 id=\"recent-posts\">Recent posts</h6>\n<!-- /wp:heading -->\n\n<!-- wp:latest-posts {\"displayPostDate\":true,\"displayFeaturedImage\":true,\"featuredImageAlign\":\"left\",\"featuredImageSizeWidth\":80,\"featuredImageSizeHeight\":80} /--></div>\n<!-- /wp:group -->\";}i:3;a:1:{s:7:\"content\";s:266:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":6} -->\n<h6 id=\"recent-comments\">Recent comments</h6>\n<!-- /wp:heading -->\n\n<!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div>\n<!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7334, 'jet_site_conditions', 'a:2:{s:10:\"jet_header\";a:4:{i:24;a:2:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808d1c41\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"20\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808d1c44\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"52\";}}i:5907;a:3:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cf88f\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:4:\"5375\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808cf899\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:4:\"5369\";}i:2;a:5:{s:2:\"id\";s:14:\"_62442808cf89a\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"50\";}}i:5018;a:2:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cd789\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:18:\"singular-post-type\";s:13:\"subGroupValue\";s:4:\"post\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808cd78c\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:18:\"singular-post-type\";s:13:\"subGroupValue\";s:7:\"product\";}}i:75;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cabf0\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}}s:10:\"jet_footer\";a:1:{i:25;a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808d3b49\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7335, 'jet-elements-settings', 'a:14:{s:11:\"svg_uploads\";s:7:\"enabled\";s:13:\"jet_templates\";s:7:\"enabled\";s:18:\"widgets_load_level\";s:3:\"100\";s:7:\"api_key\";s:39:\"AIzaSyDlhgz2x94h0UZb7kZXOBjwAtszoCRtDLM\";s:14:\"disable_api_js\";a:1:{s:7:\"disable\";s:5:\"false\";}s:17:\"mailchimp-api-key\";s:0:\"\";s:17:\"mailchimp-list-id\";s:0:\"\";s:23:\"mailchimp-double-opt-in\";s:5:\"false\";s:18:\"insta_access_token\";s:0:\"\";s:27:\"insta_business_access_token\";s:184:\"EAAL21vuJ66UBAIx8hWuOl6w7mA4XAWmZBmQYYQK1EgyGzBCyR8DzfxD0P8ZADT4HcwS59Kh6HPXBDyfUVZAG3qkCPjgBT5nJ1QV74OgPf3liRilT8BG2XnuM9QCDd4wGED6mAZArPTVtI4mf7boKKF3f4E5iHZC3uDb1GcZB0WZCTgXLwhawFhy\";s:22:\"insta_business_user_id\";s:17:\"17841403074660081\";s:15:\"weather_api_key\";s:0:\"\";s:17:\"avaliable_widgets\";a:37:{s:30:\"jet-elements-advanced-carousel\";s:4:\"true\";s:25:\"jet-elements-advanced-map\";s:4:\"true\";s:25:\"jet-elements-animated-box\";s:4:\"true\";s:26:\"jet-elements-animated-text\";s:4:\"true\";s:18:\"jet-elements-audio\";s:4:\"true\";s:19:\"jet-elements-banner\";s:4:\"true\";s:22:\"jet-elements-bar-chart\";s:4:\"true\";s:19:\"jet-elements-brands\";s:4:\"true\";s:19:\"jet-elements-button\";s:4:\"true\";s:28:\"jet-elements-circle-progress\";s:4:\"true\";s:28:\"jet-elements-countdown-timer\";s:4:\"true\";s:28:\"jet-elements-download-button\";s:4:\"true\";s:20:\"jet-elements-dropbar\";s:4:\"true\";s:21:\"jet-elements-headline\";s:4:\"true\";s:32:\"jet-elements-horizontal-timeline\";s:4:\"true\";s:29:\"jet-elements-image-comparison\";s:4:\"true\";s:26:\"jet-elements-images-layout\";s:4:\"true\";s:23:\"jet-elements-inline-svg\";s:4:\"true\";s:30:\"jet-elements-instagram-gallery\";s:4:\"true\";s:23:\"jet-elements-line-chart\";s:4:\"true\";s:19:\"jet-elements-lottie\";s:4:\"true\";s:22:\"jet-elements-pie-chart\";s:4:\"true\";s:22:\"jet-elements-portfolio\";s:4:\"true\";s:18:\"jet-elements-posts\";s:4:\"true\";s:23:\"jet-elements-price-list\";s:4:\"true\";s:26:\"jet-elements-pricing-table\";s:4:\"true\";s:25:\"jet-elements-progress-bar\";s:4:\"true\";s:30:\"jet-elements-scroll-navigation\";s:4:\"true\";s:21:\"jet-elements-services\";s:4:\"true\";s:19:\"jet-elements-slider\";s:4:\"true\";s:27:\"jet-elements-subscribe-form\";s:4:\"true\";s:18:\"jet-elements-table\";s:4:\"true\";s:24:\"jet-elements-team-member\";s:4:\"true\";s:25:\"jet-elements-testimonials\";s:4:\"true\";s:21:\"jet-elements-timeline\";s:4:\"true\";s:18:\"jet-elements-video\";s:4:\"true\";s:20:\"jet-elements-weather\";s:4:\"true\";}s:20:\"avaliable_extensions\";a:1:{s:16:\"section_parallax\";s:4:\"true\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7336, 'elementor_active_kit', 5, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7337, 'elementor_cpt_support', 'a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"jet-menu\";i:3;s:9:\"jet-popup\";i:4;s:15:\"jet-woo-builder\";i:5;s:7:\"product\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7338, 'jet_menu_options', 'a:670:{s:18:\"jet-menu-cache-css\";s:5:\"false\";s:29:\"jet-mobile-items-label-switch\";s:4:\"true\";s:16:\"jet-menu-roll-up\";s:4:\"true\";s:11:\"svg-uploads\";s:7:\"enabled\";s:18:\"use-template-cache\";s:4:\"true\";s:22:\"plugin-nextgen-edition\";s:5:\"false\";s:18:\"jet-menu-animation\";s:4:\"fade\";s:24:\"jet-menu-show-for-device\";s:4:\"both\";s:26:\"jet-menu-mega-ajax-loading\";s:5:\"false\";s:25:\"jet-menu-mouseleave-delay\";s:3:\"500\";s:24:\"jet-mega-menu-width-type\";s:8:\"selector\";s:33:\"jet-mega-menu-selector-width-type\";s:21:\".elementor-container \";s:22:\"jet-menu-open-sub-type\";s:5:\"hover\";s:28:\"jet-menu-container-alignment\";s:8:\"flex-end\";s:18:\"jet-menu-min-width\";s:1:\"0\";s:21:\"jet-menu-mega-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-container-switch\";s:5:\"false\";s:24:\"jet-menu-container-color\";s:7:\"#ffffff\";s:34:\"jet-menu-container-gradient-switch\";s:5:\"false\";s:31:\"jet-menu-container-second-color\";s:0:\"\";s:28:\"jet-menu-container-direction\";s:5:\"right\";s:24:\"jet-menu-container-image\";s:0:\"\";s:27:\"jet-menu-container-position\";s:0:\"\";s:29:\"jet-menu-container-attachment\";s:0:\"\";s:25:\"jet-menu-container-repeat\";s:0:\"\";s:23:\"jet-menu-container-size\";s:0:\"\";s:32:\"jet-menu-container-border-switch\";s:5:\"false\";s:31:\"jet-menu-container-border-style\";s:0:\"\";s:31:\"jet-menu-container-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-container-border-color\";s:0:\"\";s:36:\"jet-menu-container-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-container-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-container-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-container-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-container-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-container-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-container-box-shadow-spread\";s:0:\"\";s:27:\"jet-menu-mega-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:29:\"jet-menu-inherit-first-radius\";s:5:\"false\";s:28:\"jet-menu-inherit-last-radius\";s:5:\"false\";s:31:\"jet-menu-sub-panel-width-simple\";s:3:\"200\";s:32:\"jet-menu-sub-panel-simple-switch\";s:5:\"false\";s:31:\"jet-menu-sub-panel-simple-color\";s:7:\"#ffffff\";s:41:\"jet-menu-sub-panel-simple-gradient-switch\";s:5:\"false\";s:38:\"jet-menu-sub-panel-simple-second-color\";s:0:\"\";s:35:\"jet-menu-sub-panel-simple-direction\";s:5:\"right\";s:31:\"jet-menu-sub-panel-simple-image\";s:0:\"\";s:34:\"jet-menu-sub-panel-simple-position\";s:0:\"\";s:36:\"jet-menu-sub-panel-simple-attachment\";s:0:\"\";s:32:\"jet-menu-sub-panel-simple-repeat\";s:0:\"\";s:30:\"jet-menu-sub-panel-simple-size\";s:0:\"\";s:39:\"jet-menu-sub-panel-simple-border-switch\";s:5:\"false\";s:38:\"jet-menu-sub-panel-simple-border-style\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-sub-panel-simple-border-color\";s:0:\"\";s:43:\"jet-menu-sub-panel-simple-box-shadow-switch\";s:5:\"false\";s:42:\"jet-menu-sub-panel-simple-box-shadow-inset\";s:5:\"false\";s:42:\"jet-menu-sub-panel-simple-box-shadow-color\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-box-shadow-h\";s:0:\"\";s:38:\"jet-menu-sub-panel-simple-box-shadow-v\";s:0:\"\";s:41:\"jet-menu-sub-panel-simple-box-shadow-blur\";s:0:\"\";s:43:\"jet-menu-sub-panel-simple-box-shadow-spread\";s:0:\"\";s:39:\"jet-menu-sub-panel-border-radius-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:33:\"jet-menu-sub-panel-padding-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-sub-panel-margin-simple\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-panel-mega-switch\";s:5:\"false\";s:29:\"jet-menu-sub-panel-mega-color\";s:7:\"#ffffff\";s:39:\"jet-menu-sub-panel-mega-gradient-switch\";s:5:\"false\";s:36:\"jet-menu-sub-panel-mega-second-color\";s:0:\"\";s:33:\"jet-menu-sub-panel-mega-direction\";s:5:\"right\";s:29:\"jet-menu-sub-panel-mega-image\";s:0:\"\";s:32:\"jet-menu-sub-panel-mega-position\";s:0:\"\";s:34:\"jet-menu-sub-panel-mega-attachment\";s:0:\"\";s:30:\"jet-menu-sub-panel-mega-repeat\";s:0:\"\";s:28:\"jet-menu-sub-panel-mega-size\";s:0:\"\";s:37:\"jet-menu-sub-panel-mega-border-switch\";s:5:\"false\";s:36:\"jet-menu-sub-panel-mega-border-style\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-menu-sub-panel-mega-border-color\";s:0:\"\";s:41:\"jet-menu-sub-panel-mega-box-shadow-switch\";s:5:\"false\";s:40:\"jet-menu-sub-panel-mega-box-shadow-inset\";s:5:\"false\";s:40:\"jet-menu-sub-panel-mega-box-shadow-color\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-box-shadow-h\";s:0:\"\";s:36:\"jet-menu-sub-panel-mega-box-shadow-v\";s:0:\"\";s:39:\"jet-menu-sub-panel-mega-box-shadow-blur\";s:0:\"\";s:41:\"jet-menu-sub-panel-mega-box-shadow-spread\";s:0:\"\";s:37:\"jet-menu-sub-panel-border-radius-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-panel-padding-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-panel-margin-mega\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:23:\"jet-menu-item-max-width\";s:0:\"\";s:19:\"jet-top-menu-switch\";s:5:\"false\";s:24:\"jet-top-menu-font-family\";s:0:\"\";s:19:\"jet-top-menu-subset\";s:0:\"\";s:22:\"jet-top-menu-font-size\";s:0:\"\";s:24:\"jet-top-menu-line-height\";s:0:\"\";s:24:\"jet-top-menu-font-weight\";s:0:\"\";s:27:\"jet-top-menu-text-transform\";s:0:\"\";s:23:\"jet-top-menu-font-style\";s:0:\"\";s:27:\"jet-top-menu-letter-spacing\";s:0:\"\";s:22:\"jet-show-top-menu-desc\";s:5:\"false\";s:24:\"jet-top-menu-desc-switch\";s:5:\"false\";s:29:\"jet-top-menu-desc-font-family\";s:0:\"\";s:24:\"jet-top-menu-desc-subset\";s:0:\"\";s:27:\"jet-top-menu-desc-font-size\";s:0:\"\";s:29:\"jet-top-menu-desc-line-height\";s:0:\"\";s:29:\"jet-top-menu-desc-font-weight\";s:0:\"\";s:32:\"jet-top-menu-desc-text-transform\";s:0:\"\";s:28:\"jet-top-menu-desc-font-style\";s:0:\"\";s:32:\"jet-top-menu-desc-letter-spacing\";s:0:\"\";s:24:\"jet-menu-item-text-color\";s:0:\"\";s:24:\"jet-menu-item-desc-color\";s:0:\"\";s:23:\"jet-menu-top-icon-color\";s:0:\"\";s:24:\"jet-menu-top-arrow-color\";s:0:\"\";s:20:\"jet-menu-item-switch\";s:5:\"false\";s:19:\"jet-menu-item-color\";s:7:\"#ffffff\";s:29:\"jet-menu-item-gradient-switch\";s:5:\"false\";s:26:\"jet-menu-item-second-color\";s:0:\"\";s:23:\"jet-menu-item-direction\";s:5:\"right\";s:19:\"jet-menu-item-image\";s:0:\"\";s:22:\"jet-menu-item-position\";s:0:\"\";s:24:\"jet-menu-item-attachment\";s:0:\"\";s:20:\"jet-menu-item-repeat\";s:0:\"\";s:18:\"jet-menu-item-size\";s:0:\"\";s:27:\"jet-menu-item-border-switch\";s:5:\"false\";s:26:\"jet-menu-item-border-style\";s:0:\"\";s:26:\"jet-menu-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-item-border-color\";s:0:\"\";s:33:\"jet-menu-first-item-border-switch\";s:5:\"false\";s:32:\"jet-menu-first-item-border-style\";s:0:\"\";s:32:\"jet-menu-first-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-first-item-border-color\";s:0:\"\";s:32:\"jet-menu-last-item-border-switch\";s:5:\"false\";s:31:\"jet-menu-last-item-border-style\";s:0:\"\";s:31:\"jet-menu-last-item-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-last-item-border-color\";s:0:\"\";s:31:\"jet-menu-item-box-shadow-switch\";s:5:\"false\";s:30:\"jet-menu-item-box-shadow-inset\";s:5:\"false\";s:30:\"jet-menu-item-box-shadow-color\";s:0:\"\";s:26:\"jet-menu-item-box-shadow-h\";s:0:\"\";s:26:\"jet-menu-item-box-shadow-v\";s:0:\"\";s:29:\"jet-menu-item-box-shadow-blur\";s:0:\"\";s:31:\"jet-menu-item-box-shadow-spread\";s:0:\"\";s:27:\"jet-menu-item-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:21:\"jet-menu-item-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:20:\"jet-menu-item-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-item-text-color-hover\";s:0:\"\";s:30:\"jet-menu-item-desc-color-hover\";s:0:\"\";s:29:\"jet-menu-top-icon-color-hover\";s:0:\"\";s:30:\"jet-menu-top-arrow-color-hover\";s:0:\"\";s:26:\"jet-menu-item-hover-switch\";s:5:\"false\";s:25:\"jet-menu-item-hover-color\";s:7:\"#ffffff\";s:35:\"jet-menu-item-hover-gradient-switch\";s:5:\"false\";s:32:\"jet-menu-item-hover-second-color\";s:0:\"\";s:29:\"jet-menu-item-hover-direction\";s:5:\"right\";s:25:\"jet-menu-item-hover-image\";s:0:\"\";s:28:\"jet-menu-item-hover-position\";s:0:\"\";s:30:\"jet-menu-item-hover-attachment\";s:0:\"\";s:26:\"jet-menu-item-hover-repeat\";s:0:\"\";s:24:\"jet-menu-item-hover-size\";s:0:\"\";s:33:\"jet-menu-item-hover-border-switch\";s:5:\"false\";s:32:\"jet-menu-item-hover-border-style\";s:0:\"\";s:32:\"jet-menu-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-item-hover-border-color\";s:0:\"\";s:39:\"jet-menu-first-item-hover-border-switch\";s:5:\"false\";s:38:\"jet-menu-first-item-hover-border-style\";s:0:\"\";s:38:\"jet-menu-first-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-first-item-hover-border-color\";s:0:\"\";s:38:\"jet-menu-last-item-hover-border-switch\";s:5:\"false\";s:37:\"jet-menu-last-item-hover-border-style\";s:0:\"\";s:37:\"jet-menu-last-item-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-last-item-hover-border-color\";s:0:\"\";s:37:\"jet-menu-item-hover-box-shadow-switch\";s:5:\"false\";s:36:\"jet-menu-item-hover-box-shadow-inset\";s:5:\"false\";s:36:\"jet-menu-item-hover-box-shadow-color\";s:0:\"\";s:32:\"jet-menu-item-hover-box-shadow-h\";s:0:\"\";s:32:\"jet-menu-item-hover-box-shadow-v\";s:0:\"\";s:35:\"jet-menu-item-hover-box-shadow-blur\";s:0:\"\";s:37:\"jet-menu-item-hover-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-item-border-radius-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-item-padding-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-item-margin-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-item-text-color-active\";s:0:\"\";s:31:\"jet-menu-item-desc-color-active\";s:0:\"\";s:30:\"jet-menu-top-icon-color-active\";s:0:\"\";s:31:\"jet-menu-top-arrow-color-active\";s:0:\"\";s:27:\"jet-menu-item-active-switch\";s:5:\"false\";s:26:\"jet-menu-item-active-color\";s:7:\"#ffffff\";s:36:\"jet-menu-item-active-gradient-switch\";s:5:\"false\";s:33:\"jet-menu-item-active-second-color\";s:0:\"\";s:30:\"jet-menu-item-active-direction\";s:5:\"right\";s:26:\"jet-menu-item-active-image\";s:0:\"\";s:29:\"jet-menu-item-active-position\";s:0:\"\";s:31:\"jet-menu-item-active-attachment\";s:0:\"\";s:27:\"jet-menu-item-active-repeat\";s:0:\"\";s:25:\"jet-menu-item-active-size\";s:0:\"\";s:34:\"jet-menu-item-active-border-switch\";s:5:\"false\";s:33:\"jet-menu-item-active-border-style\";s:0:\"\";s:33:\"jet-menu-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:33:\"jet-menu-item-active-border-color\";s:0:\"\";s:40:\"jet-menu-first-item-active-border-switch\";s:5:\"false\";s:39:\"jet-menu-first-item-active-border-style\";s:0:\"\";s:39:\"jet-menu-first-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:39:\"jet-menu-first-item-active-border-color\";s:0:\"\";s:39:\"jet-menu-last-item-active-border-switch\";s:5:\"false\";s:38:\"jet-menu-last-item-active-border-style\";s:0:\"\";s:38:\"jet-menu-last-item-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-last-item-active-border-color\";s:0:\"\";s:38:\"jet-menu-item-active-box-shadow-switch\";s:5:\"false\";s:37:\"jet-menu-item-active-box-shadow-inset\";s:5:\"false\";s:37:\"jet-menu-item-active-box-shadow-color\";s:0:\"\";s:33:\"jet-menu-item-active-box-shadow-h\";s:0:\"\";s:33:\"jet-menu-item-active-box-shadow-v\";s:0:\"\";s:36:\"jet-menu-item-active-box-shadow-blur\";s:0:\"\";s:38:\"jet-menu-item-active-box-shadow-spread\";s:0:\"\";s:34:\"jet-menu-item-border-radius-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:28:\"jet-menu-item-padding-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-item-margin-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:19:\"jet-sub-menu-switch\";s:5:\"false\";s:24:\"jet-sub-menu-font-family\";s:0:\"\";s:19:\"jet-sub-menu-subset\";s:0:\"\";s:22:\"jet-sub-menu-font-size\";s:0:\"\";s:24:\"jet-sub-menu-line-height\";s:0:\"\";s:24:\"jet-sub-menu-font-weight\";s:0:\"\";s:27:\"jet-sub-menu-text-transform\";s:0:\"\";s:23:\"jet-sub-menu-font-style\";s:0:\"\";s:27:\"jet-sub-menu-letter-spacing\";s:0:\"\";s:22:\"jet-show-sub-menu-desc\";s:5:\"false\";s:24:\"jet-sub-menu-desc-switch\";s:5:\"false\";s:29:\"jet-sub-menu-desc-font-family\";s:0:\"\";s:24:\"jet-sub-menu-desc-subset\";s:0:\"\";s:27:\"jet-sub-menu-desc-font-size\";s:0:\"\";s:29:\"jet-sub-menu-desc-line-height\";s:0:\"\";s:29:\"jet-sub-menu-desc-font-weight\";s:0:\"\";s:32:\"jet-sub-menu-desc-text-transform\";s:0:\"\";s:28:\"jet-sub-menu-desc-font-style\";s:0:\"\";s:32:\"jet-sub-menu-desc-letter-spacing\";s:0:\"\";s:23:\"jet-menu-sub-text-color\";s:0:\"\";s:23:\"jet-menu-sub-desc-color\";s:0:\"\";s:23:\"jet-menu-sub-icon-color\";s:0:\"\";s:24:\"jet-menu-sub-arrow-color\";s:0:\"\";s:19:\"jet-menu-sub-switch\";s:5:\"false\";s:18:\"jet-menu-sub-color\";s:7:\"#ffffff\";s:28:\"jet-menu-sub-gradient-switch\";s:5:\"false\";s:25:\"jet-menu-sub-second-color\";s:0:\"\";s:22:\"jet-menu-sub-direction\";s:5:\"right\";s:18:\"jet-menu-sub-image\";s:0:\"\";s:21:\"jet-menu-sub-position\";s:0:\"\";s:23:\"jet-menu-sub-attachment\";s:0:\"\";s:19:\"jet-menu-sub-repeat\";s:0:\"\";s:17:\"jet-menu-sub-size\";s:0:\"\";s:26:\"jet-menu-sub-border-switch\";s:5:\"false\";s:25:\"jet-menu-sub-border-style\";s:0:\"\";s:25:\"jet-menu-sub-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-border-color\";s:0:\"\";s:32:\"jet-menu-sub-first-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-first-border-style\";s:0:\"\";s:31:\"jet-menu-sub-first-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-first-border-color\";s:0:\"\";s:31:\"jet-menu-sub-last-border-switch\";s:5:\"false\";s:30:\"jet-menu-sub-last-border-style\";s:0:\"\";s:30:\"jet-menu-sub-last-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-last-border-color\";s:0:\"\";s:30:\"jet-menu-sub-box-shadow-switch\";s:5:\"false\";s:29:\"jet-menu-sub-box-shadow-inset\";s:5:\"false\";s:29:\"jet-menu-sub-box-shadow-color\";s:0:\"\";s:25:\"jet-menu-sub-box-shadow-h\";s:0:\"\";s:25:\"jet-menu-sub-box-shadow-v\";s:0:\"\";s:28:\"jet-menu-sub-box-shadow-blur\";s:0:\"\";s:30:\"jet-menu-sub-box-shadow-spread\";s:0:\"\";s:26:\"jet-menu-sub-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:20:\"jet-menu-sub-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:19:\"jet-menu-sub-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:29:\"jet-menu-sub-text-color-hover\";s:0:\"\";s:29:\"jet-menu-sub-desc-color-hover\";s:0:\"\";s:29:\"jet-menu-sub-icon-color-hover\";s:0:\"\";s:30:\"jet-menu-sub-arrow-color-hover\";s:0:\"\";s:25:\"jet-menu-sub-hover-switch\";s:5:\"false\";s:24:\"jet-menu-sub-hover-color\";s:7:\"#ffffff\";s:34:\"jet-menu-sub-hover-gradient-switch\";s:5:\"false\";s:31:\"jet-menu-sub-hover-second-color\";s:0:\"\";s:28:\"jet-menu-sub-hover-direction\";s:5:\"right\";s:24:\"jet-menu-sub-hover-image\";s:0:\"\";s:27:\"jet-menu-sub-hover-position\";s:0:\"\";s:29:\"jet-menu-sub-hover-attachment\";s:0:\"\";s:25:\"jet-menu-sub-hover-repeat\";s:0:\"\";s:23:\"jet-menu-sub-hover-size\";s:0:\"\";s:32:\"jet-menu-sub-hover-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-hover-border-style\";s:0:\"\";s:31:\"jet-menu-sub-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-hover-border-color\";s:0:\"\";s:38:\"jet-menu-sub-first-hover-border-switch\";s:5:\"false\";s:37:\"jet-menu-sub-first-hover-border-style\";s:0:\"\";s:37:\"jet-menu-sub-first-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-sub-first-hover-border-color\";s:0:\"\";s:37:\"jet-menu-sub-last-hover-border-switch\";s:5:\"false\";s:36:\"jet-menu-sub-last-hover-border-style\";s:0:\"\";s:36:\"jet-menu-sub-last-hover-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-menu-sub-last-hover-border-color\";s:0:\"\";s:36:\"jet-menu-sub-hover-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-sub-hover-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-sub-hover-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-sub-hover-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-sub-hover-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-sub-hover-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-sub-hover-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-sub-border-radius-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-padding-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-margin-hover\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-text-color-active\";s:0:\"\";s:30:\"jet-menu-sub-desc-color-active\";s:0:\"\";s:30:\"jet-menu-sub-icon-color-active\";s:0:\"\";s:31:\"jet-menu-sub-arrow-color-active\";s:0:\"\";s:26:\"jet-menu-sub-active-switch\";s:5:\"false\";s:25:\"jet-menu-sub-active-color\";s:7:\"#ffffff\";s:35:\"jet-menu-sub-active-gradient-switch\";s:5:\"false\";s:32:\"jet-menu-sub-active-second-color\";s:0:\"\";s:29:\"jet-menu-sub-active-direction\";s:5:\"right\";s:25:\"jet-menu-sub-active-image\";s:0:\"\";s:28:\"jet-menu-sub-active-position\";s:0:\"\";s:30:\"jet-menu-sub-active-attachment\";s:0:\"\";s:26:\"jet-menu-sub-active-repeat\";s:0:\"\";s:24:\"jet-menu-sub-active-size\";s:0:\"\";s:33:\"jet-menu-sub-active-border-switch\";s:5:\"false\";s:32:\"jet-menu-sub-active-border-style\";s:0:\"\";s:32:\"jet-menu-sub-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:32:\"jet-menu-sub-active-border-color\";s:0:\"\";s:39:\"jet-menu-sub-first-active-border-switch\";s:5:\"false\";s:38:\"jet-menu-sub-first-active-border-style\";s:0:\"\";s:38:\"jet-menu-sub-first-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-sub-first-active-border-color\";s:0:\"\";s:38:\"jet-menu-sub-last-active-border-switch\";s:5:\"false\";s:37:\"jet-menu-sub-last-active-border-style\";s:0:\"\";s:37:\"jet-menu-sub-last-active-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:37:\"jet-menu-sub-last-active-border-color\";s:0:\"\";s:37:\"jet-menu-sub-active-box-shadow-switch\";s:5:\"false\";s:36:\"jet-menu-sub-active-box-shadow-inset\";s:5:\"false\";s:36:\"jet-menu-sub-active-box-shadow-color\";s:0:\"\";s:32:\"jet-menu-sub-active-box-shadow-h\";s:0:\"\";s:32:\"jet-menu-sub-active-box-shadow-v\";s:0:\"\";s:35:\"jet-menu-sub-active-box-shadow-blur\";s:0:\"\";s:37:\"jet-menu-sub-active-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-sub-border-radius-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:27:\"jet-menu-sub-padding-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-margin-active\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:22:\"jet-menu-top-icon-size\";s:0:\"\";s:24:\"jet-menu-top-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-top-icon-ver-position\";s:6:\"center\";s:30:\"jet-menu-top-icon-hor-position\";s:0:\"\";s:23:\"jet-menu-top-icon-order\";s:0:\"\";s:22:\"jet-menu-sub-icon-size\";s:0:\"\";s:24:\"jet-menu-sub-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-sub-icon-ver-position\";s:0:\"\";s:30:\"jet-menu-sub-icon-hor-position\";s:0:\"\";s:23:\"jet-menu-sub-icon-order\";s:0:\"\";s:29:\"jet-menu-top-badge-text-color\";s:0:\"\";s:25:\"jet-menu-top-badge-switch\";s:5:\"false\";s:30:\"jet-menu-top-badge-font-family\";s:0:\"\";s:25:\"jet-menu-top-badge-subset\";s:0:\"\";s:28:\"jet-menu-top-badge-font-size\";s:0:\"\";s:30:\"jet-menu-top-badge-line-height\";s:0:\"\";s:30:\"jet-menu-top-badge-font-weight\";s:0:\"\";s:33:\"jet-menu-top-badge-text-transform\";s:0:\"\";s:29:\"jet-menu-top-badge-font-style\";s:0:\"\";s:33:\"jet-menu-top-badge-letter-spacing\";s:0:\"\";s:28:\"jet-menu-top-badge-bg-switch\";s:5:\"false\";s:27:\"jet-menu-top-badge-bg-color\";s:7:\"#ffffff\";s:37:\"jet-menu-top-badge-bg-gradient-switch\";s:5:\"false\";s:34:\"jet-menu-top-badge-bg-second-color\";s:0:\"\";s:31:\"jet-menu-top-badge-bg-direction\";s:5:\"right\";s:27:\"jet-menu-top-badge-bg-image\";s:0:\"\";s:30:\"jet-menu-top-badge-bg-position\";s:0:\"\";s:32:\"jet-menu-top-badge-bg-attachment\";s:0:\"\";s:28:\"jet-menu-top-badge-bg-repeat\";s:0:\"\";s:26:\"jet-menu-top-badge-bg-size\";s:0:\"\";s:32:\"jet-menu-top-badge-border-switch\";s:5:\"false\";s:31:\"jet-menu-top-badge-border-style\";s:0:\"\";s:31:\"jet-menu-top-badge-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-badge-border-color\";s:0:\"\";s:36:\"jet-menu-top-badge-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-top-badge-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-top-badge-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-top-badge-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-top-badge-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-top-badge-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-top-badge-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-top-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-top-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-top-badge-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-badge-ver-position\";s:0:\"\";s:31:\"jet-menu-top-badge-hor-position\";s:0:\"\";s:24:\"jet-menu-top-badge-order\";s:0:\"\";s:23:\"jet-menu-top-badge-hide\";s:5:\"false\";s:29:\"jet-menu-sub-badge-text-color\";s:0:\"\";s:25:\"jet-menu-sub-badge-switch\";s:5:\"false\";s:30:\"jet-menu-sub-badge-font-family\";s:0:\"\";s:25:\"jet-menu-sub-badge-subset\";s:0:\"\";s:28:\"jet-menu-sub-badge-font-size\";s:0:\"\";s:30:\"jet-menu-sub-badge-line-height\";s:0:\"\";s:30:\"jet-menu-sub-badge-font-weight\";s:0:\"\";s:33:\"jet-menu-sub-badge-text-transform\";s:0:\"\";s:29:\"jet-menu-sub-badge-font-style\";s:0:\"\";s:33:\"jet-menu-sub-badge-letter-spacing\";s:0:\"\";s:28:\"jet-menu-sub-badge-bg-switch\";s:5:\"false\";s:27:\"jet-menu-sub-badge-bg-color\";s:7:\"#ffffff\";s:37:\"jet-menu-sub-badge-bg-gradient-switch\";s:5:\"false\";s:34:\"jet-menu-sub-badge-bg-second-color\";s:0:\"\";s:31:\"jet-menu-sub-badge-bg-direction\";s:5:\"right\";s:27:\"jet-menu-sub-badge-bg-image\";s:0:\"\";s:30:\"jet-menu-sub-badge-bg-position\";s:0:\"\";s:32:\"jet-menu-sub-badge-bg-attachment\";s:0:\"\";s:28:\"jet-menu-sub-badge-bg-repeat\";s:0:\"\";s:26:\"jet-menu-sub-badge-bg-size\";s:0:\"\";s:32:\"jet-menu-sub-badge-border-switch\";s:5:\"false\";s:31:\"jet-menu-sub-badge-border-style\";s:0:\"\";s:31:\"jet-menu-sub-badge-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-badge-border-color\";s:0:\"\";s:36:\"jet-menu-sub-badge-box-shadow-switch\";s:5:\"false\";s:35:\"jet-menu-sub-badge-box-shadow-inset\";s:5:\"false\";s:35:\"jet-menu-sub-badge-box-shadow-color\";s:0:\"\";s:31:\"jet-menu-sub-badge-box-shadow-h\";s:0:\"\";s:31:\"jet-menu-sub-badge-box-shadow-v\";s:0:\"\";s:34:\"jet-menu-sub-badge-box-shadow-blur\";s:0:\"\";s:36:\"jet-menu-sub-badge-box-shadow-spread\";s:0:\"\";s:32:\"jet-menu-sub-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:26:\"jet-menu-sub-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:25:\"jet-menu-sub-badge-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-badge-ver-position\";s:0:\"\";s:31:\"jet-menu-sub-badge-hor-position\";s:0:\"\";s:24:\"jet-menu-sub-badge-order\";s:0:\"\";s:23:\"jet-menu-sub-badge-hide\";s:5:\"false\";s:23:\"jet-menu-top-arrow-type\";s:4:\"icon\";s:18:\"jet-menu-top-arrow\";s:13:\"fa-angle-down\";s:22:\"jet-menu-top-arrow-svg\";s:0:\"\";s:23:\"jet-menu-top-arrow-size\";s:0:\"\";s:25:\"jet-menu-top-arrow-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-top-arrow-ver-position\";s:0:\"\";s:31:\"jet-menu-top-arrow-hor-position\";s:0:\"\";s:24:\"jet-menu-top-arrow-order\";s:0:\"\";s:23:\"jet-menu-sub-arrow-type\";s:4:\"icon\";s:18:\"jet-menu-sub-arrow\";s:14:\"fa-angle-right\";s:22:\"jet-menu-sub-arrow-svg\";s:0:\"\";s:23:\"jet-menu-sub-arrow-size\";s:0:\"\";s:25:\"jet-menu-sub-arrow-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-sub-arrow-ver-position\";s:0:\"\";s:31:\"jet-menu-sub-arrow-hor-position\";s:0:\"\";s:24:\"jet-menu-sub-arrow-order\";s:0:\"\";s:20:\"jet-mega-menu-layout\";s:10:\"horizontal\";s:29:\"jet-mega-menu-dropdown-layout\";s:7:\"default\";s:31:\"jet-mega-menu-dropdown-position\";s:5:\"right\";s:31:\"jet-mega-menu-sub-menu-position\";s:5:\"right\";s:27:\"jet-mega-menu-sub-animation\";s:4:\"fade\";s:28:\"jet-mega-menu-sub-menu-event\";s:5:\"hover\";s:30:\"jet-mega-menu-sub-menu-trigger\";s:4:\"item\";s:33:\"jet-mega-menu-dropdown-breakpoint\";s:3:\"768\";s:21:\"jet-mega-menu-roll-up\";s:4:\"true\";s:26:\"jet-mega-menu-roll-up-type\";s:4:\"text\";s:26:\"jet-mega-menu-roll-up-text\";s:3:\"...\";s:26:\"jet-mega-menu-roll-up-icon\";s:0:\"\";s:27:\"jet-mega-menu-dropdown-icon\";s:0:\"\";s:33:\"jet-mega-menu-toggle-default-icon\";s:0:\"\";s:32:\"jet-mega-menu-toggle-opened-icon\";s:0:\"\";s:31:\"jet-mega-menu-use-mobile-render\";s:5:\"false\";s:27:\"jet-mega-menu-mobile-device\";s:13:\"tablet-mobile\";s:29:\"jet-mega-menu-container-width\";s:5:\"false\";s:35:\"jet-mega-menu-top-typography-switch\";s:5:\"false\";s:40:\"jet-mega-menu-top-typography-font-family\";s:0:\"\";s:35:\"jet-mega-menu-top-typography-subset\";s:0:\"\";s:38:\"jet-mega-menu-top-typography-font-size\";s:0:\"\";s:40:\"jet-mega-menu-top-typography-line-height\";s:0:\"\";s:40:\"jet-mega-menu-top-typography-font-weight\";s:0:\"\";s:43:\"jet-mega-menu-top-typography-text-transform\";s:0:\"\";s:39:\"jet-mega-menu-top-typography-font-style\";s:0:\"\";s:43:\"jet-mega-menu-top-typography-letter-spacing\";s:0:\"\";s:31:\"jet-mega-menu-items-ver-padding\";s:0:\"\";s:31:\"jet-mega-menu-items-hor-padding\";s:0:\"\";s:23:\"jet-mega-menu-items-gap\";s:0:\"\";s:35:\"jet-mega-menu-sub-typography-switch\";s:5:\"false\";s:40:\"jet-mega-menu-sub-typography-font-family\";s:0:\"\";s:35:\"jet-mega-menu-sub-typography-subset\";s:0:\"\";s:38:\"jet-mega-menu-sub-typography-font-size\";s:0:\"\";s:40:\"jet-mega-menu-sub-typography-line-height\";s:0:\"\";s:40:\"jet-mega-menu-sub-typography-font-weight\";s:0:\"\";s:43:\"jet-mega-menu-sub-typography-text-transform\";s:0:\"\";s:39:\"jet-mega-menu-sub-typography-font-style\";s:0:\"\";s:43:\"jet-mega-menu-sub-typography-letter-spacing\";s:0:\"\";s:26:\"jet-mega-menu-sub-bg-color\";s:0:\"\";s:35:\"jet-mega-menu-sub-items-ver-padding\";s:0:\"\";s:35:\"jet-mega-menu-sub-items-hor-padding\";s:0:\"\";s:27:\"jet-mega-menu-sub-items-gap\";s:0:\"\";s:24:\"jet-mega-menu-icon-color\";s:0:\"\";s:25:\"jet-mega-menu-title-color\";s:0:\"\";s:25:\"jet-mega-menu-badge-color\";s:0:\"\";s:30:\"jet-mega-menu-hover-icon-color\";s:0:\"\";s:31:\"jet-mega-menu-hover-title-color\";s:0:\"\";s:31:\"jet-mega-menu-hover-badge-color\";s:0:\"\";s:31:\"jet-mega-menu-active-icon-color\";s:0:\"\";s:32:\"jet-mega-menu-active-title-color\";s:0:\"\";s:32:\"jet-mega-menu-active-badge-color\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-top-typography-switch\";s:5:\"false\";s:49:\"jet-mega-menu-dropdown-top-typography-font-family\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-top-typography-subset\";s:0:\"\";s:47:\"jet-mega-menu-dropdown-top-typography-font-size\";s:0:\"\";s:49:\"jet-mega-menu-dropdown-top-typography-line-height\";s:0:\"\";s:49:\"jet-mega-menu-dropdown-top-typography-font-weight\";s:0:\"\";s:52:\"jet-mega-menu-dropdown-top-typography-text-transform\";s:0:\"\";s:48:\"jet-mega-menu-dropdown-top-typography-font-style\";s:0:\"\";s:52:\"jet-mega-menu-dropdown-top-typography-letter-spacing\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-top-items-ver-padding\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-top-items-hor-padding\";s:0:\"\";s:36:\"jet-mega-menu-dropdown-top-items-gap\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-sub-typography-switch\";s:5:\"false\";s:49:\"jet-mega-menu-dropdown-sub-typography-font-family\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-sub-typography-subset\";s:0:\"\";s:47:\"jet-mega-menu-dropdown-sub-typography-font-size\";s:0:\"\";s:49:\"jet-mega-menu-dropdown-sub-typography-line-height\";s:0:\"\";s:49:\"jet-mega-menu-dropdown-sub-typography-font-weight\";s:0:\"\";s:52:\"jet-mega-menu-dropdown-sub-typography-text-transform\";s:0:\"\";s:48:\"jet-mega-menu-dropdown-sub-typography-font-style\";s:0:\"\";s:52:\"jet-mega-menu-dropdown-sub-typography-letter-spacing\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-sub-items-ver-padding\";s:0:\"\";s:44:\"jet-mega-menu-dropdown-sub-items-hor-padding\";s:0:\"\";s:36:\"jet-mega-menu-dropdown-sub-items-gap\";s:0:\"\";s:33:\"jet-mega-menu-dropdown-icon-color\";s:0:\"\";s:34:\"jet-mega-menu-dropdown-title-color\";s:0:\"\";s:34:\"jet-mega-menu-dropdown-badge-color\";s:0:\"\";s:36:\"jet-mega-menu-dropdown-item-bg-color\";s:0:\"\";s:39:\"jet-mega-menu-dropdown-hover-icon-color\";s:0:\"\";s:40:\"jet-mega-menu-dropdown-hover-title-color\";s:0:\"\";s:40:\"jet-mega-menu-dropdown-hover-badge-color\";s:0:\"\";s:42:\"jet-mega-menu-dropdown-hover-item-bg-color\";s:0:\"\";s:40:\"jet-mega-menu-dropdown-active-icon-color\";s:0:\"\";s:41:\"jet-mega-menu-dropdown-active-title-color\";s:0:\"\";s:41:\"jet-mega-menu-dropdown-active-badge-color\";s:0:\"\";s:43:\"jet-mega-menu-dropdown-active-item-bg-color\";s:0:\"\";s:34:\"jet-mega-menu-dropdown-toggle-size\";s:0:\"\";s:38:\"jet-mega-menu-dropdown-toggle-distance\";s:0:\"\";s:22:\"jet-menu-mobile-layout\";s:9:\"slide-out\";s:31:\"jet-menu-mobile-toggle-position\";s:7:\"default\";s:34:\"jet-menu-mobile-container-position\";s:5:\"right\";s:27:\"jet-menu-mobile-sub-trigger\";s:4:\"item\";s:31:\"jet-menu-mobile-sub-open-layout\";s:8:\"slide-in\";s:36:\"jet-menu-mobile-close-after-navigate\";s:5:\"false\";s:31:\"jet-menu-mobile-header-template\";s:0:\"\";s:31:\"jet-menu-mobile-before-template\";s:0:\"\";s:30:\"jet-menu-mobile-after-template\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-icon\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-opened-icon\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-text\";s:0:\"\";s:29:\"jet-menu-mobile-toggle-loader\";s:4:\"true\";s:25:\"jet-menu-mobile-back-text\";s:0:\"\";s:30:\"jet-mobile-items-dropdown-icon\";s:0:\"\";s:37:\"jet-mobile-items-dropdown-opened-icon\";s:0:\"\";s:30:\"jet-menu-mobile-use-breadcrumb\";s:4:\"true\";s:31:\"jet-menu-mobile-breadcrumb-icon\";s:0:\"\";s:28:\"jet-menu-mobile-toggle-color\";s:0:\"\";s:27:\"jet-menu-mobile-toggle-size\";s:0:\"\";s:33:\"jet-menu-mobile-toggle-text-color\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-text-switch\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-text-font-family\";s:0:\"\";s:34:\"jet-menu-mobile-toggle-text-subset\";s:0:\"\";s:37:\"jet-menu-mobile-toggle-text-font-size\";s:0:\"\";s:39:\"jet-menu-mobile-toggle-text-line-height\";s:0:\"\";s:39:\"jet-menu-mobile-toggle-text-font-weight\";s:0:\"\";s:42:\"jet-menu-mobile-toggle-text-text-transform\";s:0:\"\";s:38:\"jet-menu-mobile-toggle-text-font-style\";s:0:\"\";s:42:\"jet-menu-mobile-toggle-text-letter-spacing\";s:0:\"\";s:32:\"jet-menu-mobile-back-text-switch\";s:5:\"false\";s:37:\"jet-menu-mobile-back-text-font-family\";s:0:\"\";s:32:\"jet-menu-mobile-back-text-subset\";s:0:\"\";s:35:\"jet-menu-mobile-back-text-font-size\";s:0:\"\";s:37:\"jet-menu-mobile-back-text-line-height\";s:0:\"\";s:37:\"jet-menu-mobile-back-text-font-weight\";s:0:\"\";s:40:\"jet-menu-mobile-back-text-text-transform\";s:0:\"\";s:36:\"jet-menu-mobile-back-text-font-style\";s:0:\"\";s:40:\"jet-menu-mobile-back-text-letter-spacing\";s:0:\"\";s:25:\"jet-menu-mobile-toggle-bg\";s:0:\"\";s:36:\"jet-menu-mobile-toggle-border-switch\";s:5:\"false\";s:35:\"jet-menu-mobile-toggle-border-style\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:35:\"jet-menu-mobile-toggle-border-color\";s:0:\"\";s:40:\"jet-menu-mobile-toggle-box-shadow-switch\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-box-shadow-inset\";s:5:\"false\";s:39:\"jet-menu-mobile-toggle-box-shadow-color\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-box-shadow-h\";s:0:\"\";s:35:\"jet-menu-mobile-toggle-box-shadow-v\";s:0:\"\";s:38:\"jet-menu-mobile-toggle-box-shadow-blur\";s:0:\"\";s:40:\"jet-menu-mobile-toggle-box-shadow-spread\";s:0:\"\";s:36:\"jet-menu-mobile-toggle-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-menu-mobile-toggle-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-menu-mobile-container-width\";s:0:\"\";s:38:\"jet-menu-mobile-breadcrumbs-text-color\";s:0:\"\";s:38:\"jet-menu-mobile-breadcrumbs-icon-color\";s:0:\"\";s:37:\"jet-menu-mobile-breadcrumbs-icon-size\";s:0:\"\";s:39:\"jet-menu-mobile-breadcrumbs-text-switch\";s:5:\"false\";s:44:\"jet-menu-mobile-breadcrumbs-text-font-family\";s:0:\"\";s:39:\"jet-menu-mobile-breadcrumbs-text-subset\";s:0:\"\";s:42:\"jet-menu-mobile-breadcrumbs-text-font-size\";s:0:\"\";s:44:\"jet-menu-mobile-breadcrumbs-text-line-height\";s:0:\"\";s:44:\"jet-menu-mobile-breadcrumbs-text-font-weight\";s:0:\"\";s:47:\"jet-menu-mobile-breadcrumbs-text-text-transform\";s:0:\"\";s:43:\"jet-menu-mobile-breadcrumbs-text-font-style\";s:0:\"\";s:47:\"jet-menu-mobile-breadcrumbs-text-letter-spacing\";s:0:\"\";s:28:\"jet-menu-mobile-container-bg\";s:0:\"\";s:39:\"jet-menu-mobile-container-border-switch\";s:5:\"false\";s:38:\"jet-menu-mobile-container-border-style\";s:0:\"\";s:38:\"jet-menu-mobile-container-border-width\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:38:\"jet-menu-mobile-container-border-color\";s:0:\"\";s:43:\"jet-menu-mobile-container-box-shadow-switch\";s:5:\"false\";s:42:\"jet-menu-mobile-container-box-shadow-inset\";s:5:\"false\";s:42:\"jet-menu-mobile-container-box-shadow-color\";s:0:\"\";s:38:\"jet-menu-mobile-container-box-shadow-h\";s:0:\"\";s:38:\"jet-menu-mobile-container-box-shadow-v\";s:0:\"\";s:41:\"jet-menu-mobile-container-box-shadow-blur\";s:0:\"\";s:43:\"jet-menu-mobile-container-box-shadow-spread\";s:0:\"\";s:33:\"jet-menu-mobile-container-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:39:\"jet-menu-mobile-container-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:24:\"jet-menu-mobile-cover-bg\";s:0:\"\";s:36:\"jet-menu-mobile-container-close-icon\";s:8:\"fa-times\";s:35:\"jet-menu-mobile-container-back-icon\";s:13:\"fa-angle-left\";s:37:\"jet-menu-mobile-container-close-color\";s:0:\"\";s:41:\"jet-menu-mobile-container-back-text-color\";s:0:\"\";s:36:\"jet-menu-mobile-container-close-size\";s:0:\"\";s:28:\"jet-mobile-items-label-color\";s:0:\"\";s:35:\"jet-mobile-items-label-color-active\";s:0:\"\";s:34:\"jet-mobile-items-label-font-family\";s:0:\"\";s:29:\"jet-mobile-items-label-subset\";s:0:\"\";s:32:\"jet-mobile-items-label-font-size\";s:0:\"\";s:34:\"jet-mobile-items-label-line-height\";s:0:\"\";s:34:\"jet-mobile-items-label-font-weight\";s:0:\"\";s:37:\"jet-mobile-items-label-text-transform\";s:0:\"\";s:33:\"jet-mobile-items-label-font-style\";s:0:\"\";s:37:\"jet-mobile-items-label-letter-spacing\";s:0:\"\";s:28:\"jet-mobile-items-desc-enable\";s:5:\"false\";s:27:\"jet-mobile-items-desc-color\";s:0:\"\";s:34:\"jet-mobile-items-desc-color-active\";s:0:\"\";s:28:\"jet-mobile-items-desc-switch\";s:5:\"false\";s:33:\"jet-mobile-items-desc-font-family\";s:0:\"\";s:28:\"jet-mobile-items-desc-subset\";s:0:\"\";s:31:\"jet-mobile-items-desc-font-size\";s:0:\"\";s:33:\"jet-mobile-items-desc-line-height\";s:0:\"\";s:33:\"jet-mobile-items-desc-font-weight\";s:0:\"\";s:36:\"jet-mobile-items-desc-text-transform\";s:0:\"\";s:32:\"jet-mobile-items-desc-font-style\";s:0:\"\";s:36:\"jet-mobile-items-desc-letter-spacing\";s:0:\"\";s:32:\"jet-mobile-items-divider-enabled\";s:5:\"false\";s:30:\"jet-mobile-items-divider-color\";s:0:\"\";s:30:\"jet-mobile-items-divider-width\";s:1:\"1\";s:29:\"jet-mobile-items-icon-enabled\";s:4:\"true\";s:27:\"jet-mobile-items-icon-color\";s:0:\"\";s:26:\"jet-mobile-items-icon-size\";s:0:\"\";s:34:\"jet-mobile-items-icon-ver-position\";s:6:\"center\";s:28:\"jet-mobile-items-icon-margin\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:30:\"jet-mobile-items-badge-enabled\";s:4:\"true\";s:28:\"jet-mobile-items-badge-color\";s:0:\"\";s:29:\"jet-mobile-items-badge-switch\";s:5:\"false\";s:34:\"jet-mobile-items-badge-font-family\";s:0:\"\";s:29:\"jet-mobile-items-badge-subset\";s:0:\"\";s:32:\"jet-mobile-items-badge-font-size\";s:0:\"\";s:34:\"jet-mobile-items-badge-line-height\";s:0:\"\";s:34:\"jet-mobile-items-badge-font-weight\";s:0:\"\";s:37:\"jet-mobile-items-badge-text-transform\";s:0:\"\";s:33:\"jet-mobile-items-badge-font-style\";s:0:\"\";s:37:\"jet-mobile-items-badge-letter-spacing\";s:0:\"\";s:31:\"jet-mobile-items-badge-bg-color\";s:0:\"\";s:35:\"jet-mobile-items-badge-ver-position\";s:3:\"top\";s:30:\"jet-mobile-items-badge-padding\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:36:\"jet-mobile-items-badge-border-radius\";a:6:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";s:9:\"is_linked\";s:4:\"true\";s:5:\"units\";s:2:\"px\";}s:31:\"jet-mobile-items-dropdown-color\";s:0:\"\";s:30:\"jet-mobile-items-dropdown-size\";s:0:\"\";s:23:\"jet-mobile-loader-color\";s:7:\"#3a3a3a\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7339, 'elementor_disable_color_schemes', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7340, 'elementor_disable_typography_schemes', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7341, 'elementor_css_print_method', 'internal', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7342, 'jet_woo_builder', 'a:37:{s:21:\"widgets_render_method\";s:9:\"elementor\";s:16:\"custom_shop_page\";s:3:\"yes\";s:13:\"shop_template\";s:2:\"14\";s:24:\"custom_taxonomy_template\";s:3:\"yes\";s:18:\"custom_single_page\";s:3:\"yes\";s:15:\"single_template\";s:2:\"15\";s:19:\"custom_archive_page\";s:2:\"no\";s:16:\"archive_template\";s:7:\"default\";s:15:\"search_template\";s:7:\"default\";s:18:\"shortcode_template\";s:7:\"default\";s:16:\"related_template\";s:7:\"default\";s:20:\"cross_sells_template\";s:7:\"default\";s:17:\"wishlist_template\";s:7:\"default\";s:28:\"custom_archive_category_page\";s:2:\"no\";s:17:\"category_template\";s:7:\"default\";s:16:\"custom_cart_page\";s:2:\"no\";s:13:\"cart_template\";s:7:\"default\";s:19:\"empty_cart_template\";s:7:\"default\";s:20:\"custom_checkout_page\";s:2:\"no\";s:17:\"checkout_template\";s:7:\"default\";s:21:\"checkout_top_template\";s:7:\"default\";s:20:\"custom_thankyou_page\";s:2:\"no\";s:17:\"thankyou_template\";s:7:\"default\";s:21:\"custom_myaccount_page\";s:2:\"no\";s:18:\"myaccount_template\";s:7:\"default\";s:19:\"form_login_template\";s:7:\"default\";s:31:\"custom_myaccount_page_endpoints\";s:2:\"no\";s:28:\"myaccount_dashboard_template\";s:7:\"default\";s:34:\"myaccount_orders_endpoint_template\";s:7:\"default\";s:37:\"myaccount_downloads_endpoint_template\";s:7:\"default\";s:40:\"myaccount_edit_address_endpoint_template\";s:7:\"default\";s:40:\"myaccount_edit_account_endpoint_template\";s:7:\"default\";s:20:\"use_ajax_add_to_cart\";s:2:\"no\";s:20:\"use_native_templates\";s:2:\"no\";s:25:\"related_products_per_page\";s:1:\"4\";s:26:\"up_sells_products_per_page\";s:1:\"4\";s:29:\"cross_sells_products_per_page\";s:1:\"4\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7343, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-1\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";}s:13:\"array_version\";i:3;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7368, 'jet-blocks-version', '1.3.18', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7375, 'cache', 'a:5:{s:5:\"terms\";a:47:{s:40:\"dec5b80621aac2c6cefd7f5e3a71b33238a7f7c8\";i:1;s:40:\"9b20edab049d56234c13f7c5a233cfcbcbf2a1b9\";i:2;s:40:\"e1baa960fd26fbe7ec5f7384a77f74c36cd754c4\";i:3;s:40:\"6ca512255825812503879e1fa0fe57ffec4d8719\";i:4;s:40:\"8f153a523565fe84604b3a880fa7ec716e645eed\";i:5;s:40:\"9b34e8daa0ea9d64e780cc5e46805306ab97b4b6\";i:6;s:40:\"f105666604adb13d61564c846a147d919adb5368\";i:7;s:40:\"b9a343cfdc89d13fd30e23d0b6a3b26a091c342b\";i:8;s:40:\"d7dd0919f69cbf2966b52a05bf01865f6e7d4d1a\";i:9;s:40:\"234e6117fa0bd493433907006ede14ad13369f96\";i:10;s:40:\"e36431299879b11cd2c3bc78b814d83f1a17a0aa\";i:11;s:40:\"856b64dc27cffc9738667818f56adf2fc01b0398\";i:12;s:40:\"8f2741e64851965feb596382ec6b14255120f0f5\";i:13;s:40:\"13c86c6586914c5df694505b721220305dd349e2\";i:14;s:40:\"19766bc33b37a70fa740f968b59f39ca68c9b515\";i:15;s:40:\"3fa389a3d80b559675eae893bf77a251d702a48f\";i:16;s:40:\"fee2fc87b52d17668745ff3dba1303d3171df2a0\";i:17;s:40:\"02eea7e6a0a8d5163cb9d8665e04cc28dba6243a\";i:18;s:40:\"c68ce9f847de4b6517688eacfcfebc19af9c8de4\";i:19;s:40:\"44d60c47f26427a5a4b017b4c6a30ce9375eb6e9\";i:20;s:40:\"bd0fa508f7e62c4df562ffc7f4916a2348b1d411\";i:21;s:40:\"74eedb8d07e2901d5969a882845e5d7b54648826\";i:22;s:40:\"bbe1a1407a8c5136cd14dadd8b44f325129f5c25\";i:23;s:40:\"1ecb454eae2976c2949cd237ff032ac62c9c0ca9\";i:24;s:40:\"0fcab714679f3e78d8d692d440f953a673d5d287\";i:25;s:40:\"2797d02976903c1febadb7a942265fbf711ac7a9\";i:26;s:40:\"b734e2df771905d84ca0c22bd06c9cf804892e1e\";i:27;s:40:\"ac5faa741a85c5db32dba2177bc6b16e04e22981\";i:28;s:40:\"736348de069c61c0217f794bbd9e74d86bb0d08b\";i:29;s:40:\"640feaeff4450a8d8d83b8ff9df5b08e3288d376\";i:30;s:40:\"1979ace70df7fd6ed5ba9b55472f774fce544283\";i:31;s:40:\"0bc2ffaf13a0639ff164b3d600c5d28bf7f832b4\";i:32;s:40:\"71050f7cb7443b5fc2e0299c6ae5b0b726308f43\";i:33;s:40:\"41576535090659fce7faadf237661cff6a4b2b5f\";i:34;s:40:\"f47b0b67e6ea5175df016593e5d5834b93ecb34b\";i:35;s:40:\"807d4d0832e00b0e493971b55ded16e5972b6e47\";i:36;s:40:\"90b040ef9932163108ecf54d671e58910ffde875\";i:37;s:40:\"f202ec83f5b73eaab977d5e38578f83e01fff472\";i:38;s:40:\"f38386b70ba74fc664a0584262b75e08e0ac575a\";i:39;s:40:\"99ed199f3d1bf366bd1fa4d4fdae84298eda5e04\";i:40;s:40:\"ec12d825c38356c2c553c94e564a6cb484366a12\";i:41;s:40:\"ed728066e764ab44b07a10236eba2eb9f979a16a\";i:42;s:40:\"766ae2058b17faebb385c439890c8d20ac0f43eb\";i:43;s:40:\"cf57b150c41cbe5e278d11fe0524c923a7908ed3\";i:44;s:40:\"f2848c2f59196f92e115b58ddd7f326e96ad5c6b\";i:45;s:40:\"63c4a0096a748ce1c9922ff0c839768f146e940c\";i:46;s:40:\"3a48151c69adfbca767e774b3e8780c99bc4f8fd\";i:47;}s:7:\"term_id\";a:47:{i:47;i:1;i:48;i:2;i:49;i:3;i:50;i:4;i:51;i:5;i:30;i:6;i:35;i:7;i:36;i:8;i:32;i:9;i:37;i:10;i:38;i:11;i:22;i:12;i:39;i:13;i:29;i:14;i:45;i:15;i:7;i:16;i:6;i:17;i:5;i:18;i:34;i:19;i:8;i:20;i:24;i:21;i:41;i:22;i:23;i:23;i:40;i:24;i:3;i:25;i:26;i:26;i:42;i:27;i:17;i:28;i:16;i:29;i:27;i:30;i:43;i:31;i:9;i:32;i:52;i:33;i:33;i:34;i:10;i:35;i:11;i:36;i:12;i:37;i:13;i:38;i:14;i:39;i:28;i:40;i:44;i:41;i:19;i:42;i:2;i:43;i:31;i:44;i:4;i:45;i:25;i:46;i:18;i:47;}s:9:\"term_slug\";a:47:{s:15:\"category-church\";i:1;s:12:\"category-god\";i:2;s:15:\"category-people\";i:3;s:15:\"post_tag-design\";i:4;s:14:\"post_tag-ui-ux\";i:5;s:18:\"product_cat-adults\";i:6;s:22:\"pa_manufactures-advent\";i:7;s:21:\"pa_manufactures-cards\";i:8;s:20:\"product_cat-children\";i:9;s:25:\"pa_manufactures-christmas\";i:10;s:32:\"pa_manufactures-customised-cards\";i:11;s:23:\"product_tag-dedications\";i:12;s:27:\"pa_manufactures-dedications\";i:13;s:18:\"product_tag-easter\";i:14;s:22:\"pa_manufactures-easter\";i:15;s:39:\"product_visibility-exclude-from-catalog\";i:16;s:38:\"product_visibility-exclude-from-search\";i:17;s:21:\"product_type-external\";i:18;s:18:\"product_cat-family\";i:19;s:27:\"product_visibility-featured\";i:20;s:16:\"product_tag-gift\";i:21;s:29:\"pa_manufactures-gift-vouchers\";i:22;s:17:\"product_tag-gifts\";i:23;s:21:\"pa_manufactures-gifts\";i:24;s:20:\"product_type-grouped\";i:25;s:21:\"product_tag-halloween\";i:26;s:25:\"pa_manufactures-halloween\";i:27;s:27:\"jet_library_type-jet_footer\";i:28;s:27:\"jet_library_type-jet_header\";i:29;s:16:\"product_tag-lent\";i:30;s:20:\"pa_manufactures-lent\";i:31;s:29:\"product_visibility-outofstock\";i:32;s:27:\"elementor_library_type-page\";i:33;s:21:\"product_cat-preschool\";i:34;s:26:\"product_visibility-rated-1\";i:35;s:26:\"product_visibility-rated-2\";i:36;s:26:\"product_visibility-rated-3\";i:37;s:26:\"product_visibility-rated-4\";i:38;s:26:\"product_visibility-rated-5\";i:39;s:23:\"product_tag-reformation\";i:40;s:27:\"pa_manufactures-reformation\";i:41;s:30:\"elementor_library_type-section\";i:42;s:19:\"product_type-simple\";i:43;s:21:\"product_cat-teenagers\";i:44;s:21:\"product_type-variable\";i:45;s:20:\"product_tag-vouchers\";i:46;s:18:\"nav_menu-main-menu\";i:47;}s:5:\"posts\";a:332:{i:136;i:136;i:141;i:141;i:150;i:150;i:219;i:219;i:289;i:289;i:306;i:306;i:309;i:309;i:386;i:386;i:397;i:397;i:419;i:419;i:463;i:463;i:470;i:470;i:487;i:487;i:488;i:488;i:489;i:489;i:490;i:490;i:491;i:491;i:492;i:492;i:493;i:493;i:494;i:494;i:495;i:495;i:591;i:591;i:604;i:604;i:605;i:605;i:627;i:627;i:628;i:628;i:629;i:629;i:630;i:630;i:655;i:655;i:656;i:656;i:684;i:684;i:686;i:686;i:696;i:696;i:700;i:700;i:725;i:725;i:742;i:742;i:780;i:780;i:787;i:787;i:788;i:788;i:789;i:789;i:790;i:790;i:800;i:800;i:801;i:801;i:802;i:802;i:803;i:803;i:885;i:885;i:913;i:913;i:942;i:942;i:943;i:943;i:998;i:998;i:1006;i:1006;i:1007;i:1007;i:1008;i:1008;i:1009;i:1009;i:1020;i:1020;i:1073;i:1073;i:1089;i:1089;i:1106;i:1106;i:1107;i:1107;i:1253;i:1253;i:1285;i:1285;i:1292;i:1292;i:1293;i:1293;i:1294;i:1294;i:1295;i:1295;i:1323;i:1323;i:1324;i:1324;i:1391;i:1391;i:1402;i:1402;i:1436;i:1436;i:1443;i:1443;i:1686;i:1686;i:1687;i:1687;i:1700;i:1700;i:1719;i:1719;i:1739;i:1739;i:2067;i:2067;i:2090;i:2090;i:2125;i:2125;i:2137;i:2137;i:2168;i:2168;i:2307;i:2307;i:2308;i:2308;i:2309;i:2309;i:2310;i:2310;i:2396;i:2396;i:2397;i:2397;i:2398;i:2398;i:2399;i:2399;i:2400;i:2400;i:2401;i:2401;i:2402;i:2402;i:2403;i:2403;i:2404;i:2404;i:2422;i:2422;i:2423;i:2423;i:2424;i:2424;i:2425;i:2425;i:2426;i:2426;i:2427;i:2427;i:2428;i:2428;i:2429;i:2429;i:2430;i:2430;i:2431;i:2431;i:2432;i:2432;i:2433;i:2433;i:2537;i:2537;i:2571;i:2571;i:2640;i:2640;i:2646;i:2646;i:2647;i:2647;i:2648;i:2648;i:2649;i:2649;i:2650;i:2650;i:2651;i:2651;i:2652;i:2652;i:2653;i:2653;i:2654;i:2654;i:2655;i:2655;i:2656;i:2656;i:2657;i:2657;i:2658;i:2658;i:2659;i:2659;i:2824;i:2824;i:2870;i:2870;i:2871;i:2871;i:2872;i:2872;i:2888;i:2888;i:2903;i:2903;i:2976;i:2976;i:3053;i:3053;i:3054;i:3054;i:3074;i:3074;i:3102;i:3102;i:3193;i:3193;i:3375;i:3375;i:3381;i:3381;i:3384;i:3384;i:3385;i:3385;i:3386;i:3386;i:3388;i:3388;i:3389;i:3389;i:3390;i:3390;i:3618;i:3618;i:3717;i:3717;i:3981;i:3981;i:4006;i:4006;i:4010;i:4010;i:4011;i:4011;i:4083;i:4083;i:4087;i:4087;i:4105;i:4105;i:4115;i:4115;i:4157;i:4157;i:4158;i:4158;i:4159;i:4159;i:4160;i:4160;i:4161;i:4161;i:4163;i:4163;i:4169;i:4169;i:4172;i:4172;i:4209;i:4209;i:4226;i:4226;i:4327;i:4327;i:4329;i:4329;i:4331;i:4331;i:4340;i:4340;i:4477;i:4477;i:4584;i:4584;i:4699;i:4699;i:4700;i:4700;i:4721;i:4721;i:4725;i:4725;i:4745;i:4745;i:4746;i:4746;i:4747;i:4747;i:4748;i:4748;i:4752;i:4752;i:4754;i:4754;i:4758;i:4758;i:4759;i:4759;i:4768;i:4768;i:4804;i:4804;i:4864;i:4864;i:4904;i:4904;i:4938;i:4938;i:4942;i:4942;i:4943;i:4943;i:4944;i:4944;i:4945;i:4945;i:4956;i:4956;i:4958;i:4958;i:4959;i:4959;i:4961;i:4961;i:4962;i:4962;i:4963;i:4963;i:4964;i:4964;i:4965;i:4965;i:4967;i:4967;i:5;i:5;i:2492;i:2492;i:3421;i:3421;i:4968;i:4968;i:4969;i:4969;i:4983;i:4983;i:5127;i:5127;i:5403;i:5403;i:5605;i:5605;i:5606;i:5606;i:5607;i:5607;i:5608;i:5608;i:5609;i:5609;i:5610;i:5610;i:5611;i:5611;i:5612;i:5612;i:5613;i:5613;i:5614;i:5614;i:5615;i:5615;i:5616;i:5616;i:24;i:24;i:34;i:34;i:39;i:39;i:372;i:372;i:1120;i:1120;i:1150;i:1150;i:1151;i:1151;i:1152;i:1152;i:1153;i:1153;i:1154;i:1154;i:2592;i:2592;i:2660;i:2660;i:2661;i:2661;i:2662;i:2662;i:2663;i:2663;i:4383;i:4383;i:5299;i:5299;i:5366;i:5366;i:5566;i:5566;i:5794;i:5794;i:14;i:14;i:15;i:15;i:25;i:25;i:60;i:60;i:61;i:61;i:62;i:62;i:63;i:63;i:64;i:64;i:66;i:66;i:67;i:67;i:68;i:68;i:69;i:69;i:70;i:70;i:71;i:71;i:75;i:75;i:2300;i:2300;i:2852;i:2852;i:5018;i:5018;i:5348;i:5348;i:5907;i:5907;i:2;i:2;i:3;i:3;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:12;i:12;i:20;i:20;i:22;i:22;i:3178;i:3178;i:3181;i:3181;i:3183;i:3183;i:3266;i:3266;i:5343;i:5343;i:5344;i:5344;i:5345;i:5345;i:5346;i:5346;i:5347;i:5347;i:5395;i:5395;i:5396;i:5396;i:46;i:46;i:48;i:48;i:50;i:50;i:52;i:52;i:54;i:54;i:56;i:56;i:58;i:58;i:2298;i:2298;i:2434;i:2434;i:2436;i:2436;i:2438;i:2438;i:2440;i:2440;i:3179;i:3179;i:5302;i:5302;i:5303;i:5303;i:5304;i:5304;i:5305;i:5305;i:5306;i:5306;i:5369;i:5369;i:5375;i:5375;i:2442;i:2442;i:2444;i:2444;i:2450;i:2450;i:2453;i:2453;i:2455;i:2455;i:2457;i:2457;i:2459;i:2459;i:2461;i:2461;i:2463;i:2463;i:2664;i:2664;i:2666;i:2666;i:2667;i:2667;i:2668;i:2668;i:2672;i:2672;i:2674;i:2674;i:2675;i:2675;i:2678;i:2678;i:2680;i:2680;i:2681;i:2681;i:2684;i:2684;i:6;i:6;i:2686;i:2686;i:2687;i:2687;i:2692;i:2692;i:2694;i:2694;i:2696;i:2696;i:2697;i:2697;i:2698;i:2698;i:2699;i:2699;i:2700;i:2700;i:2701;i:2701;i:2702;i:2702;i:5617;i:5617;}s:8:\"comments\";a:16:{i:14;i:1;i:12;i:2;i:9;i:3;i:5;i:4;i:2;i:5;i:10;i:6;i:6;i:7;i:8;i:8;i:17;i:9;i:7;i:10;i:13;i:11;i:11;i:12;i:4;i:13;i:16;i:14;i:3;i:15;i:15;i:16;}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7389, 'jet-elements-db-version', '2.2.8', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7406, 'jet-menu-db-version', '2.0.0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7410, 'jet-tabs-db-version', '2.2.7', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7411, 'jet-woo-builder-db-version', '2.1.10', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7502, 'OneSignalWPSetting', 'a:80:{s:6:\"app_id\";s:36:\"77a69b82-49de-47a4-af5e-198f5a9d2cf3\";s:13:\"gcm_sender_id\";s:0:\"\";s:20:\"prompt_auto_register\";b:0;s:25:\"send_welcome_notification\";b:1;s:26:\"welcome_notification_title\";s:13:\"Test Bellavie\";s:28:\"welcome_notification_message\";s:13:\"Test Bellavie\";s:24:\"welcome_notification_url\";s:20:\"https://bookblv.com/\";s:20:\"notification_on_post\";b:0;s:32:\"notification_on_post_from_plugin\";b:0;s:23:\"is_site_https_firsttime\";s:3:\"set\";s:13:\"is_site_https\";b:1;s:16:\"use_modal_prompt\";b:0;s:9:\"subdomain\";s:0:\"\";s:6:\"origin\";s:0:\"\";s:13:\"default_title\";s:0:\"\";s:12:\"default_icon\";s:0:\"\";s:11:\"default_url\";s:0:\"\";s:16:\"app_rest_api_key\";s:48:\"MjI2NzI0NjMtNGJhYS00Y2Y0LWFjNGItNTA1M2Y5M2Y3MjNm\";s:13:\"safari_web_id\";s:55:\"web.onesignal.auto.02093de6-f6ab-427c-bf3a-c7ddb76bfc75\";s:37:\"showNotificationIconFromPostThumbnail\";b:0;s:33:\"chrome_auto_dismiss_notifications\";b:0;s:21:\"prompt_action_message\";s:0:\"\";s:41:\"prompt_example_notification_title_desktop\";s:0:\"\";s:43:\"prompt_example_notification_message_desktop\";s:0:\"\";s:40:\"prompt_example_notification_title_mobile\";s:0:\"\";s:42:\"prompt_example_notification_message_mobile\";s:0:\"\";s:35:\"prompt_example_notification_caption\";s:0:\"\";s:25:\"prompt_accept_button_text\";s:0:\"\";s:25:\"prompt_cancel_button_text\";s:0:\"\";s:24:\"prompt_auto_accept_title\";s:0:\"\";s:16:\"prompt_site_name\";s:0:\"\";s:21:\"notifyButton_position\";s:12:\"bottom-right\";s:17:\"notifyButton_size\";s:6:\"medium\";s:18:\"notifyButton_theme\";s:7:\"default\";s:36:\"notifyButton_customize_colors_enable\";b:0;s:36:\"notifyButton_customize_offset_enable\";b:0;s:29:\"notifyButton_color_background\";s:0:\"\";s:29:\"notifyButton_color_foreground\";s:0:\"\";s:35:\"notifyButton_color_badge_background\";s:0:\"\";s:35:\"notifyButton_color_badge_foreground\";s:0:\"\";s:31:\"notifyButton_color_badge_border\";s:0:\"\";s:24:\"notifyButton_color_pulse\";s:0:\"\";s:42:\"notifyButton_color_popup_button_background\";s:0:\"\";s:48:\"notifyButton_color_popup_button_background_hover\";s:0:\"\";s:49:\"notifyButton_color_popup_button_background_active\";s:0:\"\";s:37:\"notifyButton_color_popup_button_color\";s:0:\"\";s:26:\"notifyButton_offset_bottom\";s:0:\"\";s:24:\"notifyButton_offset_left\";s:0:\"\";s:25:\"notifyButton_offset_right\";s:0:\"\";s:23:\"notifyButton_showcredit\";b:1;s:32:\"notifyButton_showAfterSubscribed\";b:1;s:35:\"notifyButton_tip_state_unsubscribed\";s:0:\"\";s:33:\"notifyButton_tip_state_subscribed\";s:0:\"\";s:30:\"notifyButton_tip_state_blocked\";s:0:\"\";s:38:\"notifyButton_message_action_subscribed\";s:0:\"\";s:40:\"notifyButton_message_action_resubscribed\";s:0:\"\";s:40:\"notifyButton_message_action_unsubscribed\";s:0:\"\";s:30:\"notifyButton_dialog_main_title\";s:0:\"\";s:41:\"notifyButton_dialog_main_button_subscribe\";s:0:\"\";s:43:\"notifyButton_dialog_main_button_unsubscribe\";s:0:\"\";s:33:\"notifyButton_dialog_blocked_title\";s:0:\"\";s:35:\"notifyButton_dialog_blocked_message\";s:0:\"\";s:25:\"utm_additional_url_params\";s:0:\"\";s:25:\"allowed_custom_post_types\";s:0:\"\";s:18:\"notification_title\";s:13:\"Test Bellavie\";s:24:\"send_to_mobile_platforms\";b:1;s:18:\"show_gcm_sender_id\";b:0;s:19:\"use_custom_manifest\";b:0;s:19:\"custom_manifest_url\";s:0:\"\";s:19:\"use_custom_sdk_init\";b:0;s:37:\"show_notification_send_status_message\";b:1;s:15:\"onesignal_sw_js\";b:1;s:38:\"showNotificationImageFromPostThumbnail\";b:0;s:19:\"notifyButton_enable\";b:0;s:29:\"notifyButton_customize_enable\";b:1;s:23:\"prompt_customize_enable\";b:0;s:27:\"use_http_permission_request\";b:0;s:21:\"persist_notifications\";s:41:\"yes-except-notification-manager-platforms\";s:17:\"use_native_prompt\";b:0;s:33:\"customize_http_permission_request\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7521, 'mktr_tracker/tracker/add_description', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7522, 'mktr_tracker/attribute/brand', 'brand', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7523, 'mktr_tracker/tracker/default_stock', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7524, 'mktr_tracker/tracker/update_feed', 4, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7525, 'mktr_tracker/tracker/cron_review', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7606, 'webpushr_private_key', '2a8e553216f5f954c8b11ce15ae2599d', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7607, 'webpushr_auth_token', 100806, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7608, 'webpushr_public_key', 'BOk7WmUnTWHq0gN66mmwh3XLK27xspkxUjPbjVWf9t51QV1dJO_sc5XRBZQrl73Rt97y6DYjtElO6C4a55oY3Ng', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7609, 'wpp_enable_for_post', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7610, 'wpp_default_for_post', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7611, 'wpp_default_for_post_update', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7612, 'wpp_post_message', 'Test', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7613, 'wpp_post_title', 'Test', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7614, 'wpp_post_type', '[\"post\",\"page\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7615, 'wpp_auto_hide', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7616, 'wpp_post_image', 'https://bookblv.com/wp-content/uploads/2022/01/logo6.svg', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7617, 'wpp_post_icon', 'https://bookblv.com/wp-content/uploads/2022/01/logo13.svg', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7618, 'wpp_post_sendTo', '[\"546352\"]', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7619, 'wpp_disable_prompt_code', 'a:2:{s:19:\"disable_integration\";s:5:\"false\";s:7:\"sw_path\";s:9:\"sdk_files\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7620, 'webpushr_enable_woo_new_prod', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7621, 'webpushr_woo_new_prod_title', 'New Product Alert', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7622, 'webpushr_woo_new_prod_message', '{product_name} is now available for sale', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7623, 'webpushr_woo_prod_icon', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7624, 'webpushr_woo_prod_image', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7625, 'webpushr_woo_prod_url', '{product_url}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7626, 'webpushr_woo_price_drop_title', 'Price Drop Alert for {product_name}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7627, 'webpushr_woo_price_drop_message', '{product_name} price dropped from {old_price} to {new_price}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7628, 'webpushr_woo_price_drop_icon', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7629, 'webpushr_woo_price_drop_image', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7630, 'webpushr_woo_price_drop_url', '{product_url}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7631, 'webpushr_woo_sale_title', '{product_name} is now on SALE', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7632, 'webpushr_woo_sale_message', 'Get {product_name} for just {sale_price}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7633, 'webpushr_woo_sale_icon', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7634, 'webpushr_woo_sale_image', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7635, 'webpushr_woo_sale_url', '{product_url}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7636, 'webpushr_enable_abandoned_cart', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7637, 'webpushr_woo_abandoned_cart_title', 'You\'ve left {product_count} item(s) in your cart', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7638, 'webpushr_woo_abandoned_cart_message', 'We saved your cart. Checkout Now.', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7639, 'webpushr_woo_abandoned_cart_icon', '{product_image}', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7640, 'webpushr_woo_abandoned_cart_image', '{product_image}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7641, 'webpushr_woo_abandoned_cart_url', '{checkout_page}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7642, 'webpushr_woo_abandoned_cart_frequency', 'once', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7643, 'webpushr_woo_abandoned_cart_interval', 6, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7645, 'wpp_utm_parameter', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7665, 'jet_popup_conditions', 'a:0:{}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7732, '_transient_orders-transient-version', 1733470300, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8272, 'woocommerce_maybe_regenerate_images_hash', '991b1ca641921cf0f5baf7a2fe85861b', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10294, 'jet_woo_builder[widgets_render_method]', 'macros', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10295, 'jet_woo_builder[custom_shop_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10296, 'jet_woo_builder[shop_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10297, 'jet_woo_builder[custom_taxonomy_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10298, 'jet_woo_builder[custom_single_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10299, 'jet_woo_builder[single_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10300, 'jet_woo_builder[custom_archive_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10301, 'jet_woo_builder[archive_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10302, 'jet_woo_builder[search_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10303, 'jet_woo_builder[shortcode_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10304, 'jet_woo_builder[related_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10305, 'jet_woo_builder[cross_sells_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10306, 'jet_woo_builder[custom_archive_category_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10307, 'jet_woo_builder[category_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10308, 'jet_woo_builder[custom_cart_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10309, 'jet_woo_builder[cart_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10310, 'jet_woo_builder[empty_cart_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10311, 'jet_woo_builder[custom_checkout_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10312, 'jet_woo_builder[checkout_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10313, 'jet_woo_builder[checkout_top_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10314, 'jet_woo_builder[custom_thankyou_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10315, 'jet_woo_builder[thankyou_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10316, 'jet_woo_builder[custom_myaccount_page]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10317, 'jet_woo_builder[myaccount_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10318, 'jet_woo_builder[form_login_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10319, 'jet_woo_builder[custom_myaccount_page_endpoints]', 'no', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10320, 'jet_woo_builder[myaccount_dashboard_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10321, 'jet_woo_builder[myaccount_orders_endpoint_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10322, 'jet_woo_builder[myaccount_downloads_endpoint_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10323, 'jet_woo_builder[myaccount_edit_address_endpoint_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10324, 'jet_woo_builder[myaccount_edit_account_endpoint_template]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10325, 'jet_woo_builder[use_ajax_add_to_cart]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10326, 'jet_woo_builder[use_native_templates]', '', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10327, 'jet_woo_builder[related_products_per_page]', 4, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10328, 'jet_woo_builder[up_sells_products_per_page]', 4, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10329, 'jet_woo_builder[cross_sells_products_per_page]', 4, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10400, 'secret_key', ')n.cxWic;m<o{c~GTl}j|z2eZ+^EGeysPCvTM?L#7^OTp=k_ArWBi)0+k_g!w_0`', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11095, 'woocommerce_share_key', 'lGyrEnDh1luXV6npw8yW0GX5h8qAPZAZ', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11102, '_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs', 1747855310, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11103, '_transient_woocommerce_admin_payment_gateway_suggestions_specs', 'a:1:{s:5:\"en_US\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:3;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:3;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:3;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:3;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:3;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:3;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:3;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:3;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:2;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:1;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:0;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:3;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11110, 'woocommerce_bacs_settings', 'a:11:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:15:\"account_details\";s:0:\"\";s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11111, 'woocommerce_cod_settings', 'a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";a:0:{}s:18:\"enable_for_virtual\";s:3:\"yes\";}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11176, 'lws_woorewards_redirect_to_licence', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11177, 'lws_mail_woorewards_attribute_headerpic', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11178, 'lws_mail_woorewards_attribute_footer', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11179, 'lws_mail_subject_wr_new_reward', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11180, 'lws_mail_title_wr_new_reward', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11181, 'lws_mail_header_wr_new_reward', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11182, 'lws_mail_template_wr_new_reward', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11183, 'lws_woorewards_points_distribution_status', 'a:2:{i:0;s:10:\"processing\";i:1;s:9:\"completed\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11184, 'lws_woorewards_cart_content_side', '<div class=\"cart-collaterals cross-sells\">[wr_points_on_cart showall=\"yes\"]</div>', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11185, 'lws_woorewards_install_version', '5.4.6', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11186, 'lws_woorewards_show_loading_order_and_priority', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11187, 'lws_woorewards_hide_internal_meta', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11188, 'lws_woorewards_event_enabled_sponsorship', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11189, 'lws_woorewards_referral_back_give_sponsorship', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11190, 'lws_woorewards_sponsorship_tinify_enabled', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11191, 'lws_woorewards_sponsorship_short_url', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11192, 'lws_woorewards_ignore_woocommerce_disable_coupons', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11193, 'lws_woorewards_version', '5.4.6', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11196, 'lws_adminpanel_notices', 'a:0:{}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11198, 'lws-wizard-state-woorewards', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11206, 'lws_woorewards_enabled_mail_wr_new_reward', 'on', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11207, 'lws_wr_default_pool_name', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11220, 'woocommerce_free_shipping_2_settings', 'a:4:{s:5:\"title\";s:13:\"Free shipping\";s:8:\"requires\";s:0:\"\";s:10:\"min_amount\";s:4:\"0.00\";s:16:\"ignore_discounts\";s:2:\"no\";}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11310, 'woocommerce_admin_last_orders_milestone', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11324, 'vidbgpro-notice-dismissed', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11325, 'ht_ctc_notices', 'a:3:{s:7:\"version\";s:6:\"4.12.1\";s:10:\"pro_banner\";i:1733473020;s:18:\"pro_banner_version\";s:6:\"4.12.1\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11357, 'wps_wgm_notify_new_banner_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11358, 'wps_wgm_notify_new_banner_image', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11359, 'wps_wgm_notify_new_banner_url', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11363, 'onboarding-data-skipped', 1737542510, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11512, 'wps_wpr_settings_gallery', 'a:59:{s:30:\"wps_wpr_general_setting_enable\";i:1;s:22:\"wps_wpr_general_signup\";i:1;s:28:\"wps_wpr_general_signup_value\";s:2:\"20\";s:28:\"wps_wpr_general_refer_enable\";i:1;s:27:\"wps_wpr_general_refer_value\";s:2:\"30\";s:29:\"wps_wpr_general_refer_minimum\";s:1:\"1\";s:21:\"wps_wpr_referral_page\";a:1:{i:0;s:2:\"46\";}s:43:\"wps_wpr_general_referal_purchase_point_type\";s:20:\"wps_wpr_fixed_points\";s:38:\"wps_wpr_general_referal_purchase_value\";s:1:\"1\";s:47:\"wps_wpr_minimum_order_total_for_referral_points\";s:1:\"1\";s:35:\"wps_wpr_general_referal_order_limit\";s:1:\"1\";s:23:\"wps_wpr_ref_link_expiry\";s:1:\"1\";s:36:\"wps_wpr_general_referral_code__limit\";s:1:\"1\";s:44:\"wps_wpr_general_referal_coupon_purchase_type\";s:27:\"wps_wpr_fixed_coupon_points\";s:29:\"wps_wpr_general_comment_value\";s:1:\"1\";s:40:\"wps_wpr_general_comment_per_post_comment\";s:1:\"1\";s:35:\"wps_wpr_general_social_media_enable\";i:1;s:16:\"wps_wpr_whatsapp\";i:1;s:27:\"wps_wpr_general_text_points\";s:9:\"My Points\";s:35:\"wps_wpr_general_ways_to_gain_points\";s:150:\"[Refer Points] for Referral Points[Per Currency Spent Points] for Per currency spent points and[Per Currency Spent Price] for per currency spent price\";s:23:\"wps_wpr_points_tab_text\";s:6:\"Points\";s:23:\"wps_wpr_assign_pro_text\";s:14:\"Product Points\";s:29:\"wps_wpr_custom_points_on_cart\";i:1;s:24:\"wps_wpr_cart_points_rate\";s:2:\"10\";s:23:\"wps_wpr_cart_price_rate\";s:1:\"1\";s:23:\"wps_wpr_cart_point_type\";s:18:\"wps_wpr_fixed_cart\";s:20:\"wps_wpr_amount_value\";s:1:\"1\";s:26:\"wps_wpr_apply_points_value\";s:1:\"1\";s:26:\"wps_wpr_show_redeem_notice\";i:1;s:27:\"wps_wpr_general_first_value\";s:1:\"1\";s:31:\"wps_wpr_first_order_points_type\";s:5:\"fixed\";s:33:\"wps_wpr_general_daily_login_value\";s:1:\"1\";s:35:\"wps_wpr_general_no_of_customer_list\";s:1:\"1\";s:37:\"wps_wpr_enable_order_rewards_settings\";i:1;s:30:\"wps_wpr_number_of_reward_order\";s:1:\"5\";s:32:\"wps_wpr_number_of_rewards_points\";s:2:\"50\";s:33:\"wps_wpr_order_rewards_points_type\";s:5:\"fixed\";s:37:\"wps_wpr_number_order_rewards_messages\";s:49:\"You will get 10 points when you reach order limit\";s:23:\"wps_wpr_point_round_off\";s:16:\"wps_wpr_round_up\";s:30:\"wps_wpr_general_birthday_value\";s:1:\"1\";s:13:\"wps-wpr-nonce\";s:10:\"3c535d05c5\";s:20:\"wps_wpr_save_general\";s:12:\"Save changes\";s:39:\"wps_wpr_general_referal_purchase_enable\";i:0;s:35:\"wps_wpr_general_refer_value_disable\";i:0;s:38:\"wps_wpr_general_referal_purchase_limit\";i:0;s:31:\"wps_wpr_referral_link_permanent\";i:0;s:36:\"wps_wpr_general_referral_code_enable\";i:0;s:30:\"wps_wpr_general_comment_enable\";i:0;s:16:\"wps_wpr_facebook\";i:0;s:15:\"wps_wpr_twitter\";i:0;s:13:\"wps_wpr_email\";i:0;s:29:\"wps_wpr_apply_points_checkout\";i:0;s:26:\"wps_wpr_max_points_on_cart\";i:0;s:28:\"wps_wpr_points_restrict_sale\";i:0;s:31:\"wps_wpr_general_setting_enablee\";i:0;s:37:\"wps_wpr_general_setting_daily_enablee\";i:0;s:42:\"wps_wpr_general_setting_customer_rank_list\";i:0;s:43:\"wps_wpr_enable_to_show_order_reward_message\";i:0;s:40:\"wps_wpr_general_setting_birthday_enablee\";i:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11514, 'wps_wpr_coupons_gallery', 'a:18:{s:32:\"wps_wpr_coupon_conversion_points\";s:3:\"100\";s:31:\"wps_wpr_coupon_conversion_price\";s:1:\"5\";s:27:\"wps_wpr_coupon_redeem_price\";s:1:\"1\";s:28:\"wps_wpr_coupon_redeem_points\";s:1:\"1\";s:29:\"wps_wpr_general_minimum_value\";s:2:\"50\";s:28:\"wps_wpr_points_coupon_length\";s:1:\"5\";s:21:\"wps_wpr_coupon_expiry\";s:1:\"0\";s:23:\"wps_wpr_coupon_minspend\";s:1:\"0\";s:23:\"wps_wpr_coupon_maxspend\";s:1:\"0\";s:18:\"wps_wpr_coupon_use\";s:1:\"0\";s:13:\"wps-wpr-nonce\";s:10:\"3c535d05c5\";s:32:\"wps_wpr_coupon_conversion_enable\";s:1:\"0\";s:45:\"wps_wpr_per_cerrency_points_on_order_subtotal\";s:1:\"0\";s:36:\"wps_wpr_per_currency_discount_notice\";s:1:\"0\";s:32:\"wps_wpr_enable_coupon_generation\";s:1:\"0\";s:37:\"wps_wpr_general_custom_convert_enable\";s:1:\"0\";s:29:\"wps_wpr_coupon_individual_use\";s:1:\"0\";s:27:\"wps_wpr_points_freeshipping\";s:1:\"0\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11517, 'wps_wpr_notificatin_array', 'a:45:{s:35:\"wps_wpr_notification_setting_enable\";s:1:\"1\";s:21:\"wps_wpr_email_subject\";s:26:\"Custom Points Notification\";s:35:\"wps_wpr_email_discription_custom_id\";s:65:\"Your points are updated and your total points are [Total Points].\";s:28:\"wps_wpr_signup_email_subject\";s:26:\"Signup Points Notification\";s:42:\"wps_wpr_signup_email_discription_custom_id\";s:75:\"You have received [Points] points and your total points are [Total Points].\";s:29:\"wps_wpr_product_email_subject\";s:36:\"Product Purchase Points Notification\";s:43:\"wps_wpr_product_email_discription_custom_id\";s:75:\"You have received [Points] points and your total points are [Total Points].\";s:28:\"wps_wpr_amount_email_subject\";s:32:\"Order Amount Points Notification\";s:42:\"wps_wpr_amount_email_discription_custom_id\";s:75:\"You have received [Points] points and your total points are [Total Points].\";s:29:\"wps_wpr_comment_email_subject\";s:27:\"Comment Points Notification\";s:43:\"wps_wpr_comment_email_discription_custom_id\";s:73:\"You have received[Points] points and your total points are[Total Points].\";s:39:\"wps_wpr_referral_purchase_email_subject\";s:37:\"Referral Purchase Points Notification\";s:53:\"wps_wpr_referral_purchase_email_discription_custom_id\";s:74:\"You have received [Points] points and your total points are [Total Points]\";s:41:\"wps_wpr_deduct_per_currency_point_subject\";s:30:\"Your Points have been Deducted\";s:45:\"wps_wpr_deduct_per_currency_point_description\";s:138:\"Your [DEDUCTEDPOINT] has been deducted from your total points as you have request for your refund, and your Total Point are [TOTALPOINTS].\";s:29:\"wps_wpr_point_sharing_subject\";s:30:\"Received Points Successfully!!\";s:33:\"wps_wpr_point_sharing_description\";s:133:\"You have received[RECEIVEDPOINT]by your one of the friends having an Email Id is[SENDEREMAIL]and your total points are[Total Points].\";s:39:\"wps_wpr_pro_pur_by_points_email_subject\";s:45:\"Product Purchased Through Points Notification\";s:47:\"wps_wpr_pro_pur_by_points_discription_custom_id\";s:129:\"Product Purchased Point[PROPURPOINTS] has been deducted from your points on purchasing, and your Total Points are [Total Points].\";s:30:\"wps_wpr_return_pro_pur_subject\";s:30:\"Your Points have been Deducted\";s:34:\"wps_wpr_return_pro_pur_description\";s:133:\"Your [RETURNPOINT] has been returned to your point account as you have request for your refund and your Total Point is [TOTALPOINTS].\";s:30:\"wps_wpr_referral_email_subject\";s:28:\"Referral Points Notification\";s:44:\"wps_wpr_referral_email_discription_custom_id\";s:74:\"You have received [Points] points and your total points are [Total Points]\";s:32:\"wps_wpr_membership_email_subject\";s:37:\"Upgrade Membership Level Notification\";s:46:\"wps_wpr_membership_email_discription_custom_id\";s:99:\"Your User Level has been Upgraded to [USERLEVEL] and Now You will get more offers on some products.\";s:37:\"wps_wpr_deduct_assigned_point_subject\";s:30:\"Your Points have been Deducted\";s:40:\"wps_wpr_deduct_assigned_point_desciption\";s:138:\"Your [DEDUCTEDPOINT] has been deducted from your total points as you have request for your refund, and your Total Point are [TOTALPOINTS].\";s:29:\"wps_wpr_point_on_bday_subject\";s:12:\"Points Added\";s:32:\"wps_wpr_point_on_bday_order_desc\";s:85:\"Your [BIRTHDAYPOINT] Points have been added. Now your Total Points are [TOTALPOINTS].\";s:29:\"wps_wpr_point_on_cart_subject\";s:17:\"Points Deducted!!\";s:26:\"wps_wpr_point_on_cart_desc\";s:108:\"Your [DEDUCTCARTPOINT] Points have been deducted from your account, now your Total Points are [TOTALPOINTS].\";s:39:\"wps_wpr_point_on_coupon_referal_subject\";s:12:\"Points added\";s:41:\"wps_wpr_point_on_copon_referal_order_desc\";s:73:\"Your Coupon Code [COUPONCODE] is applied and you will get [POINTS] points\";s:36:\"wps_wpr_point_on_first_order_subject\";s:12:\"Points Added\";s:33:\"wps_wpr_point_on_first_order_desc\";s:88:\"Your [FIRSTORDERPOINT] Points have been added. Now your Total Points are [Total Points].\";s:42:\"wps_wpr_point_on_order_total_range_subject\";s:12:\"Points Added\";s:39:\"wps_wpr_point_on_order_total_range_desc\";s:87:\"Your [ORDERTOTALPOINT] Points have been added. Now your Total Points are [TOTALPOINTS].\";s:36:\"wps_wpr_order_rewards_points_subject\";s:12:\"Points Added\";s:40:\"wps_wpr_order_rewards_points_description\";s:88:\"Your [REWARDTOTALPOINT] Points have been added. Now your Total Points are [TOTALPOINTS].\";s:32:\"wps_wpr_game_points_mail_subject\";s:12:\"Points Added\";s:37:\"wps_wpr_game_points_email_description\";s:82:\"Your [GAMEPOINTS] Points have been added. Now your Total Points are [TOTALPOINTS].\";s:34:\"wps_wpr_badges_points_mail_subject\";s:12:\"Points Added\";s:39:\"wps_wpr_badges_points_email_description\";s:84:\"Your [BADGESPOINTS] Points have been added. Now your Total Points are [TOTALPOINTS].\";s:13:\"wps-wpr-nonce\";s:10:\"3c535d05c5\";s:25:\"wps_wpr_save_notification\";s:12:\"Save changes\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11972, 'woocommerce_sales_record_date', '2024-12-06', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11973, 'woocommerce_sales_record_amount', 75, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14612, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:3;s:3:\"all\";i:3;s:8:\"approved\";s:1:\"3\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14643, 'mktr_tracker/tracker/rest_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14644, 'mktr_tracker/tracker/customer_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14645, 'mktr_google/google/tagCode', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14714, 'facebook_config', 'a:4:{s:8:\"pixel_id\";s:1:\"0\";s:7:\"use_pii\";b:1;s:7:\"use_s2s\";b:0;s:12:\"access_token\";s:0:\"\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14715, 'wc_facebook_for_woocommerce_is_active', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14717, 'wc_facebook_for_woocommerce_version', '3.4.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14720, 'wc_facebook_feed_url_secret', 'a6220820a96a7d53630eb025dea6d281', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14721, 'wc_facebook_external_business_id', 'bellavierewards-675fef5d9a323', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15262, 'woocommerce_task_list_reminder_bar_hidden', 'yes', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15750, 'woocommerce_admin_created_default_shipping_zones', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15751, 'woocommerce_admin_reviewed_default_shipping_zones', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15752, 'woocommerce_task_list_tracked_completed_tasks', 'a:2:{i:0;s:15:\"review-shipping\";i:1;s:8:\"products\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15824, 'wc_facebook_for_woocommerce_milestone_version', '3.3.1', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15848, 'mktr_tracker/tracker/lems', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15849, 'mktr_tracker/tracker/mailpoet_segment', '0', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16185, 'fb_product_set_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22594, 'jet_is_modify_tm_license_data', 'true', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22705, 'e_editor_counter', 256, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22706, '_elementor_free_to_pro_upsell', 'a:2:{s:7:\"timeout\";i:1738243045;s:5:\"value\";s:593:\"[{\"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\"}]\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23585, 'givewp_feature_flag_notifications_count', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23586, 'give_settings', 'a:57:{s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:7:\"enabled\";s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"session_lifetime\";s:6:\"604800\";s:12:\"email_access\";s:7:\"enabled\";s:19:\"thousands_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:15:\"number_decimals\";i:2;s:26:\"sequential-ordering_status\";s:7:\"enabled\";s:3:\"css\";s:7:\"enabled\";s:11:\"floatlabels\";s:8:\"disabled\";s:13:\"company_field\";s:8:\"disabled\";s:17:\"name_title_prefix\";s:8:\"disabled\";s:14:\"forms_singular\";s:7:\"enabled\";s:14:\"forms_archives\";s:7:\"enabled\";s:13:\"forms_excerpt\";s:7:\"enabled\";s:17:\"form_featured_img\";s:7:\"enabled\";s:12:\"form_sidebar\";s:7:\"enabled\";s:10:\"categories\";s:8:\"disabled\";s:4:\"tags\";s:8:\"disabled\";s:5:\"terms\";s:8:\"disabled\";s:13:\"admin_notices\";s:7:\"enabled\";s:5:\"cache\";s:7:\"enabled\";s:19:\"uninstall_on_delete\";s:8:\"disabled\";s:18:\"the_content_filter\";s:7:\"enabled\";s:14:\"scripts_footer\";s:8:\"disabled\";s:20:\"agree_to_terms_label\";s:15:\"Agree to Terms?\";s:14:\"agreement_text\";s:2016:\"<p>Acceptance of any contribution, gift or grant is at the discretion of the BellaVie Rewards. The  BellaVie Rewards will not accept any gift unless it can be used or expended consistently with the purpose and mission of the  BellaVie Rewards.</p>\n				<p>No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.</p>\n				<p>The BellaVie Rewards will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation.</p>\n				<p>The BellaVie Rewards will accept donations of cash or publicly traded securities. Gifts of in-kind services will be accepted at the discretion of the BellaVie Rewards.</p>\n				<p>Certain other gifts, real property, personal property, in-kind gifts, non-liquid securities, and contributions whose sources are not transparent or whose use is restricted in some manner, must be reviewed prior to acceptance due to the special obligations raised or liabilities they may pose for BellaVie Rewards.</p>\n				<p>The BellaVie Rewards will provide acknowledgments to donors meeting tax requirements for property received by the charity as a gift. However, except for gifts of cash and publicly traded securities, no value shall be ascribed to any receipt or other form of substantiation of a gift received by BellaVie Rewards.</p>\n				<p>The BellaVie Rewards will respect the intent of the donor relating to gifts for restricted purposes and those relating to the desire to remain anonymous. With respect to anonymous gifts, the BellaVie Rewards will restrict information about the donor to only those staff members with a need to know.</p>\n				<p>The BellaVie Rewards will not compensate, whether through commissions, finders\' fees, or other means, any third party for directing a gift or a donor to the BellaVie Rewards.</p>\";s:21:\"babel_polyfill_script\";s:7:\"enabled\";s:8:\"gateways\";a:2:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;}s:11:\"gateways_v3\";a:2:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;}s:15:\"default_gateway\";s:6:\"manual\";s:18:\"default_gateway_v3\";s:6:\"manual\";s:31:\"global_offline_donation_content\";s:331:\"<p>To make an offline donation toward this cause, follow these steps: </p><ol><li>Write a check payable to \"{sitename}\"</li><li>On the memo line of the check, indicate that the donation is for \"{sitename}\"</li><li>Mail your check to:</li></ol>{offline_mailing_address}<br><p>Your tax-deductible donation is greatly appreciated!</p>\";s:43:\"give_offline_donation_enable_billing_fields\";s:8:\"disabled\";s:23:\"donor_default_user_role\";s:10:\"give_donor\";s:20:\"form_page_url_prefix\";s:4:\"give\";s:29:\"_give_stripe_get_all_accounts\";a:0:{}s:18:\"setup_page_enabled\";s:7:\"enabled\";s:14:\"usage_tracking\";s:8:\"disabled\";s:26:\"sequential-ordering_number\";i:2;s:42:\"offline-donation-instruction_email_message\";s:331:\"<p>To make an offline donation toward this cause, follow these steps: </p><ol><li>Write a check payable to \"{sitename}\"</li><li>On the memo line of the check, indicate that the donation is for \"{sitename}\"</li><li>Mail your check to:</li></ol>{offline_mailing_address}<br><p>Your tax-deductible donation is greatly appreciated!</p>\";s:30:\"donation-receipt_email_message\";s:394:\"Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";s:26:\"new-donation_email_message\";s:280:\"Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}\n\";s:22:\"new-donation_recipient\";a:1:{i:0;s:29:\"adnemgmy@box4206.bluehost.com\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:29:\"adnemgmy@box4206.bluehost.com\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:29:\"adnemgmy@box4206.bluehost.com\";}s:25:\"new-donation_notification\";s:7:\"enabled\";s:20:\"auto_format_currency\";s:2:\"on\";s:12:\"success_page\";i:6073;s:12:\"failure_page\";i:6074;s:20:\"donor_dashboard_page\";i:6075;s:41:\"override_legacy_donation_management_pages\";s:7:\"enabled\";s:12:\"history_page\";i:6075;s:18:\"subscriptions_page\";i:6075;s:24:\"option_based_form_editor\";s:8:\"disabled\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23587, 'give_default_api_version', 'v1', 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23588, 'SnT_give_donors_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23589, 'SnT_give_donormeta_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23590, 'SnT_give_comments_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23591, 'SnT_give_commentmeta_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23592, 'SnT_give_sessions_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23593, 'SnT_give_formmeta_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23594, 'SnT_give_sequential_ordering_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23595, 'SnT_give_donationmeta_db_version', 1.0, 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23597, 'give_completed_upgrades', 'a:41:{i:0;b:0;i:1;s:25:\"v18_upgrades_core_setting\";i:2;s:30:\"v220_rename_donation_meta_type\";i:3;s:38:\"v270_store_stripe_account_for_donation\";i:4;s:17:\"v20_logs_upgrades\";i:5;s:30:\"upgrade_give_user_caps_cleanup\";i:6;s:32:\"upgrade_give_payment_customer_id\";i:7;s:27:\"upgrade_give_offline_status\";i:8;s:26:\"v18_upgrades_form_metadata\";i:9;s:30:\"v189_upgrades_levels_post_meta\";i:10;s:26:\"v1812_update_amount_values\";i:11;s:34:\"v1812_update_donor_purchase_values\";i:12;s:23:\"v1813_update_user_roles\";i:13;s:29:\"v1813_update_donor_user_roles\";i:14;s:43:\"v1817_update_donation_iranian_currency_code\";i:15;s:24:\"v1817_cleanup_user_roles\";i:16;s:39:\"v1818_assign_custom_amount_set_donation\";i:17;s:30:\"v1818_give_worker_role_cleanup\";i:18;s:26:\"v20_upgrades_form_metadata\";i:19;s:32:\"v20_move_metadata_into_new_table\";i:20;s:23:\"v20_rename_donor_tables\";i:21;s:23:\"v20_upgrades_donor_name\";i:22;s:25:\"v20_upgrades_user_address\";i:23;s:29:\"v20_upgrades_payment_metadata\";i:24;s:30:\"v201_upgrades_payment_metadata\";i:25;s:23:\"v201_add_missing_donors\";i:26;s:33:\"v201_move_metadata_into_new_table\";i:27;s:18:\"v201_logs_upgrades\";i:28;s:32:\"v210_verify_form_status_upgrades\";i:29;s:25:\"v213_delete_donation_meta\";i:30;s:28:\"v215_update_donor_user_roles\";i:31;s:22:\"v224_update_donor_meta\";i:32;s:31:\"v224_update_donor_meta_forms_id\";i:33;s:20:\"v230_move_donor_note\";i:34;s:23:\"v230_move_donation_note\";i:35;s:41:\"v230_delete_donor_wall_related_donor_data\";i:36;s:43:\"v230_delete_donor_wall_related_comment_data\";i:37;s:30:\"v240_update_form_goal_progress\";i:38;s:21:\"v241_remove_sale_logs\";i:39;s:39:\"add-past-donation-data-to-revenue-table\";i:40;s:21:\"migrate_existing_logs\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23598, 'give_version', '3.19.4', 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23608, 'give_install_pages_created', 1, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23609, '_give_table_check', 1738012928, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23611, 'give_onboarding', 'a:1:{s:7:\"form_id\";i:6076;}', 'auto');

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

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

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

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

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25417, 'woocommerce_feature_email_improvements_enabled', 'no', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25596, 'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25729, 'give_cache__give_ajax_works', 'a:2:{s:4:\"data\";s:1:\"1\";s:10:\"expiration\";i:1737628009;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25895, 'elementor_allow_tracking', 'no', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26038, 'product_brand_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26697, 'product_cat_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27059, 'bodhi_svgs_plugin_version', '2.5.14', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27060, 'bodhi_svgs_settings', 'a:3:{s:22:\"sanitize_svg_front_end\";s:2:\"on\";s:8:\"restrict\";a:1:{i:0;s:13:\"administrator\";}s:24:\"sanitize_on_upload_roles\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27130, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28660, 'wc_shop_order_list_table_months_filter_cache_date', 1738239344, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28661, 'wc_shop_order_list_table_months_filter_cache_value', 'a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"12\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29175, 'elementskit-lite__banner_last_check', 1747324463, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29176, 'elementskit-lite__banner_data', 'O:8:\"stdClass\":10:{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:578:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">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:578:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">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:\"\";}}s:8:\"10012223\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012223;s:5:\"title\";s:30:\"Wpmet BFCM Notice OwnPage 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday 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 Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO 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:\"10012221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012221;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday 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 Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO 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:\"10011354\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011354;s:5:\"title\";s:34:\"Wpmet Halloween Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">HAlloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.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:\"10011353\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011353;s:5:\"title\";s:35:\"Wpmet Halloween Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Halloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.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:\"10011319\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011319;s:5:\"title\";s:34:\"Wpmet Birthday Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO 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:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.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:\"10011318\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011318;s:5:\"title\";s:33:\"Wpmet Birthday Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO 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:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29177, 'elementskit-lite_install_date', '2025-02-01 10:13:42', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29198, 'elementor_pro_version', '3.28.1', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29199, 'elementor_pro_install_history', 'a:2:{s:6:\"3.27.0\";i:1738404927;s:6:\"3.28.1\";i:1747115609;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29200, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29202, 'elementor_submissions_db_version', 5, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29203, 'elementor_notes_db_version', 5, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29206, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29207, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29208, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29261, 'elementor_library_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29287, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:\"footer\";a:1:{i:6500;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:6488;a:1:{i:0;s:15:\"include/general\";}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29326, '_elementor_settings_update_time', 1738410199, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29327, 'elementor_google_maps_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29328, 'elementor_pro_recaptcha_site_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29329, 'elementor_pro_recaptcha_secret_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29330, 'elementor_pro_recaptcha_v3_site_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29331, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29332, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29333, 'elementor_pro_facebook_app_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29334, 'elementor_pro_mailchimp_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29335, 'elementor_validate_api_data', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29336, 'elementor_pro_drip_api_token', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29337, 'elementor_pro_activecampaign_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29338, 'elementor_pro_activecampaign_api_url', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29339, 'elementor_pro_getresponse_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29340, 'elementor_pro_convertkit_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29341, 'elementor_pro_mailerlite_api_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29342, 'elementor_use_mini_cart_template', 'initial', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29343, 'elementor_typekit-kit-id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29345, 'elementor_pro_stripe_test_secret_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29346, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29347, 'elementor_pro_stripe_live_secret_key', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29348, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29349, 'elementor_stripe_legal_disclaimer', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29350, 'elementor_editor_break_lines', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29351, 'elementor_unfiltered_files_upload', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29352, 'elementor_google_font', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29353, 'elementor_form-submissions', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29354, 'elementor_load_fa4_shim', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29355, 'elementor_meta_generator_tag', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29356, 'elementor_optimized_image_loading', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29357, 'elementor_optimized_gutenberg_loading', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29358, 'elementor_lazy_load_background_images', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29359, 'elementor_element_cache_ttl', 24, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29360, 'elementor_experiment-e_optimized_markup', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29361, 'elementor_experiment-e_local_google_fonts', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29362, 'elementor_experiment-landing-pages', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29363, 'elementor_experiment-e_element_cache', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29364, 'elementor_experiment-container', 'inactive', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29365, 'elementor_experiment-nested-elements', 'inactive', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29366, 'elementor_experiment-mega-menu', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29367, 'elementor_experiment-e_font_icon_svg', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29368, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29369, 'elementor_experiment-theme_builder_v2', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29370, 'elementor_experiment-editor_v2', 'default', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29434, 'elementor_font_awesome_pro_kit_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29490, 'elementskit-lite__stories_last_check', 1747324463, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29491, 'elementskit-lite__stories_data', 'O:8:\"stdClass\":10:{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:\"\";}}s:8:\"10014894\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014894;s:5:\"title\";s:21:\"Genie 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:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:24:\"www.getgenie.ai/Sflash25\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/getgenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10014892\";O:8:\"stdClass\":9:{s:2:\"id\";i:10014892;s:5:\"title\";s:21:\"Wpmet 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:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"www.wpmet.com/Sflash25\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/02/wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10013002\";O:8:\"stdClass\":9:{s:2:\"id\";i:10013002;s:5:\"title\";s:18:\"Genie Holiday 2024\";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:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/NYstory\";s:11:\"story_image\";s:67:\"https://api.wpmet.com/auth/wp-content/uploads/2024/12/genie-gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10013000\";O:8:\"stdClass\":9:{s:2:\"id\";i:10013000;s:5:\"title\";s:23:\"Wpmet Holiday Sale 2024\";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:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:25:\"https://wpmet.com/NYstory\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2024/12/story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10012291\";O:8:\"stdClass\":9:{s:2:\"id\";i:10012291;s:5:\"title\";s:18:\"GetGenie BFCM 2024\";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:1732492800;s:3:\"end\";i:1733616000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:19:\"getgenie.ai/bfcmS24\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/InPlugin-Story-9.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10012290\";O:8:\"stdClass\":9:{s:2:\"id\";i:10012290;s:5:\"title\";s:15:\"Wpmet BFCM 2024\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:6:{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: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:1732492800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:17:\"wpmet.com/bfcmS24\";s:11:\"story_image\";s:69:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/wpmet_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29495, 'woocommerce_brand_permalink', '', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29665, 'site_logo', 6284, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29666, 'elementor_woocommerce_purchase_summary_page_id', '', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29773, 'nfd_image_optimization', 'a:5:{s:7:\"enabled\";b:1;s:34:\"prefer_optimized_image_when_exists\";b:0;s:30:\"auto_optimized_uploaded_images\";a:2:{s:7:\"enabled\";b:0;s:26:\"auto_delete_original_image\";b:0;}s:12:\"lazy_loading\";a:1:{s:7:\"enabled\";b:1;}s:17:\"bulk_optimization\";b:0;}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31740, 'searchandfilter_version', '1.2.17', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31841, 'asl_options', 'a:214:{s:5:\"theme\";s:10:\"curvy-blue\";s:20:\"override_search_form\";s:1:\"0\";s:24:\"override_woo_search_form\";s:1:\"0\";s:13:\"keyword_logic\";s:3:\"and\";s:28:\"mob_auto_focus_menu_selector\";s:12:\"#menu-toggle\";s:23:\"trigger_on_facet_change\";s:1:\"1\";s:12:\"click_action\";s:12:\"results_page\";s:13:\"return_action\";s:12:\"results_page\";s:21:\"click_action_location\";s:4:\"same\";s:22:\"return_action_location\";s:4:\"same\";s:19:\"custom_redirect_url\";s:11:\"?s={phrase}\";s:16:\"results_per_page\";s:4:\"auto\";s:13:\"triggerontype\";s:1:\"1\";s:19:\"trigger_update_href\";s:1:\"0\";s:11:\"customtypes\";s:20:\"_decode_WyJwb3N0Il0=\";s:13:\"searchintitle\";s:1:\"1\";s:15:\"searchincontent\";s:1:\"1\";s:15:\"searchinexcerpt\";s:1:\"1\";s:20:\"search_in_permalinks\";s:1:\"0\";s:23:\"post_password_protected\";s:1:\"0\";s:13:\"search_in_ids\";s:1:\"0\";s:13:\"search_all_cf\";s:1:\"0\";s:12:\"customfields\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:24:\"override_default_results\";s:1:\"1\";s:15:\"override_method\";s:3:\"get\";s:15:\"res_live_search\";s:1:\"0\";s:17:\"res_live_selector\";s:5:\"#main\";s:21:\"res_live_trigger_type\";s:1:\"1\";s:22:\"res_live_trigger_facet\";s:1:\"1\";s:22:\"res_live_trigger_click\";s:1:\"0\";s:23:\"res_live_trigger_return\";s:1:\"0\";s:9:\"exactonly\";s:1:\"0\";s:20:\"exact_match_location\";s:8:\"anywhere\";s:13:\"searchinterms\";s:1:\"0\";s:9:\"charcount\";s:1:\"0\";s:10:\"maxresults\";s:2:\"10\";s:10:\"itemscount\";s:1:\"4\";s:16:\"resultitemheight\";s:4:\"70px\";s:15:\"orderby_primary\";s:14:\"relevance DESC\";s:17:\"orderby_secondary\";s:14:\"post_date DESC\";s:18:\"orderby_primary_cf\";s:0:\"\";s:20:\"orderby_secondary_cf\";s:0:\"\";s:23:\"orderby_primary_cf_type\";s:7:\"numeric\";s:25:\"orderby_secondary_cf_type\";s:7:\"numeric\";s:11:\"show_images\";s:1:\"1\";s:11:\"image_width\";s:2:\"70\";s:12:\"image_height\";s:2:\"70\";s:25:\"image_parser_image_number\";s:1:\"1\";s:30:\"image_parser_exclude_filenames\";s:0:\"\";s:18:\"image_display_mode\";s:5:\"cover\";s:26:\"image_apply_content_filter\";s:1:\"0\";s:13:\"image_sources\";a:7:{i:0;a:2:{s:6:\"option\";s:14:\"Featured image\";s:5:\"value\";s:8:\"featured\";}i:1;a:2:{s:6:\"option\";s:12:\"Post Content\";s:5:\"value\";s:7:\"content\";}i:2;a:2:{s:6:\"option\";s:12:\"Post Excerpt\";s:5:\"value\";s:7:\"excerpt\";}i:3;a:2:{s:6:\"option\";s:12:\"Custom field\";s:5:\"value\";s:6:\"custom\";}i:4;a:2:{s:6:\"option\";s:15:\"Page Screenshot\";s:5:\"value\";s:10:\"screenshot\";}i:5;a:2:{s:6:\"option\";s:13:\"Default image\";s:5:\"value\";s:7:\"default\";}i:6;a:2:{s:6:\"option\";s:8:\"Disabled\";s:5:\"value\";s:8:\"disabled\";}}s:13:\"image_source1\";s:8:\"featured\";s:13:\"image_source2\";s:7:\"content\";s:13:\"image_source3\";s:7:\"excerpt\";s:13:\"image_source4\";s:6:\"custom\";s:13:\"image_source5\";s:7:\"default\";s:13:\"image_default\";s:71:\"https://bookblv.com/wp-content/plugins/ajax-search-lite/img/default.jpg\";s:21:\"image_source_featured\";s:8:\"original\";s:18:\"image_custom_field\";s:0:\"\";s:12:\"use_timthumb\";i:1;s:29:\"show_frontend_search_settings\";s:1:\"0\";s:16:\"showexactmatches\";s:1:\"1\";s:17:\"showsearchintitle\";s:1:\"1\";s:19:\"showsearchincontent\";s:1:\"1\";s:15:\"showcustomtypes\";s:0:\"\";s:20:\"showsearchincomments\";i:1;s:19:\"showsearchinexcerpt\";i:1;s:19:\"showsearchinbpusers\";i:0;s:20:\"showsearchinbpgroups\";i:0;s:20:\"showsearchinbpforums\";i:0;s:16:\"exactmatchestext\";s:18:\"Exact matches only\";s:17:\"searchintitletext\";s:15:\"Search in title\";s:19:\"searchincontenttext\";s:17:\"Search in content\";s:20:\"searchincommentstext\";s:18:\"Search in comments\";s:19:\"searchinexcerpttext\";s:17:\"Search in excerpt\";s:19:\"searchinbpuserstext\";s:15:\"Search in users\";s:20:\"searchinbpgroupstext\";s:16:\"Search in groups\";s:20:\"searchinbpforumstext\";s:16:\"Search in forums\";s:22:\"showsearchincategories\";s:1:\"0\";s:17:\"showuncategorised\";s:1:\"0\";s:20:\"exsearchincategories\";s:0:\"\";s:26:\"exsearchincategoriesheight\";i:200;s:22:\"showsearchintaxonomies\";i:1;s:9:\"showterms\";s:0:\"\";s:23:\"showseparatefilterboxes\";i:1;s:24:\"exsearchintaxonomiestext\";s:9:\"Filter by\";s:24:\"exsearchincategoriestext\";s:20:\"Filter by Categories\";s:13:\"auto_populate\";s:8:\"disabled\";s:20:\"auto_populate_phrase\";s:0:\"\";s:19:\"auto_populate_count\";s:1:\"1\";s:15:\"results_snap_to\";s:4:\"left\";s:9:\"box_width\";s:4:\"100%\";s:16:\"box_width_tablet\";s:4:\"100%\";s:15:\"box_width_phone\";s:4:\"100%\";s:10:\"box_margin\";s:22:\"||0px||0px||0px||0px||\";s:8:\"box_font\";s:9:\"Open Sans\";s:11:\"override_bg\";s:1:\"0\";s:17:\"override_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:13:\"override_icon\";s:1:\"0\";s:22:\"override_icon_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"override_icon_color\";s:16:\"rgba(0, 0, 0, 1)\";s:15:\"override_border\";s:1:\"0\";s:21:\"override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:19:\"results_bg_override\";s:1:\"0\";s:25:\"results_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:24:\"results_item_bg_override\";s:1:\"0\";s:30:\"results_item_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:23:\"results_override_border\";s:1:\"0\";s:29:\"results_override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:20:\"settings_bg_override\";s:1:\"0\";s:26:\"settings_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:24:\"settings_override_border\";s:1:\"0\";s:30:\"settings_override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:15:\"resultstype_def\";a:4:{i:0;a:2:{s:6:\"option\";s:16:\"Vertical Results\";s:5:\"value\";s:8:\"vertical\";}i:1;a:2:{s:6:\"option\";s:18:\"Horizontal Results\";s:5:\"value\";s:10:\"horizontal\";}i:2;a:2:{s:6:\"option\";s:16:\"Isotopic Results\";s:5:\"value\";s:8:\"isotopic\";}i:3;a:2:{s:6:\"option\";s:22:\"Polaroid style Results\";s:5:\"value\";s:8:\"polaroid\";}}s:11:\"resultstype\";s:8:\"vertical\";s:19:\"resultsposition_def\";a:2:{i:0;a:2:{s:6:\"option\";s:20:\"Hover - over content\";s:5:\"value\";s:5:\"hover\";}i:1;a:2:{s:6:\"option\";s:22:\"Block - pushes content\";s:5:\"value\";s:5:\"block\";}}s:15:\"resultsposition\";s:5:\"hover\";s:16:\"resultsmargintop\";s:4:\"12px\";s:13:\"results_width\";s:4:\"auto\";s:19:\"results_width_phone\";s:4:\"auto\";s:20:\"results_width_tablet\";s:4:\"auto\";s:16:\"v_res_max_height\";s:4:\"none\";s:18:\"v_res_column_count\";s:1:\"1\";s:22:\"v_res_column_min_width\";s:5:\"200px\";s:29:\"v_res_column_min_width_tablet\";s:5:\"200px\";s:28:\"v_res_column_min_width_phone\";s:5:\"200px\";s:17:\"defaultsearchtext\";s:57:\"Search trusted clinics, gourmet wellness, retreats & spas\";s:15:\"showmoreresults\";s:1:\"0\";s:19:\"showmoreresultstext\";s:15:\"More results...\";s:19:\"results_click_blank\";s:1:\"0\";s:17:\"scroll_to_results\";s:1:\"0\";s:19:\"resultareaclickable\";s:1:\"1\";s:23:\"close_on_document_click\";s:1:\"1\";s:15:\"show_close_icon\";s:1:\"1\";s:10:\"showauthor\";s:1:\"0\";s:8:\"showdate\";s:1:\"0\";s:11:\"custom_date\";s:1:\"0\";s:18:\"custom_date_format\";s:11:\"Y-m-d H:i:s\";s:15:\"showdescription\";s:1:\"1\";s:17:\"descriptionlength\";s:3:\"100\";s:19:\"description_context\";s:1:\"0\";s:25:\"description_context_depth\";s:5:\"10000\";s:13:\"noresultstext\";s:11:\"No results!\";s:14:\"didyoumeantext\";s:13:\"Did you mean:\";s:12:\"kw_highlight\";s:1:\"0\";s:24:\"kw_highlight_whole_words\";s:1:\"1\";s:15:\"highlight_color\";s:20:\"rgba(217, 49, 43, 1)\";s:18:\"highlight_bg_color\";s:22:\"rgba(238, 238, 238, 1)\";s:16:\"single_highlight\";s:1:\"0\";s:26:\"single_highlightwholewords\";s:1:\"1\";s:21:\"single_highlightcolor\";s:20:\"rgba(217, 49, 43, 1)\";s:23:\"single_highlightbgcolor\";s:22:\"rgba(238, 238, 238, 1)\";s:23:\"single_highlight_scroll\";s:1:\"0\";s:23:\"single_highlight_offset\";s:1:\"0\";s:25:\"single_highlight_selector\";s:8:\"#content\";s:10:\"custom_css\";s:700:\"I2FqYXhzZWFyY2hsaXRlMSAucHJvYm94LCBkaXYuYXNsX3cgLnByb2JveCB7CiAgICBtYXJnaW46IDA7CiAgICBwYWRkaW5nOiAxOHB4OwogICAgaGVpZ2h0OiAzOHB4OwogICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsKICAgIGJvcmRlcjogNHB4IHNvbGlkICM0YTg5YmY7CiAgICBib3JkZXItcmFkaXVzOiAwIDAgMCAwOwogICAgYm94LXNoYWRvdzogMCAwIDAgMCAjYjViNWI1IGluc2V0OwogICAgYm9yZGVyLXJhZGl1czogMzVweDsKfQoKI2FqYXhzZWFyY2hsaXRlMSAucHJvYm94IC5wcm9pbnB1dCBpbnB1dCwgZGl2LmFzbF93IC5wcm9ib3ggLnByb2lucHV0IGlucHV0IHsKICAgIGZvbnQtd2VpZ2h0OiBib2xkOwogICAgZm9udC1mYW1pbHk6IFNhbnMtc2VyaWY7CiAgIGhlaWdodDo0MHB4OwogICAgY29sb3I6IGJsYWNrICFpbXBvcnRhbnQ7CiAgICBmb250LXNpemU6IDMwcHg7CiAgICBsaW5lLWhlaWdodDogbm9ybWFsICFpbXBvcnRhbnQ7Cn0KCiAgOjpwbGFjZWhvbGRlcnsKZm9udC13ZWlnaHQ6IGJvbGQ7Cn0K\";s:12:\"autocomplete\";s:1:\"1\";s:14:\"kw_suggestions\";s:1:\"1\";s:9:\"kw_length\";s:2:\"60\";s:8:\"kw_count\";s:2:\"10\";s:14:\"kw_google_lang\";s:2:\"en\";s:12:\"shortcode_op\";s:6:\"remove\";s:16:\"striptagsexclude\";s:0:\"\";s:12:\"runshortcode\";i:1;s:14:\"stripshortcode\";i:0;s:19:\"pageswithcategories\";i:0;s:18:\"primary_titlefield\";s:1:\"0\";s:21:\"primary_titlefield_cf\";s:0:\"\";s:24:\"primary_descriptionfield\";s:1:\"0\";s:27:\"primary_descriptionfield_cf\";s:0:\"\";s:20:\"secondary_titlefield\";i:-1;s:23:\"secondary_titlefield_cf\";s:0:\"\";s:26:\"secondary_descriptionfield\";i:-1;s:29:\"secondary_descriptionfield_cf\";s:0:\"\";s:13:\"advtitlefield\";s:12:\"{titlefield}\";s:19:\"advdescriptionfield\";s:18:\"{descriptionfield}\";s:22:\"woo_exclude_outofstock\";s:1:\"0\";s:18:\"exclude_woo_hidden\";s:1:\"1\";s:19:\"exclude_woo_catalog\";s:1:\"0\";s:17:\"excludecategories\";s:0:\"\";s:12:\"excludeposts\";s:0:\"\";s:18:\"wpml_compatibility\";s:1:\"1\";s:22:\"polylang_compatibility\";s:1:\"1\";s:13:\"kw_exceptions\";s:0:\"\";s:15:\"kw_exceptions_e\";s:0:\"\";s:22:\"aria_search_form_label\";s:11:\"Search form\";s:24:\"aria_settings_form_label\";s:20:\"Search settings form\";s:23:\"aria_search_input_label\";s:12:\"Search input\";s:30:\"aria_search_autocomplete_label\";s:19:\"Search autocomplete\";s:20:\"aria_magnifier_label\";s:16:\"Search magnifier\";s:21:\"classname-customtypes\";s:23:\"wpdreamsCustomPostTypes\";s:8:\"wdcfs_10\";s:0:\"\";s:19:\"asl_cf_search_nonce\";s:10:\"ef569e0d8f\";s:22:\"classname-customfields\";s:20:\"wpdreamsCustomFields\";s:10:\"asl_submit\";s:1:\"1\";s:10:\"submit_asl\";s:13:\"Save options!\";s:25:\"classname-showcustomtypes\";s:31:\"wpdreamsCustomPostTypesEditable\";s:30:\"classname-exsearchincategories\";s:18:\"wpdreamsCategories\";s:7:\"topleft\";s:3:\"0px\";s:11:\"bottomright\";s:3:\"0px\";s:8:\"topright\";s:3:\"0px\";s:10:\"bottomleft\";s:3:\"0px\";s:12:\"_colorpicker\";s:12:\"rgb(0, 0, 0)\";s:27:\"classname-excludecategories\";s:18:\"wpdreamsCategories\";s:10:\"sett_tabid\";s:3:\"405\";s:14:\"asl_sett_nonce\";s:10:\"7c62e47735\";s:21:\"selected-customfields\";a:0:{}s:24:\"selected-showcustomtypes\";a:0:{}s:29:\"selected-exsearchincategories\";a:0:{}s:26:\"selected-excludecategories\";a:0:{}s:8:\"wdcfs_16\";s:0:\"\";s:20:\"selected-customtypes\";a:1:{i:0;s:4:\"post\";}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31842, 'asl_version', 4769, 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31884, 'asl_debug_data', 'a:1:{s:11:\"asl_options\";a:214:{s:5:\"theme\";s:10:\"curvy-blue\";s:20:\"override_search_form\";s:1:\"0\";s:24:\"override_woo_search_form\";s:1:\"0\";s:13:\"keyword_logic\";s:3:\"and\";s:28:\"mob_auto_focus_menu_selector\";s:12:\"#menu-toggle\";s:23:\"trigger_on_facet_change\";s:1:\"1\";s:12:\"click_action\";s:12:\"results_page\";s:13:\"return_action\";s:12:\"results_page\";s:21:\"click_action_location\";s:4:\"same\";s:22:\"return_action_location\";s:4:\"same\";s:19:\"custom_redirect_url\";s:11:\"?s={phrase}\";s:16:\"results_per_page\";s:4:\"auto\";s:13:\"triggerontype\";s:1:\"1\";s:19:\"trigger_update_href\";s:1:\"0\";s:11:\"customtypes\";s:20:\"_decode_WyJwb3N0Il0=\";s:13:\"searchintitle\";s:1:\"1\";s:15:\"searchincontent\";s:1:\"1\";s:15:\"searchinexcerpt\";s:1:\"1\";s:20:\"search_in_permalinks\";s:1:\"0\";s:23:\"post_password_protected\";s:1:\"0\";s:13:\"search_in_ids\";s:1:\"0\";s:13:\"search_all_cf\";s:1:\"0\";s:12:\"customfields\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:24:\"override_default_results\";s:1:\"1\";s:15:\"override_method\";s:3:\"get\";s:15:\"res_live_search\";s:1:\"0\";s:17:\"res_live_selector\";s:5:\"#main\";s:21:\"res_live_trigger_type\";s:1:\"1\";s:22:\"res_live_trigger_facet\";s:1:\"1\";s:22:\"res_live_trigger_click\";s:1:\"0\";s:23:\"res_live_trigger_return\";s:1:\"0\";s:9:\"exactonly\";s:1:\"0\";s:20:\"exact_match_location\";s:8:\"anywhere\";s:13:\"searchinterms\";s:1:\"0\";s:9:\"charcount\";s:1:\"0\";s:10:\"maxresults\";s:2:\"10\";s:10:\"itemscount\";s:1:\"4\";s:16:\"resultitemheight\";s:4:\"70px\";s:15:\"orderby_primary\";s:14:\"relevance DESC\";s:17:\"orderby_secondary\";s:14:\"post_date DESC\";s:18:\"orderby_primary_cf\";s:0:\"\";s:20:\"orderby_secondary_cf\";s:0:\"\";s:23:\"orderby_primary_cf_type\";s:7:\"numeric\";s:25:\"orderby_secondary_cf_type\";s:7:\"numeric\";s:11:\"show_images\";s:1:\"1\";s:11:\"image_width\";s:2:\"70\";s:12:\"image_height\";s:2:\"70\";s:25:\"image_parser_image_number\";s:1:\"1\";s:30:\"image_parser_exclude_filenames\";s:0:\"\";s:18:\"image_display_mode\";s:5:\"cover\";s:26:\"image_apply_content_filter\";s:1:\"0\";s:13:\"image_sources\";a:7:{i:0;a:2:{s:6:\"option\";s:14:\"Featured image\";s:5:\"value\";s:8:\"featured\";}i:1;a:2:{s:6:\"option\";s:12:\"Post Content\";s:5:\"value\";s:7:\"content\";}i:2;a:2:{s:6:\"option\";s:12:\"Post Excerpt\";s:5:\"value\";s:7:\"excerpt\";}i:3;a:2:{s:6:\"option\";s:12:\"Custom field\";s:5:\"value\";s:6:\"custom\";}i:4;a:2:{s:6:\"option\";s:15:\"Page Screenshot\";s:5:\"value\";s:10:\"screenshot\";}i:5;a:2:{s:6:\"option\";s:13:\"Default image\";s:5:\"value\";s:7:\"default\";}i:6;a:2:{s:6:\"option\";s:8:\"Disabled\";s:5:\"value\";s:8:\"disabled\";}}s:13:\"image_source1\";s:8:\"featured\";s:13:\"image_source2\";s:7:\"content\";s:13:\"image_source3\";s:7:\"excerpt\";s:13:\"image_source4\";s:6:\"custom\";s:13:\"image_source5\";s:7:\"default\";s:13:\"image_default\";s:71:\"https://bookblv.com/wp-content/plugins/ajax-search-lite/img/default.jpg\";s:21:\"image_source_featured\";s:8:\"original\";s:18:\"image_custom_field\";s:0:\"\";s:12:\"use_timthumb\";i:1;s:29:\"show_frontend_search_settings\";s:1:\"0\";s:16:\"showexactmatches\";s:1:\"1\";s:17:\"showsearchintitle\";s:1:\"1\";s:19:\"showsearchincontent\";s:1:\"1\";s:15:\"showcustomtypes\";s:0:\"\";s:20:\"showsearchincomments\";i:1;s:19:\"showsearchinexcerpt\";i:1;s:19:\"showsearchinbpusers\";i:0;s:20:\"showsearchinbpgroups\";i:0;s:20:\"showsearchinbpforums\";i:0;s:16:\"exactmatchestext\";s:18:\"Exact matches only\";s:17:\"searchintitletext\";s:15:\"Search in title\";s:19:\"searchincontenttext\";s:17:\"Search in content\";s:20:\"searchincommentstext\";s:18:\"Search in comments\";s:19:\"searchinexcerpttext\";s:17:\"Search in excerpt\";s:19:\"searchinbpuserstext\";s:15:\"Search in users\";s:20:\"searchinbpgroupstext\";s:16:\"Search in groups\";s:20:\"searchinbpforumstext\";s:16:\"Search in forums\";s:22:\"showsearchincategories\";s:1:\"0\";s:17:\"showuncategorised\";s:1:\"0\";s:20:\"exsearchincategories\";s:0:\"\";s:26:\"exsearchincategoriesheight\";i:200;s:22:\"showsearchintaxonomies\";i:1;s:9:\"showterms\";s:0:\"\";s:23:\"showseparatefilterboxes\";i:1;s:24:\"exsearchintaxonomiestext\";s:9:\"Filter by\";s:24:\"exsearchincategoriestext\";s:20:\"Filter by Categories\";s:13:\"auto_populate\";s:8:\"disabled\";s:20:\"auto_populate_phrase\";s:0:\"\";s:19:\"auto_populate_count\";s:1:\"1\";s:15:\"results_snap_to\";s:4:\"left\";s:9:\"box_width\";s:4:\"100%\";s:16:\"box_width_tablet\";s:4:\"100%\";s:15:\"box_width_phone\";s:4:\"100%\";s:10:\"box_margin\";s:22:\"||0px||0px||0px||0px||\";s:8:\"box_font\";s:9:\"Open Sans\";s:11:\"override_bg\";s:1:\"0\";s:17:\"override_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:13:\"override_icon\";s:1:\"0\";s:22:\"override_icon_bg_color\";s:22:\"rgba(255, 255, 255, 1)\";s:19:\"override_icon_color\";s:16:\"rgba(0, 0, 0, 1)\";s:15:\"override_border\";s:1:\"0\";s:21:\"override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:19:\"results_bg_override\";s:1:\"0\";s:25:\"results_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:24:\"results_item_bg_override\";s:1:\"0\";s:30:\"results_item_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:23:\"results_override_border\";s:1:\"0\";s:29:\"results_override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:20:\"settings_bg_override\";s:1:\"0\";s:26:\"settings_bg_override_color\";s:22:\"rgba(255, 255, 255, 1)\";s:24:\"settings_override_border\";s:1:\"0\";s:30:\"settings_override_border_style\";s:59:\"border:1px none rgb(0, 0, 0);border-radius:0px 0px 0px 0px;\";s:15:\"resultstype_def\";a:4:{i:0;a:2:{s:6:\"option\";s:16:\"Vertical Results\";s:5:\"value\";s:8:\"vertical\";}i:1;a:2:{s:6:\"option\";s:18:\"Horizontal Results\";s:5:\"value\";s:10:\"horizontal\";}i:2;a:2:{s:6:\"option\";s:16:\"Isotopic Results\";s:5:\"value\";s:8:\"isotopic\";}i:3;a:2:{s:6:\"option\";s:22:\"Polaroid style Results\";s:5:\"value\";s:8:\"polaroid\";}}s:11:\"resultstype\";s:8:\"vertical\";s:19:\"resultsposition_def\";a:2:{i:0;a:2:{s:6:\"option\";s:20:\"Hover - over content\";s:5:\"value\";s:5:\"hover\";}i:1;a:2:{s:6:\"option\";s:22:\"Block - pushes content\";s:5:\"value\";s:5:\"block\";}}s:15:\"resultsposition\";s:5:\"hover\";s:16:\"resultsmargintop\";s:4:\"12px\";s:13:\"results_width\";s:4:\"auto\";s:19:\"results_width_phone\";s:4:\"auto\";s:20:\"results_width_tablet\";s:4:\"auto\";s:16:\"v_res_max_height\";s:4:\"none\";s:18:\"v_res_column_count\";s:1:\"1\";s:22:\"v_res_column_min_width\";s:5:\"200px\";s:29:\"v_res_column_min_width_tablet\";s:5:\"200px\";s:28:\"v_res_column_min_width_phone\";s:5:\"200px\";s:17:\"defaultsearchtext\";s:57:\"Search trusted clinics, gourmet wellness, retreats & spas\";s:15:\"showmoreresults\";s:1:\"0\";s:19:\"showmoreresultstext\";s:15:\"More results...\";s:19:\"results_click_blank\";s:1:\"0\";s:17:\"scroll_to_results\";s:1:\"0\";s:19:\"resultareaclickable\";s:1:\"1\";s:23:\"close_on_document_click\";s:1:\"1\";s:15:\"show_close_icon\";s:1:\"1\";s:10:\"showauthor\";s:1:\"0\";s:8:\"showdate\";s:1:\"0\";s:11:\"custom_date\";s:1:\"0\";s:18:\"custom_date_format\";s:11:\"Y-m-d H:i:s\";s:15:\"showdescription\";s:1:\"1\";s:17:\"descriptionlength\";s:3:\"100\";s:19:\"description_context\";s:1:\"0\";s:25:\"description_context_depth\";s:5:\"10000\";s:13:\"noresultstext\";s:11:\"No results!\";s:14:\"didyoumeantext\";s:13:\"Did you mean:\";s:12:\"kw_highlight\";s:1:\"0\";s:24:\"kw_highlight_whole_words\";s:1:\"1\";s:15:\"highlight_color\";s:20:\"rgba(217, 49, 43, 1)\";s:18:\"highlight_bg_color\";s:22:\"rgba(238, 238, 238, 1)\";s:16:\"single_highlight\";s:1:\"0\";s:26:\"single_highlightwholewords\";s:1:\"1\";s:21:\"single_highlightcolor\";s:20:\"rgba(217, 49, 43, 1)\";s:23:\"single_highlightbgcolor\";s:22:\"rgba(238, 238, 238, 1)\";s:23:\"single_highlight_scroll\";s:1:\"0\";s:23:\"single_highlight_offset\";s:1:\"0\";s:25:\"single_highlight_selector\";s:8:\"#content\";s:10:\"custom_css\";s:700:\"I2FqYXhzZWFyY2hsaXRlMSAucHJvYm94LCBkaXYuYXNsX3cgLnByb2JveCB7CiAgICBtYXJnaW46IDA7CiAgICBwYWRkaW5nOiAxOHB4OwogICAgaGVpZ2h0OiAzOHB4OwogICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjsKICAgIGJvcmRlcjogNHB4IHNvbGlkICM0YTg5YmY7CiAgICBib3JkZXItcmFkaXVzOiAwIDAgMCAwOwogICAgYm94LXNoYWRvdzogMCAwIDAgMCAjYjViNWI1IGluc2V0OwogICAgYm9yZGVyLXJhZGl1czogMzVweDsKfQoKI2FqYXhzZWFyY2hsaXRlMSAucHJvYm94IC5wcm9pbnB1dCBpbnB1dCwgZGl2LmFzbF93IC5wcm9ib3ggLnByb2lucHV0IGlucHV0IHsKICAgIGZvbnQtd2VpZ2h0OiBib2xkOwogICAgZm9udC1mYW1pbHk6IFNhbnMtc2VyaWY7CiAgIGhlaWdodDo0MHB4OwogICAgY29sb3I6IGJsYWNrICFpbXBvcnRhbnQ7CiAgICBmb250LXNpemU6IDMwcHg7CiAgICBsaW5lLWhlaWdodDogbm9ybWFsICFpbXBvcnRhbnQ7Cn0KCiAgOjpwbGFjZWhvbGRlcnsKZm9udC13ZWlnaHQ6IGJvbGQ7Cn0K\";s:12:\"autocomplete\";s:1:\"1\";s:14:\"kw_suggestions\";s:1:\"1\";s:9:\"kw_length\";s:2:\"60\";s:8:\"kw_count\";s:2:\"10\";s:14:\"kw_google_lang\";s:2:\"en\";s:12:\"shortcode_op\";s:6:\"remove\";s:16:\"striptagsexclude\";s:0:\"\";s:12:\"runshortcode\";i:1;s:14:\"stripshortcode\";i:0;s:19:\"pageswithcategories\";i:0;s:18:\"primary_titlefield\";s:1:\"0\";s:21:\"primary_titlefield_cf\";s:0:\"\";s:24:\"primary_descriptionfield\";s:1:\"0\";s:27:\"primary_descriptionfield_cf\";s:0:\"\";s:20:\"secondary_titlefield\";i:-1;s:23:\"secondary_titlefield_cf\";s:0:\"\";s:26:\"secondary_descriptionfield\";i:-1;s:29:\"secondary_descriptionfield_cf\";s:0:\"\";s:13:\"advtitlefield\";s:12:\"{titlefield}\";s:19:\"advdescriptionfield\";s:18:\"{descriptionfield}\";s:22:\"woo_exclude_outofstock\";s:1:\"0\";s:18:\"exclude_woo_hidden\";s:1:\"1\";s:19:\"exclude_woo_catalog\";s:1:\"0\";s:17:\"excludecategories\";s:0:\"\";s:12:\"excludeposts\";s:0:\"\";s:18:\"wpml_compatibility\";s:1:\"1\";s:22:\"polylang_compatibility\";s:1:\"1\";s:13:\"kw_exceptions\";s:0:\"\";s:15:\"kw_exceptions_e\";s:0:\"\";s:22:\"aria_search_form_label\";s:11:\"Search form\";s:24:\"aria_settings_form_label\";s:20:\"Search settings form\";s:23:\"aria_search_input_label\";s:12:\"Search input\";s:30:\"aria_search_autocomplete_label\";s:19:\"Search autocomplete\";s:20:\"aria_magnifier_label\";s:16:\"Search magnifier\";s:21:\"classname-customtypes\";s:23:\"wpdreamsCustomPostTypes\";s:8:\"wdcfs_10\";s:0:\"\";s:19:\"asl_cf_search_nonce\";s:10:\"ef569e0d8f\";s:22:\"classname-customfields\";s:20:\"wpdreamsCustomFields\";s:10:\"asl_submit\";s:1:\"1\";s:10:\"submit_asl\";s:13:\"Save options!\";s:25:\"classname-showcustomtypes\";s:31:\"wpdreamsCustomPostTypesEditable\";s:30:\"classname-exsearchincategories\";s:18:\"wpdreamsCategories\";s:7:\"topleft\";s:3:\"0px\";s:11:\"bottomright\";s:3:\"0px\";s:8:\"topright\";s:3:\"0px\";s:10:\"bottomleft\";s:3:\"0px\";s:12:\"_colorpicker\";s:12:\"rgb(0, 0, 0)\";s:27:\"classname-excludecategories\";s:18:\"wpdreamsCategories\";s:10:\"sett_tabid\";s:3:\"405\";s:14:\"asl_sett_nonce\";s:10:\"7c62e47735\";s:21:\"selected-customfields\";a:0:{}s:24:\"selected-showcustomtypes\";a:0:{}s:29:\"selected-exsearchincategories\";a:0:{}s:26:\"selected-excludecategories\";a:0:{}s:8:\"wdcfs_16\";s:0:\"\";s:20:\"selected-customtypes\";a:1:{i:0;s:4:\"post\";}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33131, 'fm_key', 'JNDUOfMB7Aeugr0pzP1Yv4ZW5', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33140, 'filemanager_email_verified_1', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33966, 'nfd_module_onboarding_compatibility_results', 'a:2:{s:6:\"status\";s:10:\"compatible\";s:9:\"timestamp\";s:19:\"2025-02-11 22:08:12\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39850, 'wc_facebook_for_woocommerce_lifecycle_events', '[{\"name\":\"upgrade\",\"time\":1740844122,\"version\":\"3.4.1\",\"data\":{\"from_version\":\"3.4.0\"}},{\"name\":\"upgrade\",\"time\":1740293129,\"version\":\"3.4.0\",\"data\":{\"from_version\":\"3.3.5\"}},{\"name\":\"upgrade\",\"time\":1739447648,\"version\":\"3.3.5\",\"data\":{\"from_version\":\"3.3.3\"}},{\"name\":\"upgrade\",\"time\":1738926125,\"version\":\"3.3.3\",\"data\":{\"from_version\":\"3.3.2\"}},{\"name\":\"upgrade\",\"time\":1737542806,\"version\":\"3.3.2\",\"data\":{\"from_version\":\"3.3.1\"}},{\"name\":\"upgrade\",\"time\":1734584817,\"version\":\"3.3.1\",\"data\":{\"from_version\":\"2.0.3\"}},{\"name\":\"install\",\"time\":1734340439,\"version\":\"2.0.3\"}]', 'no');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40428, 'elementskit_options', 'a:1:{s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_47\";a:1:{s:10:\"is_enabled\";i:0;}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40627, 'elementskit-lite_never_show', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40870, '_site_transient_ai1wm_last_check_for_updates', 1747300396, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40871, 'ai1wm_updater', 'a:0:{}', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40939, 'theme_mods_twentyfourteen', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1741251605;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:7:\"block-1\";}s:9:\"sidebar-1\";a:2:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}s:18:\"nav_menu_locations\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41045, '_hello-elementor_notifications', 'a:2:{s:7:\"timeout\";i:1747332870;s:5:\"value\";s:6788:\"[{\"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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41656, 'theme_mods_Hello Elementor', 'a:2:{s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1741251483;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-1\";i:1;s:7:\"block-2\";i:2;s:7:\"block-3\";}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41823, 'wc_blocks_use_blockified_product_grid_block_as_template', 1, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42963, '_transient_timeout_woocommerce_marketplace_promotions_v2', 1747376071, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42964, '_transient_woocommerce_marketplace_promotions_v2', 'a:1:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&amp;Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44002, 'ai1wm_secret_key', 'kConBaNgagnY', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44009, 'ai1wm_backups_labels', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44010, 'ai1wm_status', 'a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:361:\"<a href=\"https://bookblv.com/wp-content/ai1wm-backups/bellavierewards-com-20250515-155708-movpx1o1pa7x.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"bellavierewards.com\" download=\"bellavierewards-com-20250515-155708-movpx1o1pa7x.wpress\">\n							<span>Download bellavierewards.com</span>\n							<em>Size: 742 MB</em>\n							</a>\";}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45913, '_transient_timeout_elementskit-lite-go-pro-noti2ce', 1767689079, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45914, '_transient_elementskit-lite-go-pro-noti2ce', 1, 'off');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47920, '_elementor_local_google_fonts', 'a:5:{s:6:\"roboto\";a:2:{s:3:\"url\";s:76:\"https://bookblv.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742246582;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:80:\"https://bookblv.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1742246583;}s:7:\"poppins\";a:2:{s:3:\"url\";s:77:\"https://bookblv.com/wp-content/uploads/elementor/google-fonts/css/poppins.css\";s:7:\"version\";i:1742246584;}s:6:\"dmsans\";a:2:{s:3:\"url\";s:76:\"https://bookblv.com/wp-content/uploads/elementor/google-fonts/css/dmsans.css\";s:7:\"version\";i:1742246585;}s:16:\"merriweathersans\";a:2:{s:3:\"url\";s:86:\"https://bookblv.com/wp-content/uploads/elementor/google-fonts/css/merriweathersans.css\";s:7:\"version\";i:1742804477;}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48215, '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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55066, '_site_transient_timeout_woocommerce_blocks_patterns', 1749676859, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55067, '_site_transient_woocommerce_blocks_patterns', 'a:2:{s:7:\"version\";s:5:\"9.8.5\";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:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:119:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:111:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:118:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/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:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns/three-columns-with-images-and-content.php\";}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55081, '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl', 1749917708, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55082, '_transient_woocommerce_blocks_asset_api_script_data_ssl', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4d43a4bcb41a5a6336c2\",\"dependencies\":[\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"df3cbcae422855d48387\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"0d3321630119e50d175f\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"94f6fdb24497762c3877\",\"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:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"13ca26913ccb282c047e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"6d08dccfb4bf1a392a0d\",\"dependencies\":[\"react\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"4d3dbff32a4959449c1d\",\"dependencies\":[\"react\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-dom-ready\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"ce9125bf472706dea11a\",\"dependencies\":[\"react\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"cba59eca47d9101980bf\",\"dependencies\":[\"react\",\"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:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"a3e67bb0b09f566d5bdf\",\"dependencies\":[\"wc-settings\",\"wp-html-entities\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"a5f075e4ff6dd6090875\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"a16e7eb12f5267371fe0\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"2def9412eeabab2071b2\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"0ea5d4718f1bb3c42ede\",\"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:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/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:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"c163716dbc1e3cc6748c\",\"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:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"e4169377f115faded81a\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/inviolate-ladybird-ca6143.instawp.xyz\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"daf82f32ab7ca75c7285\",\"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\"]}},\"version\":\"wc-9.8.5\",\"hash\":\"16d97c2c64516e5c0ecefb8a4d8c4ff7\"}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56474, 'woocommerce_feature_reactify-classic-payments-settings_enabled', 'no', 'auto');

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

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56478, 'woocommerce_email_auto_sync_with_theme', 'no', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60300, '_transient_ptk_patterns', 'a:99:{i:0;a:18:{s:2:\"ID\";i:450;s:7:\"site_id\";i:231214916;s:5:\"title\";s:47:\"Intro: Heading with image and two columns above\";s:4:\"name\";s:51:\"intro-heading-with-image-and-two-columns-above-copy\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4027:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"480px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Stay dry in style</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Designed for both fashion and function, our rain jackets offers sleek styles and waterproof protection to keep you dry in any downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:105:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-heading-with-image-and-two-columns-above-copy/\";s:13:\"modified_date\";s:19:\"2024-07-10 13:45:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:1;a:18:{s:2:\"ID\";i:448;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Intro: Two column with content and image\";s:4:\"name\";s:39:\"intro-two-column-with-content-and-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3511:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Sounds like<br>no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":79,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\" alt=\"\" class=\"wp-image-79\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-two-column-with-content-and-image/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:14:17\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:2;a:18:{s:2:\"ID\";i:410;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Review: Centered testimonial\";s:4:\"name\";s:27:\"review-centered-testimonial\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4654:\"<!-- wp:group {\"metadata\":{\"name\":\"Review\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-centered-testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-large-font-size\">What people are saying</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\"I recently attended a pottery workshop at this shop, and it was such a wonderful experience. The instructor was patient and encouraging, and I had a blast getting creative with clay.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"64px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:64px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-medium-font-size\">Liz S.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Painter</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-centered-testimonial/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:03:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:3;a:18:{s:2:\"ID\";i:404;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Review: A quote with scattered images\";s:4:\"name\";s:36:\"review-a-quote-with-scattered-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4689:\"<!-- wp:group {\"metadata\":{\"categories\":[\"reviews\"],\"patternName\":\"review-a-quote-with-scattered-images\",\"name\":\"Review: A quote with scattered images\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":405,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/table-food-dessert-cake-circle-painting-23295-pxhere-2.png\" alt=\"\" class=\"wp-image-405\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":408,\"width\":\"95px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/formation-cave-food-autumn-darkness-still-life-790116-pxhere-2.png\" alt=\"\" class=\"wp-image-408\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:95px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|20\",\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--20)\"><!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"62px\",\"height\":\"62px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"object-fit:cover;width:62px;height:62px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">\"The only limit is the extent of your imagination.\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Jayla H.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":406,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/plant-fruit-dish-meal-food-cooking-88153-pxhere-2.png\" alt=\"\" class=\"wp-image-406\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":407,\"width\":\"112px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/tree-nature-branch-plant-fruit-flower-104610-pxhere.png\" alt=\"\" class=\"wp-image-407\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:112px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-a-quote-with-scattered-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:4;a:18:{s:2:\"ID\";i:401;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Review: Two column centered reviews\";s:4:\"name\";s:2:\"ff\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7073:\"<!-- wp:group {\"metadata\":{\"name\":\"Reviews\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-two-column-centered-reviews\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"wideSize\":\"900px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">Reviews</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Jayla H.</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">\"I\'ve been a loyal customer for years, and for good reason. The customer service is top-notch, and the products are always reliable.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":325,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Scott F.</h4>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">“I recently purchased a smart TV, and I couldn\'t be happier with my purchase. The staff was friendly and helpful, answering all of my questions.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:56:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/ff/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:56\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:5;a:18:{s:2:\"ID\";i:397;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Three column pricing table\";s:4:\"name\";s:28:\"three-column-pricing-table-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:15916:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Elevate your learning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"width\":\"0px\"} -->\n<div style=\"height:var(--wp--preset--spacing--30);width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Tiers\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$0</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Video lectures</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Interactive quizzes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Certificates of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item (highlighted)\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"2px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:2px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$39</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Everything included in Free</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Personalized feedback</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Live Q&amp;A sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Premium</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\"><s><span></span></s>Everything included in Basic</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Premium support</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Coaching sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:59:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:6;a:18:{s:2:\"ID\";i:395;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Two column boxed pricing table\";s:4:\"name\";s:30:\"two-column-boxed-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7641:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title has-ast-global-color-2-color has-text-color\">Pricing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-description\"} -->\n<p class=\"has-text-align-center is-pricing-description\">Whether you\'re a self-paced learner looking for flexibility or someone who thrives with additional support and guidance, we have a plan for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$69.00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-boxed-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:49:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:7;a:18:{s:2:\"ID\";i:392;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column pricing table\";s:4:\"name\";s:24:\"two-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7002:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"960px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">It offers comprehensive access to all course materials, including video lectures, interactive quizzes, and downloadable resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$199</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Everything in the Basic plan plus exclusive perks and additional support. Enjoy live Q&amp;A, coaching sessions, and priority access to new content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"0px\"} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:48:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:8;a:18:{s:2:\"ID\";i:384;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Two column service offerings\";s:4:\"name\";s:28:\"two-column-service-offerings\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4375:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$99/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":250,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" alt=\"\" class=\"wp-image-250\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$199/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":237,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" alt=\"\" class=\"wp-image-237\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-service-offerings/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:21:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:9;a:18:{s:2:\"ID\";i:382;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Three columns of headings, images and links\";s:4:\"name\";s:42:\"three-columns-of-headings-images-and-links\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5867:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":63,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-house-chair-floor-window-1-1024x683.jpg\" alt=\"\" class=\"wp-image-63\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. From fabric selection to dimensions, we\'ll bring your vision to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/54f708281f82831c082a1cf9d7b7faa9-1-683x1024.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":354,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/ade23ce2024ccbbb42f7f7d6dfe5f2e0-1-684x1024.jpeg\" alt=\"\" class=\"wp-image-354\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax in your newly furnished home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-columns-of-headings-images-and-links/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:40:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:10;a:18:{s:2:\"ID\";i:380;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Grid of text features\";s:4:\"name\";s:21:\"grid-of-text-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5163:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments<br>to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/grid-of-text-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:41:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:11;a:18:{s:2:\"ID\";i:378;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Headings left, content right\";s:4:\"name\";s:27:\"headings-left-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6543:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Installation</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Enjoy peace of mind with our professional installation and setup services. From home theater systems to smart home devices, we\'ll ensure everything is installed and configured correctly for optimal performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Maintenance</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Extend the lifespan of your electronics with our repair and maintenance services. Our skilled technicians will diagnose and fix any issues to keep your devices running smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Trade-in</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Support</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Get the most out of your electronics with our tech support and training services. Our experts will help troubleshoot any issues and provide guidance on using your devices effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/headings-left-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:17:53\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:12;a:18:{s:2:\"ID\";i:376;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with six text sections\";s:4:\"name\";s:30:\"heading-with-six-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6956:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Our services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. We\'ll bring your vision to life.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Home staging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Planning to sell your home? Our home staging service will help maximize its appeal to potential buyers, showcasing its full potential.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Restore the beauty of your beloved furniture pieces. From refinishing to repairs, we\'ll breathe new life into your cherished items.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our showroom? No problem! Our virtual design consultation service allows you to get expert advice from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-six-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:34:50\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:13;a:18:{s:2:\"ID\";i:371;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Three column boxed pricing table\";s:4:\"name\";s:26:\"three-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:9435:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Certificate of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$39.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$99.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Premium support</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Coaching sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:47:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:14;a:18:{s:2:\"ID\";i:359;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Two columns with images\";s:4:\"name\";s:23:\"two-columns-with-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5295:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":368,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/56b4ef6554bcb138de65c66f1ec092b9-2.jpeg\" alt=\"\" class=\"wp-image-368\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Trade-in and recycling</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":222,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" alt=\"\" class=\"wp-image-222\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Extended warranty</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Protect your investment with our extended warranty and protection plans. Get peace of mind knowing your electronics are covered against unexpected damage and defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-columns-with-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:21:17\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:15;a:18:{s:2:\"ID\";i:357;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with four text sections\";s:4:\"name\";s:31:\"heading-with-four-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5530:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-four-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:35:12\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:16;a:18:{s:2:\"ID\";i:348;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Personal bio with a contact button\";s:4:\"name\";s:34:\"personal-bio-with-a-contact-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3768:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"175px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover;width:175px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"wideSize\":\"460px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Marianne R.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">“My journey into fashion began with a passion for sustainability and a love for artisanal crafts. Since childhood, I’ve been captivated by the intricate handiwork of global artisans and the stories behind their creations.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About me</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/personal-bio-with-a-contact-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 18:33:10\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:17;a:18:{s:2:\"ID\";i:345;s:7:\"site_id\";i:231214916;s:5:\"title\";s:66:\"Circular avatar on left header on right with sub-header and button\";s:4:\"name\";s:66:\"circular-avatar-on-left-header-on-right-with-sub-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3642:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":346,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/8d605dc291be9f49e7e9afe9b8d0f5c7-1.png\" alt=\"\" class=\"wp-image-346\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:120:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-avatar-on-left-header-on-right-with-sub-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:53:07\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:18;a:18:{s:2:\"ID\";i:343;s:7:\"site_id\";i:231214916;s:5:\"title\";s:57:\"Circular image on right with large border header on right\";s:4:\"name\";s:57:\"circular-image-on-right-with-large-border-header-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3587:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">About us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":262,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\",\"width\":\"0px\",\"style\":\"none\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" alt=\"\" class=\"wp-image-262\" style=\"border-style:none;border-width:0px;border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:111:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-image-on-right-with-large-border-header-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:46:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:19;a:18:{s:2:\"ID\";i:341;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Header with a paragraph and stats\";s:4:\"name\";s:33:\"header-with-a-paragraph-and-stats\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4298:\"<!-- wp:group {\"metadata\":{\"name\":\"Numbers\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">14M</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satisfied clients</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">Eco</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are thinking about the planet</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">120</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Options</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:87:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/header-with-a-paragraph-and-stats/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:49:56\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:20;a:18:{s:2:\"ID\";i:338;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Team members\";s:4:\"name\";s:12:\"team-members\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11484:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Our Team</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">David Carter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Project manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>David oversees every project with precision and efficiency, ensuring that timelines are met and that every detail is executed flawlessly from concept to completion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":339,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/05414bb38f179cc7c6969cbaf1b152e1-1.jpeg\" alt=\"\" class=\"wp-image-339\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emma Reynolds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Marketing coordinator</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emma\'s creative flair and passion for design shine through in her work, as she curates captivating content and engaging campaigns to showcase our products and services.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team-members/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:42:27\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:21;a:18:{s:2:\"ID\";i:334;s:7:\"site_id\";i:231214916;s:5:\"title\";s:8:\"Our team\";s:4:\"name\";s:8:\"our-team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10193:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Our Team</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:62:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/our-team/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:43:04\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:22;a:18:{s:2:\"ID\";i:329;s:7:\"site_id\";i:231214916;s:5:\"title\";s:4:\"Team\";s:4:\"name\";s:4:\"team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4867:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Meet the passionate team behind our brand</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":325,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:45:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:23;a:18:{s:2:\"ID\";i:327;s:7:\"site_id\";i:231214916;s:5:\"title\";s:5:\"About\";s:4:\"name\";s:5:\"about\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6609:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":462,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/girls-in-the-hills-3.jpg\" alt=\"\" class=\"wp-image-462\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Eco-friendly packaging</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">75%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Recycled materials</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">80%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Less water usage</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Organic cotton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"9px\"} -->\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:59:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:31:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:24;a:18:{s:2:\"ID\";i:322;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"About with heading and images\";s:4:\"name\";s:29:\"about-with-heading-and-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4896:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Chic and eco-friendly fashion, thoughtfully crafted with organic fabrics and recycled materials.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":323,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f3b0161d47e4ada886ef5f69d0637ddd.jpeg\" alt=\"\" class=\"wp-image-323\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":325,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":324,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/f554dfb297c4824916eb82ee70a3d942.jpeg\" alt=\"\" class=\"wp-image-324\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about-with-heading-and-images/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:38:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:25;a:18:{s:2:\"ID\";i:319;s:7:\"site_id\";i:231214916;s:5:\"title\";s:22:\"List with descriptions\";s:4:\"name\";s:4:\"data\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10266:\"<!-- wp:group {\"metadata\":{\"name\":\"Data list\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"color\":\"var:preset|color|theme-4\",\"width\":\"1px\"},\"right\":[],\"bottom\":[],\"left\":[]},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-color:var(--wp--preset--color--theme-4);border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">18 years</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have been in the market for 18 years and proved our customers our experience matters.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">54 countries</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We are worldwide with market participation in more than 54 countries in 5 continents.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">98K users</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have almost 100k active users with a high level of engagement and adoption.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"color\":[],\"border\":{\"radius\":\"0px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"border-radius:0px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">$12M revenue</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We closed 2023 over $12M dollars in revenue which position us as leader in our industry</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/data/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:33:26\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:26;a:18:{s:2:\"ID\";i:317;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Tall content with image left\";s:4:\"name\";s:28:\"tall-content-with-image-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4073:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Committed to a greener lifestyle</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Our passion is crafting mindful moments with locally sourced, organic, and sustainable products. We\'re more than a store; we\'re your path to a community-driven, eco-friendly lifestyle that embraces premium quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-left/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:06:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:27;a:18:{s:2:\"ID\";i:315;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column text sections\";s:4:\"name\";s:24:\"two-column-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3953:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ethical sourcing is at the forefront of everything we do. We\'re proud to champion sustainable fashion by prioritizing the use of organic and recycled materials in our clothing and accessories. By supporting fair trade initiatives and maintaining transparent supply chains, we ensure that every piece upholds our commitment to ethical practices.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and Craftsmanship</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:16:22\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:28;a:18:{s:2:\"ID\";i:313;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Content with grid of images on right\";s:4:\"name\";s:36:\"content-with-grid-of-images-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5453:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1-768x1024.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-grid-of-images-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:00\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:29;a:18:{s:2:\"ID\";i:311;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Pull left, fullwidth image\";s:4:\"name\";s:25:\"pull-left-fullwidth-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3495:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":63,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-house-chair-floor-window-1.jpg\" alt=\"\" class=\"wp-image-63\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-left-fullwidth-image/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:24:14\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:30;a:18:{s:2:\"ID\";i:309;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Right-aligned content\";s:4:\"name\";s:21:\"right-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3470:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process. From the stitching to the finishing touches, our products are thoughtfully designed to exude durability, longevity, and timeless elegance. When you shop with us, you can trust that you\'re investing in items that are not only stylish but also built to last, ensuring years of enjoyment and wear. We believe in fashion that not only looks good but also does good for the planet and its people. That\'s why we\'re dedicated to reducing the environmental and social impact of the clothing and accessories industry. When you shop with us, you can feel confident knowing that your purchase supports a more sustainable and ethical approach to fashion, making a positive difference in the world.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/right-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:23:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:31;a:18:{s:2:\"ID\";i:306;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Large heading with content on right\";s:4:\"name\";s:39:\"large-heading-with-content-on-the-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3440:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-heading-with-content-on-the-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:22:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:32;a:18:{s:2:\"ID\";i:303;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Tall content with image right\";s:4:\"name\";s:29:\"tall-content-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4003:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/54f708281f82831c082a1cf9d7b7faa9-1.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:58:41\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:33;a:18:{s:2:\"ID\";i:301;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Spread right, heavy text\";s:4:\"name\";s:23:\"spread-right-heavy-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3972:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Step into a world of botanical beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>With a passion for all things leafy, we offer a diverse collection of plants, from lush foliage to exotic blooms, to bring the beauty of nature into your home. Whether you\'re a seasoned plant parent or just beginning your green journey, our friendly team is here to help you find the perfect plant companion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/spread-right-heavy-text/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:51\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:34;a:18:{s:2:\"ID\";i:299;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Heading with button and text\";s:4:\"name\";s:28:\"heading-with-button-and-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3802:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-button-and-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:56:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:35;a:18:{s:2:\"ID\";i:297;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:22:\"left-aligned-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2881:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>As we navigate the intricate tapestry of existence, we are constantly presented with choices, each a potential pathway to something extraordinary. This is a world where creativity knows no bounds, where the curious mind finds solace, and where the fearless heart discovers uncharted territories. It is a place where the pursuit of knowledge, the embrace of change, and the willingness to take risks are not mere options but essential ingredients for a life well-lived.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:54:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:36;a:18:{s:2:\"ID\";i:294;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Fullwidth image, content pull right\";s:4:\"name\";s:34:\"fullwidth-image-content-pull-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3068:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:image {\"id\":295,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/90731e071ce29177b55e394f139c6400.jpeg\" alt=\"\" class=\"wp-image-295\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Welcome to your premier destination for premium headphones and audio accessories. Dive into our curated collection, where cutting-edge technology meets sleek design to deliver an unparalleled listening experience. From wireless wonders to noise-canceling marvels, we have the perfect pair to suit every lifestyle and preference.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-content-pull-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:53:49\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:37;a:18:{s:2:\"ID\";i:291;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Content left, image right\";s:4:\"name\";s:24:\"content-left-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3411:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":4,\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-small-font-size\">About us</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Elevate your space</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We specialize in curating exquisite home decor pieces that add an element of elegance to every space. With a keen eye for detail and a commitment to quality, we strive to bring sophistication and charm into your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":292,\"width\":\"521px\",\"height\":\"auto\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/b7754a09d649f4fe4ae390a60df7b556.jpeg\" alt=\"\" class=\"wp-image-292\" style=\"object-fit:cover;width:521px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:40\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:38;a:18:{s:2:\"ID\";i:289;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Centered heading and button\";s:4:\"name\";s:27:\"centered-heading-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2670:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:49:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:39;a:18:{s:2:\"ID\";i:287;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Heading with content and large image below\";s:4:\"name\";s:42:\"heading-with-content-and-large-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4076:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>From organic fabrics to recycled materials, every piece in our collection is thoughtfully crafted with the planet in mind.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-content-and-large-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:48:30\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:40;a:18:{s:2:\"ID\";i:284;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with two media columns\";s:4:\"name\";s:30:\"heading-with-two-media-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4400:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":285,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/e7e21c3e64f977311b55a59d66aec660.jpeg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every step of our process, from meticulous ingredient selection to adhering to stringent standards, reflects our dedication to quality. From the initial harvest to the finished product, we uphold uncompromising standards of freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-two-media-columns/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:47:28\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:41;a:18:{s:2:\"ID\";i:282;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Three columns with features\";s:4:\"name\";s:27:\"three-columns-with-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4409:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At our core, we\'re dedicated to delivering excellence. We take great care in selecting only the finest organic fruits and vegetables, adhering to stringent standards to guarantee optimal freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Community engagement</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">From fostering partnerships with local farmers to active participation in community events, we\'re deeply committed to supporting initiatives focused on food security, nutrition, and overall well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/three-columns-with-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:17:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:42;a:18:{s:2:\"ID\";i:279;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Four image grid, content on the left\";s:4:\"name\";s:35:\"four-image-grid-content-on-the-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5282:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/four-image-grid-content-on-the-left/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:14\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:43;a:18:{s:2:\"ID\";i:277;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading left and content right\";s:4:\"name\";s:30:\"heading-left-and-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3526:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Discover a world of possibilities</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-left-and-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:41:54\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:44;a:18:{s:2:\"ID\";i:275;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Content left with image right\";s:4:\"name\";s:29:\"content-left-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3442:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where cycling dreams take flight</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Founded by avid cyclists with a passion for pedal-powered adventures, we\'re dedicated to providing top-quality bikes, accessories, and expert advice to riders of all levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":70,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:40:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:45;a:18:{s:2:\"ID\";i:269;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Heading with image and two columns below\";s:4:\"name\";s:40:\"heading-with-image-and-two-columns-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4873:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":270,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/bc60cf21a37262b760535f0448a60acf-1.jpeg\" alt=\"\" class=\"wp-image-270\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"420px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Unleash your creativity at our pottery workshop</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Join us for an immersive pottery workshop where you can explore the art of shaping clay. Learn techniques from experienced artisans, unleash your creativity, and create your own unique pieces to take home. Perfect for all skill levels!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-image-and-two-columns-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:35:10\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:46;a:18:{s:2:\"ID\";i:264;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with three images below\";s:4:\"name\";s:31:\"heading-with-three-images-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4771:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Beyond function: vases as works of art</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":62,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-three-images-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:26:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:47;a:18:{s:2:\"ID\";i:261;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Full-width cover with heading, paragraph, and button\";s:4:\"name\";s:50:\"full-width-cover-with-heading-paragraph-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4084:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\",\"id\":262,\"dimRatio\":50,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeight\":558,\"minHeightUnit\":\"px\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);min-height:558px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-262\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.67%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.67%\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-xx-large-font-size\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your shade</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"300px\"} -->\n<div style=\"height:300px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Explore our exclusive collection of sunglasses, crafted to elevate your look and safeguard your eyes. Find your perfect pair and see the world through a new lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:104:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/full-width-cover-with-heading-paragraph-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:23:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:48;a:18:{s:2:\"ID\";i:259;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Left-aligned header and button\";s:4:\"name\";s:30:\"left-aligned-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2621:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Learn More</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:20:39\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:49;a:18:{s:2:\"ID\";i:254;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:20:\"left-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3792:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-xx-large-font-size\">A world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-23 14:32:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:50;a:18:{s:2:\"ID\";i:252;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Pull right with wide image below\";s:4:\"name\";s:32:\"pull-right-with-wide-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3907:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zoom through the streets on this premium 3-speed bike. Manufactured and assembled in Germany in the 80s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":70,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-default\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-right-with-wide-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:17:04\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:51;a:18:{s:2:\"ID\";i:249;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth image with content and button\";s:4:\"name\";s:39:\"fullwidth-image-with-content-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3779:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-fullwidth-image-with-content-and-button-2\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\",\"id\":250,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-250\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Vintage vinyl treasures</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Step back in time and groove to the melodies of vinyl records. Dive into our eclectic collection, where each record spins tales of nostalgia and magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop vinyl records</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-with-content-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:15:23\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:52;a:18:{s:2:\"ID\";i:247;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Large left-aligned heading\";s:4:\"name\";s:26:\"large-left-aligned-heading\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2447:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-left-aligned-header-and-button\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">A world filled with boundless opportunities and endless potential</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-left-aligned-heading/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:11:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:53;a:18:{s:2:\"ID\";i:244;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Centered heading with two column text\";s:4:\"name\";s:37:\"centered-heading-with-two-column-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4449:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/centered-heading-with-two-column-text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Welcome home</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:91:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-with-two-column-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:08:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:54;a:18:{s:2:\"ID\";i:243;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Two column with image and content\";s:4:\"name\";s:35:\"two-column-with-image-and-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3520:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Elevate your greenery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Spruce up your plants with our delightful ceramic pots, lovingly crafted to bring joy to your indoor and outdoor spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-with-image-and-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:02:00\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:55;a:18:{s:2:\"ID\";i:242;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Centered content\";s:4:\"name\";s:18:\"centered-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3583:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-center\">Welcome to your ultimate destination for high-quality bikes that fuel your passion for adventure. Whether you\'re a casual rider, a mountain biking enthusiast, or a road cycling pro, our diverse range of bikes promises to elevate your riding experience. Each bike is crafted with precision, combining cutting-edge technology and superior craftsmanship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore our collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:06:53\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:56;a:18:{s:2:\"ID\";i:241;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Content with button and fullwidth image\";s:4:\"name\";s:41:\"content-with-button-and-fullwidth-image-3\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3584:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"0\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:0;padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Sit back and relax</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">With a wide range of designer chairs to elevate your living space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\",\"id\":231,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-231\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:95:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-button-and-fullwidth-image-3/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:58:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:57;a:18:{s:2:\"ID\";i:239;s:7:\"site_id\";i:231214916;s:5:\"title\";s:41:\"Left-aligned content overlaid on an image\";s:4:\"name\";s:43:\"left-aligned-content-overlaid-on-an-image-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3530:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\",\"id\":79,\"dimRatio\":30,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.45,\"y\":0.19},\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-79\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/man-person-music-black-and-white-white-photography.jpg\" style=\"object-position:45% 19%\" data-object-fit=\"cover\" data-object-position=\"45% 19%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|80\"} -->\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\",\"wideSize\":\"960px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Sounds like no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#fefefe;margin-bottom:var(--wp--preset--spacing--30)\">Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons alignwide\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:97:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/left-aligned-content-overlaid-on-an-image-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:42:03\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:58;a:18:{s:2:\"ID\";i:235;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Center-aligned content overlaid on an image\";s:4:\"name\";s:44:\"fullwidth-image-with-call-to-action-overlaid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3511:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\",\"id\":237,\"dimRatio\":20,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull has-text-color has-link-color\" style=\"color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-237\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"580px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your groove</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#fefefe\">Embark on a musical adventure, where every chord is a step towards harmony. Discover guitars of all shapes, sizes, and melodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-image-with-call-to-action-overlaid/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:24:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:59;a:18:{s:2:\"ID\";i:224;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth content with background image\";s:4:\"name\";s:39:\"fullwidth-content-with-background-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2650:\"<!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\",\"id\":222,\"dimRatio\":0,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeightUnit\":\"vh\",\"isDark\":false,\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-222\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"xx-large\"} -->\n<p class=\"has-text-align-center has-xx-large-font-size\">Craft your Story</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Welcome to the place where the journey of a thousand stories begins. Embrace the transformative power of writing, and let your voice echo through the pages of time. Join us, and turn your imagination into reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-content-with-background-image/\";s:13:\"modified_date\";s:19:\"2024-07-24 11:18:13\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:60;a:18:{s:2:\"ID\";i:208;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Small Discount Banner with Image\";s:4:\"name\";s:32:\"small-discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2291:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/small-discount-banner-with-image\",\"name\":\"Small Discount Banner with Image\"},\"style\":{\"color\":{\"background\":\"#fcf8e1\"},\"spacing\":{\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns has-background\" style=\"background-color:#fcf8e1;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"padding\":{\"left\":\"25px\",\"top\":\"25px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;padding-top:25px;padding-left:25px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1\",\"fontSize\":\"30px\"}}} -->\n<p style=\"font-size:30px;font-style:normal;font-weight:300;line-height:1\"><em>Chairs</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#74227b\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:30px;font-style:normal;font-weight:300;line-height:0\"><em>from</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#74227b\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"900\",\"fontSize\":\"52px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:52px;font-style:normal;font-weight:900;line-height:1.2\"><a href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">$149</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/small-discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-11-06 17:35:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:61;a:18:{s:2:\"ID\";i:206;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Shop by Price\";s:4:\"name\";s:13:\"shop-by-price\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11069:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/shop-by-price\",\"name\":\"Shop by Price\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#e09300\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"blockGap\":\"0em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"is-light has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e09300\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">Highest</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">rated</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?rating_filter=5\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Outdoor Furniture &amp; Accessories</strong></a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#6f64f1\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#6f64f1\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">$15</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=15\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Summer Dinning</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#c1d21c\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#c1d21c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">$25</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=25\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Women\'s Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#10ca99\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#10ca99\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">$20</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=20\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Kids\' Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/shop-by-price/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:41:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:62;a:18:{s:2:\"ID\";i:204;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Product List with Full Product Description\";s:4:\"name\";s:42:\"product-list-with-full-product-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3309:\"<!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-full-product-description\",\"name\":\"Product List with Full Product Description\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-sku {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-full-product-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:63;a:18:{s:2:\"ID\";i:202;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product List with 1:1 Images\";s:4:\"name\";s:27:\"product-list-with-11-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2434:\"<!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-1-1-images\",\"name\":\"Product List with 1:1 Images\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-11-images/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:64;a:18:{s:2:\"ID\";i:200;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Minimal Product List\";s:4:\"name\";s:20:\"minimal-product-list\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2060:\"<!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-minimal-product-list\",\"name\":\"Minimal Product List\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-product-list/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:65;a:18:{s:2:\"ID\";i:198;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"4-Column Product Row\";s:4:\"name\";s:20:\"4-column-product-row\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2017:\"<!-- wp:query {\"queryId\":10,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-4-column-product-row\",\"name\":\"4-Column Product Row\"},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/4-column-product-row/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:06\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:66;a:18:{s:2:\"ID\";i:192;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Product Listing with Gallery and Description\";s:4:\"name\";s:44:\"product-listing-with-gallery-and-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7318:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-listing-with-gallery-and-description\",\"name\":\"Product Listing with Gallery and Description\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"60px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":{\"top\":\"1.5rem\",\"left\":\"1.5rem\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"15%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80px\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:0;flex-basis:15%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":193,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/desk-table-wood-chair-floor-home-square.png\" alt=\"\" class=\"has-border-color wp-image-193\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":194,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-1.png\" alt=\"\" class=\"has-border-color wp-image-194\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":195,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-home-living-room-furniture-room-square.png\" alt=\"\" class=\"has-border-color wp-image-195\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:image {\"id\":196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-wood-chair-floor-living-room-furniture-vertical.png\" alt=\"\" class=\"wp-image-196\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"foreground\"} -->\n<h2 class=\"wp-block-heading has-foreground-color has-text-color\" style=\"font-size:48px;font-style:normal;font-weight:700\">Patterned Upright, Orange and White, Wood Legs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"textColor\":\"luminous-vivid-amber\"} -->\n<p class=\"has-luminous-vivid-amber-color has-text-color\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:0.7em\">\n				<strong>4.2</strong>(1,079 reviews)\n			</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:1.2em\">\n				<strong><sup><sub>$</sub></sup>37.49</strong>\n			</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#7c0a99\"}}} -->\n<p class=\"has-text-color\" style=\"color:#7c0a99;font-size:0.7em\">Save $10 <s>was $47.49</s></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:18px\">Designed with your well-being in mind, this chair features a contoured backrest that provides exceptional lumbar support, helping to reduce strain on your back during long hours of sitting. The adjustable height and tilt mechanisms allow you to customize the chair to your preferred sitting position, ensuring a comfortable and productive workday. Upholstered in premium fabric and available in a variety of colors, the Harmony Ergonomic Chair adds a touch of elegance to any room.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"80px\",\"right\":\"80px\"}},\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000;padding-right:80px;padding-left:80px\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} -->\n<p style=\"font-size:16px\">SKU 6355793</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-listing-with-gallery-and-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:33:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:67;a:18:{s:2:\"ID\";i:188;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Product Hero\";s:4:\"name\";s:12:\"product-hero\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1616:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true,\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-single-product alignwide\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:40%\">\n			<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfSingleProductBlock\":true,\"height\":\"300px\"} /-->\n		</div>\n		<!-- /wp:column -->\n\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"60%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"650px\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:60%\">\n			<!-- wp:post-title {\"textAlign\":\"\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n			<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductBlock\":true} /-->\n\n			<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-button {\"isDescendentOfSingleProductBlock\":true} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-hero/\";s:13:\"modified_date\";s:19:\"2025-02-14 15:20:35\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:68;a:18:{s:2:\"ID\";i:186;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Featured Products 2 Columns\";s:4:\"name\";s:27:\"featured-products-2-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2625:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-products-2-cols\",\"name\":\"Featured Products 2 Columns\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":8,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Fan favorites</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get ready to start the season right. All the fan favorites in one place at the best price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Shop All</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-2-columns/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:30:24\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:69;a:18:{s:2:\"ID\";i:182;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Details Pattern\";s:4:\"name\";s:23:\"product-details-pattern\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:8625:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-details-pattern\",\"name\":\"Product Details Pattern\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"40px\",\"bottom\":\"0\",\"left\":\"0px\"},\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:40px;padding-bottom:0;padding-left:0px\"><!-- wp:image {\"id\":183,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-home-living-room-furniture-room.png\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0.2em\",\"bottom\":\"0.2em\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0.2em;margin-bottom:0.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"5px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;padding-right:5px;padding-bottom:0px;padding-left:0px\"><!-- wp:image {\"id\":184,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-white-chair-floor-shelf-lamp-square-lg.png\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000\">Luxurious Charcoal Grey Upholstered Sofa</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fcb900\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fcb900\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\">  <strong>4.2</strong>(1,079 reviews)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:1.2em\"><strong><sup><sub>$</sub></sup>158.99</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><s>was $173.99</s></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#C51313\"}}} -->\n<p class=\"has-text-color\" style=\"color:#C51313;font-size:0.7em\"><strong>9% off</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"5px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:5px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#00A510\"},\"typography\":{\"fontSize\":\"0.7em\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#00A510;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:0.7em\"><strong>Free 2-Day Shipping</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\">The \"Modern Elegance: Luxurious Charcoal Grey Upholstered Sofa\" harmonizes style and comfort to redefine your living space. This stunning piece is crafted with plush, high-density foam cushions, enveloped in a rich, charcoal grey fabric that is invitingly soft to the touch. Its clean lines and contemporary silhouette are complemented by the sturdy wooden frame, making it a durable yet stylish addition to any home decor. Whether you\'re lounging or entertaining, this sofa promises unrivaled comfort and a look that\'s seamlessly chic.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Features</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"color\":{\"text\":\"#000000\"}},\"className\":\"has-foreground-color\"} -->\n<ul style=\"color:#000000;margin-top:10px;margin-right:0;margin-bottom:0;margin-left:0\" class=\"wp-block-list has-foreground-color has-text-color\"><!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Top shelf weight capacity of 100 lbs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Drawer weight capacity of 50 lbs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Weight and Dimensions</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}},\"backgroundColor\":\"background\",\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:0.7em\"><table class=\"has-background-background-color has-text-color has-background\" style=\"color:#000000\"><tbody><tr><td>Overall</td><td>36.5\'\' H X 40\'\' W X 20\'\' D</td></tr><tr><td>Drawer Interior</td><td>2\'\' H X 29.25\'\' W X 12.5\'\' D</td></tr><tr><td>Countertop</td><td>40\'\' W X 20\'\' D</td></tr><tr><td>Countertop Thickness</td><td>0.7\'\' H</td></tr><tr><td>Overall Product Weight</td><td>39.6 lb.</td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-pattern/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:29:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:70;a:18:{s:2:\"ID\";i:180;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Product Details Product Listing\";s:4:\"name\";s:31:\"product-details-product-listing\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1582:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true} -->\n<div class=\"wp-block-woocommerce-single-product\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column -->\n		<div class=\"wp-block-column\">\n			<!-- wp:post-featured-image {\"height\":\"490px\"} /-->\n\n			<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-rating-stars {\"isDescendentOfSingleProductBlock\":true,\"textColor\":\"luminous-vivid-amber\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} /-->\n				<!-- wp:woocommerce/product-average-rating {\"style\":{\"typography\":{\"fontWeight\":\"600\",\"fontSize\":\"14px\"}}} /-->\n				<!-- wp:woocommerce/product-rating-counter {\"isDescendentOfSingleProductBlock\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"14px\"}}} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"x-large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n			<!-- wp:woocommerce/product-price {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true,\"style\":{\"typography\":{\"fontSize\":\"28px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n			<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-product-listing/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:28:16\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:71;a:18:{s:2:\"ID\";i:178;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Product Collections Newest Arrivals\";s:4:\"name\";s:35:\"product-collections-newest-arrivals\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1993:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-newest-arrivals\",\"name\":\"Product Collections Newest Arrivals\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Our newest arrivals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">More new products</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":6,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-newest-arrivals/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:26:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:72;a:18:{s:2:\"ID\";i:172;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Product Collections Featured Collections\";s:4:\"name\";s:40:\"product-collections-featured-collections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4859:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collections\",\"name\":\"Product Collections Featured Collections\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#f3edd8\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#f3edd8;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">Tech gifts under $100</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop tech</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":173,\"width\":\"140px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/technology-white-camera-photography-vintage-photographer.png\" alt=\"\" class=\"wp-image-173\" style=\"width:140px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":174,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/leather-guitar-typewriter-red-gadget-sofa.png\" alt=\"\" class=\"wp-image-174\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#d8f2f3\"}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#d8f2f3;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">For the gamers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop games</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":175,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/music-technology-play-equipment-studio-gadget.png\" alt=\"\" class=\"wp-image-175\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":176,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/technology-joystick-gadget-console-games-playstation.png\" alt=\"\" class=\"wp-image-176\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collections/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:25:38\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:73;a:18:{s:2:\"ID\";i:169;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Product Collections Featured Collection\";s:4:\"name\";s:39:\"product-collections-featured-collection\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4254:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collection\",\"name\":\"Product Collections Featured Collection\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#333333\"},\"spacing\":{\"padding\":{\"top\":\"1.3rem\",\"right\":\"1.3rem\",\"bottom\":\"1.3rem\",\"left\":\"1.3rem\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-columns alignwide has-white-color has-text-color has-background\" style=\"background-color:#333333;padding-top:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;padding-left:1.3rem\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-x-large-font-size\" style=\"color:#ffffff;font-style:normal;font-weight:700\">\n			This week\'s popular products		</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"},\"color\":{\"background\":\"#484848\"},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"4px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group has-background\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#484848;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"4px\"},\"color\":\"#ffffff\",\"style\":\"solid\",\"width\":\"3px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-border-color\" style=\"border-color:#ffffff;border-style:solid;border-width:3px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"left\":\"20px\",\"bottom\":\"10px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontFamily\":\"system-font\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"16px\",\"textDecoration\":\"none\"},\"color\":{\"text\":\"#ffffff\"}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collection/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:59\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:74;a:18:{s:2:\"ID\";i:167;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Product Collection Simple Grid\";s:4:\"name\";s:30:\"product-collection-simple-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1707:\"<!-- wp:woocommerce/product-collection {\"queryId\":22,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-simple-grid\",\"name\":\"Product Collection Simple Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"1rem\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-simple-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:15\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:75;a:18:{s:2:\"ID\";i:165;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Rows\";s:4:\"name\";s:23:\"product-collection-rows\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2506:\"<!-- wp:woocommerce/product-collection {\"queryId\":21,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"list\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-rows\",\"name\":\"Product Collection Rows\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"medium\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textColor\":\"luminous-vivid-amber\",\"fontSize\":\"medium\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"showMoreOnNewLine\":false,\"excerptLength\":23,\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-rows/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:22:29\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:76;a:18:{s:2:\"ID\";i:163;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Grid\";s:4:\"name\";s:23:\"product-collection-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1807:\"<!-- wp:woocommerce/product-collection {\"queryId\":20,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-grid\",\"name\":\"Product Collection Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"0.8rem\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:55\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:77;a:18:{s:2:\"ID\";i:161;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection Full Grid\";s:4:\"name\";s:28:\"product-collection-full-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1966:\"<!-- wp:woocommerce/product-collection {\"queryId\":19,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-full-grid\",\"name\":\"Product Collection Full Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"fontSize\":\"medium\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"left\",\"width\":50,\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-full-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:78;a:18:{s:2:\"ID\";i:158;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Product Collection Banner\";s:4:\"name\";s:25:\"product-collection-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3069:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-banner\",\"name\":\"Product Collection Banner\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffedf5\"}}} -->\n<div class=\"wp-block-columns alignwide has-background\" style=\"background-color:#ffedf5\"><!-- wp:column {\"width\":\"58%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:58%\"><!-- wp:cover {\"url\":\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/beach-landscape-sea-coast-nature-person.jpg\",\"id\":159,\"dimRatio\":20,\"customOverlayColor\":\"#9aacbd\",\"minHeight\":430,\"minHeightUnit\":\"px\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"right\":\"80px\",\"bottom\":\"80px\",\"left\":\"80px\"}}}} -->\n<div class=\"wp-block-cover is-light\" style=\"padding-top:80px;padding-right:80px;padding-bottom:80px;padding-left:80px;min-height:430px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#9aacbd\"></span><img class=\"wp-block-cover__image-background wp-image-159\" alt=\"\" src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/beach-landscape-sea-coast-nature-person.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"40px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#ffffff\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-align-center has-text-color has-inter-font-family\" style=\"color:#ffffff;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;text-transform:uppercase\">Brand New for the Holidays</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"22px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#000000\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-color has-inter-font-family\" style=\"color:#000000;font-size:22px;font-style:normal;font-weight:300;line-height:1.3\">Check out our brand new collection of holiday products and find the right gift for anyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#000000\"},\"border\":{\"radius\":\"100px\",\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:100px;color:#000000;background-color:#ff7179\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:19:42\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:79;a:18:{s:2:\"ID\";i:153;s:7:\"site_id\";i:231214916;s:5:\"title\";s:14:\"Minimal Header\";s:4:\"name\";s:14:\"minimal-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1538:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-minimal\",\"name\":\"Minimal Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\",\"top\":\"24px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\" style=\"margin-top:0px;margin-bottom:0px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"always\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:68:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:14:02\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:80;a:18:{s:2:\"ID\";i:151;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Header Dark\";s:4:\"name\";s:17:\"large-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2045:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large-dark\",\"name\":\"Large Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"1rem\",\"right\":\"1rem\",\"bottom\":\"1rem\",\"left\":\"1rem\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"className\":\"has-small-font-size\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/mini-cart {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"1rem\",\"left\":\"0px\",\"bottom\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1rem;padding-bottom:2rem;padding-left:0px\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:31\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:81;a:18:{s:2:\"ID\";i:149;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Header\";s:4:\"name\";s:12:\"large-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2444:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large\",\"name\":\"Large Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"left\":\"40px\",\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"wc-blocks-pattern-header-large wc-blocks-header-pattern\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-large wc-blocks-header-pattern\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:search {\"label\":\"\",\"showLabel\":false,\"placeholder\":\"Search\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:05\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:82;a:18:{s:2:\"ID\";i:147;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Essential Header Dark\";s:4:\"name\";s:21:\"essential-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1885:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential-dark\",\"name\":\"Essential Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"2%\",\"bottom\":\"32px\",\"left\":\"2%\",\"top\":\"32px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern sticky-header has-background-color\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern sticky-header has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:2%;padding-bottom:32px;padding-left:2%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}},\"backgroundColor\":\"contrast-2\"} /-->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"overlayTextColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:83;a:18:{s:2:\"ID\";i:145;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Essential Header\";s:4:\"name\";s:16:\"essential-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1298:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential\",\"name\":\"Essential Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-essential wc-blocks-header-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:70:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:09\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:84;a:18:{s:2:\"ID\";i:143;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"name\";s:20:\"centered-header-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2534:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-centered-menu\",\"name\":\"Centered Header Menu\"},\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/centered-header-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:85;a:18:{s:2:\"ID\";i:141;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Footer with menus\";s:4:\"name\";s:17:\"footer-with-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2902:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-3-menus\",\"name\":\"Footer with menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"className\":\"are-vertically-aligned-top\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"60%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"30%\",\"style\":{\"spacing\":{\"blockGap\":\"60px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:30%\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"56px\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:56px;margin-bottom:0;padding-right:0;padding-left:0\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">\n					Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>				</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:08\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:86;a:18:{s:2:\"ID\";i:139;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Footer with 2 Menus Dark\";s:4:\"name\";s:24:\"footer-with-2-menus-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3670:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus-dark\",\"name\":\"Footer with 2 Menus Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:paragraph {\"textColor\":\"background\",\"fontSize\":\"medium\"} -->\n<p class=\"has-background-color has-text-color has-medium-font-size\"><strong>Join our community</strong>\n				</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color has-link-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:87;a:18:{s:2:\"ID\";i:137;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Footer with 2 Menus\";s:4:\"name\";s:19:\"footer-with-2-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3013:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus\",\"name\":\"Footer with 2 Menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Join our community</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:73:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:01\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:88;a:18:{s:2:\"ID\";i:135;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"name\";s:23:\"footer-with-simple-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2412:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-menu\",\"name\":\"Footer with Simple Menu\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"horizontal\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\"},\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-simple-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:09:23\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:89;a:18:{s:2:\"ID\";i:133;s:7:\"site_id\";i:231214916;s:5:\"title\";s:18:\"Simple Footer Dark\";s:4:\"name\";s:18:\"simple-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2951:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-dark\",\"name\":\"Simple Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:08:48\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:90;a:18:{s:2:\"ID\";i:131;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Simple Footer\";s:4:\"name\";s:13:\"simple-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2499:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple\",\"name\":\"Simple Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:07:40\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:91;a:18:{s:2:\"ID\";i:129;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Footer Dark\";s:4:\"name\";s:17:\"large-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4192:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large-dark\",\"name\":\"Large Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:site-logo /-->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"30px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Learn about new products and discounts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"text_only\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color has-link-color\"><!-- wp:paragraph -->\n<p>@ 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:06:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:92;a:18:{s:2:\"ID\";i:125;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Footer\";s:4:\"name\";s:12:\"large-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3605:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large\",\"name\":\"Large Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-large wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\">Learn about new products and discounts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}},\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.twitch.com\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:05:20\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:93;a:18:{s:2:\"ID\";i:119;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Featured Products: Fresh &amp; Tasty\";s:4:\"name\";s:29:\"featured-products-fresh-tasty\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5094:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/sweet-organic-lemons.png\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Sweet Organic Lemons</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fresh-organic-tomatoes.png\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Organic Tomatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $2.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":122,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/fresh-lettuce-washed.png\" alt=\"\" class=\"wp-image-122\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Lettuce (Washed)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $0.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":123,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/russet-organic-potatoes.png\" alt=\"\" class=\"wp-image-123\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Russet Organic Potatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.49</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-fresh-tasty/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:47:45\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:94;a:18:{s:2:\"ID\";i:115;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Discount Banner with Image\";s:4:\"name\";s:26:\"discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3270:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner-with-image\",\"name\":\"Discount Banner with Image\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#254094\"},\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center has-background\" style=\"background-color:#254094;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"350px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:15px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500;line-height:0\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.8\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.8\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"},\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;margin-bottom:40px;font-size:35px;font-style:normal;font-weight:300;line-height:0\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"100px\",\"topRight\":\"10px\",\"bottomLeft\":\"10px\",\"bottomRight\":\"100px\"}}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\" style=\"border-top-left-radius:100px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:45:36\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:95;a:18:{s:2:\"ID\";i:113;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"Discount banner\";s:4:\"name\";s:15:\"discount-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2312:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner\",\"name\":\"Discount Banner\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"470px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"color\":{\"background\":\"#254094\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#254094;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.1\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.1\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:35px;font-style:normal;font-weight:300\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">\n					Shop now\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:69:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:39:37\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:96;a:18:{s:2:\"ID\";i:99;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Featured Category Focus\";s:4:\"name\";s:22:\"feature-category-focus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1643:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-category-focus\",\"name\":\"Featured Category Focus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"right\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\",\"left\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)\"><!-- wp:image {\"id\":100,\"width\":\"469px\",\"height\":\"348px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://wooblockpatterns.wpcomstaging.com/wp-content/uploads/2024/06/white-black-black-and-white-photograph-monochrome-photography.jpg\" alt=\"\" class=\"wp-image-100\" style=\"object-fit:cover;width:469px;height:348px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">Black and white high-quality prints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px\">Shop prints</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/feature-category-focus/\";s:13:\"modified_date\";s:19:\"2024-07-18 16:17:19\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:97;a:18:{s:2:\"ID\";i:90;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Large Image Product Gallery\";s:4:\"name\";s:27:\"large-image-product-gallery\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3144:\"<!-- wp:group {\"metadata\":{\"name\":\"Large Image Product Gallery\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"2/3\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/large-image-product-gallery/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:55:34\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:98;a:18:{s:2:\"ID\";i:83;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"name\";s:28:\"product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3351:\"<!-- wp:group {\"metadata\":{\"name\":\"Product Collection 3 Columns\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":26,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3},\"queryContextIncludes\":[\"collection\"],\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"3/5\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/product-collection-3-columns/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:35:33\";s:12:\"preview_data\";a:0:{}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}}', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60301, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60302, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61289, '_transient_timeout_wc_term_counts', 1748021857, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61290, '_transient_wc_term_counts', 'a:8:{i:53;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:43;s:0:\"\";i:50;s:0:\"\";i:52;s:1:\"1\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61331, '_transient_timeout_woocommerce_admin_remote_free_extensions_specs', 1747855310, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61332, '_transient_woocommerce_admin_remote_free_extensions_specs', 'a:1:{s:5:\"en_US\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:154:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:126:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google for WooCommerce</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:138:\"Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:11:\"klaviyo:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":8:{s:4:\"name\";s:26:\"Meta Ads & Pixel by Kliken\";s:11:\"description\";s:150:\"Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.\";s:9:\"image_url\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken-kraken-icon.webp\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:0;s:10:\"is_visible\";b:1;s:3:\"key\";s:29:\"kliken-ads-pixel-for-meta:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:5;O:8:\"stdClass\":10:{s:4:\"name\";s:28:\"Multichannel for WooCommerce\";s:11:\"description\";s:85:\"Sync your sales data across platforms and manage everything from a unified dashboard.\";s:9:\"image_url\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/multichannel.webp\";s:10:\"manage_url\";s:28:\"admin.php?page=sales_channel\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:1;s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.8.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:15:\"learn_more_link\";s:143:\"https://woocommerce.com/products/multichannel-by-cedcommerce-ebay-amazon-walmart-etsy-integration/?utm_source=marketing_task&utm_medium=product\";s:4:\"tags\";a:1:{i:0;s:11:\"marketplace\";}s:3:\"key\";s:27:\"multichannel-by-cedcommerce\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:13:{i:0;O:8:\"stdClass\":11:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:54:\"Offer safe and convenient ways to pay with WooPayments\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:25:\"Get paid with WooPayments\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;s:12:\"requires_jpc\";b:1;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:41:\"Print discounted USPS, UPS and DHL labels\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";s:5:\"label\";s:42:\"Save on shipping with WooCommerce Shipping\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:61:\"Offer more ways to pay with this all-in-one checkout solution\";s:14:\"is_built_by_wc\";b:0;s:15:\"install_options\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:26:\"woocommerce_paypal_branded\";s:5:\"value\";s:8:\"profiler\";}}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:3:\"!in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:27:\"woocommerce-paypal-payments\";s:5:\"label\";s:41:\"Maximize conversions with PayPal Payments\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:3;O:8:\"stdClass\":9:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:60:\"Offer additional flexible payment options with PayPal Wallet\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:39:\"woocommerce-paypal-payments:wallet-only\";s:5:\"label\";s:38:\"Give shoppers a variety of ways to pay\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:4;O:8:\"stdClass\":11:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:53:\"Keep your store online with full security and backups\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:48:\"Boost content creation with Jetpack AI Assistant\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;s:12:\"requires_jpc\";b:1;}i:5;O:8:\"stdClass\":11:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:55:\"Get your products in front of a highly engaged audience\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:60;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:37:\"Showcase your products with Pinterest\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:6;O:8:\"stdClass\":9:{s:4:\"name\";s:32:\"Meta Ads & Pixel for WooCommerce\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken-kraken-icon.webp\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:61;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:3:\"key\";s:25:\"kliken-ads-pixel-for-meta\";s:5:\"label\";s:46:\"Grow your business with Facebook and Instagram\";s:15:\"learn_more_link\";s:121:\"https://woocommerce.com/products/meta-ads-and-pixel?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:7;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:58:\"Attract and retain shoppers with email marketing campaigns\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:34:\"Reach your customers with MailPoet\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:8;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:85;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";s:5:\"label\";s:7:\"Klaviyo\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:9;O:8:\"stdClass\":11:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:57:\"Create ads for your products straight from your dashboard\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:39:\"Drive sales with Google for WooCommerce\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:10;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:62:\"Automatically calculate how much sales tax should be collected\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:44:\"Get automated tax rates with WooCommerce Tax\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:11;O:8:\"stdClass\":10:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:59:\"Sync your store with TikTok to create engaging ad campaigns\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:31:\"Create ad campaigns with TikTok\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}i:12;O:8:\"stdClass\":10:{s:4:\"name\";s:29:\"Print on Demand with Printful\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-printful.png\";s:11:\"description\";s:65:\"Design and easily sell custom print products online with Printful\";s:10:\"manage_url\";s:0:\"\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:9:{i:0;s:2:\"AU\";i:1;s:2:\"GB\";i:2;s:2:\"CA\";i:3;s:2:\"ES\";i:4;s:2:\"DE\";i:5;s:2:\"FR\";i:6;s:2:\"NL\";i:7;s:2:\"BE\";i:8;s:2:\"LU\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:10:\"industry.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:24:\"clothing_and_accessories\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"printful-shipping-for-woocommerce\";s:5:\"label\";s:29:\"Print on Demand with Printful\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/printful?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:9;}}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61934, 'category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63588, '_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.1.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.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";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:1747300396;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64596, '_transient_timeout_wc_shipping_method_count', 1748987648, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64597, '_transient_wc_shipping_method_count', 'a:4:{s:7:\"version\";s:10:\"1733469843\";s:6:\"legacy\";i:0;s:7:\"enabled\";i:1;s:8:\"disabled\";i:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65654, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1747300396;s:7:\"checked\";a:1:{s:15:\"hello-elementor\";s:5:\"3.4.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.1\";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.1.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}}s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65857, '_transient_timeout_woocommerce_admin_payment_method_promotion_specs', 1747414064, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65858, '_transient_woocommerce_admin_payment_method_promotion_specs', 'a:1:{s:5:\"en_US\";a:2:{s:27:\"woocommerce_payments:woopay\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"woocommerce_payments:woopay\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:393:\"Payments made simple — including WooPay, a new express checkout feature.<br/><br/>By using WooPayments you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> (including WooPay <a href=\"https://wordpress.com/tos/#more-woopay-specifically\" target=\"_blank\">merchant terms</a>) and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy Policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"8.1.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66014, '_site_transient_timeout_browser_0e0369e2813db7deb26e5937c353aab4', 1747467508, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66015, '_site_transient_browser_0e0369e2813db7deb26e5937c353aab4', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"136.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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66016, '_site_transient_timeout_php_check_1ad0acda4da6c4fcb37046d1f090be2c', 1747467509, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66017, '_site_transient_php_check_1ad0acda4da6c4fcb37046d1f090be2c', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66020, '_transient_timeout_jet_elements_categories_2.7.3', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66021, '_transient_jet_elements_categories_2.7.3', 'a:24:{i:0;s:21:\"jet advanced carousel\";i:1;s:16:\"jet advanced map\";i:2;s:16:\"jet animated box\";i:3;s:17:\"jet animated text\";i:4;s:10:\"jet banner\";i:5;s:10:\"jet brands\";i:6;s:10:\"jet button\";i:7;s:19:\"jet circle progress\";i:8;s:19:\"jet countdown timer\";i:9;s:12:\"jet headline\";i:10;s:20:\"jet image comparison\";i:11;s:22:\"jet images grid layout\";i:12;s:25:\"jet images justify layout\";i:13;s:25:\"jet images masonry layout\";i:14;s:17:\"jet post carousel\";i:15;s:15:\"jet post slider\";i:16;s:14:\"jet posts grid\";i:17;s:17:\"jet pricing table\";i:18;s:16:\"jet progress bar\";i:19;s:12:\"jet services\";i:20;s:10:\"jet slider\";i:21;s:18:\"jet subscribe form\";i:22;s:16:\"jet team members\";i:23;s:16:\"jet testimonials\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66024, '_transient_timeout_wc_report_orders_stats_df35fb9dc22486bb3f7d2951e186b8f3', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66025, '_transient_wc_report_orders_stats_df35fb9dc22486bb3f7d2951e186b8f3', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66026, '_transient_timeout_wc_report_orders_stats_22918d5ae4fdd54f26ca848099c8105e', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66027, '_transient_wc_report_orders_stats_22918d5ae4fdd54f26ca848099c8105e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66028, '_transient_timeout_wc_report_products_stats_fe01b08c175ac4bff39a50495d1c429b', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66029, '_transient_wc_report_products_stats_fe01b08c175ac4bff39a50495d1c429b', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66030, '_transient_timeout_wc_report_variations_stats_05875b34a548472b19c5fd1c4f1bc57b', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66031, '_transient_wc_report_variations_stats_05875b34a548472b19c5fd1c4f1bc57b', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66032, '_transient_timeout_wc_report_orders_stats_88fc41c1471df861a871605669c84565', 1747467510, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66033, '_transient_wc_report_orders_stats_88fc41c1471df861a871605669c84565', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:10:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:10;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66034, '_transient_timeout_wc_low_stock_count', 1749454710, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66035, '_transient_wc_low_stock_count', '0', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66036, '_transient_timeout_wc_outofstock_count', 1749454710, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66037, '_transient_wc_outofstock_count', '0', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66056, '_transient_timeout_8b7cd819e87845cd6fa7c354f4a19a9c', 1747467565, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66057, '_transient_8b7cd819e87845cd6fa7c354f4a19a9c', 'a:10:{s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/apple-maps-esque.json\";s:16:\"Apple Maps-esque\";s:76:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-essence.json\";s:12:\"Blue Essence\";s:74:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-water.json\";s:10:\"Blue Water\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/light-dream.json\";s:11:\"Light Dream\";s:73:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/pale-dawn.json\";s:9:\"Pale Dawn\";s:69:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/paper.json\";s:5:\"Paper\";s:78:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/shades-of-grey.json\";s:14:\"Shades of Grey\";s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/subtle-grayscale.json\";s:16:\"Subtle Grayscale\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/ultra-light.json\";s:11:\"Ultra Light\";s:66:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/wy.json\";s:2:\"WY\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66058, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', 1754638765, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66059, '_transient__elementor_ab_test_plg_site_mailer_submission', 2, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66907, '_site_transient_timeout_browser_8369da3c75ccd12bc017791df73a85c8', 1747663182, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66908, '_site_transient_browser_8369da3c75ccd12bc017791df73a85c8', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"136.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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66913, '_transient_timeout_wc_report_orders_stats_b48df51658c745421c63b372176a8b27', 1747663183, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66914, '_transient_wc_report_orders_stats_b48df51658c745421c63b372176a8b27', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66915, '_transient_timeout_wc_report_orders_stats_e555141331bdce8a22cb291071d68645', 1747663183, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66916, '_transient_wc_report_orders_stats_e555141331bdce8a22cb291071d68645', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66917, '_transient_timeout_wc_report_products_stats_a37ddc4cacc24c48605b35c6fd8ba3df', 1747663183, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66918, '_transient_wc_report_products_stats_a37ddc4cacc24c48605b35c6fd8ba3df', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66919, '_transient_timeout_wc_report_variations_stats_765985bae13e1d8f5f52808a8749655e', 1747663183, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66920, '_transient_wc_report_variations_stats_765985bae13e1d8f5f52808a8749655e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66921, '_transient_timeout_wc_report_orders_stats_bf39f5765279084f10e7540f1d7af993', 1747663183, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66922, '_transient_wc_report_orders_stats_bf39f5765279084f10e7540f1d7af993', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:12:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:12;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66941, '_site_transient_timeout_woocommerce_new_version', 1747663349, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66942, '_site_transient_woocommerce_new_version', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66945, '_transient_timeout_orders-all-statuses', 1747663349, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66946, '_transient_orders-all-statuses', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";a:1:{i:0;s:13:\"wc-processing\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66948, '_transient_woocommerce_product_task_product_count_transient', 8, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66951, '_transient_timeout_wc_report_orders_stats_6c83b8d970346115e9fd27ef6864e432', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66952, '_transient_wc_report_orders_stats_6c83b8d970346115e9fd27ef6864e432', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":7:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:12:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:12;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66953, '_transient_timeout_wc_report_orders_stats_ca41e48d391832ff0fffdc42c6d57b1c', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66954, '_transient_wc_report_orders_stats_ca41e48d391832ff0fffdc42c6d57b1c', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:02:44\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:02:44\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66955, '_transient_timeout_wc_report_orders_stats_ec0a22cda3e2377b53ac87c3d33fdc7a', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66956, '_transient_wc_report_orders_stats_ec0a22cda3e2377b53ac87c3d33fdc7a', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:02:44\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:02:44\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66957, '_transient_timeout_wc_report_products_stats_15c4e990ec447411c253aed525071a34', 1747663364, 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66958, '_transient_wc_report_products_stats_15c4e990ec447411c253aed525071a34', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:02:44\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:02:44\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66959, '_transient_timeout_wc_report_customers_bed901fd4400a85b97cb935622b3cfe8', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66960, '_transient_wc_report_customers_bed901fd4400a85b97cb935622b3cfe8', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66961, '_transient_timeout_wc_report_coupons_f19cd32bc9cd5434e1ec3f441ef026ab', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66962, '_transient_wc_report_coupons_f19cd32bc9cd5434e1ec3f441ef026ab', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66963, '_transient_timeout_wc_report_variations_stats_30f2841ffe28c249215d88b77a9eb0b1', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66964, '_transient_timeout_wc_report_categories_ed2cb503853c9d81a926e7d49f3e2a2e', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66965, '_transient_wc_report_variations_stats_30f2841ffe28c249215d88b77a9eb0b1', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:02:44\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:02:44\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66966, '_transient_wc_report_categories_ed2cb503853c9d81a926e7d49f3e2a2e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66967, '_transient_timeout_wc_report_products_57ef3e5d3ec848d6ac840e5cd15645f4', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66968, '_transient_wc_report_products_57ef3e5d3ec848d6ac840e5cd15645f4', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66969, '_transient_timeout_wc_report_orders_stats_9dd372938788a9289c8c319cf0eb714d', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66970, '_transient_wc_report_orders_stats_9dd372938788a9289c8c319cf0eb714d', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:12:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:12;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66971, '_transient_timeout_wc_report_orders_stats_64db7c23f81dcd9208a1c74a1668151c', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66972, '_transient_wc_report_orders_stats_64db7c23f81dcd9208a1c74a1668151c', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66973, '_transient_timeout_wc_report_orders_stats_dbbf2a58b43f344e4499a2cf69ceaef2', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66974, '_transient_wc_report_orders_stats_dbbf2a58b43f344e4499a2cf69ceaef2', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66975, '_transient_timeout_wc_report_products_stats_1607cda8400bbc16cd3c0f6d7d4066a9', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66976, '_transient_wc_report_products_stats_1607cda8400bbc16cd3c0f6d7d4066a9', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66977, '_transient_timeout_wc_report_orders_stats_b346d411c2d5182074fe963001662bf0', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66978, '_transient_wc_report_orders_stats_b346d411c2d5182074fe963001662bf0', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:12:{i:0;a:6:{s:8:\"interval\";s:10:\"2024-05-01\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2024-05-02\";s:10:\"date_start\";s:19:\"2024-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2024-05-03\";s:10:\"date_start\";s:19:\"2024-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2024-05-04\";s:10:\"date_start\";s:19:\"2024-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2024-05-05\";s:10:\"date_start\";s:19:\"2024-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2024-05-06\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2024-05-07\";s:10:\"date_start\";s:19:\"2024-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2024-05-08\";s:10:\"date_start\";s:19:\"2024-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2024-05-09\";s:10:\"date_start\";s:19:\"2024-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2024-05-10\";s:10:\"date_start\";s:19:\"2024-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2024-05-11\";s:10:\"date_start\";s:19:\"2024-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2024-05-12\";s:10:\"date_start\";s:19:\"2024-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:12;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66979, '_transient_timeout_wc_report_variations_stats_10bb1c0e8e7ac229aed4dcaa5967366e', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66980, '_transient_wc_report_variations_stats_10bb1c0e8e7ac229aed4dcaa5967366e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:2:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:2;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66981, '_transient_timeout_wc_report_orders_stats_bb262ad3ae305f2e129ea142ff236a25', 1747663364, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66982, '_transient_wc_report_orders_stats_bb262ad3ae305f2e129ea142ff236a25', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":7:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:12:{i:0;a:6:{s:8:\"interval\";s:10:\"2024-05-01\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2024-05-02\";s:10:\"date_start\";s:19:\"2024-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2024-05-03\";s:10:\"date_start\";s:19:\"2024-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2024-05-04\";s:10:\"date_start\";s:19:\"2024-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2024-05-05\";s:10:\"date_start\";s:19:\"2024-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2024-05-06\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2024-05-07\";s:10:\"date_start\";s:19:\"2024-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2024-05-08\";s:10:\"date_start\";s:19:\"2024-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2024-05-09\";s:10:\"date_start\";s:19:\"2024-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2024-05-10\";s:10:\"date_start\";s:19:\"2024-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2024-05-11\";s:10:\"date_start\";s:19:\"2024-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2024-05-12\";s:10:\"date_start\";s:19:\"2024-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:12;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66990, '_transient_timeout_wc_report_customers_8f102f1f73e4751f142c699900187677', 1747663607, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66991, '_transient_wc_report_customers_8f102f1f73e4751f142c699900187677', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66992, '_transient_timeout_wc_report_orders_stats_a2e20f9dcc88104d5701588ee349f7e0', 1747663607, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66993, '_transient_wc_report_orders_stats_a2e20f9dcc88104d5701588ee349f7e0', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:06:48\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:06:48\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66994, '_transient_timeout_wc_report_orders_stats_487946ef09eb8b04de554e2188d2b132', 1747663607, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66995, '_transient_wc_report_orders_stats_487946ef09eb8b04de554e2188d2b132', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:06:48\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:06:48\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66996, '_transient_timeout_wc_report_products_stats_6a506189593bf0648617b9372243d487', 1747663607, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66997, '_transient_wc_report_products_stats_6a506189593bf0648617b9372243d487', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:06:48\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:06:48\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66998, '_transient_timeout_wc_report_variations_stats_d3596e7989f19edcef60f98ce1d44394', 1747663607, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66999, '_transient_wc_report_variations_stats_d3596e7989f19edcef60f98ce1d44394', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 18:06:48\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 18:06:48\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67094, 'woocommerce_attribute_lookup_enabled', 'yes', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67097, '_transient_wc_attribute_taxonomies', 'a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:12:\"manufactures\";s:15:\"attribute_label\";s:12:\"Manufactures\";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 `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67200, '_transient_timeout_wc_report_orders_stats_dba20ef6898626f4c530c229b9ab8a7f', 1747720024, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67201, '_transient_wc_report_orders_stats_dba20ef6898626f4c530c229b9ab8a7f', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67202, '_transient_timeout_wc_report_orders_stats_1c9bb3c672183764b9f0152bd8d892d2', 1747720024, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67203, '_transient_wc_report_orders_stats_1c9bb3c672183764b9f0152bd8d892d2', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67204, '_transient_timeout_wc_report_products_stats_797edbf1baa0cf1bccf720abc8e10754', 1747720024, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67205, '_transient_wc_report_products_stats_797edbf1baa0cf1bccf720abc8e10754', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67206, '_transient_timeout_wc_report_variations_stats_6356cd0435f107ec4c9c5db8633acfb2', 1747720024, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67207, '_transient_wc_report_variations_stats_6356cd0435f107ec4c9c5db8633acfb2', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67208, '_transient_timeout_wc_report_orders_stats_d86b15b8c4604dcc4a96b4c7ce6b6118', 1747720024, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67209, '_transient_wc_report_orders_stats_d86b15b8c4604dcc4a96b4c7ce6b6118', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:13:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-05-13\";s:10:\"date_start\";s:19:\"2025-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:13;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67227, '_transient_timeout_wc_report_orders_stats_3732da34d6c22c9b113ac9471436680e', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67228, '_transient_wc_report_orders_stats_3732da34d6c22c9b113ac9471436680e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-20\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67229, '_transient_timeout_wc_report_orders_stats_22a6d24b1f9abd224e7a2d73e8b78279', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67230, '_transient_wc_report_orders_stats_22a6d24b1f9abd224e7a2d73e8b78279', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-20\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67231, '_transient_timeout_wc_report_products_stats_af5bfd9809a166d0446bb7011153cd5e', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67232, '_transient_timeout_wc_report_orders_stats_6f684ff5c5f35ded7bbc601f46a9fdbb', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67233, '_transient_wc_report_products_stats_af5bfd9809a166d0446bb7011153cd5e', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-20\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67234, '_transient_wc_report_orders_stats_6f684ff5c5f35ded7bbc601f46a9fdbb', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:13:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-05-13\";s:10:\"date_start\";s:19:\"2025-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:13;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67235, '_transient_timeout_wc_report_variations_stats_43341d0410489b06cfa19c760efdc08f', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67236, '_transient_wc_report_variations_stats_43341d0410489b06cfa19c760efdc08f', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2024-20\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2024-19\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2024-18\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67237, '_transient_timeout_wc_report_orders_stats_3645d2034e85de3d9ce127a56864815b', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67238, '_transient_timeout_wc_report_orders_stats_ba332c74d1dd22fbf1fa2d2a92955d6a', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67239, '_transient_wc_report_orders_stats_3645d2034e85de3d9ce127a56864815b', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:13:{i:0;a:6:{s:8:\"interval\";s:10:\"2024-05-01\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2024-05-02\";s:10:\"date_start\";s:19:\"2024-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2024-05-03\";s:10:\"date_start\";s:19:\"2024-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2024-05-04\";s:10:\"date_start\";s:19:\"2024-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2024-05-05\";s:10:\"date_start\";s:19:\"2024-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2024-05-06\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2024-05-07\";s:10:\"date_start\";s:19:\"2024-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2024-05-08\";s:10:\"date_start\";s:19:\"2024-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2024-05-09\";s:10:\"date_start\";s:19:\"2024-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2024-05-10\";s:10:\"date_start\";s:19:\"2024-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2024-05-11\";s:10:\"date_start\";s:19:\"2024-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2024-05-12\";s:10:\"date_start\";s:19:\"2024-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2024-05-13\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":4:{s:12:\"orders_count\";i:0;s:15:\"avg_order_value\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:13;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67240, '_transient_wc_report_orders_stats_ba332c74d1dd22fbf1fa2d2a92955d6a', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":7:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:13:{i:0;a:6:{s:8:\"interval\";s:10:\"2024-05-01\";s:10:\"date_start\";s:19:\"2024-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2024-05-02\";s:10:\"date_start\";s:19:\"2024-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2024-05-03\";s:10:\"date_start\";s:19:\"2024-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2024-05-04\";s:10:\"date_start\";s:19:\"2024-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2024-05-05\";s:10:\"date_start\";s:19:\"2024-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2024-05-06\";s:10:\"date_start\";s:19:\"2024-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2024-05-07\";s:10:\"date_start\";s:19:\"2024-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2024-05-08\";s:10:\"date_start\";s:19:\"2024-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2024-05-09\";s:10:\"date_start\";s:19:\"2024-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2024-05-10\";s:10:\"date_start\";s:19:\"2024-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2024-05-11\";s:10:\"date_start\";s:19:\"2024-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2024-05-12\";s:10:\"date_start\";s:19:\"2024-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2024-05-13\";s:10:\"date_start\";s:19:\"2024-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2024-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:13;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67241, '_transient_timeout_wc_report_orders_stats_9ef9796b386c99bcbac7b6a48f232e56', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67242, '_transient_wc_report_orders_stats_9ef9796b386c99bcbac7b6a48f232e56', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 09:52:01\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 09:52:01\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67243, '_transient_timeout_wc_report_orders_stats_1e6b5453588a60499fbb4bd8343b6770', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67244, '_transient_wc_report_orders_stats_1e6b5453588a60499fbb4bd8343b6770', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 09:52:01\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 09:52:01\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67245, '_transient_timeout_wc_report_products_stats_0b2516b6e2898a9481b202dc3bad6de9', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67246, '_transient_timeout_wc_report_orders_stats_e30635d380b09572579630d3b52a94de', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67247, '_transient_wc_report_products_stats_0b2516b6e2898a9481b202dc3bad6de9', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 09:52:01\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 09:52:01\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67248, '_transient_wc_report_orders_stats_e30635d380b09572579630d3b52a94de', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":7:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:13:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-05-13\";s:10:\"date_start\";s:19:\"2025-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:11:\"total_sales\";d:0;s:11:\"net_revenue\";d:0;s:7:\"refunds\";d:0;s:8:\"shipping\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:13;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67249, '_transient_timeout_wc_report_variations_stats_6f104643dfccced2cd0bd879dc3aba79', 1747720324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67250, '_transient_wc_report_variations_stats_6f104643dfccced2cd0bd879dc3aba79', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 09:52:01\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 09:52:01\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67251, '_transient_timeout_wc_report_customers_718d6c1d8ce3583d78d06e98d20c0468', 1747720325, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67252, '_transient_wc_report_customers_718d6c1d8ce3583d78d06e98d20c0468', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67253, '_transient_timeout_wc_report_coupons_7a6cbafa5d0ca1f304c9a73bf0042da5', 1747720325, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67254, '_transient_wc_report_coupons_7a6cbafa5d0ca1f304c9a73bf0042da5', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67255, '_transient_timeout_wc_report_categories_baf7f40311cd578c9834b7e64e14bdc9', 1747720325, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67256, '_transient_wc_report_categories_baf7f40311cd578c9834b7e64e14bdc9', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67257, '_transient_timeout_wc_report_products_3854446298f8fdded15bc75602a62b8c', 1747720325, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67258, '_transient_wc_report_products_3854446298f8fdded15bc75602a62b8c', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:0:{}s:5:\"total\";i:0;s:5:\"pages\";i:0;s:7:\"page_no\";i:0;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67316, '_elementor_pro_installed_time', 1747115609, 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67576, '_transient_timeout_external_ip_address_124.222.142.44', 1747250712, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67577, '_transient_external_ip_address_124.222.142.44', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67583, '_transient_timeout_external_ip_address_45.82.78.254', 1747252274, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67584, '_transient_external_ip_address_45.82.78.254', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67589, '_transient_timeout_external_ip_address_195.2.81.242', 1747255069, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67590, '_transient_external_ip_address_195.2.81.242', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67603, '_transient_timeout_external_ip_address_50.6.155.105', 1747260931, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67604, '_transient_external_ip_address_50.6.155.105', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67607, '_transient_timeout_external_ip_address_69.171.249.8', 1747260949, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67608, '_transient_external_ip_address_69.171.249.8', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67610, '_transient_timeout_external_ip_address_43.157.201.184', 1747261789, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67611, '_transient_external_ip_address_43.157.201.184', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67622, '_transient_timeout_external_ip_address_118.195.153.213', 1747274319, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67623, '_transient_external_ip_address_118.195.153.213', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67627, '_transient_timeout_external_ip_address_43.153.48.240', 1747276260, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67628, '_transient_external_ip_address_43.153.48.240', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67632, '_transient_timeout_external_ip_address_200.93.52.150', 1747279177, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67633, '_transient_external_ip_address_200.93.52.150', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67637, '_transient_timeout_external_ip_address_201.148.113.18', 1747279179, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67638, '_transient_external_ip_address_201.148.113.18', '50.6.154.254', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67639, '_transient_timeout_external_ip_address_35.225.242.39', 1747282338, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67640, '_transient_external_ip_address_35.225.242.39', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67644, '_transient_timeout_external_ip_address_132.232.203.74', 1747286565, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67645, '_transient_external_ip_address_132.232.203.74', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67649, '_transient_timeout_external_ip_address_104.131.111.175', 1747287740, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67650, '_transient_external_ip_address_104.131.111.175', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67652, '_transient_timeout_external_ip_address_43.130.106.18', 1747289549, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67653, '_transient_external_ip_address_43.130.106.18', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67658, '_transient_timeout_external_ip_address_107.151.218.153', 1747291386, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67659, '_transient_external_ip_address_107.151.218.153', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67663, '_transient_timeout_external_ip_address_150.109.10.91', 1747294489, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67664, '_transient_external_ip_address_150.109.10.91', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67668, '_transient_timeout_external_ip_address_69.171.249.3', 1747296997, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67669, '_transient_external_ip_address_69.171.249.3', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67673, '_transient_timeout_external_ip_address_118.195.165.218', 1747298109, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67674, '_transient_external_ip_address_118.195.165.218', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67677, '_transient_timeout_external_ip_address_66.249.93.132', 1747298580, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67678, '_transient_external_ip_address_66.249.93.132', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67679, '_transient_timeout_external_ip_address_162.120.187.225', 1747298581, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67680, '_transient_external_ip_address_162.120.187.225', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67700, '_transient_timeout_external_ip_address_147.185.132.19', 1747299826, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67701, '_transient_external_ip_address_147.185.132.19', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67708, '_transient_timeout_external_ip_address_43.166.7.113', 1747302430, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67709, '_transient_external_ip_address_43.166.7.113', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67711, '_transient_timeout_external_ip_address_184.154.139.6', 1747302775, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67712, '_transient_external_ip_address_184.154.139.6', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67725, '_site_transient_timeout_browser_2333b8d335abc6e14aef1caed0ae26fc', 1747821446, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67726, '_site_transient_browser_2333b8d335abc6e14aef1caed0ae26fc', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"136.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67729, '_transient_timeout_jet_elements_categories_2.7.6', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67730, '_transient_jet_elements_categories_2.7.6', 'a:24:{i:0;s:21:\"jet advanced carousel\";i:1;s:16:\"jet advanced map\";i:2;s:16:\"jet animated box\";i:3;s:17:\"jet animated text\";i:4;s:10:\"jet banner\";i:5;s:10:\"jet brands\";i:6;s:10:\"jet button\";i:7;s:19:\"jet circle progress\";i:8;s:19:\"jet countdown timer\";i:9;s:12:\"jet headline\";i:10;s:20:\"jet image comparison\";i:11;s:22:\"jet images grid layout\";i:12;s:25:\"jet images justify layout\";i:13;s:25:\"jet images masonry layout\";i:14;s:17:\"jet post carousel\";i:15;s:15:\"jet post slider\";i:16;s:14:\"jet posts grid\";i:17;s:17:\"jet pricing table\";i:18;s:16:\"jet progress bar\";i:19;s:12:\"jet services\";i:20;s:10:\"jet slider\";i:21;s:18:\"jet subscribe form\";i:22;s:16:\"jet team members\";i:23;s:16:\"jet testimonials\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67733, '_transient_timeout_wc_report_orders_stats_377ce1516ad17a6543aaa9a07f1b877c', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67734, '_transient_wc_report_orders_stats_377ce1516ad17a6543aaa9a07f1b877c', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67735, '_transient_timeout_wc_report_orders_stats_2fcd122472cc598557daa7b7054409ce', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67736, '_transient_wc_report_orders_stats_2fcd122472cc598557daa7b7054409ce', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67737, '_transient_timeout_wc_report_products_stats_35786072439e86891918ff4e65fe028f', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67738, '_transient_wc_report_products_stats_35786072439e86891918ff4e65fe028f', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67739, '_transient_timeout_wc_report_variations_stats_003eaa6868f643f51752259122f53e82', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67740, '_transient_wc_report_variations_stats_003eaa6868f643f51752259122f53e82', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67741, '_transient_timeout_wc_report_orders_stats_c6dedec2c29735054901171b2ec3ddeb', 1747821448, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67742, '_transient_wc_report_orders_stats_c6dedec2c29735054901171b2ec3ddeb', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:14:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-05-13\";s:10:\"date_start\";s:19:\"2025-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-05-14\";s:10:\"date_start\";s:19:\"2025-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:14;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67745, '_site_transient_timeout_community-events-858e16d97773d758e234cb18c78e8e18', 1747259849, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67746, '_site_transient_community-events-858e16d97773d758e234cb18c78e8e18', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"86.98.80.0\";}s:6:\"events\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67749, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67750, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', 1747289674, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67753, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67754, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', 1747289674, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67774, '_transient_timeout_external_ip_address_31.13.103.7', 1747309786, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67775, '_transient_external_ip_address_31.13.103.7', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67777, '_transient_timeout_external_ip_address_91.72.205.144', 1747309786, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67778, '_transient_external_ip_address_91.72.205.144', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67779, '_transient_timeout_external_ip_address_36.111.67.189', 1747310284, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67780, '_transient_external_ip_address_36.111.67.189', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67783, '_transient_timeout_external_ip_address_66.249.93.133', 1747310839, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67784, '_transient_external_ip_address_66.249.93.133', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67785, '_transient_timeout_external_ip_address_162.120.188.97', 1747310839, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67786, '_transient_external_ip_address_162.120.188.97', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67789, '_transient_timeout_external_ip_address_193.186.4.3', 1747310842, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67790, '_transient_external_ip_address_193.186.4.3', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67791, '_transient_timeout_external_ip_address_165.22.110.186', 1747310914, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67792, '_transient_external_ip_address_165.22.110.186', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67794, '_transient_timeout_external_ip_address_91.73.87.194', 1747310998, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67795, '_transient_external_ip_address_91.73.87.194', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67810, '_transient_timeout_external_ip_address_43.153.15.51', 1747314429, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67811, '_transient_external_ip_address_43.153.15.51', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67817, '_transient_timeout_external_ip_address_137.226.113.44', 1747318119, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67818, '_transient_external_ip_address_137.226.113.44', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67825, '_transient_timeout_external_ip_address_175.6.217.4', 1747322060, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67826, '_transient_external_ip_address_175.6.217.4', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67831, '_transient_timeout_wc_related_6159', 1747322608, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67832, '_transient_wc_related_6159', 'a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=6159\";a:7:{i:0;s:4:\"2664\";i:1;s:4:\"6108\";i:2;s:4:\"6143\";i:3;s:4:\"6148\";i:4;s:4:\"6156\";i:5;s:4:\"6158\";i:6;s:4:\"6160\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67834, '_transient_timeout_external_ip_address_162.120.187.97', 1747322713, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67835, '_transient_external_ip_address_162.120.187.97', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67836, '_transient_timeout_external_ip_address_162.120.188.96', 1747322715, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67837, '_transient_external_ip_address_162.120.188.96', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67838, '_transient_timeout_external_ip_address_217.164.215.47', 1747322717, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67839, '_transient_external_ip_address_217.164.215.47', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67840, '_transient_timeout_external_ip_address_34.1.27.25', 1747322969, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67841, '_transient_external_ip_address_34.1.27.25', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67844, '_transient_timeout_external_ip_address_34.123.142.221', 1747323723, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67845, '_transient_external_ip_address_34.123.142.221', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67847, '_transient_timeout_external_ip_address_158.69.25.39', 1747324266, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67848, '_transient_external_ip_address_158.69.25.39', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67854, '_transient_timeout_external_ip_address_43.153.122.30', 1747325918, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67855, '_transient_external_ip_address_43.153.122.30', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67858, '_transient_timeout_external_ip_address_124.156.226.179', 1747326751, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67859, '_transient_external_ip_address_124.156.226.179', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67864, '_transient_timeout_external_ip_address_43.153.36.110', 1747327336, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67865, '_transient_external_ip_address_43.153.36.110', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67868, '_transient_timeout_external_ip_address_43.130.139.136', 1747328548, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67869, '_transient_external_ip_address_43.130.139.136', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67871, '_transient_timeout_external_ip_address_170.106.140.110', 1747329106, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67872, '_transient_external_ip_address_170.106.140.110', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67877, '_transient_timeout_external_ip_address_170.39.218.60', 1747329456, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67878, '_transient_external_ip_address_170.39.218.60', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67880, '_transient_timeout_external_ip_address_43.130.47.33', 1747329711, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67881, '_transient_external_ip_address_43.130.47.33', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67883, '_transient_timeout_external_ip_address_170.106.180.139', 1747330335, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67884, '_transient_external_ip_address_170.106.180.139', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67886, '_transient_timeout_external_ip_address_43.159.145.153', 1747331051, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67887, '_transient_external_ip_address_43.159.145.153', '50.6.154.254', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67891, '_transient_timeout_external_ip_address_43.157.147.3', 1747332824, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67892, '_transient_external_ip_address_43.157.147.3', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67894, '_transient_timeout_external_ip_address_43.130.39.254', 1747333378, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67895, '_transient_external_ip_address_43.130.39.254', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67899, '_transient_timeout_external_ip_address_43.166.142.76', 1747334009, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67900, '_transient_external_ip_address_43.166.142.76', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67905, '_transient_timeout_external_ip_address_49.51.245.241', 1747335220, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67906, '_transient_external_ip_address_49.51.245.241', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67911, '_transient_timeout_external_ip_address_43.159.135.203', 1747336324, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67912, '_transient_external_ip_address_43.159.135.203', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67914, '_transient_timeout_external_ip_address_43.155.140.157', 1747336910, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67915, '_transient_external_ip_address_43.155.140.157', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67919, '_transient_timeout_external_ip_address_46.4.84.237', 1747339295, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67920, '_transient_external_ip_address_46.4.84.237', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67924, '_transient_timeout_external_ip_address_170.106.35.187', 1747339932, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67925, '_transient_external_ip_address_170.106.35.187', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67928, '_transient_timeout_external_ip_address_87.248.139.173', 1747340245, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67929, '_transient_external_ip_address_87.248.139.173', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67931, '_transient_timeout_external_ip_address_43.135.182.43', 1747340833, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67932, '_transient_external_ip_address_43.135.182.43', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67951, '_transient_timeout_external_ip_address_43.157.188.74', 1747343709, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67952, '_transient_external_ip_address_43.157.188.74', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67959, '_transient_timeout_external_ip_address_49.51.33.159', 1747345038, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67960, '_transient_external_ip_address_49.51.33.159', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67962, '_transient_timeout_external_ip_address_125.75.66.97', 1747345098, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67963, '_transient_external_ip_address_125.75.66.97', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67965, '_transient_timeout_external_ip_address_43.153.71.132', 1747345575, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67966, '_transient_external_ip_address_43.153.71.132', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67970, '_transient_timeout_external_ip_address_66.249.92.199', 1747346065, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67971, '_transient_external_ip_address_66.249.92.199', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67973, '_transient_timeout_external_ip_address_66.249.92.200', 1747346066, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67974, '_transient_external_ip_address_66.249.92.200', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67980, '_transient_timeout_external_ip_address_185.104.44.170', 1747347944, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67981, '_transient_external_ip_address_185.104.44.170', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67983, '_transient_timeout_external_ip_address_43.156.202.34', 1747351126, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67984, '_transient_external_ip_address_43.156.202.34', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67989, '_transient_timeout_external_ip_address_74.225.131.213', 1747351914, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67990, '_transient_external_ip_address_74.225.131.213', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67992, '_transient_timeout_external_ip_address_102.129.145.27', 1747352190, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67993, '_transient_external_ip_address_102.129.145.27', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67999, '_transient_timeout_external_ip_address_110.40.186.63', 1747356560, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68000, '_transient_external_ip_address_110.40.186.63', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68006, '_transient_timeout_external_ip_address_69.171.231.5', 1747363067, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68007, '_transient_external_ip_address_69.171.231.5', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68011, '_transient_timeout_external_ip_address_43.135.144.81', 1747365421, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68012, '_transient_external_ip_address_43.135.144.81', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68020, '_transient_timeout_external_ip_address_91.73.29.206', 1747368341, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68021, '_transient_external_ip_address_91.73.29.206', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68026, '_transient_timeout_external_ip_address_44.205.252.28', 1747370636, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68027, '_transient_external_ip_address_44.205.252.28', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68029, '_transient_timeout_external_ip_address_44.197.216.89', 1747370638, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68030, '_transient_external_ip_address_44.197.216.89', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68033, '_site_transient_timeout_jet_dashboard_license_expire_check', 1747332869, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68034, '_site_transient_jet_dashboard_license_expire_check', 'true', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68035, '_transient_timeout_external_ip_address_2.49.96.210', 1747376069, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68036, '_transient_external_ip_address_2.49.96.210', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68049, '_transient_timeout_elementor_remote_info_api_data_3.28.4', 1747332872, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68050, '_transient_elementor_remote_info_api_data_3.28.4', 'a:4:{s:9:\"timestamp\";s:10:\"1747288084\";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.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68051, '_transient_timeout_wc_report_orders_stats_375d5775e55ba91ffecd17b2b5e6875f', 1747894472, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68052, '_transient_wc_report_orders_stats_375d5775e55ba91ffecd17b2b5e6875f', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68053, '_transient_timeout_wc_report_orders_stats_4f26f6173bbbdde406fcb99c9857c384', 1747894472, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68054, '_transient_wc_report_orders_stats_4f26f6173bbbdde406fcb99c9857c384', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68055, '_transient_timeout_wc_report_products_stats_33ca378873c81958c6290839248cfabc', 1747894472, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68056, '_transient_wc_report_products_stats_33ca378873c81958c6290839248cfabc', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68057, '_transient_timeout_wc_report_variations_stats_9147703d0ab0acd0a344cbee4c045d1d', 1747894472, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68058, '_transient_wc_report_variations_stats_9147703d0ab0acd0a344cbee4c045d1d', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-20\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-19\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-18\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68059, '_transient_timeout_wc_report_orders_stats_ed330caab61990562538ab3d63e9035d', 1747894472, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68060, '_transient_wc_report_orders_stats_ed330caab61990562538ab3d63e9035d', 'a:2:{s:7:\"version\";s:10:\"1743687753\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:15:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-05-01\";s:10:\"date_start\";s:19:\"2025-05-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-05-02\";s:10:\"date_start\";s:19:\"2025-05-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-05-03\";s:10:\"date_start\";s:19:\"2025-05-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-05-04\";s:10:\"date_start\";s:19:\"2025-05-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-05-05\";s:10:\"date_start\";s:19:\"2025-05-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-05-06\";s:10:\"date_start\";s:19:\"2025-05-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-05-07\";s:10:\"date_start\";s:19:\"2025-05-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-05-08\";s:10:\"date_start\";s:19:\"2025-05-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-05-09\";s:10:\"date_start\";s:19:\"2025-05-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-05-10\";s:10:\"date_start\";s:19:\"2025-05-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-05-11\";s:10:\"date_start\";s:19:\"2025-05-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-05-12\";s:10:\"date_start\";s:19:\"2025-05-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-05-13\";s:10:\"date_start\";s:19:\"2025-05-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-05-14\";s:10:\"date_start\";s:19:\"2025-05-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-05-15\";s:10:\"date_start\";s:19:\"2025-05-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-05-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-05-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-05-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:15;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68062, '_site_transient_timeout_community-events-96bf8301aa2f1d8bd7b359281869dfa1', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68063, '_site_transient_community-events-96bf8301aa2f1d8bd7b359281869dfa1', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"2.49.96.0\";}s:6:\"events\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68064, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68065, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68066, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68067, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68068, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', 1747332874, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68069, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/05/wordpress-campus-connect-expands/\'>WordPress Campus Connect Expands</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/04/wordpress-6-8-1-maintenance-release/\'>WordPress 6.8.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/169-wes-tatters-on-the-evolution-of-internet-communities-and-wordpress-open-source\'>WPTavern: #169 – Wes Tatters on the Evolution of Internet Communities and WordPress Open Source</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/blog/why-agency-maturity-matters-when-choosing-woocommerce-or-any-e-commerce-platform/\'>Do The Woo Community: Why Agency Maturity Matters When Choosing WooCommerce (or Any Ecommerce Platform)</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/05/upcoming-talks/\'>Matt: Upcoming Talks</a></li></ul></div>', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68072, '_transient_timeout_external_ip_address_43.156.156.96', 1747378246, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68073, '_transient_external_ip_address_43.156.156.96', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68077, '_transient_timeout_external_ip_address_110.172.98.2', 1747378453, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68078, '_transient_external_ip_address_110.172.98.2', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68083, '_transient_timeout_external_ip_address_203.129.243.82', 1747378883, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68084, '_transient_external_ip_address_203.129.243.82', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68086, '_site_transient_timeout_community-events-d677041a8092c4abecee6b4555f7d49c', 1747335687, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68087, '_site_transient_community-events-d677041a8092c4abecee6b4555f7d49c', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"203.129.243.0\";}s:6:\"events\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68091, '_transient_timeout_external_ip_address_162.14.197.180', 1747379443, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68092, '_transient_external_ip_address_162.14.197.180', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68099, '_transient_timeout_external_ip_address_104.28.159.188', 1747380075, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68100, '_transient_external_ip_address_104.28.159.188', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68101, '_transient_timeout_external_ip_address_82.102.18.180', 1747381615, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68102, '_transient_external_ip_address_82.102.18.180', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68110, '_transient_timeout_external_ip_address_196.251.69.109', 1747386795, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68111, '_transient_external_ip_address_196.251.69.109', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68116, '_transient_timeout__woocommerce_helper_subscriptions', 1747301296, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68117, '_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68120, '_transient_timeout_external_ip_address_162.62.132.25', 1747390398, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68121, '_transient_external_ip_address_162.62.132.25', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68127, '_transient_timeout_external_ip_address_195.82.146.211', 1747391207, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68128, '_transient_external_ip_address_195.82.146.211', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68130, '_transient_timeout_external_ip_address_54.91.98.162', 1747392240, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68131, '_transient_external_ip_address_54.91.98.162', '50.6.154.254', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68135, '_transient_timeout_external_ip_address_44.200.241.179', 1747392240, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68136, '_transient_external_ip_address_44.200.241.179', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68138, '_transient_timeout_external_ip_address_184.154.76.34', 1747392658, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68139, '_transient_external_ip_address_184.154.76.34', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68140, '_transient_timeout_external_ip_address_157.245.115.38', 1747393509, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68141, '_transient_external_ip_address_157.245.115.38', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68146, '_transient_timeout_external_ip_address_139.59.80.138', 1747398845, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68147, '_transient_external_ip_address_139.59.80.138', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68151, '_transient_timeout_external_ip_address_135.148.100.196', 1747400959, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68152, '_transient_external_ip_address_135.148.100.196', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68156, '_transient_timeout_external_ip_address_43.130.16.140', 1747401488, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68157, '_transient_external_ip_address_43.130.16.140', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68160, '_transient_timeout_wc_related_2664', 1747401626, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68161, '_transient_wc_related_2664', 'a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=2664\";a:7:{i:0;s:4:\"6108\";i:1;s:4:\"6143\";i:2;s:4:\"6148\";i:3;s:4:\"6156\";i:4;s:4:\"6158\";i:5;s:4:\"6159\";i:6;s:4:\"6160\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68162, '_transient_timeout_external_ip_address_94.191.43.82', 1747403207, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68163, '_transient_external_ip_address_94.191.43.82', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68167, '_transient_timeout_external_ip_address_68.183.184.233', 1747403714, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68168, '_transient_external_ip_address_68.183.184.233', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68170, '_transient_timeout_external_ip_address_20.26.44.170', 1747404973, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68171, '_transient_external_ip_address_20.26.44.170', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68175, '_transient_timeout_external_ip_address_86.98.80.169', 1747407273, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68176, '_transient_external_ip_address_86.98.80.169', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68189, '_transient_timeout_external_ip_address_5.31.39.241', 1747410699, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68190, '_transient_external_ip_address_5.31.39.241', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68196, '_transient_timeout_ssohttp://5.31.39.241', 1747324732, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68197, '_transient_ssohttp://5.31.39.241', '', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68200, '_site_transient_timeout_eda6590ff3e4e8bd986fd2524e018178_new_version', 1747346063, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68201, '_site_transient_eda6590ff3e4e8bd986fd2524e018178_new_version', '3.28.1', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68202, '_site_transient_timeout_eda6590ff3e4e8bd986fd2524e018178_github_data', 1747346063, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68203, '_site_transient_eda6590ff3e4e8bd986fd2524e018178_github_data', 'O:8:\"stdClass\":82:{s:2:\"id\";i:279870188;s:7:\"node_id\";s:32:\"MDEwOlJlcG9zaXRvcnkyNzk4NzAxODg=\";s:4:\"name\";s:11:\"proelements\";s:9:\"full_name\";s:23:\"proelements/proelements\";s:7:\"private\";b:0;s:5:\"owner\";O:8:\"stdClass\":19:{s:5:\"login\";s:11:\"proelements\";s:2:\"id\";i:68284108;s:7:\"node_id\";s:20:\"MDQ6VXNlcjY4Mjg0MTA4\";s:10:\"avatar_url\";s:52:\"https://avatars.githubusercontent.com/u/68284108?v=4\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:40:\"https://api.github.com/users/proelements\";s:8:\"html_url\";s:30:\"https://github.com/proelements\";s:13:\"followers_url\";s:50:\"https://api.github.com/users/proelements/followers\";s:13:\"following_url\";s:63:\"https://api.github.com/users/proelements/following{/other_user}\";s:9:\"gists_url\";s:56:\"https://api.github.com/users/proelements/gists{/gist_id}\";s:11:\"starred_url\";s:63:\"https://api.github.com/users/proelements/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:54:\"https://api.github.com/users/proelements/subscriptions\";s:17:\"organizations_url\";s:45:\"https://api.github.com/users/proelements/orgs\";s:9:\"repos_url\";s:46:\"https://api.github.com/users/proelements/repos\";s:10:\"events_url\";s:57:\"https://api.github.com/users/proelements/events{/privacy}\";s:19:\"received_events_url\";s:56:\"https://api.github.com/users/proelements/received_events\";s:4:\"type\";s:4:\"User\";s:14:\"user_view_type\";s:6:\"public\";s:10:\"site_admin\";b:0;}s:8:\"html_url\";s:42:\"https://github.com/proelements/proelements\";s:11:\"description\";s:135:\"This plugin enables GPL features of Elementor Pro: widgets, theme builder, dynamic colors and content, forms & popup builder, and more.\";s:4:\"fork\";b:0;s:3:\"url\";s:52:\"https://api.github.com/repos/proelements/proelements\";s:9:\"forks_url\";s:58:\"https://api.github.com/repos/proelements/proelements/forks\";s:8:\"keys_url\";s:66:\"https://api.github.com/repos/proelements/proelements/keys{/key_id}\";s:17:\"collaborators_url\";s:81:\"https://api.github.com/repos/proelements/proelements/collaborators{/collaborator}\";s:9:\"teams_url\";s:58:\"https://api.github.com/repos/proelements/proelements/teams\";s:9:\"hooks_url\";s:58:\"https://api.github.com/repos/proelements/proelements/hooks\";s:16:\"issue_events_url\";s:75:\"https://api.github.com/repos/proelements/proelements/issues/events{/number}\";s:10:\"events_url\";s:59:\"https://api.github.com/repos/proelements/proelements/events\";s:13:\"assignees_url\";s:69:\"https://api.github.com/repos/proelements/proelements/assignees{/user}\";s:12:\"branches_url\";s:70:\"https://api.github.com/repos/proelements/proelements/branches{/branch}\";s:8:\"tags_url\";s:57:\"https://api.github.com/repos/proelements/proelements/tags\";s:9:\"blobs_url\";s:68:\"https://api.github.com/repos/proelements/proelements/git/blobs{/sha}\";s:12:\"git_tags_url\";s:67:\"https://api.github.com/repos/proelements/proelements/git/tags{/sha}\";s:12:\"git_refs_url\";s:67:\"https://api.github.com/repos/proelements/proelements/git/refs{/sha}\";s:9:\"trees_url\";s:68:\"https://api.github.com/repos/proelements/proelements/git/trees{/sha}\";s:12:\"statuses_url\";s:67:\"https://api.github.com/repos/proelements/proelements/statuses/{sha}\";s:13:\"languages_url\";s:62:\"https://api.github.com/repos/proelements/proelements/languages\";s:14:\"stargazers_url\";s:63:\"https://api.github.com/repos/proelements/proelements/stargazers\";s:16:\"contributors_url\";s:65:\"https://api.github.com/repos/proelements/proelements/contributors\";s:15:\"subscribers_url\";s:64:\"https://api.github.com/repos/proelements/proelements/subscribers\";s:16:\"subscription_url\";s:65:\"https://api.github.com/repos/proelements/proelements/subscription\";s:11:\"commits_url\";s:66:\"https://api.github.com/repos/proelements/proelements/commits{/sha}\";s:15:\"git_commits_url\";s:70:\"https://api.github.com/repos/proelements/proelements/git/commits{/sha}\";s:12:\"comments_url\";s:70:\"https://api.github.com/repos/proelements/proelements/comments{/number}\";s:17:\"issue_comment_url\";s:77:\"https://api.github.com/repos/proelements/proelements/issues/comments{/number}\";s:12:\"contents_url\";s:69:\"https://api.github.com/repos/proelements/proelements/contents/{+path}\";s:11:\"compare_url\";s:76:\"https://api.github.com/repos/proelements/proelements/compare/{base}...{head}\";s:10:\"merges_url\";s:59:\"https://api.github.com/repos/proelements/proelements/merges\";s:11:\"archive_url\";s:75:\"https://api.github.com/repos/proelements/proelements/{archive_format}{/ref}\";s:13:\"downloads_url\";s:62:\"https://api.github.com/repos/proelements/proelements/downloads\";s:10:\"issues_url\";s:68:\"https://api.github.com/repos/proelements/proelements/issues{/number}\";s:9:\"pulls_url\";s:67:\"https://api.github.com/repos/proelements/proelements/pulls{/number}\";s:14:\"milestones_url\";s:72:\"https://api.github.com/repos/proelements/proelements/milestones{/number}\";s:17:\"notifications_url\";s:92:\"https://api.github.com/repos/proelements/proelements/notifications{?since,all,participating}\";s:10:\"labels_url\";s:66:\"https://api.github.com/repos/proelements/proelements/labels{/name}\";s:12:\"releases_url\";s:66:\"https://api.github.com/repos/proelements/proelements/releases{/id}\";s:15:\"deployments_url\";s:64:\"https://api.github.com/repos/proelements/proelements/deployments\";s:10:\"created_at\";s:20:\"2020-07-15T13:04:05Z\";s:10:\"updated_at\";s:20:\"2025-05-15T13:22:24Z\";s:9:\"pushed_at\";s:20:\"2025-03-26T09:14:58Z\";s:7:\"git_url\";s:44:\"git://github.com/proelements/proelements.git\";s:7:\"ssh_url\";s:42:\"git@github.com:proelements/proelements.git\";s:9:\"clone_url\";s:46:\"https://github.com/proelements/proelements.git\";s:7:\"svn_url\";s:42:\"https://github.com/proelements/proelements\";s:8:\"homepage\";s:42:\"https://github.com/proelements/proelements\";s:4:\"size\";i:13904;s:16:\"stargazers_count\";i:1261;s:14:\"watchers_count\";i:1261;s:8:\"language\";s:10:\"JavaScript\";s:10:\"has_issues\";b:0;s:12:\"has_projects\";b:0;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:0;s:9:\"has_pages\";b:0;s:15:\"has_discussions\";b:0;s:11:\"forks_count\";i:224;s:10:\"mirror_url\";N;s:8:\"archived\";b:0;s:8:\"disabled\";b:0;s:17:\"open_issues_count\";i:18;s:7:\"license\";O:8:\"stdClass\":5:{s:3:\"key\";s:5:\"other\";s:4:\"name\";s:5:\"Other\";s:7:\"spdx_id\";s:11:\"NOASSERTION\";s:3:\"url\";N;s:7:\"node_id\";s:16:\"MDc6TGljZW5zZTA=\";}s:13:\"allow_forking\";b:1;s:11:\"is_template\";b:0;s:27:\"web_commit_signoff_required\";b:0;s:6:\"topics\";a:5:{i:0;s:9:\"elementor\";i:1;s:22:\"elementor-page-builder\";i:2;s:16:\"elementor-plugin\";i:3;s:12:\"elementorpro\";i:4;s:11:\"proelements\";}s:10:\"visibility\";s:6:\"public\";s:5:\"forks\";i:224;s:11:\"open_issues\";i:18;s:8:\"watchers\";i:1261;s:14:\"default_branch\";s:6:\"master\";s:16:\"temp_clone_token\";N;s:13:\"network_count\";i:224;s:17:\"subscribers_count\";i:100;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68204, '_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders', 1747346063, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68205, '_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders', 'no', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68206, '_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache', 1747410863, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68207, '_transient_woocommerce_admin_pes_incentive_woopayments_cache', 'a:3:{s:10:\"incentives\";a:0:{}s:12:\"context_hash\";s:32:\"afcb2494fb31a59dc01dfce921c0640e\";s:9:\"timestamp\";i:1747324463;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68210, '_transient_timeout_wc_tracks_blog_details', 1747410863, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68211, '_transient_wc_tracks_blog_details', 'a:6:{s:3:\"url\";s:19:\"https://bookblv.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";i:239007068;s:8:\"store_id\";s:36:\"d58cbcc6-aa9e-4a29-a92f-16f898e92d0e\";s:14:\"products_count\";s:1:\"8\";s:10:\"wc_version\";s:5:\"9.8.5\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68213, '_site_transient_timeout_community-events-60f44ca06dab185d09339bb5dca64c3b', 1747367729, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68214, '_site_transient_community-events-60f44ca06dab185d09339bb5dca64c3b', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"5.31.39.0\";}s:6:\"events\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68217, '_site_transient_timeout_theme_roots', 1747327508, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68218, '_site_transient_theme_roots', 'a:2:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68219, '_transient_timeout_external_ip_address_159.65.64.73', 1747411285, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68220, '_transient_external_ip_address_159.65.64.73', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68221, '_site_transient_timeout_wp_theme_files_patterns-d12d053d5093b9356832e8b5cdc28a7f', 1747326685, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68222, '_site_transient_wp_theme_files_patterns-d12d053d5093b9356832e8b5cdc28a7f', 'a:2:{s:7:\"version\";s:5:\"3.4.1\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68225, '_transient_timeout_external_ip_address_5.31.44.59', 1747411734, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68226, '_transient_external_ip_address_5.31.44.59', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68228, 'using_application_passwords', 1, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68229, '_transient_timeout_instawp_generate_large_files', 1747328978, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68230, '_transient_instawp_generate_large_files', 1, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68231, 'instawp_large_files_list', 'a:2:{i:0;a:5:{s:4:\"size\";i:778373353;s:4:\"path\";s:52:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups\";s:8:\"pathname\";s:108:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups/bellavierewards-com-20250515-061442-3yn9yxz8p848.wpress\";s:8:\"realpath\";s:108:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups/bellavierewards-com-20250515-061442-3yn9yxz8p848.wpress\";s:13:\"relative_path\";s:80:\"wp-content/ai1wm-backups/bellavierewards-com-20250515-061442-3yn9yxz8p848.wpress\";}i:1;a:5:{s:4:\"size\";i:778431184;s:4:\"path\";s:52:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups\";s:8:\"pathname\";s:108:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups/bellavierewards-com-20250515-155708-movpx1o1pa7x.wpress\";s:8:\"realpath\";s:108:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups/bellavierewards-com-20250515-155708-movpx1o1pa7x.wpress\";s:13:\"relative_path\";s:80:\"wp-content/ai1wm-backups/bellavierewards-com-20250515-155708-movpx1o1pa7x.wpress\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68232, 'instawp_default_user', 1, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68233, 'instawp_sync_tab_roles', 'a:1:{i:0;s:13:\"administrator\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68234, 'instawp_connect_plan_id', 1, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68235, 'instawp_connect_plan_expire_days', '0', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68238, '_transient_timeout_dirsize_cache', 2062685708, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68239, '_transient_dirsize_cache', 'a:13582:{s:32:\"/home2/adnemgmy/public_html/.tmb\";i:10888;s:52:\"/home2/adnemgmy/public_html/wp-content/ai1wm-backups\";i:1556805145;s:56:\"/home2/adnemgmy/public_html/wp-content/jetpack-waf/rules\";i:178;s:50:\"/home2/adnemgmy/public_html/wp-content/jetpack-waf\";i:798;s:58:\"/home2/adnemgmy/public_html/wp-content/upgrade-temp-backup\";i:0;s:46:\"/home2/adnemgmy/public_html/wp-content/upgrade\";i:0;s:49:\"/home2/adnemgmy/public_html/wp-content/mu-plugins\";i:53002;s:38:\"/home2/adnemgmy/public_html/wp-content\";i:1556858973;s:35:\"/home2/adnemgmy/public_html/cgi-bin\";i:0;s:54:\"/home2/adnemgmy/public_html/.well-known/acme-challenge\";i:216;s:39:\"/home2/adnemgmy/public_html/.well-known\";i:9330;s:44:\"/home2/adnemgmy/public_html/wp-includes/pomo\";i:57146;s:58:\"/home2/adnemgmy/public_html/wp-includes/sitemaps/providers\";i:17599;s:48:\"/home2/adnemgmy/public_html/wp-includes/sitemaps\";i:47547;s:72:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:67:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:62:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Exception\";i:22464;s:58:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:57:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Auth\";i:2541;s:62:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Transport\";i:35470;s:59:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:60:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Utility\";i:7176;s:61:\"/home2/adnemgmy/public_html/wp-includes/Requests/src/Response\";i:3101;s:52:\"/home2/adnemgmy/public_html/wp-includes/Requests/src\";i:214849;s:56:\"/home2/adnemgmy/public_html/wp-includes/Requests/library\";i:261;s:48:\"/home2/adnemgmy/public_html/wp-includes/Requests\";i:215110;s:59:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:65:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:60:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:66:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:61:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:69:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:57:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:58:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:59:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:57:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:53:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/src\";i:716234;s:73:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:79:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:74:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:80:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:75:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:83:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:71:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:72:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:73:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:71:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:67:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:57:\"/home2/adnemgmy/public_html/wp-includes/SimplePie/library\";i:118803;s:49:\"/home2/adnemgmy/public_html/wp-includes/SimplePie\";i:839047;s:49:\"/home2/adnemgmy/public_html/wp-includes/customize\";i:178173;s:52:\"/home2/adnemgmy/public_html/wp-includes/theme-compat\";i:15656;s:43:\"/home2/adnemgmy/public_html/wp-includes/ID3\";i:1160011;s:48:\"/home2/adnemgmy/public_html/wp-includes/html-api\";i:536362;s:54:\"/home2/adnemgmy/public_html/wp-includes/images/smilies\";i:10082;s:54:\"/home2/adnemgmy/public_html/wp-includes/images/crystal\";i:15541;s:52:\"/home2/adnemgmy/public_html/wp-includes/images/media\";i:5263;s:46:\"/home2/adnemgmy/public_html/wp-includes/images\";i:102178;s:45:\"/home2/adnemgmy/public_html/wp-includes/fonts\";i:327011;s:56:\"/home2/adnemgmy/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:58:\"/home2/adnemgmy/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:49:\"/home2/adnemgmy/public_html/wp-includes/Text/Diff\";i:44136;s:44:\"/home2/adnemgmy/public_html/wp-includes/Text\";i:57248;s:57:\"/home2/adnemgmy/public_html/wp-includes/interactivity-api\";i:57534;s:52:\"/home2/adnemgmy/public_html/wp-includes/style-engine\";i:48119;s:54:\"/home2/adnemgmy/public_html/wp-includes/block-patterns\";i:8951;s:63:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:78:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:75:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:73:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:77:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:73:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:64:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:76:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:73:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:71:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:75:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:66:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:71:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:68:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:69:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:62:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:57:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/src\";i:1268866;s:83:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:80:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:78:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:78:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:69:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:64:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:57:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat/lib\";i:99005;s:53:\"/home2/adnemgmy/public_html/wp-includes/sodium_compat\";i:1377044;s:43:\"/home2/adnemgmy/public_html/wp-includes/IXR\";i:33910;s:57:\"/home2/adnemgmy/public_html/wp-includes/css/dist/commands\";i:13442;s:62:\"/home2/adnemgmy/public_html/wp-includes/css/dist/block-library\";i:804090;s:66:\"/home2/adnemgmy/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:55:\"/home2/adnemgmy/public_html/wp-includes/css/dist/editor\";i:243084;s:64:\"/home2/adnemgmy/public_html/wp-includes/css/dist/block-directory\";i:15464;s:59:\"/home2/adnemgmy/public_html/wp-includes/css/dist/components\";i:366079;s:58:\"/home2/adnemgmy/public_html/wp-includes/css/dist/edit-site\";i:590018;s:69:\"/home2/adnemgmy/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:60:\"/home2/adnemgmy/public_html/wp-includes/css/dist/preferences\";i:6314;s:57:\"/home2/adnemgmy/public_html/wp-includes/css/dist/patterns\";i:7442;s:64:\"/home2/adnemgmy/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:52:\"/home2/adnemgmy/public_html/wp-includes/css/dist/nux\";i:11874;s:63:\"/home2/adnemgmy/public_html/wp-includes/css/dist/format-library\";i:5024;s:61:\"/home2/adnemgmy/public_html/wp-includes/css/dist/block-editor\";i:619753;s:61:\"/home2/adnemgmy/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:56:\"/home2/adnemgmy/public_html/wp-includes/css/dist/widgets\";i:23740;s:58:\"/home2/adnemgmy/public_html/wp-includes/css/dist/edit-post\";i:61540;s:48:\"/home2/adnemgmy/public_html/wp-includes/css/dist\";i:2904254;s:43:\"/home2/adnemgmy/public_html/wp-includes/css\";i:3551071;s:58:\"/home2/adnemgmy/public_html/wp-includes/rest-api/endpoints\";i:870211;s:55:\"/home2/adnemgmy/public_html/wp-includes/rest-api/fields\";i:22750;s:55:\"/home2/adnemgmy/public_html/wp-includes/rest-api/search\";i:16916;s:48:\"/home2/adnemgmy/public_html/wp-includes/rest-api\";i:1001440;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:57:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/themes\";i:898863;s:56:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/utils\";i:18826;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:66:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:71:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:67:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:67:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:65:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:68:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:72:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:68:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:66:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:71:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:61:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:68:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:68:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:69:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:63:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:70:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:65:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:64:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:70:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:73:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:58:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:56:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/langs\";i:15529;s:70:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:72:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:66:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:73:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:66:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:56:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce/skins\";i:235667;s:50:\"/home2/adnemgmy/public_html/wp-includes/js/tinymce\";i:2856553;s:54:\"/home2/adnemgmy/public_html/wp-includes/js/dist/vendor\";i:2701413;s:87:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:82:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:81:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:81:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:83:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:82:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:76:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:76:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:67:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:83:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:62:\"/home2/adnemgmy/public_html/wp-includes/js/dist/script-modules\";i:392382;s:59:\"/home2/adnemgmy/public_html/wp-includes/js/dist/development\";i:179848;s:47:\"/home2/adnemgmy/public_html/wp-includes/js/dist\";i:22292680;s:52:\"/home2/adnemgmy/public_html/wp-includes/js/swfupload\";i:8715;s:51:\"/home2/adnemgmy/public_html/wp-includes/js/plupload\";i:490754;s:52:\"/home2/adnemgmy/public_html/wp-includes/js/jquery/ui\";i:787634;s:49:\"/home2/adnemgmy/public_html/wp-includes/js/jquery\";i:1304968;s:51:\"/home2/adnemgmy/public_html/wp-includes/js/thickbox\";i:31323;s:47:\"/home2/adnemgmy/public_html/wp-includes/js/crop\";i:20004;s:53:\"/home2/adnemgmy/public_html/wp-includes/js/codemirror\";i:1287141;s:56:\"/home2/adnemgmy/public_html/wp-includes/js/imgareaselect\";i:49553;s:48:\"/home2/adnemgmy/public_html/wp-includes/js/jcrop\";i:24976;s:65:\"/home2/adnemgmy/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:55:\"/home2/adnemgmy/public_html/wp-includes/js/mediaelement\";i:721307;s:42:\"/home2/adnemgmy/public_html/wp-includes/js\";i:31508964;s:54:\"/home2/adnemgmy/public_html/wp-includes/block-supports\";i:132630;s:52:\"/home2/adnemgmy/public_html/wp-includes/certificates\";i:236599;s:54:\"/home2/adnemgmy/public_html/wp-includes/block-bindings\";i:3610;s:46:\"/home2/adnemgmy/public_html/wp-includes/assets\";i:28376;s:49:\"/home2/adnemgmy/public_html/wp-includes/PHPMailer\";i:233633;s:47:\"/home2/adnemgmy/public_html/wp-includes/widgets\";i:158198;s:44:\"/home2/adnemgmy/public_html/wp-includes/l10n\";i:31237;s:50:\"/home2/adnemgmy/public_html/wp-includes/php-compat\";i:1253;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/quote\";i:7166;s:63:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-pagination\";i:5775;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/site-title\";i:3051;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/video\";i:8844;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/site-logo\";i:15709;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/navigation\";i:131175;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/heading\";i:5866;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/verse\";i:2144;s:51:\"/home2/adnemgmy/public_html/wp-includes/blocks/more\";i:3770;s:63:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-author-name\";i:1673;s:58:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-author\";i:3959;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/home-link\";i:1130;s:51:\"/home2/adnemgmy/public_html/wp-includes/blocks/html\";i:3770;s:63:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-template\";i:3037;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/image\";i:66363;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/social-links\";i:60255;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/paragraph\";i:7421;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/embed\";i:11420;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/block\";i:587;s:53:\"/home2/adnemgmy/public_html/wp-includes/blocks/column\";i:1636;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/read-more\";i:2428;s:58:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-title\";i:1721;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/freeform\";i:41624;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-date\";i:1562;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/media-text\";i:16904;s:63:\"/home2/adnemgmy/public_html/wp-includes/blocks/term-description\";i:2070;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-title\";i:2849;s:60:\"/home2/adnemgmy/public_html/wp-includes/blocks/legacy-widget\";i:556;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/table\";i:27384;s:63:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-no-results\";i:901;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/cover\";i:87729;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-content\";i:1778;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-terms\";i:1981;s:65:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-comments-form\";i:10307;s:62:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-content\";i:1838;s:58:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-total\";i:1520;s:68:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:66:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-date\";i:1665;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/widget-group\";i:400;s:57:\"/home2/adnemgmy/public_html/wp-includes/blocks/categories\";i:4020;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments\";i:29695;s:61:\"/home2/adnemgmy/public_html/wp-includes/blocks/page-list-item\";i:1109;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/latest-posts\";i:11447;s:71:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/details\";i:2260;s:74:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/pattern\";i:411;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/separator\";i:5126;s:61:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments-title\";i:1745;s:75:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:66:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/preformatted\";i:1907;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/calendar\";i:3804;s:51:\"/home2/adnemgmy/public_html/wp-includes/blocks/file\";i:11820;s:53:\"/home2/adnemgmy/public_html/wp-includes/blocks/search\";i:19632;s:66:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:67:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/list-item\";i:1471;s:53:\"/home2/adnemgmy/public_html/wp-includes/blocks/button\";i:14377;s:64:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:51:\"/home2/adnemgmy/public_html/wp-includes/blocks/code\";i:2828;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/archives\";i:2233;s:65:\"/home2/adnemgmy/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/group\";i:8051;s:62:\"/home2/adnemgmy/public_html/wp-includes/blocks/navigation-link\";i:10406;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/nextpage\";i:3039;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/footnotes\";i:2642;s:55:\"/home2/adnemgmy/public_html/wp-includes/blocks/loginout\";i:1474;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/buttons\";i:11324;s:50:\"/home2/adnemgmy/public_html/wp-includes/blocks/rss\";i:4900;s:71:\"/home2/adnemgmy/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/shortcode\";i:2918;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/query\";i:12952;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/pullquote\";i:8859;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/missing\";i:617;s:60:\"/home2/adnemgmy/public_html/wp-includes/blocks/template-part\";i:6686;s:53:\"/home2/adnemgmy/public_html/wp-includes/blocks/spacer\";i:4737;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/site-tagline\";i:2149;s:62:\"/home2/adnemgmy/public_html/wp-includes/blocks/latest-comments\";i:6816;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/text-columns\";i:3054;s:60:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-template\";i:7967;s:59:\"/home2/adnemgmy/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:65:\"/home2/adnemgmy/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/columns\";i:9193;s:52:\"/home2/adnemgmy/public_html/wp-includes/blocks/audio\";i:3675;s:58:\"/home2/adnemgmy/public_html/wp-includes/blocks/social-link\";i:3510;s:51:\"/home2/adnemgmy/public_html/wp-includes/blocks/list\";i:2338;s:72:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:56:\"/home2/adnemgmy/public_html/wp-includes/blocks/page-list\";i:8293;s:54:\"/home2/adnemgmy/public_html/wp-includes/blocks/gallery\";i:78452;s:53:\"/home2/adnemgmy/public_html/wp-includes/blocks/avatar\";i:2296;s:68:\"/home2/adnemgmy/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:46:\"/home2/adnemgmy/public_html/wp-includes/blocks\";i:1535921;s:39:\"/home2/adnemgmy/public_html/wp-includes\";i:50943244;s:82:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/templates\";i:5339;s:86:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/colors\";i:25167;s:88:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/sections\";i:10652;s:90:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/typography\";i:38350;s:86:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/blocks\";i:1973;s:79:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/styles\";i:140963;s:78:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/parts\";i:440;s:81:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/patterns\";i:346849;s:86:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:95:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:95:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:93:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:93:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:100:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:94:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:97:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:93:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:94:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:85:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:83:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:79:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:72:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfive\";i:8415086;s:82:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/templates\";i:12788;s:79:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/styles\";i:33899;s:78:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/parts\";i:1473;s:81:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/patterns\";i:159393;s:86:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:90:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:91:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:101:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:91:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:85:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:83:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:79:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:72:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentyfour\";i:3137517;s:83:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/templates\";i:10295;s:80:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/styles\";i:53195;s:79:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/parts\";i:878;s:82:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/patterns\";i:9785;s:94:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans\";i:128429;s:92:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/inter\";i:807760;s:100:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono\";i:148118;s:103:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro\";i:1409152;s:86:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts\";i:2493459;s:80:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree/assets\";i:2493459;s:73:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes/twentytwentythree\";i:2668513;s:55:\"/home2/adnemgmy/public_html/wordpress/wp-content/themes\";i:14221144;s:73:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet/_inc/img\";i:17892;s:73:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet/_inc/rtl\";i:20221;s:75:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:69:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet/_inc\";i:85324;s:70:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet/views\";i:40033;s:64:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins/akismet\";i:337725;s:56:\"/home2/adnemgmy/public_html/wordpress/wp-content/plugins\";i:340331;s:48:\"/home2/adnemgmy/public_html/wordpress/wp-content\";i:14561503;s:37:\"/home2/adnemgmy/public_html/wordpress\";i:14561503;s:42:\"/home2/adnemgmy/public_html/wp-admin/maint\";i:7611;s:45:\"/home2/adnemgmy/public_html/wp-admin/includes\";i:3087921;s:43:\"/home2/adnemgmy/public_html/wp-admin/images\";i:427294;s:41:\"/home2/adnemgmy/public_html/wp-admin/user\";i:3758;s:53:\"/home2/adnemgmy/public_html/wp-admin/css/colors/ocean\";i:79467;s:57:\"/home2/adnemgmy/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:54:\"/home2/adnemgmy/public_html/wp-admin/css/colors/modern\";i:83520;s:54:\"/home2/adnemgmy/public_html/wp-admin/css/colors/coffee\";i:80361;s:56:\"/home2/adnemgmy/public_html/wp-admin/css/colors/midnight\";i:84671;s:52:\"/home2/adnemgmy/public_html/wp-admin/css/colors/blue\";i:82449;s:55:\"/home2/adnemgmy/public_html/wp-admin/css/colors/sunrise\";i:86121;s:53:\"/home2/adnemgmy/public_html/wp-admin/css/colors/light\";i:83275;s:47:\"/home2/adnemgmy/public_html/wp-admin/css/colors\";i:689979;s:40:\"/home2/adnemgmy/public_html/wp-admin/css\";i:2621746;s:47:\"/home2/adnemgmy/public_html/wp-admin/js/widgets\";i:139432;s:39:\"/home2/adnemgmy/public_html/wp-admin/js\";i:1996678;s:44:\"/home2/adnemgmy/public_html/wp-admin/network\";i:127738;s:36:\"/home2/adnemgmy/public_html/wp-admin\";i:9334286;s:27:\"/home2/adnemgmy/public_html\";i:1661847325;s:91:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/components\";i:11648;s:94:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/images\";i:2550;s:112:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/promotions\";i:812;s:110:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/settings\";i:14792;s:111:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/linkGroup\";i:674;s:106:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/link\";i:2885;s:107:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/paper\";i:6597;s:109:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/top-bar\";i:1121;s:109:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/spinner\";i:547;s:101:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components\";i:28868;s:104:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/layouts/grids\";i:746;s:98:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/layouts\";i:746;s:96:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/pages\";i:867;s:96:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/hooks\";i:175;s:96:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/icons\";i:515;s:100:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/providers\";i:912;s:90:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js\";i:35646;s:87:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets\";i:38196;s:85:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home/rest\";i:13504;s:80:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules/admin-home\";i:63997;s:69:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/modules\";i:63997;s:76:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/template-parts\";i:12741;s:79:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/includes/settings\";i:41645;s:81:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/includes/customizer\";i:5759;s:70:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/includes\";i:68185;s:112:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src/V120\";i:6813;s:107:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src\";i:6813;s:103:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package\";i:9967;s:78:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor/elementor\";i:9967;s:77:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor/composer\";i:40375;s:68:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/vendor\";i:51090;s:75:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/assets/images\";i:272993;s:71:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/assets/js\";i:3452932;s:68:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor/assets\";i:3725925;s:61:\"/home2/adnemgmy/public_html/wp-content/themes/hello-elementor\";i:4115455;s:45:\"/home2/adnemgmy/public_html/wp-content/themes\";i:6336811;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/includes\";i:31616;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/sdk_files\";i:70;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/views\";i:36436;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/assets/img\";i:78370;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/assets/css\";i:25065;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/assets/js\";i:520721;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify/assets\";i:624156;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification-by-feedify\";i:1249292;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/.github/workflows\";i:1936;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/.github\";i:1936;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-cache/inc\";i:5590;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-cache\";i:7004;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/db-updater\";i:7076;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/admin-bar\";i:9700;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/assets\";i:5365;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/inc\";i:6677;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension\";i:15080;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/components\";i:34369;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/utils\";i:12359;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components/form\";i:44412;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components\";i:60885;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js\";i:84307;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss\";i:31225;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src\";i:121680;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/js\";i:774512;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets\";i:896192;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui\";i:934787;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/common\";i:12524;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/upsale\";i:5444;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/settings\";i:1641;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/welcome\";i:21915;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/license\";i:24904;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views\";i:66428;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/images\";i:21204;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/css\";i:136351;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/js\";i:62979;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss\";i:52783;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets\";i:279465;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules\";i:30532;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc\";i:113578;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard\";i:506505;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/modules\";i:1486092;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/settings/subpage-modules\";i:5091;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/settings\";i:7179;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/rest-api/endpoints\";i:20471;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/rest-api\";i:25346;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions/cpt-singular\";i:7224;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions/cpt-archive\";i:8777;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions\";i:43308;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/conditions-manager\";i:66753;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/base\";i:11958;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/finder-categories\";i:1018;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/document-types\";i:26022;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/addons\";i:54915;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/controls/groups\";i:11772;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/controls\";i:16787;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/assets/js\";i:9559;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor/assets\";i:9559;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/elementor\";i:142020;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-style-manager\";i:1833;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/wpml\";i:4474;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-engine/conditions\";i:3872;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-engine\";i:6005;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce/conditions\";i:21231;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce/rest-api\";i:3541;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce\";i:29038;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-form-builder\";i:2450;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/polylang\";i:980;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins\";i:44780;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/compatibility\";i:47096;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/block-editor/blocks\";i:11603;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/block-editor\";i:25777;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/render/render-modules\";i:19865;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/render\";i:37783;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes/lib\";i:83175;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/includes\";i:2047439;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin/settings-templates\";i:4975;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin/popup-library\";i:35251;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin\";i:53758;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/vue-templates\";i:53758;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-6\";i:7502;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-1\";i:7040;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-5\";i:7628;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-4\";i:6776;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-3\";i:7048;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-2\";i:7441;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates/dummy-popups\";i:43435;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/templates\";i:168849;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/languages\";i:91418;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/image/block-previews\";i:20899;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/image\";i:144666;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/css\";i:56752;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js/lib/axios\";i:82630;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js/lib/tippy\";i:53027;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js/lib/jet-plugins\";i:6813;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js/lib/anime-js\";i:38459;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js/lib\";i:180929;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets/js\";i:438155;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup/assets\";i:639573;s:56:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-popup\";i:2966034;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/img\";i:87469;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/modules\";i:28;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/build\";i:16074;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/unlockables\";i:18824;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/abstracts\";i:87314;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/pointsflow/methods\";i:8536;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/pointsflow\";i:21192;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/core\";i:88115;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/events\";i:44590;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/mails\";i:4672;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/compatibility\";i:1230;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/collections\";i:10722;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/wizards\";i:28662;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/adminscreens\";i:23719;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/legacy\";i:9818;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/woocommerce\";i:40116;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/shortcodes\";i:43004;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/editlists\";i:31721;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui/blocks\";i:15163;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include/ui\";i:232922;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/include\";i:605995;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/js/shortcodes\";i:2266;s:60:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/js\";i:17519;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/languages\";i:1514104;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/images\";i:3388;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal/wc\";i:3905;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal/helpers\";i:4586;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal\";i:112296;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/legacy\";i:7075;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/editlist\";i:26647;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/tools\";i:128776;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages/screens\";i:23810;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages/field\";i:86067;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages\";i:240526;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include\";i:530785;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/interface\";i:14987;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/wc\";i:1224;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources/qrcode.js\";i:13960;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources/chart.js\";i:443567;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources\";i:466446;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/tools\";i:9076;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/lac\";i:45409;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/editlist\";i:22576;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/stygen\";i:42625;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls\";i:182388;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js\";i:692551;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/languages\";i:239321;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/assets\";i:37933;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts\";i:5209159;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css/resources\";i:521;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css/controls\";i:42272;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css\";i:209419;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling\";i:5418606;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel\";i:6939426;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/assets\";i:6939454;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/styling/css/templates\";i:3999;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/styling/css/mails\";i:2076;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/styling/css/shortcodes\";i:4139;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/styling/css\";i:23191;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards/styling\";i:23191;s:57:\"/home2/adnemgmy/public_html/wp-content/plugins/woorewards\";i:9247841;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/img\";i:33678;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms\";i:3889;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking\";i:5469;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities\";i:17232;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates\";i:2740;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices\";i:35469;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification\";i:40026;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build\";i:27490;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks\";i:34593;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier\";i:14189;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages\";i:88808;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework\";i:107336;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits\";i:377;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services\";i:388;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src\";i:765;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs\";i:1824;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon\";i:109160;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/brumann/polyfill-unserialize/src\";i:6518;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/brumann/polyfill-unserialize\";i:13756;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/brumann\";i:13756;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor/composer\";i:46220;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/vendor\";i:171247;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/templates\";i:10253;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/Traits\";i:7554;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding\";i:17549;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/screens\";i:6026;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds\";i:21045;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer\";i:7319;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup\";i:80385;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed\";i:12084;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections\";i:194821;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/preview\";i:18692;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/templates\";i:238898;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/img/svg\";i:10022;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/img\";i:495002;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/css\";i:264083;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/js\";i:316934;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder/assets\";i:1076019;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/builder\";i:1314917;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/about\";i:3929;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/support\";i:19006;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/oembeds\";i:4906;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/settings/tab\";i:37987;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/settings\";i:41716;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views/sections\";i:27138;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/views\";i:96695;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/assets/img/about\";i:201808;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/assets/img\";i:841383;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/assets/css\";i:150537;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/assets/js\";i:103427;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin/assets\";i:1095347;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/admin\";i:2713538;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/css/legacy\";i:69103;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/css\";i:259436;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/js/legacy\";i:93404;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/js\";i:302437;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/languages\";i:3024589;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup\";i:307817;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/assets/svgs/extensions-popup\";i:113016;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/assets/svgs\";i:3180434;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/assets\";i:3180434;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Builder/Tabs\";i:52764;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Builder/Controls\";i:36123;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Builder\";i:285893;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/admin/blocks\";i:3199;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/admin\";i:144344;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Helpers\";i:17642;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Services\";i:1527;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Integrations/Elementor\";i:17077;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Integrations/Divi\";i:5195;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc/Integrations\";i:30285;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed/inc\";i:894473;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/instagram-feed\";i:10694007;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/cli\";i:33254;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/presets\";i:8921;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:24668;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/cdn\";i:21372;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/dash\";i:44848;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/crawler\";i:23442;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/cache\";i:50784;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/banner\";i:17869;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:61857;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:8523;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:37860;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/inc\";i:8755;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl/general\";i:21685;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/tpl\";i:332815;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lang\";i:149648;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/thirdparty\";i:66880;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/src/cdn\";i:10200;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/src\";i:906627;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets/img\";i:151738;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts\";i:10867;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets/css\";i:184161;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets/js\";i:1065945;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/assets\";i:1401844;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/data/preset\";i:7427;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/data\";i:21975;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/pathconverter\";i:7235;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data/js\";i:987;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data\";i:987;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify\";i:90408;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min\";i:97643;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache/lib\";i:127588;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/litespeed-cache\";i:3270224;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/images/illustrations\";i:36447;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/images\";i:470822;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/css\";i:1691305;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/sdk_files\";i:195;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/include/woocommerce\";i:17551;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/include\";i:129701;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications/js\";i:462314;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/webpushr-web-push-notifications\";i:2778564;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks\";i:19955;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views\";i:6317;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css\";i:18875;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js\";i:72601;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets\";i:91476;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/header-footer\";i:136019;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content\";i:6858;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles\";i:25075;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css\";i:3982;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js\";i:40995;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets\";i:44977;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll\";i:86880;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts\";i:459560;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css\";i:124992;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js\";i:10963;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets\";i:595515;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack\";i:727437;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api\";i:2916;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts\";i:84156;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls\";i:63402;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views\";i:1067;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img\";i:26252;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css\";i:272695;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js\";i:2271293;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets\";i:2570240;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder\";i:2731007;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css\";i:3221;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js\";i:15583;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets\";i:18804;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/controls\";i:42768;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img\";i:462896;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css\";i:9879;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js\";i:30678;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets\";i:503453;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager\";i:510676;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views\";i:11807;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo\";i:4327;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images\";i:8654;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts\";i:17003;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css\";i:19814;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js\";i:19903;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets\";i:65374;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules/megamenu\";i:97567;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/modules\";i:4339212;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings\";i:5437;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls\";i:5437;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections\";i:42842;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps\";i:18737;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/views\";i:73138;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard\";i:597552;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images\";i:1150881;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css\";i:180543;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js\";i:68347;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets\";i:1399771;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes\";i:14177;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/framework\";i:1494603;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets\";i:13039;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness\";i:25987;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/template\";i:1742;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages\";i:1391;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images\";i:3941;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css\";i:1190;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js\";i:658;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets\";i:5789;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/forms\";i:10091;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views\";i:842;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/pro-label\";i:2289;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/notice\";i:16010;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/banner\";i:5837;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration\";i:139864;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/stories/views\";i:3914;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/stories\";i:10600;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets\";i:39273;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/emailkit\";i:46612;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/rating\";i:14284;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins\";i:18875;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images\";i:4680;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library\";i:169935;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets\";i:174615;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs/template-library\";i:176977;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/libs\";i:1963771;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/traits\";i:426;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/core\";i:8957;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/config\";i:23059;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/languages\";i:1492998;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration\";i:3934;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml\";i:1364;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts\";i:2073;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/compatibility/backward\";i:1595;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/compatibility\";i:8966;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion\";i:44995;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms\";i:28966;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts\";i:1433;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/video\";i:36285;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/post-list\";i:45982;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose\";i:80848;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets\";i:80848;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/heading\";i:128211;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms\";i:29401;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/social\";i:23469;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js\";i:253475;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets\";i:253475;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/lottie\";i:271468;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms\";i:22962;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison\";i:23510;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms\";i:100557;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes\";i:1718;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp\";i:62281;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/piechart\";i:29777;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours\";i:13201;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img\";i:110524;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts\";i:1545221;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css\";i:536699;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js\";i:678448;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets\";i:2870892;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/init\";i:2876921;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose\";i:70248;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets\";i:70248;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer\";i:166608;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo\";i:54912;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/pricing\";i:90308;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas\";i:35026;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/image-box\";i:63277;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/accordion\";i:43423;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts\";i:603;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/team\";i:97869;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab\";i:19387;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button\";i:47906;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar\";i:24127;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/faq\";i:14376;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps\";i:8250;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu\";i:70152;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover\";i:2196;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/button\";i:17496;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose\";i:9897;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets\";i:9897;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts\";i:134896;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/header-search\";i:27845;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/header-info\";i:9999;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms\";i:39003;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/category-list\";i:15245;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/social-share\";i:27670;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose\";i:10740;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets\";i:10740;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/tab\";i:99169;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid\";i:10032;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7\";i:29955;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box\";i:75920;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/page-list\";i:31563;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top\";i:14253;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/funfact\";i:39567;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress\";i:24727;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common\";i:543;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style\";i:31127;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose\";i:155564;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets\";i:155564;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial\";i:267337;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/widgets\";i:5341845;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite/helpers\";i:11027;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/elementskit-lite\";i:13329986;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/inbox-pro-web-chat-widget-EY8W-OneAiForce-1\";i:699;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/duplicate-page/css\";i:2327;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/duplicate-page/js\";i:1860;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/duplicate-page/languages\";i:49912;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/duplicate-page/inc\";i:6276;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/duplicate-page\";i:85112;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/templates\";i:9082;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/rest-api\";i:2805;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images/48px\";i:1027;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images/16px\";i:17497;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images\";i:19296;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/css\";i:24805;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/js\";i:327;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10\";i:44428;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/moono/css\";i:26462;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/moono\";i:26462;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/mono/css\";i:26462;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/mono\";i:26462;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/images\";i:46632;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/css\";i:74851;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/icons\";i:99720;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey\";i:221203;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light/css\";i:242864;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light/font\";i:184157;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light\";i:427021;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/images\";i:46632;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/css\";i:149832;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/icons\";i:99720;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark\";i:296184;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap/img\";i:91130;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap/css\";i:22260;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap\";i:113848;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/themes\";i:1155608;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/img/src\";i:1470840;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/img\";i:1696084;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/sounds\";i:92204;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/jquery/images\";i:56656;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/jquery\";i:972032;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/.tmp\";i:31;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/libs\";i:20186;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/resources\";i:5915;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/AutoRotate\";i:5610;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Watermark\";i:27171;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Sanitizer\";i:5901;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/WinRemoveTailDots\";i:4061;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Normalizer\";i:8027;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/AutoResize\";i:6964;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins\";i:57734;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/OnlineConvert\";i:4304;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/ZohoOffice\";i:9268;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/ZipArchive\";i:401;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors\";i:15391;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/php\";i:1109561;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/css\";i:356381;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/commands\";i:373532;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/worker\";i:2599;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/proxy\";i:10092;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/extras\";i:132633;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/i18n/help\";i:14232;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/i18n\";i:1185003;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js/ui\";i:249983;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/js\";i:3955234;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dart\";i:6741;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/slim\";i:24076;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/q\";i:15578;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/groovy\";i:10055;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/xquery\";i:28187;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/markdown\";i:66389;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gas\";i:10726;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sas\";i:17959;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gherkin\";i:14823;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/julia\";i:13805;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haskell\";i:10295;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gfm\";i:15292;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/octave\";i:6268;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tcl\";i:11217;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rpm/changes\";i:2180;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rpm\";i:10578;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pig\";i:7285;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mathematica\";i:7866;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rust\";i:5549;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/turtle\";i:6319;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/livescript\";i:17511;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dylan\";i:25672;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mbox\";i:4942;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vb\";i:12042;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/go\";i:8127;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haskell-literate\";i:10771;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/htmlmixed\";i:8656;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/protobuf\";i:3793;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/php\";i:26861;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/handlebars\";i:4368;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/elm\";i:7192;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/commonlisp\";i:11179;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/fcl\";i:7794;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tiddlywiki\";i:13309;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/htmlembedded\";i:3503;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haxe\";i:20145;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ttcn\";i:13645;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/spreadsheet\";i:4531;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/soy\";i:9568;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asciiarmor\";i:3667;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/fortran\";i:11178;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tornado\";i:4299;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/properties\";i:3726;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/coffeescript\";i:32286;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/webidl\";i:7955;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/perl\";i:57677;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sql\";i:37193;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/r\";i:8251;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/css\";i:60953;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ruby\";i:16676;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/toml\";i:4737;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/modelica\";i:8937;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/nginx\";i:15403;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cypher\";i:8185;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/forth\";i:7013;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/swift\";i:8509;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/stylus\";i:44592;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/factor\";i:4943;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/puppet\";i:10828;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sparql\";i:8108;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yacas\";i:7600;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/verilog\";i:28608;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/lua\";i:8023;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/jsx\";i:10571;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cmake\";i:6752;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cobol\";i:18372;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/brainfuck\";i:5512;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vue\";i:4562;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mirc\";i:15880;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/z80\";i:4983;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/jinja2\";i:6039;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/http\";i:4188;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/python\";i:19558;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/eiffel\";i:16942;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/d\";i:13898;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/scheme\";i:15993;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/oz\";i:8047;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pascal\";i:4495;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/django\";i:13868;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/stex\";i:14170;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/shell\";i:7309;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/clojure\";i:18555;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/smarty\";i:10801;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sieve\";i:6620;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ntriples\";i:8000;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mllike\";i:9454;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vbscript\";i:15310;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/troff\";i:6857;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/smalltalk\";i:6447;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dtd\";i:8151;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yaml-frontmatter\";i:5364;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sass\";i:11630;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ebnf\";i:8535;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/solr\";i:4043;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/twig\";i:5940;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asn.1\";i:9957;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/apl\";i:6915;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/nsis\";i:9396;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mscgen\";i:21202;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/velocity\";i:10398;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/javascript\";i:44530;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dockerfile\";i:4488;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tiki\";i:10674;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/crystal\";i:14001;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/clike\";i:71292;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pug\";i:18535;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/idl\";i:16522;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asterisk\";i:12028;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haml\";i:10434;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/textile\";i:27626;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/diff\";i:5547;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vhdl\";i:9190;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/xml\";i:16499;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ttcn-cfg\";i:11462;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ecl\";i:10252;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mumps\";i:7962;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pegjs\";i:5467;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yaml\";i:5747;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rst\";i:35316;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/erlang\";i:21021;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/powershell\";i:23086;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode\";i:1691109;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/theme\";i:168732;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/lib\";i:365375;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror\";i:2225216;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/files/.trash\";i:0;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library/files\";i:13;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/library\";i:11592094;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/pages/images\";i:53744;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/pages\";i:89860;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/icon\";i:315;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/images\";i:64796;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/css/select2\";i:16263;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/css\";i:25236;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/js/select2\";i:73163;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets/js\";i:85076;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/assets\";i:175423;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer/tokenizer/src\";i:9676;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer/tokenizer\";i:15987;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer\";i:15987;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Exception\";i:247;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Reflection\";i:2174;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine\";i:360;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Matcher\";i:3084;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date\";i:1737;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl\";i:1936;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter\";i:4614;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine\";i:1896;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Filter\";i:4350;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeMatcher\";i:468;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy\";i:23806;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src\";i:23806;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy\";i:36672;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs\";i:36672;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state/src/exceptions\";i:724;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state/src\";i:20884;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state\";i:25621;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/code-unit-reverse-lookup/src\";i:2917;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/code-unit-reverse-lookup\";i:6278;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/resource-operations/src\";i:72297;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/resource-operations\";i:76338;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-reflector/src\";i:1894;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-reflector\";i:5783;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/environment/src\";i:12850;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/environment\";i:20482;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/version/src\";i:2225;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/version\";i:8460;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/recursion-context/src\";i:4695;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/recursion-context\";i:7514;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/exporter/src\";i:11053;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/exporter\";i:17878;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/src/exception\";i:694;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/src\";i:16704;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/.idea/inspectionProfiles\";i:45166;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/.idea\";i:51712;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type\";i:73002;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src/Exception\";i:1798;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src/Output\";i:22809;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src\";i:46010;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff\";i:58383;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-enumerator/src\";i:2848;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-enumerator\";i:7552;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/comparator/src\";i:37404;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/comparator\";i:43869;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian\";i:351160;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/docs/en\";i:1797;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/docs\";i:1797;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine/Instantiator/Exception\";i:3311;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine/Instantiator\";i:11390;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine\";i:11390;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src\";i:11390;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator\";i:19906;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine\";i:19906;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src/constraints\";i:7092;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src/exceptions\";i:1456;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src\";i:24194;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version\";i:32535;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/.github/workflows\";i:2036;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/.github\";i:2101;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/exceptions\";i:6343;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/values\";i:21930;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/xml\";i:15927;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src\";i:56655;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/tools/php-cs-fixer.d\";i:2373;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/tools\";i:2373;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest\";i:89342;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io\";i:121877;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/bin\";i:3818;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-text-template/src\";i:2964;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-text-template\";i:5638;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-file-iterator/src\";i:7733;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-file-iterator\";i:14201;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-token-stream/src\";i:91872;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-token-stream\";i:98696;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-timer/src\";i:3197;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-timer\";i:8091;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Exception\";i:3877;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Node\";i:40934;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Driver\";i:7850;s:167:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css\";i:167335;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js\";i:538451;s:169:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons\";i:538;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template\";i:720520;s:154:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer\";i:752562;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html\";i:766402;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Xml\";i:33059;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report\";i:826924;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src\";i:914844;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage\";i:928882;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/TextUI\";i:131472;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/TestDox\";i:48824;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/Annotation\";i:23172;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/Log\";i:22479;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/PHP/Template\";i:7321;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/PHP\";i:25933;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util\";i:251158;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Exception\";i:14184;s:154:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Exception\";i:2413;s:152:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Builder\";i:13745;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Stub\";i:9785;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Rule\";i:23027;s:154:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Generator\";i:4215;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Api\";i:3686;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject\";i:144457;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Constraint\";i:101148;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Error\";i:1583;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Assert\";i:91367;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework\";i:632290;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner/Filter\";i:7788;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner/Hook\";i:12752;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner\";i:76969;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src\";i:1092317;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit\";i:1185022;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit\";i:2240530;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/composer\";i:239096;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes\";i:3029817;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/ElementReference\";i:9511;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/Exceptions\";i:794;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/data\";i:12532;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src\";i:49237;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer\";i:3079054;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/application\";i:14969116;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced/languages\";i:18115;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/file-manager-advanced\";i:15020284;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6234;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:35090;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status/src\";i:33912;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status\";i:59537;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:8256;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2335;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:40917;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:96287;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:342965;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:242131;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:265252;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:850348;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13036;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7146;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25253;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search\";i:12873;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:29069;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8327;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:18031;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3776;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57115;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57079;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:296795;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1221018;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40310;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:64633;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:74263;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:103591;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:61283;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:298995;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:592083;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:7458;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:10673;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:8503;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:12888;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/why-i-need-vp-backup\";i:3682;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2531;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:1239;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-connection-screen/assets\";i:211288;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-connection-screen\";i:215701;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section/images\";i:76203;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section\";i:80046;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11628;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:12040;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/back-up-now\";i:4232;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:23582;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7301;s:156:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:4610;s:155:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-help-popover\";i:5151;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2287;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:25209;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:399436;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:17926;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:20529;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:6348;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/scheduled-backups\";i:3328;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:45419;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:62644;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:507549;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:559912;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:1212079;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:389941;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:45149;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:30016;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:785023;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:869815;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/build\";i:10202;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src/client\";i:5442;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src\";i:9093;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat\";i:47493;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src\";i:16764;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models\";i:40128;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1781;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:493844;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:59608;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:228136;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:228136;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:241347;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18564;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:815144;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40899;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:6236;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:247706;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1168586;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:4079;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:80859;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:110115;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:48975;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:51469;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:78195;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11999;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:41554;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:66322;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:97072;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:760;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:16715;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:17475;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:43648;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:51258;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:91748;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:162988;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:162988;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3524;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10024;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6445;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3348;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2277;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5521;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5167;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8841;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5793;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6483;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41598;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1777;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29464;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88300;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3407;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:97277;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2849;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:305919;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/css\";i:5723;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/js\";i:11117;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src\";i:70142;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection\";i:92926;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/file-field\";i:5198;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules\";i:5198;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:2069270;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:105731;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:41887;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:147618;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:306163;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:2528249;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/file-field\";i:11023;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules\";i:11023;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:14414;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10118;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/util\";i:378;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/icons\";i:4803;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:701;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:5545;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:71463;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:92514;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:504559;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-field-file\";i:774;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components\";i:774;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:13390;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:13390;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:560597;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:325559;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:325559;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:3481509;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/build\";i:1008;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:15901;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:45687;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-button\";i:8719;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-search\";i:719;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/utils\";i:1032;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/store\";i:2885;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-browser\";i:13176;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/test\";i:3392;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-service\";i:9340;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/openverse\";i:2504;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/pexels\";i:2489;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/google-photos\";i:32633;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/jetpack-app-media\";i:7001;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources\";i:67383;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared\";i:111909;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/images\";i:84343;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-page\";i:394553;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-button\";i:11372;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-editor\";i:403137;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build\";i:893405;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/editor\";i:3953;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/admin\";i:10194;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features\";i:14147;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src\";i:1023170;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media\";i:1049786;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:11163;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:37152;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46757;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:220214;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:260714;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:32902;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:32224;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21794;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:56043;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types/js\";i:4200;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types\";i:4200;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos\";i:1628;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/content-options\";i:2383;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/featured-content\";i:242;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist\";i:8453;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib\";i:29713;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc\";i:29713;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/css\";i:10437;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/js\";i:7786;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types\";i:149265;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/responsive-videos\";i:2343;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/content-options\";i:56519;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu\";i:79065;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/featured-content\";i:217;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/compat\";i:6286;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src\";i:358517;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper\";i:431575;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src\";i:60101;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics\";i:85796;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build/images\";i:863577;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:2485484;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:19170;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:12429;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/rest-api\";i:77410;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:9408;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:298852;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:2850492;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/images\";i:80641;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:353310;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:85101;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6677;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/traits\";i:5106;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2115;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis\";i:46089;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/sso\";i:112935;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:486189;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:1010261;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:43250;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:74415;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:27662;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:24750;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:59126;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:129494;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunset\";i:31673;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/powder-snow\";i:34514;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ocean\";i:278;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ectoplasm\";i:278;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/modern\";i:278;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-bright\";i:34637;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-dark\";i:31667;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/coffee\";i:278;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/aquatic\";i:31685;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sakura\";i:31738;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/midnight\";i:278;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/fresh\";i:394;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/nightfall\";i:31683;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/blue\";i:278;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/contrast\";i:31642;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunrise\";i:278;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/light\";i:278;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-blue\";i:31702;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors\";i:293559;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes\";i:293559;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges/additional-css\";i:1228;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges\";i:1228;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/inline-help\";i:3447;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/wp-posts-list\";i:1113;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-menu\";i:16455;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist\";i:315802;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-color-schemes\";i:6837;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css\";i:7521;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges\";i:8963;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/profile-edit\";i:10167;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/inline-help\";i:4077;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/wp-posts-list\";i:4738;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu\";i:138074;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src\";i:174614;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar\";i:524386;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:6842211;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:8493602;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:190908;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:285145;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:8909206;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:32728;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:30712;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:108201;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:135185;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:17782;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:48353;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:23766;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46266;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:23766;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:58658;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:161119;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:7273;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:36317;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/build\";i:919;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc/test\";i:432;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc\";i:1023;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/src\";i:2926;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard\";i:30292;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:17878;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:42445;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:27257;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:53515;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:25450687;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/jetpack_vendor\";i:25455540;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18601;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19369;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2343;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:56587;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:79182;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:122841;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/theme-tools\";i:327148;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/sitemaps\";i:163264;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/markdown\";i:30812;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10437;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:7612;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/custom-post-types\";i:63267;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/scan\";i:15202;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/comment-likes\";i:1969;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/related-posts\";i:110020;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/carousel\";i:376276;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:702;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/simple-payments\";i:33036;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-floating-button\";i:6355;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-overlay\";i:11449;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget/src/components\";i:12696;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget/src\";i:23841;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget\";i:29064;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:14637;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/subscriptions\";i:110082;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3908;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7605;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:53938;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68112;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:12903;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/comments\";i:65625;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/likes\";i:49124;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/photon-cdn\";i:21772;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/google-fonts/current\";i:15526;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/google-fonts\";i:16499;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wordads/php\";i:48052;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wordads/js\";i:12422;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/wordads\";i:92126;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:53248;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:57482;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37527;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/infinite-scroll\";i:140644;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/memberships\";i:33773;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11651;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:74145;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/sharedaddy\";i:346336;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/site-icon\";i:1415;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/seo-tools\";i:27805;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16144;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/shortcodes/images\";i:8886;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/shortcodes/css\";i:24228;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135478;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/shortcodes\";i:513173;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/plugin-search\";i:30478;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:838;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7259;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17321;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:66410;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:214;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1218;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29026;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:28355;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1309;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2569;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2569;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/instagram\";i:974;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1704;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4236;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/authors\";i:406;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3558;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6877;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11416;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widgets\";i:517407;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/videopress/css\";i:5723;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/videopress/js\";i:35198;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/videopress\";i:158530;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28822;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/widget-visibility\";i:73429;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/stats\";i:18689;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules/external-media\";i:511;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/modules\";i:3800581;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:223588;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/json-endpoints\";i:927899;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:14150;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:43094;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/automattic\";i:44783;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:56238;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor/composer\";i:442983;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/vendor\";i:1131110;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/products\";i:799329;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/plans\";i:10938;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/recommendations\";i:10951626;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/apps\";i:13814;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:406625;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images/rss\";i:31323;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/images\";i:13315865;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/sal\";i:135077;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/social-logos\";i:56820;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:27900;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:191246;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/genericons\";i:221544;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1628;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1628;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:4288;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:4288;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/scan\";i:750;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:650;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6200;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/carousel\";i:125194;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/images\";i:323262;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/likes\";i:7883;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:5778;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/wordads\";i:5778;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13162;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16567;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51463;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51463;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:882;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2434;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2406;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:916;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1281;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8609;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2796;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2796;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widgets\";i:22469;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16343;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/videopress\";i:16343;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:26461;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4965;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:31426;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/build\";i:2693888;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/map\";i:16535;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4111;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:14258;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7834;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3847;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1639;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10984;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3374;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7885;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2192;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31807;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/images\";i:1200770;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6418;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2522;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/simple-payments\";i:3250;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:26387;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1645;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:43266;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/goodreads\";i:7353;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:5254;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:7817;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8746;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7906;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:5606;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3462;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/voice-to-content\";i:1083;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/story\";i:101536;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:15939;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20558;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:9410;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7289;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/button\";i:2505;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1311;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:96408;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2309;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8910;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:6007;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:6292;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:11611;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/blog-stats\";i:1357;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2676;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:7941;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:39214;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:44769;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/like\";i:1456;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriber-login\";i:1905;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5389;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3986;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/blocks\";i:10112615;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib/debugger\";i:74401;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105540;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:197032;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib/core-api\";i:280268;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:85084;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc/lib\";i:978996;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/_inc\";i:14153137;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/css\";i:316084;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/src\";i:20298;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/views/admin\";i:5162;s:60:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/views\";i:5162;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7134;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/3rd-party\";i:65287;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:2235;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/seo\";i:1385;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1779;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:1208;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1417;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:1125;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/plugins\";i:10361;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3327;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/map\";i:7497;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5667;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8720;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:5145;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:4092;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:2075;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/donations\";i:8770;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2981;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:60739;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:9039;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:6485;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/goodreads\";i:1238;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8263;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:969;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/voice-to-content\";i:1616;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/story\";i:16323;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:4335;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/button\";i:11017;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:5290;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6934;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15895;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:5383;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1514;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:1839;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:51069;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:58674;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:3041;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:70682;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:545;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/blog-stats\";i:3616;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:1564;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:55969;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:105622;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3122;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/like\";i:4932;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriber-login\";i:6821;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1519;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions/blocks\";i:454483;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack/extensions\";i:468171;s:54:\"/home2/adnemgmy/public_html/wp-content/plugins/jetpack\";i:61307576;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper\";i:886;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles\";i:90346;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player\";i:3295;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/images\";i:94833;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated\";i:8167;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/css\";i:137642;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/config\";i:20047;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator\";i:83780;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor\";i:4598;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes\";i:72806;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/js\";i:161184;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade\";i:1819;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates\";i:5723;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts\";i:5723;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes\";i:5723;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials\";i:5723;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes\";i:259085;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/includes\";i:742368;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup\";i:27215;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/chartjs\";i:19761;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/swiper\";i:46516;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel\";i:49086;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper\";i:119773;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer\";i:62899;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview\";i:1438;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts\";i:1186218;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome\";i:1186218;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider\";i:8052;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity\";i:55860;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor/animatecss\";i:54878;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/vendor\";i:1631696;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots\";i:545252;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features\";i:560190;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about\";i:29730;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages\";i:29730;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes\";i:36412;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/images\";i:633005;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/css\";i:21236;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about\";i:4745;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/js\";i:4745;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/widget\";i:768;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help\";i:1955;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features\";i:1678;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections\";i:54;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields\";i:4031;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings\";i:4085;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices\";i:4459;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages\";i:9328;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials\";i:22823;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/admin\";i:723325;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers\";i:215171;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions\";i:3169;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk\";i:51901;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug\";i:3094;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements\";i:3740;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer\";i:7941;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities\";i:49999;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes\";i:1696864;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect\";i:4550;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation\";i:28734;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms\";i:173765;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout\";i:12873;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug\";i:14061;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js\";i:26057;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials\";i:5007;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info\";i:6653;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials\";i:51672;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account\";i:66966;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates\";i:525937;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages\";i:714771;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img\";i:20704;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin\";i:54202;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css\";i:57050;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/pricing\";i:564953;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js\";i:569358;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets\";i:647199;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/freemius\";i:3662056;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/inc/core\";i:57610;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate/inc\";i:57610;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/shortcodes-ultimate\";i:6902576;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/images\";i:7039;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/css\";i:5674;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/scss\";i:5908;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark\";i:18621;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/themes\";i:18621;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes/admin/partials/onboarding-wizard\";i:48237;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes/admin/partials\";i:112690;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes/admin\";i:506637;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes/global/convert_gallery\";i:23312;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes/global\";i:163816;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/includes\";i:670453;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/languages\";i:757880;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/placeholders\";i:89925;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/logos\";i:25345;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/get-started\";i:66026;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/about\";i:832508;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/features\";i:66454;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons/litevspro\";i:544610;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons/licensing\";i:98493;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons\";i:665158;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images/types\";i:21300;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/images\";i:3065512;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/fonts\";i:59041;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/css/images/icons\";i:38554;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/css/images\";i:87865;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/css\";i:274966;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/js/dist\";i:40923;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/js/min\";i:233330;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/js/lib\";i:301371;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/js\";i:1227249;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets/scss\";i:176015;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite/assets\";i:4802783;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/envira-gallery-lite\";i:6295447;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/classic-editor/scripts\";i:58535;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/classic-editor/js\";i:624;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/classic-editor\";i:124414;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/storage\";i:52;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator\";i:5047;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver\";i:39320;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter\";i:6011;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database\";i:83407;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command\";i:3799;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron\";i:4904;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem\";i:16664;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask\";i:159152;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions\";i:1996;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib\";i:7938;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar\";i:9015;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar\";i:9015;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor\";i:168167;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/controller\";i:90601;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/main\";i:43136;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/updater\";i:10171;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/common\";i:16615;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/schedules\";i:12071;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/reset\";i:3295;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/backups\";i:14630;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/schedules\";i:242166;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/reset\";i:260468;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img\";i:514202;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css\";i:185201;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font\";i:49335;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript\";i:278684;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets\";i:1027422;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/import\";i:58675;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/export\";i:55323;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view\";i:1241338;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/import\";i:130175;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/export\";i:90436;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model\";i:273122;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration/lib\";i:1773228;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/all-in-one-wp-migration\";i:1966884;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen/assets/js\";i:172;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen/assets\";i:172;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen\";i:623;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hestia/assets/css\";i:67;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hestia/assets\";i:67;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hestia\";i:470;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets/css\";i:1147;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets/js\";i:211;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets\";i:1358;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/Avada\";i:4018;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress/assets/js\";i:172;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress/assets\";i:172;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress\";i:625;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css\";i:117;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets\";i:6265;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor\";i:6695;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets/css\";i:468;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets/js\";i:269;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets\";i:737;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/enfold\";i:1489;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox/assets/css\";i:48;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox/assets\";i:48;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox\";i:1648;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite/assets/css\";i:40;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite/assets\";i:40;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite\";i:459;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen/assets/js\";i:172;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen/assets\";i:172;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen\";i:631;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets/css\";i:564;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets/js\";i:168;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets\";i:732;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/astra\";i:1476;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro/assets/css\";i:48;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro/assets\";i:48;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro\";i:1680;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif/assets/css\";i:40;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif/assets\";i:40;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/zerif\";i:439;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/betheme/assets/js\";i:229;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/betheme/assets\";i:229;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/betheme\";i:1008;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/storefront/assets/js\";i:253;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/storefront/assets\";i:253;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/storefront\";i:692;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp/assets/css\";i:447;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp/assets\";i:447;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp\";i:1759;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/themes\";i:33956;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/polylang-pro\";i:561;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/jet-menu\";i:386;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor/assets/css\";i:64;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor/assets\";i:64;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor\";i:495;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/sitepress-multilingual-cms\";i:669;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/woocommerce\";i:610;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/epic-news-element\";i:335;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/the-events-calendar\";i:1536;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/jet-form-builder\";i:361;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/better-font-awesome\";i:413;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins/polylang\";i:545;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration/plugins\";i:14107;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/integration\";i:57700;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/db-updater\";i:7076;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/fonts-manager\";i:7235;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/assets/js\";i:6664;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/assets\";i:6664;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/inc\";i:6677;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension\";i:16380;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/components\";i:34369;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components/form\";i:44215;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components\";i:60688;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js\";i:65785;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/common\";i:3879;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss\";i:31224;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src\";i:97009;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/js\";i:769884;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets\";i:866893;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui\";i:908679;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/assets/min\";i:245;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/assets\";i:672;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/inc\";i:26068;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css\";i:39672;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/customizer/assets/fonts\";i:556481;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/customizer/assets\";i:556481;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/customizer\";i:590925;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/common\";i:12524;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/upsale\";i:5444;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/settings\";i:1641;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/welcome\";i:21915;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/license\";i:24904;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views\";i:66428;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/images\";i:21204;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/css\";i:136351;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/js\";i:62979;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss\";i:46635;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets\";i:267169;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules\";i:36680;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc\";i:119726;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard\";i:508553;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/modules\";i:2092657;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/settings/options-modules\";i:71219;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/settings/subpage-modules\";i:9950;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/settings\";i:152445;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/rest-api/endpoints\";i:8909;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/rest-api\";i:12254;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/document-types\";i:1569;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/controls/groups\";i:3019;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/controls\";i:3019;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/css\";i:4701;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/js/legacy\";i:2110;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/js\";i:9930;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/scss\";i:4743;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor\";i:19374;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/legacy\";i:11348;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public/js\";i:23448;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public\";i:23448;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/assets\";i:42822;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/widgets/legacy\";i:221760;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor/widgets\";i:434069;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/elementor\";i:494845;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/render/render-modules\";i:38713;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/render/walkers/legacy\";i:26527;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/render/walkers\";i:67128;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/render/legacy\";i:50307;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/render\";i:212446;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/blocks/blocks\";i:76202;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/blocks\";i:79730;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes/lib\";i:210134;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/includes\";i:3320159;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates/admin/settings-templates\";i:118133;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates/admin/legacy\";i:9033;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates/admin\";i:168919;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates/public/vue-templates\";i:7062;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates/public\";i:7926;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/templates\";i:183727;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/languages\";i:177915;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/editor/css\";i:5016;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/editor\";i:5016;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/images/block-previews\";i:43397;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/images\";i:60172;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/css\";i:8536;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/js\";i:99642;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/lib/jetmenu-icons/fonts\";i:11445;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/lib/jetmenu-icons\";i:12465;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin/lib\";i:12465;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/admin\";i:186963;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/css\";i:90333;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/js/legacy\";i:52987;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/js\";i:107681;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/migration\";i:41049;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/_fonts\";i:1085661;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/css\";i:338421;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/js\";i:52707;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts\";i:2792547;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome\";i:4310385;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib/vue\";i:435816;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public/lib\";i:4746201;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/public\";i:4950363;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets/fonts\";i:556481;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/assets\";i:5704971;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu/dummy-data\";i:237845;s:55:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-menu\";i:9704976;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/admin/views\";i:4009;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/admin\";i:41805;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/traits\";i:9168;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations/plugins/abstracts\";i:3109;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations/plugins\";i:4064;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations\";i:9196;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/rest-api/controllers\";i:28764;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/rest-api\";i:30656;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/gateways/abstracts\";i:3959;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/gateways\";i:35580;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/exceptions\";i:3700;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/models/abstracts\";i:5250;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/models\";i:19239;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/blocks/payment-types\";i:1798;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/blocks\";i:1798;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/traits\";i:3861;s:173:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api/controllers/abstracts\";i:1176;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api/controllers\";i:3208;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api\";i:5567;s:153:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/interfaces\";i:1154;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/exceptions/abstracts\";i:1566;s:153:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/exceptions\";i:4631;s:153:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/processors\";i:5021;s:159:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/models/abstracts\";i:11220;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/models\";i:45681;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes\";i:83377;s:172:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Exception\";i:3777;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Map\";i:18339;s:167:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Tool\";i:6674;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src\";i:84000;s:158:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection\";i:101169;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Exception\";i:7811;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Builder\";i:8244;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Codec\";i:15801;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Validator\";i:2394;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Rfc4122\";i:34949;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Type\";i:14509;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Lazy\";i:17925;s:173:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter/Number\";i:3801;s:171:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter/Time\";i:11458;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter\";i:18648;s:170:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Node\";i:11385;s:169:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Dce\";i:6609;s:170:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Time\";i:2267;s:165:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider\";i:22480;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Generator\";i:27054;s:168:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Nonstandard\";i:11020;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Guid\";i:9765;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Fields\";i:2817;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Math\";i:13314;s:156:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src\";i:289674;s:152:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid\";i:298405;s:147:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey\";i:399574;s:170:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:160:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7/src\";i:214106;s:156:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7\";i:259068;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/promises/src\";i:46493;s:160:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/promises\";i:69494;s:172:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:169:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Cookie\";i:31406;s:170:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Handler\";i:73085;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src\";i:224306;s:158:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle\";i:376041;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp\";i:704603;s:179:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:173:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80/Resources\";i:2168;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80\";i:12462;s:170:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/deprecation-contracts\";i:4278;s:179:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81/Resources/stubs\";i:1856;s:173:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81/Resources\";i:1856;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81\";i:5961;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-ctype\";i:12216;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony\";i:34917;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-factory/src\";i:4843;s:157:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-factory\";i:7262;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message/docs\";i:15040;s:161:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message/src\";i:47392;s:157:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message\";i:65727;s:160:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-client/src\";i:1915;s:156:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-client\";i:4781;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr\";i:77770;s:165:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Exception\";i:3309;s:175:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Internal/Calculator\";i:19979;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Internal\";i:40930;s:155:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src\";i:136904;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math\";i:156153;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick\";i:156153;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/composer\";i:91372;s:168:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie/getallheaders/src\";i:1640;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie/getallheaders\";i:4273;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie\";i:4273;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor\";i:1469433;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/languages\";i:5746;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client\";i:1562163;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-nf-brands-module/includes\";i:2275;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-nf-brands-module\";i:2922;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib\";i:1565085;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes\";i:1790916;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/templates/checkout\";i:860;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/templates\";i:860;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-options\";i:11484;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/languages\";i:17725;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:13394;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders\";i:31086;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes\";i:361379;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/fields\";i:114668;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates\";i:240339;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/codemirror\";i:6056;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css\";i:425154;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/codemirror\";i:250458;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js\";i:554476;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets\";i:2131054;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw\";i:3538024;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images/themes\";i:11541;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images/payment-methods\";i:17060;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images\";i:29060;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/css\";i:5971;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/js/admin\";i:61109;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/js\";i:385490;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets\";i:420521;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended\";i:5837104;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/admin-bar\";i:9700;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/assets/js\";i:6664;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/assets\";i:6664;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/inc/controls\";i:1302;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/inc\";i:6677;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension\";i:16380;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/components\";i:34369;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/utils\";i:6211;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components/layout\";i:16473;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components/form\";i:44412;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components\";i:60885;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/mixins\";i:2214;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js\";i:72011;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/components\";i:24884;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/common\";i:3880;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/variables\";i:788;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/mixins\";i:852;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss\";i:31225;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src\";i:103236;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/js\";i:774512;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets\";i:877748;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui\";i:919566;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/post-meta\";i:14886;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/common\";i:12524;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/upsale\";i:5444;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/settings\";i:1641;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/welcome\";i:21915;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/license\";i:24904;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views\";i:66428;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/images\";i:23090;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/css\";i:136351;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/js\";i:62979;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss/modules\";i:25365;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss/mixins\";i:2575;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss\";i:46635;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets\";i:269055;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/upsale\";i:5661;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/settings\";i:4138;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/welcome\";i:5073;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/license\";i:3985;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules\";i:36680;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/compatibility/themes\";i:564;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/compatibility\";i:3525;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc\";i:119726;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard\";i:505139;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/views\";i:9864;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/css\";i:52783;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/js\";i:92922;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss/components\";i:6850;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss/controls\";i:26671;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss\";i:45173;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/select2\";i:90118;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/iconpicker\";i:67311;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/colorpicker\";i:6843;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib\";i:164272;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets\";i:355150;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/inc/controls\";i:74506;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/inc\";i:79984;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder\";i:459881;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/framework\";i:1931552;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/SEO\";i:20033;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/services\";i:10896;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/walkers\";i:3570;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/elements/common-controls\";i:54341;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/elements\";i:233098;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/elements\";i:5109;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/helpers/controls-converter\";i:5614;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/helpers\";i:10541;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility\";i:15650;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/dynamic-tags/tags\";i:1270;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/dynamic-tags\";i:3776;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/bricks\";i:279847;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/rest-api/endpoints\";i:8964;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/rest-api\";i:12799;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/elementor/dynamic-tags/tags\";i:7325;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/elementor/dynamic-tags\";i:8731;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/elementor\";i:14089;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/plain-query\";i:1693;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/indexer/bricks\";i:5250;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/indexer\";i:53337;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/wpml/integration-classes\";i:809;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/wpml\";i:809;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/jet-engine/macros\";i:6476;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/jet-engine\";i:9535;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility\";i:23504;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/providers\";i:114065;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/widgets/common-controls\";i:84667;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/widgets\";i:433747;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/tax-query\";i:3698;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/filters\";i:99495;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/blocks/common-controls\";i:30437;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes/blocks\";i:437569;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/includes\";i:1619843;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/common\";i:5463;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/pagination\";i:319;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/active-filter\";i:370;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/active-tag\";i:349;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/for-js\";i:1038;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/svg\";i:5492;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates/filters\";i:33102;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/templates\";i:45579;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/includes\";i:32483;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/templates\";i:1435;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/css\";i:3788;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/js\";i:5617;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/scss\";i:2588;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets\";i:11993;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic\";i:60089;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/includes/dynamic-query\";i:4896;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/includes\";i:57002;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/templates/info-blocks\";i:2110;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/templates/filter-info\";i:1258;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/templates\";i:4557;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/templates/components\";i:9833;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/templates\";i:27989;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/pages\";i:15760;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages\";i:46868;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/assets/img/filter-types\";i:7506;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/assets/img\";i:7506;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/assets/css\";i:75467;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/assets/js\";i:480340;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin/assets\";i:563313;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/admin\";i:739977;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/languages\";i:143787;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/images\";i:35475;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib/jet-smart-filters-icons/fonts\";i:54718;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib/jet-smart-filters-icons\";i:57049;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib\";i:57049;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/css\";i:150244;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/js\";i:378558;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/vendors/air-datepicker\";i:129032;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/vendors\";i:129032;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/lib/jet-plugins\";i:6813;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets/lib\";i:6813;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters/assets\";i:700122;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-smart-filters\";i:5227231;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/components\";i:34369;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/assets/js\";i:772499;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/assets\";i:772499;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui\";i:811092;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/admin-bar\";i:9700;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/common\";i:12524;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/upsale\";i:5444;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/settings\";i:1641;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/welcome\";i:21915;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/license\";i:24904;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views\";i:66428;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/images\";i:23090;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/css\";i:136351;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/js\";i:62979;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss\";i:46635;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets\";i:269055;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules\";i:30532;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc\";i:113578;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard\";i:496095;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/views\";i:9534;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/css\";i:49396;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/js\";i:45735;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib\";i:156129;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets\";i:251260;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/inc/controls\";i:51292;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/inc\";i:55935;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder\";i:330631;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/modules\";i:1653503;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/locations/render\";i:7832;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/locations\";i:17752;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/templates/sources\";i:23185;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/templates\";i:72681;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/settings/subpage-modules\";i:5283;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/settings\";i:29421;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/rest-api/endpoints/theme-builder\";i:10629;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/rest-api/endpoints\";i:28859;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/rest-api\";i:40724;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/document-types\";i:14811;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/controls\";i:5003;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/css\";i:11799;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/js\";i:25835;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/scss/modules\";i:8111;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/scss\";i:9627;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets\";i:53409;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/elementor\";i:96091;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra/assets/css\";i:94;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra/assets\";i:94;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra\";i:1264;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes\";i:1264;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/jet-style-manager\";i:1297;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/wpml\";i:1152;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/rest-api\";i:3408;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/structures\";i:6162;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/template-conditions\";i:26189;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce\";i:55407;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/jet-woo-builder\";i:10215;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/polylang\";i:1046;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins\";i:69117;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/compatibility\";i:72937;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions/cpt-singular\";i:7036;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions/cpt-archive\";i:9124;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions\";i:56283;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions\";i:79804;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-structures/structures\";i:14463;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/template-structures\";i:24565;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/includes\";i:43219;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/templates\";i:981;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/img\";i:6849;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/css\";i:26574;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/js\";i:1857305;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder\";i:1890728;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets\";i:1890728;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder\";i:1941027;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes/lib\";i:79101;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/includes\";i:4164622;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates/editor\";i:4824;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates/admin/setting-templates\";i:6531;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates/admin/templates-library\";i:19743;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates/admin/theme-builder\";i:61;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates/admin\";i:26335;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/templates\";i:38510;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/languages\";i:70481;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/assets/img\";i:46481;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/assets/css\";i:20410;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/assets/js\";i:28916;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core/assets\";i:104003;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-theme-core\";i:4387281;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin/commons\";i:523;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin\";i:76819;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/fonts\";i:10551;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/css\";i:3993;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/js\";i:3558;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets\";i:18102;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list\";i:12226;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list-sc\";i:12305;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons\";i:30485;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc\";i:57746;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev\";i:152667;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/common\";i:3489;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo/dev\";i:64820;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo\";i:101909;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components/list\";i:1039;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components\";i:22419;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css/dev\";i:146735;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css\";i:259795;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js/dev\";i:51703;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js\";i:250356;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/img\";i:245657;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/css\";i:31124;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/js\";i:380477;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl\";i:657258;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets\";i:1167409;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db/defaults\";i:2674;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db\";i:69251;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_commons\";i:67473;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin\";i:1671274;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-admin\";i:39158;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-single-styles\";i:25823;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo\";i:81347;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools\";i:81347;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings/greetings_styles\";i:5466;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings\";i:29625;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/chat\";i:38090;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles\";i:36848;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/commons\";i:42332;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles-shortcode\";i:22357;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/group\";i:13118;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/img\";i:47205;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/fonts\";i:10695;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/dev\";i:2781;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css\";i:8774;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/dev\";i:71954;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js\";i:87658;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets\";i:154332;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/share\";i:14607;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc\";i:356339;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new\";i:2113178;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/click-to-chat-for-whatsapp\";i:2292220;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/includes/config\";i:1488;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/includes\";i:64764;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/templates/dashboard\";i:1327;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/templates/configure-plugins\";i:525;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/templates\";i:14820;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/languages\";i:49081;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/assets/css\";i:14113;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/assets/js\";i:6274;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/assets/scss\";i:13758;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard/assets\";i:34145;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-plugins-wizard\";i:172874;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/breadcrumbs\";i:43354;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/db-updater\";i:7076;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/assets\";i:5365;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/inc\";i:6677;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension\";i:15081;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/components\";i:34369;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/utils\";i:12359;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components/form\";i:44412;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components\";i:60885;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js\";i:84307;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss\";i:31225;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src\";i:121680;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/js\";i:774512;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets\";i:902340;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui\";i:940935;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/common\";i:12524;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/upsale\";i:5444;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/settings\";i:1641;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/welcome\";i:21915;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/license\";i:24904;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views\";i:72576;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/images\";i:23090;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/css\";i:136351;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/js\";i:62979;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss\";i:52783;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets\";i:281351;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules\";i:36680;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc\";i:125879;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard\";i:535091;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/modules\";i:1547480;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/base\";i:16794;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/components/integrations\";i:5758;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/components\";i:5758;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/settings/subpage-modules\";i:7781;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/settings\";i:10128;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/rest-api/endpoints\";i:8462;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/rest-api\";i:11627;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/controls/groups\";i:9499;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/controls\";i:9499;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/widgets/vendor\";i:59033;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes/widgets\";i:346729;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/includes\";i:2012180;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-reset/global\";i:12834;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-reset\";i:12834;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/admin-templates\";i:9197;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-blocks-cart/global\";i:3412;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-blocks-cart\";i:3412;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-login/global\";i:602;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-login\";i:602;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-auth-links/global\";i:4160;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-auth-links\";i:4160;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-search/global\";i:2802;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-search\";i:2802;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-logo/global\";i:459;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-logo\";i:459;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-register/global\";i:6640;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-register\";i:6640;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-nav-menu/global\";i:416;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates/jet-nav-menu\";i:416;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/templates\";i:40522;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/languages\";i:238914;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/images\";i:33993;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/css/templates\";i:127238;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/css/fonts\";i:41795;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/css\";i:301998;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/js/lib/pw-strength\";i:1783;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/js/lib/jsticky\";i:6389;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/js/lib\";i:8172;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/js\";i:92353;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/scss/common\";i:162;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/scss/extension\";i:347;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/scss/mixins\";i:3014;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/scss/widgets\";i:29683;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets/scss\";i:38541;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/assets\";i:466885;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks/dummy-data\";i:74062;s:57:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-blocks\";i:2863112;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:11815;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:63007;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:135202;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:349940;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/functions\";i:156264;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:311224;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:46277;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:63319;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/includes\";i:1102843;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources\";i:2168;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80\";i:10598;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:115164;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1552968;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1678730;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr/Log\";i:11471;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr\";i:11471;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log\";i:12556;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/psr\";i:12556;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:423469;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:527921;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:527921;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:1073669;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor\";i:3293624;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1468;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6783;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:6783;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3625;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3625;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3524;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11463;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:79578;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4388;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4388;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2050;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:11080;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:1726;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2114;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:11266;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:48491;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2055;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:30752;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/templates\";i:190254;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:42992;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Db\";i:42992;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:13740;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:8385;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:11892;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:31664;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:69772;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:95210;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7011;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:24277;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4779;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2779;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6896;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6754;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:8153;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9557;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:26292;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23461;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:6574;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:24168;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:40655;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3607;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:24718;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16438;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15330;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17331;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:2675;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:14807;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5190;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:30300;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:328140;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:428817;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:76951;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:32880;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:36046;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:46628;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:48335;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Frontend\";i:126685;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:55273;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:77892;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:598;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Integrations\";i:9558;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api/Webhooks\";i:20479;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api\";i:80440;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Fields\";i:16957;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder/Traits\";i:15852;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder\";i:29190;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Payments\";i:4246;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin\";i:90895;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square\";i:269997;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24497;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:78332;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10688;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32421;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:17133;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:30521;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:72998;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:263434;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5828;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20994;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:28157;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:15044;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:47547;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:73215;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:29476;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:46743;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9849;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28988;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:29104;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11170;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:21051;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17747;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16301;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73367;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73367;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:874716;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:125056;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Requirements\";i:34650;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:4713;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:143140;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38972;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9053;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:107300;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:59458;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:61569;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:126170;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18743;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8468;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:15762;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:54814;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:109509;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:149681;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:160707;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23898;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:45125;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:23672;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14058;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:12490;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:79498;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:24936;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:929614;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Tasks\";i:5266;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:38127;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:41805;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:58398;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/src\";i:3038591;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13591;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:201531;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12036;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16545;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9951;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16113;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52900;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95989;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52700;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46643;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16779;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9530;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55317;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:964740;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1002660;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1029116;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1029116;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Sdk\";i:879;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request\";i:4460;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Logger\";i:613;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Authentication\";i:615;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Response\";i:423;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core\";i:6652;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Http\";i:2114;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src\";i:9645;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces\";i:10714;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/example\";i:971;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/othernamespace\";i:477;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/multitypetest/model\";i:51936;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/multitypetest\";i:125575;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/JsonMapperTest\";i:19142;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/namespacetest/model\";i:744;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/namespacetest\";i:7118;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests\";i:201814;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/src\";i:91489;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper\";i:294274;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Logger\";i:1984;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Other\";i:7438;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Types\";i:2656;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Authentication\";i:1305;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Response\";i:2168;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking\";i:25785;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests\";i:168752;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request/Parameters\";i:21633;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request\";i:32582;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger/Configuration\";i:5790;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger\";i:12482;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Utils\";i:42864;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Exceptions\";i:647;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase/BodyMatchers\";i:12211;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase\";i:21554;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types/Sdk\";i:12095;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types\";i:13663;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Authentication\";i:4785;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response/Types\";i:8405;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response\";i:19767;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src\";i:159848;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core\";i:329669;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/tests/Mocking\";i:330;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/tests\";i:24762;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src/Request\";i:5551;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src\";i:32124;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php\";i:58067;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic\";i:692724;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4401;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:17356;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:27324;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:38130;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6020;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:6663;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10671;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:43546;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:106537;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:106537;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Apis\";i:1620;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Models\";i:6482;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Flows\";i:52399;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests\";i:63223;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Apis\";i:428025;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Utils\";i:4689;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Exceptions\";i:1437;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/Builders\";i:1902850;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models\";i:6459757;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Http\";i:4599;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Authentication\";i:2247;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src\";i:6936772;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square\";i:7002772;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square\";i:7002772;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer\";i:422;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json\";i:5904;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs\";i:5904;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src\";i:5904;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer\";i:5904;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer\";i:5904;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:10574134;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:53632;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:90694;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:103961;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:3822163;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/admin\";i:72512;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:55047;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:2730;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:93548;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:1809489;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square/divi\";i:43275;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square\";i:79634;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:2040448;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:311552;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:447467;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:760410;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:21243;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:148619;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:745047;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:4714114;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3111;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:94642;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3663;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:44108;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21905;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:4049;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:57018;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:33935;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:797500;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:26987;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:98250;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44344;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1341947;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:113647;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:29403;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:126614;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:196402;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4867;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:46255;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1962;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:23205;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:79974;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:10547;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:48228;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:56770;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:147291;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:227136;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square/admin\";i:33224;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square\";i:61675;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:828638;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:45953;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:236470;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js/share\";i:8614;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:2415669;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:429198;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:54181;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:54181;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:174576;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:27164;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6258;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:3268;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:52989;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:705212;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:705212;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:758201;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:2461998;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1746407;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/assets\";i:15606156;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2551;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8814;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20242;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16001;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36448;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39933;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:4146;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:64321;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite/lite\";i:101141;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/wpforms-lite\";i:34102456;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/assets\";i:5365;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/inc\";i:6677;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension\";i:14623;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/components\";i:33278;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/utils\";i:12358;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components/form\";i:43703;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components\";i:60060;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js\";i:85505;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/components\";i:23483;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss\";i:29217;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src\";i:120870;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/js\";i:850448;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets\";i:977466;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui\";i:1013758;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/common\";i:12524;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/upsale\";i:5444;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/settings\";i:1641;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/welcome\";i:21915;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/license\";i:24904;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views\";i:72576;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/images\";i:23090;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/css\";i:136351;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/js\";i:62979;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss\";i:52783;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets\";i:281351;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules\";i:36680;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc\";i:125877;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard\";i:526836;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/modules\";i:1561160;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/base\";i:15885;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/settings/subpage-modules\";i:5194;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/settings\";i:7315;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/ext\";i:55088;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/rest-api/endpoints\";i:7656;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/rest-api\";i:10821;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/addons\";i:73173;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/controls/groups\";i:9504;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/controls\";i:9504;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/compatibility/wpml/modules\";i:1167;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/compatibility/wpml\";i:1167;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes/compatibility\";i:6992;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/includes\";i:1764275;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/templates/admin-templates\";i:2315;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/templates\";i:2315;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/languages\";i:68413;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/css/fonts\";i:25166;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/css\";i:55039;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/tippy\";i:98336;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/particles-js\";i:23364;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/resize-sensor\";i:2234;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/sticky-sidebar\";i:24173;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/anime\";i:14420;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles/1.18.11\";i:140630;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles/3.0.2\";i:169264;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles\";i:309894;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js/lib\";i:472421;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/js\";i:509729;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/scss/addons\";i:8598;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/scss/extensions\";i:1795;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets/scss\";i:17857;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks/assets\";i:582625;s:57:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tricks\";i:2441052;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/app/includes\";i:10535;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/app/vendor\";i:145233;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/app\";i:360723;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/resources/giveaway-templates\";i:13702;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/resources/emails\";i:7588;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/resources/views\";i:94040;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/resources/data-templates\";i:8405;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/resources\";i:123735;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/img/integrations\";i:31985;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/img\";i:446246;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/css\";i:1605659;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/js\";i:139195;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/fontawesome/css\";i:349361;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/fontawesome/webfonts\";i:2929598;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/fontawesome\";i:3278959;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite/vue-frontend/js\";i:437733;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite/vue-frontend\";i:438384;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend/css\";i:36785;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend/js\";i:1239467;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend\";i:1277812;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/lite\";i:1716196;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public/svg\";i:10778;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/public\";i:7197033;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress/languages\";i:95988;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/rafflepress\";i:7811194;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/images\";i:138491;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/css/images\";i:36998;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/css\";i:109156;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/js\";i:19399;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/languages\";i:3153329;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/inc/images\";i:30387;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/inc\";i:66798;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/48px\";i:1027;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/16px\";i:17693;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images\";i:56138;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/css\";i:23922;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/js\";i:327;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10\";i:80387;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/images\";i:49580;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/css\";i:78530;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/icons\";i:99720;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray\";i:227830;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/images\";i:49580;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/css\";i:80256;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/icons\";i:99720;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark\";i:229556;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/48px\";i:18363;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/16px\";i:162942;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images\";i:256991;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/css\";i:33459;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/js\";i:327;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes/light\";i:290777;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/themes\";i:828550;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/img/src\";i:1470840;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/img\";i:1703079;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/sounds\";i:92204;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/jquery/images\";i:19442;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/jquery\";i:511688;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/libs\";i:20186;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/resources\";i:5915;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoRotate\";i:5610;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Watermark\";i:27171;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Sanitizer\";i:5901;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Normalizer\";i:8027;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoResize\";i:6964;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins\";i:53673;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/flycache\";i:0;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/OnlineConvert\";i:4304;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZohoOffice\";i:8607;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZipArchive\";i:401;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php/editors\";i:14730;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/php\";i:1074401;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/fonts/notosans\";i:1662048;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/fonts/raleway\";i:965144;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/fonts\";i:2627192;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/css\";i:353196;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/commands\";i:382109;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/worker\";i:2618;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/proxy\";i:10177;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/extras\";i:357984;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n/help\";i:12037;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n\";i:1381210;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js/ui\";i:251858;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/js\";i:4319737;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dart\";i:6741;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim\";i:24091;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/q\";i:15583;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/groovy\";i:10055;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xquery\";i:28187;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/markdown\";i:66389;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gas\";i:10726;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sas\";i:17959;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gherkin\";i:14823;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/julia\";i:13805;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell\";i:10295;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gfm\";i:15292;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/octave\";i:6268;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tcl\";i:11217;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm/changes\";i:2180;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm\";i:10578;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pig\";i:7285;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mathematica\";i:7866;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rust\";i:5549;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/turtle\";i:6319;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/livescript\";i:17511;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dylan\";i:25672;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mbox\";i:4942;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vb\";i:12042;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/go\";i:8127;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell-literate\";i:10771;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlmixed\";i:8656;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/protobuf\";i:3793;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/php\";i:26871;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/handlebars\";i:4368;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/elm\";i:7192;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/commonlisp\";i:11179;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fcl\";i:7794;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiddlywiki\";i:13309;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlembedded\";i:3503;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haxe\";i:20145;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn\";i:13645;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/spreadsheet\";i:4531;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/soy\";i:9568;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asciiarmor\";i:3667;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fortran\";i:11178;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tornado\";i:4299;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/properties\";i:3726;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/coffeescript\";i:32286;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/webidl\";i:7955;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/perl\";i:57692;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sql\";i:37193;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/r\";i:8251;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/css\";i:60953;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ruby\";i:16676;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/toml\";i:4737;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/modelica\";i:8937;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nginx\";i:15403;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cypher\";i:8185;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/forth\";i:7013;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/swift\";i:8509;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stylus\";i:44592;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/factor\";i:4943;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/puppet\";i:10828;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sparql\";i:8108;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yacas\";i:7600;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/verilog\";i:28608;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/lua\";i:8023;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jsx\";i:10571;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cmake\";i:6752;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cobol\";i:18372;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/brainfuck\";i:5512;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vue\";i:4562;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mirc\";i:15890;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/z80\";i:4983;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jinja2\";i:6039;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/http\";i:4188;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/python\";i:19558;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/eiffel\";i:16942;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/d\";i:13923;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/scheme\";i:15993;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/oz\";i:8047;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pascal\";i:4495;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/django\";i:13868;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stex\";i:14200;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/shell\";i:7319;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clojure\";i:18555;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smarty\";i:10801;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sieve\";i:6620;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ntriples\";i:8000;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mllike\";i:9454;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vbscript\";i:15310;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/troff\";i:6857;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smalltalk\";i:6447;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dtd\";i:8151;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml-frontmatter\";i:5364;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sass\";i:11630;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ebnf\";i:8535;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/solr\";i:4043;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/twig\";i:5940;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asn.1\";i:9957;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/apl\";i:6915;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nsis\";i:9396;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mscgen\";i:21202;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/velocity\";i:10398;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/javascript\";i:44530;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dockerfile\";i:4488;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiki\";i:10674;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/crystal\";i:14001;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clike\";i:71292;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pug\";i:18535;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/idl\";i:16522;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asterisk\";i:12028;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haml\";i:10434;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/textile\";i:27626;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/diff\";i:5547;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vhdl\";i:9190;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xml\";i:16499;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn-cfg\";i:11462;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ecl\";i:10252;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mumps\";i:7962;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pegjs\";i:5467;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml\";i:5747;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rst\";i:35316;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/erlang\";i:21021;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/powershell\";i:23126;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode\";i:1691269;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/theme\";i:1987;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/lib\";i:374683;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/codemirror\";i:2067939;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/files/.trash\";i:0;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib/files\";i:0;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/lib\";i:13594034;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager/classes\";i:25932;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/wp-file-manager\";i:17212068;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/scorecard\";i:18540;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/graph\";i:18968;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates\";i:41023;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights\";i:41023;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/examples\";i:893;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/dictionaries\";i:349614;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/data\";i:551035;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight\";i:913114;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib\";i:913204;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight\";i:916239;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool\";i:960887;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg\";i:1011670;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/feature-feedback\";i:4466;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notifications\";i:49482;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/site-notes\";i:34534;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages\";i:37469;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports\";i:36310;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing\";i:59691;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin\";i:549329;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/popular-posts\";i:44529;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/verified-badge\";i:3643;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events\";i:3675;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking\";i:18115;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend\";i:42785;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails/templates\";i:11222;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails\";i:27317;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/includes\";i:1876625;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/languages\";i:323302;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/css\";i:158173;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/js\";i:444397;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg\";i:602570;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugins\";i:335599;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell\";i:55151;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images\";i:570254;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/fonts\";i:266568;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/images\";i:47602;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend\";i:14503;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css\";i:156871;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend\";i:1152557;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js\";i:1242769;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/assets\";i:2839097;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg/blocks\";i:2920;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg\";i:3014;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/img\";i:118441;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/css\";i:9819;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets\";i:128260;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers\";i:16912;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey\";i:148856;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports\";i:8554;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin\";i:234024;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/popular-posts\";i:44058;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails/templates\";i:53898;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails\";i:96221;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes\";i:383700;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails/summaries\";i:60977;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails\";i:60977;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img\";i:110417;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img\";i:6134332;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts\";i:433004;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css\";i:1294794;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunks\";i:3535038;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js\";i:6080530;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue\";i:13995493;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets\";i:14105910;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress/lite\";i:14489675;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/google-analytics-for-wordpress\";i:19578351;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/languages\";i:10476;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/assets/image\";i:528366;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/assets/public\";i:159711;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/assets\";i:899431;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/inc/admin\";i:180213;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/inc/frontend\";i:62021;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/inc/compatibility\";i:10405;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification/inc\";i:252665;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/push-notification\";i:1191624;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/img\";i:1439;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/css\";i:8298;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/js\";i:17460;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/languages\";i:13390;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/shim\";i:15838;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/rest-api\";i:58609;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/types\";i:65386;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes\";i:414172;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/images\";i:24597;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css/sass/partials\";i:27037;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css/sass\";i:27812;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css\";i:372260;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/js\";i:148783;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/languages\";i:1793284;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor/cmb2\";i:3035874;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/vendor\";i:3035874;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc/classes\";i:22096;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background/inc\";i:3057970;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/video-background\";i:3152933;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/img/loading\";i:157406;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/img/close\";i:450;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/img/backend\";i:221708;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/img\";i:409449;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/functions\";i:24394;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/views\";i:22758;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/actions\";i:9704;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/ajax\";i:7861;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/core\";i:73876;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/cache\";i:21653;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/search\";i:108454;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/suggest\";i:6146;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/etc\";i:36404;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/shortcodes\";i:6635;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/widgets\";i:1735;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes/filters\";i:19018;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes/classes\";i:291486;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/includes\";i:338638;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/css/fonts\";i:16334;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/css\";i:95416;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/cache\";i:0;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin/merged\";i:257692;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin/optimized\";i:189297;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin\";i:446989;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/nomin/external\";i:0;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/nomin\";i:446989;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin/merged\";i:101891;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized\";i:76515;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin\";i:178406;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js/min\";i:178406;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/js\";i:625395;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/languages\";i:155341;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tinymce\";i:3165;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/class\";i:62707;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/wpd-modal\";i:12616;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/js/spectrum\";i:79711;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/js\";i:87216;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/textarea-autosize\";i:1530;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa/css\";i:59305;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa/webfonts\";i:2929598;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa\";i:2988903;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/icons\";i:139350;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/theme\";i:28610;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets\";i:3450873;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/settings\";i:3532051;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/Blocks/assets\";i:3908;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/Blocks\";i:5463;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/layout\";i:20657;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/advanced\";i:9401;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/frontend\";i:3838;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/general\";i:23340;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance\";i:70810;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/compatibility\";i:5374;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend/tabs\";i:76184;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite/backend\";i:3668054;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/ajax-search-lite\";i:5328360;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/includes\";i:2175;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/DOMPurify\";i:22392;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/composer\";i:44695;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/ElementReference\";i:9511;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/Exceptions\";i:794;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/data\";i:12532;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src\";i:49237;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize\";i:49237;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor/enshrined\";i:49237;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/vendor\";i:117095;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/admin/img\";i:3373;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/admin\";i:50777;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/functions\";i:34138;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/integrations\";i:2508;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/css\";i:6093;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/js/min\";i:15262;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/js\";i:51264;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/languages\";i:38093;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support/scss\";i:8341;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/svg-support\";i:471531;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/db-updater\";i:7076;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/assets\";i:5365;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/inc\";i:6677;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension\";i:15080;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/components\";i:23318;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components/form\";i:28781;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components\";i:45138;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js\";i:49933;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/components\";i:16443;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss\";i:22177;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src\";i:72110;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/js\";i:511839;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets\";i:583949;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui\";i:610281;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/common\";i:12524;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/upsale\";i:5444;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/settings\";i:1641;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/welcome\";i:21915;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/license\";i:24904;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views\";i:72576;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/images\";i:23090;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/css\";i:136351;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/js\";i:62979;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss\";i:52783;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets\";i:281351;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules\";i:36680;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc\";i:125874;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard\";i:526835;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/modules\";i:1165221;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/base\";i:26269;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/settings/subpage-modules\";i:7889;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/settings\";i:10264;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/ext\";i:21146;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/rest-api/endpoints\";i:9023;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/rest-api\";i:18379;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/addons/vendor\";i:77218;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/addons\";i:1680969;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/controls/groups\";i:9787;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/controls\";i:14092;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/shortcodes\";i:25429;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/template-library\";i:11806;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/lib/compatibility/modules\";i:23738;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/lib/compatibility\";i:50221;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes/lib\";i:50221;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/includes\";i:3120687;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-subscribe-form/global\";i:1950;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-subscribe-form\";i:1950;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-posts/global\";i:5950;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-posts\";i:5950;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-timeline/global\";i:3298;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-timeline\";i:3298;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-animated-text/global\";i:2550;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-animated-text\";i:2550;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/admin-templates\";i:18694;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-banner/global\";i:969;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-banner\";i:969;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global/banners\";i:3757;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global/simple\";i:4125;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global\";i:8564;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-carousel\";i:8564;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-horizontal-timeline/global\";i:6571;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-horizontal-timeline\";i:6571;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-scroll-navigation/global\";i:2123;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-scroll-navigation\";i:2123;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-slider/global\";i:5859;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-slider\";i:5859;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-pricing-table/global\";i:10259;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-pricing-table\";i:10259;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-instagram-gallery/global\";i:1374;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-instagram-gallery\";i:1374;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-price-list/global\";i:1735;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-price-list\";i:1735;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-countdown-timer/global\";i:3110;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-countdown-timer\";i:3110;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-services/global\";i:1009;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-services\";i:1009;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-animated-box/global\";i:5502;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-animated-box\";i:5502;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-brands/global\";i:999;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-brands\";i:999;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-dropbar/global\";i:2781;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-dropbar\";i:2781;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-team-member/global\";i:1401;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-team-member\";i:1401;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-image-comparison/global\";i:3061;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-image-comparison\";i:3061;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-weather/global\";i:4179;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-weather\";i:4179;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-testimonials/global\";i:2903;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-testimonials\";i:2903;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-images-layout/global\";i:4948;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-images-layout\";i:4948;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-1\";i:3906;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-4\";i:3790;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-2\";i:3855;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-3\";i:3313;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global\";i:16191;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio\";i:16191;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar/global/types\";i:3259;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar/global\";i:5199;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar\";i:5199;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-video/global\";i:4659;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-video\";i:4659;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-button/global\";i:2013;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-button\";i:2013;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-download-button/global\";i:1497;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-download-button\";i:1497;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-circle-progress/global\";i:6725;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates/jet-circle-progress\";i:6725;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/templates\";i:136073;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/languages\";i:817849;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/images/weather-icons\";i:92421;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/images\";i:208380;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/fonts\";i:146575;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/skin\";i:35600;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/addons\";i:451712;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib/slider-pro/images\";i:695;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib/slider-pro\";i:29820;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib/peel\";i:1210;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib/juxtapose\";i:10590;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib/mejs-speed\";i:1412;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css/lib\";i:43032;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/css\";i:735956;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/tippy\";i:125081;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/lottie\";i:253228;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/masonry-js\";i:23647;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/google-maps\";i:11029;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/tablesorter\";i:44381;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/peeljs\";i:49008;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/tweenjs\";i:115514;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/slider-pro\";i:98659;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/salvattore\";i:23260;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/resize-sensor\";i:2234;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/anime-js\";i:14420;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/chart-js\";i:173076;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/slick\";i:42863;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/juxtapose\";i:37344;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/html2canvas\";i:198278;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/oridomi\";i:43946;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib/mejs-speed\";i:5006;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js/lib\";i:1260974;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/js\";i:1530961;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets/animation\";i:162867;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/assets\";i:2638164;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements/dummy-data\";i:1765834;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-elements\";i:8541059;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/wp-cli\";i:16202;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/element-cache\";i:4899;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/elements-color-picker\";i:979;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/element-manager\";i:9793;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils\";i:5674;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners\";i:3854;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export\";i:4729;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data\";i:4078;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults\";i:16546;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/styleguide/controls\";i:499;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/styleguide\";i:3849;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3894;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/safe-mode\";i:20017;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/page-templates/templates\";i:2053;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/page-templates\";i:13186;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/gutenberg\";i:6203;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/admin-bar\";i:4106;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/generator-tag\";i:2352;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/admin-top-bar\";i:3880;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/link-in-bio/base\";i:43898;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets\";i:703;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render\";i:22905;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes\";i:22905;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/link-in-bio\";i:69590;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/template-renderer\";i:3650;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base\";i:1560;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg\";i:3610;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph\";i:3009;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image\";i:2223;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block\";i:3655;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading\";i:3893;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button\";i:4332;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements\";i:30052;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/image\";i:1960;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/parsers\";i:5838;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles\";i:14736;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles\";i:7506;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings\";i:2594;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers\";i:11408;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver\";i:16831;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types\";i:4502;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls\";i:5522;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags\";i:15062;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns\";i:3651;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base\";i:6765;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives\";i:2594;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts\";i:749;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types\";i:30434;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/atomic-widgets\";i:136950;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/cloud-library/connect\";i:3367;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/cloud-library\";i:5745;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/performance-lab\";i:1826;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/lazyload\";i:2727;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/notifications\";i:9281;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/container-converter\";i:4180;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/image-loading-optimization\";i:11078;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2336;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items\";i:1200;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/landing-pages\";i:21692;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces\";i:201;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/content-sanitizer\";i:1548;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/system-info/reporters\";i:38280;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/system-info\";i:50967;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/base\";i:123505;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents\";i:8156;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items\";i:1223;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets\";i:1443;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/control\";i:434;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render\";i:25200;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes\";i:25200;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/floating-buttons\";i:178182;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/home/transformations/base\";i:1541;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/home/transformations\";i:11522;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/home/classes\";i:2289;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/home\";i:17883;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces\";i:472;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items\";i:14037;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/promotions/controls\";i:1246;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/promotions/widgets\";i:2744;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/promotions\";i:27285;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/apps\";i:13146;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/global-classes/utils\";i:1566;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/global-classes\";i:11366;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/usage\";i:21598;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/checklist/steps\";i:13622;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints\";i:2562;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/checklist/data\";i:3604;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/checklist\";i:31783;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/dev-tools\";i:11365;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/wc-product-editor\";i:1443;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/library/traits\";i:1042;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/library/documents\";i:7121;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/library\";i:12374;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/wp-rest/classes\";i:16115;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/wp-rest\";i:17118;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/notes\";i:1236;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/shapes/widgets\";i:15058;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/shapes\";i:16965;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets\";i:30600;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-accordion\";i:31826;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/web-cli\";i:1110;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/elementor-counter\";i:1864;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/ai/connect\";i:22824;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/ai/feature-intro\";i:2178;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/ai/site-planner-connect\";i:10859;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/ai\";i:81776;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/history/views\";i:5529;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/history\";i:16863;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/dynamic-tags\";i:3029;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields\";i:935;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints\";i:9197;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/site-navigation/data\";i:10718;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/site-navigation\";i:13780;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/announcements/triggers\";i:1803;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/announcements/classes\";i:2522;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/announcements\";i:8469;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/editor-app-bar\";i:2398;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-elements/base\";i:3670;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-elements/controls\";i:484;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-elements\";i:5679;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2210;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/compatibility-tag\";i:14309;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/favorites/types\";i:1527;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/favorites\";i:9311;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/editor-events\";i:1701;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets\";i:40555;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules/nested-tabs\";i:42007;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/modules\";i:1013462;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/onboarding\";i:15530;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/processes\";i:38909;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import\";i:19203;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert\";i:6839;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export\";i:11739;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/runners\";i:38308;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility\";i:4540;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/import-export\";i:124459;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect\";i:2073;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies\";i:812;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints\";i:1909;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits\";i:3434;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library/data\";i:14171;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/kit-library\";i:20822;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules/site-editor\";i:1069;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/modules\";i:161880;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app/admin-menu-items\";i:570;s:60:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/app\";i:170256;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/admin-templates\";i:10353;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/base\";i:153503;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/elements\";i:119557;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/editor-templates\";i:73769;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/managers\";i:88332;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items\";i:5956;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/settings\";i:60017;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/interfaces\";i:730;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/controls/groups\";i:93938;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/controls\";i:263025;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/container\";i:1347;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/widgets/traits\";i:20265;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/widgets\";i:489214;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24081;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/libraries\";i:24715;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/forms\";i:1714;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items\";i:1927;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/sources\";i:79580;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:2321;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/data\";i:3015;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library/classes\";i:5785;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes/template-library\";i:113153;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/includes\";i:1673676;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor/composer\";i:123956;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor\";i:124704;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/logger/items\";i:8601;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/logger/loggers\";i:4664;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/logger\";i:23433;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/base/traits\";i:7158;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:7367;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/base/background-process\";i:13991;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/base/providers\";i:7322;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/base\";i:120600;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates\";i:1642;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js\";i:574;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss\";i:1122;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v2\";i:8780;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates\";i:1596;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js\";i:26;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/v1\";i:3729;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader/common\";i:7525;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/loader\";i:28263;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4353;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/data/globals\";i:5396;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor/data\";i:5396;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/editor\";i:55335;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app/modules/onboarding\";i:465;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app/modules/import-export\";i:601;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:708;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app/modules/kit-library\";i:1174;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app/modules\";i:2240;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/app\";i:2595;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29164;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/utils/import-export\";i:101065;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/utils/promotions\";i:2147;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/utils/svg\";i:17044;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/utils\";i:159382;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3848;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/page-assets/data-managers\";i:11050;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/page-assets\";i:15763;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/role-manager\";i:11103;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces\";i:752;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin/menu\";i:9235;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin/notices\";i:4258;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin/ui/components\";i:2429;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin/ui\";i:2429;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/admin\";i:79563;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/ajax\";i:7325;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:26408;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/connect\";i:35836;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data\";i:1867;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker\";i:9662;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:14576;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules/finder\";i:24528;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common/modules\";i:77351;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/common\";i:83840;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/behaviors/interfaces\";i:637;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/behaviors\";i:637;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/isolation\";i:7537;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/responsive/files\";i:4918;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/responsive\";i:9400;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/document-types\";i:11206;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/settings/base\";i:11173;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/settings/editor-preferences\";i:8022;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/settings/page\";i:13454;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/settings/general\";i:3804;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/settings\";i:41521;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/kits/documents/tabs\";i:56098;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/kits/documents\";i:61588;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/kits/controls\";i:1635;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/kits/views\";i:3257;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/kits\";i:80160;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/debug/classes\";i:3146;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/debug\";i:8314;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/breakpoints\";i:18672;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/frontend/render-modes\";i:2618;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/frontend\";i:7342;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/upgrade\";i:35897;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/experiments/exceptions\";i:178;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/experiments\";i:41656;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/dynamic-tags\";i:21416;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/fonts\";i:7234;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/css\";i:39601;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/assets/json\";i:706;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/assets/svg\";i:7050;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/assets\";i:13440;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files/file-types\";i:12381;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core/files\";i:103737;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/core\";i:964681;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Exception\";i:1563;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Reflection\";i:1576;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver/Container\";i:3260;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver\";i:10875;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src\";i:21808;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker\";i:23683;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Factory\";i:494;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Proxy\";i:3274;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Compiler\";i:22613;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Exception\";i:865;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Source\";i:28534;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Helper\";i:10451;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Resolver\";i:27586;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Dumper\";i:4360;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/ObjectDefinition\";i:3357;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition\";i:98075;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Annotation\";i:2669;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Invoker\";i:4359;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src\";i:167305;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di\";i:170063;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7408;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader\";i:17414;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src\";i:17414;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader\";i:19174;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di\";i:212920;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container/src\";i:1422;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container\";i:3195;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr\";i:3195;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Support\";i:49571;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Contracts\";i:767;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Exceptions\";i:1231;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Signers\";i:1047;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Serializers\";i:16650;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src\";i:74363;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure\";i:75845;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel\";i:75845;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection\";i:291960;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Sandbox\";i:9949;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Cache\";i:6970;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Resources\";i:15878;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Extension\";i:88099;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Filter\";i:3074;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Test\";i:7258;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Unary\";i:2223;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Binary\";i:17825;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression\";i:69239;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node\";i:127144;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/NodeVisitor\";i:31130;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Loader\";i:14183;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/Node\";i:2116;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/NodeVisitor\";i:2277;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/Dumper\";i:6012;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler\";i:14496;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Test\";i:10741;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Attribute\";i:411;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/RuntimeLoader\";i:2449;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Error\";i:8928;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Util\";i:5493;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Runtime\";i:12593;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/TokenParser\";i:36098;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src\";i:540356;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed/twig\";i:543435;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/vendor_prefixed\";i:835395;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images/app/onboarding\";i:153197;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images/app/ai\";i:122369;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images/app\";i:437390;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/images\";i:1192715;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide\";i:1579;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter\";i:904;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/apps\";i:3650;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/notes\";i:285;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/ai\";i:12878;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules/announcements\";i:7929;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/modules\";i:27225;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/templates\";i:743131;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css/conditionals\";i:83137;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/css\";i:3998619;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/locations\";i:3933;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters\";i:11927;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles-repository\";i:6214;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor\";i:6860;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles\";i:2235;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-canvas\";i:155092;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/utils\";i:2997;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/store\";i:155013;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/session\";i:3872;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents\";i:13451;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/menus\";i:3636;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-elements\";i:12626;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels\";i:10728;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-props\";i:7874;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive\";i:4777;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/http\";i:95755;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel\";i:121612;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/env\";i:2721;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-controls\";i:73194;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/schema\";i:126474;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media\";i:6814;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/icons\";i:562818;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/query\";i:105934;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-ui\";i:3320;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-global-classes\";i:13427;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar\";i:49317;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation\";i:44683;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages/ui\";i:2721276;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js/packages\";i:4328580;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/js\";i:33385229;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/shapes\";i:26279;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/mask-shapes\";i:2391;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/data\";i:419;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/share-link\";i:7460;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419884;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55810;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1168670;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2978212;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5749286;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css\";i:35772;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8\";i:500732;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/swiper\";i:500732;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/flatpickr\";i:179729;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:1010535;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/eicons/css\";i:45163;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/eicons\";i:1497111;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/animations/styles\";i:40649;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/animations\";i:59117;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/dialog\";i:32622;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:9117;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/pickr\";i:32636;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:242532;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-select2\";i:274799;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets/lib\";i:8928416;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/assets\";i:47535293;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/base/processor\";i:881;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/base\";i:19612;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2/base/processor\";i:1037;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2219;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3426;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5085;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2/base\";i:34577;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data/v2\";i:43692;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor/data\";i:72705;s:56:\"/home2/adnemgmy/public_html/wp-content/plugins/elementor\";i:52781296;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/includes/framework\";i:8071;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/includes/widgets\";i:21786;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/includes\";i:41964;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/admin/css\";i:609;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/admin/js\";i:837;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/admin/partials\";i:348;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/admin\";i:4384;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/public/css\";i:98;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/public/js\";i:107;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/public/partials\";i:353;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/public\";i:3116;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core/languages\";i:0;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/mygrace-core\";i:52209;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/cli\";i:38424;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/log-handlers\";i:23721;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/walkers\";i:8177;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/abstracts\";i:280527;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/importers\";i:62210;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views\";i:134718;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes\";i:227741;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/settings/views\";i:56046;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/settings\";i:223878;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/notes\";i:13659;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/list-tables\";i:61819;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views\";i:17852;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/helper\";i:173612;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/views\";i:125286;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin/reports\";i:169077;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/admin\";i:1641809;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5193;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17437;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/local-pickup\";i:3544;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/free-shipping\";i:7805;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4320;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate\";i:12628;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shipping\";i:64303;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/data-stores\";i:369810;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/theme-support\";i:26018;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/traits\";i:2124;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/queue\";i:8898;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/integrations\";i:15058;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/legacy\";i:78173;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:468615;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:391053;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:400231;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers\";i:1264578;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/rest-api\";i:1278793;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/interfaces\";i:35474;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/cod\";i:11998;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/cheque\";i:5225;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/includes\";i:54906;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal\";i:78003;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways/bacs\";i:15500;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/gateways\";i:116997;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/customizer\";i:33397;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/emails\";i:116602;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/product-usage\";i:3082;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/import\";i:56767;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/shortcodes\";i:55065;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/export\";i:41133;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/widgets\";i:90670;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11699;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation\";i:28341;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:13780;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api\";i:20042;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/wccom-site\";i:60269;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/payment-tokens\";i:6598;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/libraries\";i:26610;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/react-admin\";i:34880;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/blocks\";i:21701;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/tracks/events\";i:62298;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes/tracks\";i:89557;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/includes\";i:6983150;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/pelago\";i:94360;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/build\";i:7860;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/js\";i:2335;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src\";i:40506;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets\";i:67766;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11418;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config\";i:29834;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:50910;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status\";i:69326;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2606;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21022;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22955;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:83455;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:101871;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/images\";i:80641;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:345880;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85104;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis\";i:45898;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/sso\";i:113401;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:465695;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:915958;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3465;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21881;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6818;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25234;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/automattic\";i:1296126;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/uri/src\";i:50158;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/uri\";i:61761;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/string/res\";i:85488;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/string/src/Exception\";i:3792;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/string/src\";i:45510;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/string\";i:141477;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Errors\";i:19113;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Variables\";i:6949;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Info\";i:5464;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Filters\";i:14284;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Pragmas\";i:9060;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Resolvers\";i:26657;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Keywords\";i:149463;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Exceptions\";i:14049;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Pragmas\";i:6839;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Drafts\";i:16672;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Keywords\";i:104212;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/KeywordValidators\";i:2046;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers\";i:168549;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/KeywordValidators\";i:4676;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Schemas\";i:12153;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Formats\";i:9455;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src\";i:515042;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema\";i:526204;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/opis\";i:729442;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17185;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39842;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42756;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector\";i:107185;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/symfony\";i:117715;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/soundasleep/html2text/src\";i:14831;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/soundasleep/html2text\";i:15904;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/soundasleep\";i:15904;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/bin\";i:19358;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Cli\";i:2804;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Steps\";i:15846;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs/json-examples\";i:578;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs\";i:578;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters\";i:7082;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Importers\";i:15618;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResultFormatters\";i:3113;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Schemas\";i:3561;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResourceStorages\";i:5077;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src\";i:104824;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint\";i:105107;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/woocommerce\";i:105107;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:17616;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:30074;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:13039;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:37869;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:171568;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:172672;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/sabberworm\";i:172672;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader\";i:56028;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/composer/installers\";i:79355;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor/composer\";i:1085140;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/vendor\";i:3769531;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/auth\";i:7354;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/product-form\";i:1260;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/templates/blockified\";i:20753;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/templates\";i:26276;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/checkout\";i:36793;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/order\";i:25676;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/global\";i:10522;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/brands/shortcodes\";i:3132;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/brands/widgets\";i:4319;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/brands\";i:8853;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/notices\";i:2933;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/parts\";i:5903;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/emails/plain\";i:49554;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/emails\";i:135830;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/myaccount\";i:51461;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/single-product/add-to-cart\";i:16741;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/single-product\";i:44497;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/cart\";i:32839;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/block-notices\";i:4630;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates/loop\";i:13178;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/templates\";i:433893;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/sample-data\";i:220042;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Caching\";i:22424;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:5393;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1\";i:171442;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes\";i:171778;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Utilities\";i:158218;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:858;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:184376;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas\";i:195347;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/StoreApi\";i:584244;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Checkout/Helpers\";i:10578;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Checkout\";i:10578;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Caches\";i:3700;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Utilities\";i:58155;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Enums\";i:5711;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:70240;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Database/Migrations\";i:136227;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Database\";i:136227;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Proxies\";i:5575;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/AIContent\";i:65839;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Interactivity\";i:4345;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFieldsSchema\";i:15436;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services\";i:121506;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain\";i:142313;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11430;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments\";i:21680;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Utils\";i:90504;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Shipping\";i:23400;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/AI\";i:7138;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Patterns\";i:22463;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Images\";i:8071;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Assets\";i:26595;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ProductCollection\";i:88060;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:61446;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/Accordion\";i:5821;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes\";i:617572;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates\";i:74924;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Blocks\";i:1224932;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:59905;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:104883;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Settings\";i:17786;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:45174;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:59380;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint/Steps\";i:12826;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint/Exporters\";i:24092;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint\";i:58065;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:24920;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14271;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductDataViews\";i:4286;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Navigation\";i:1318;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Features\";i:362741;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Composer\";i:2431;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13701;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63496;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71809;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:23501;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Notes\";i:73473;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:23588;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44879;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:30672;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:63619;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:9032;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25942;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:23343;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:78540;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:62560;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:103393;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:30884;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57309;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29703;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products\";i:62050;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9364;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11091;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:17890;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:45242;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:21799;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19048;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports\";i:702721;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/AI\";i:16436;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/API\";i:1049740;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7023;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Schedulers\";i:9819;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Marketing\";i:28246;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Admin\";i:1752086;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:67858;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:67858;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Features\";i:135369;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/WCCom\";i:685;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53711;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads\";i:53711;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor/EmailPatterns\";i:2989;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor/EmailTemplates\";i:4504;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor\";i:21801;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:4048;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering\";i:28001;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Orders/CardIcons\";i:44660;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Orders\";i:106960;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Utilities\";i:85636;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Settings\";i:1818;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:37928;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement\";i:65620;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:96525;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Traits\";i:19050;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ProductImage\";i:1963;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders\";i:303115;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores\";i:311829;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/ComingSoon\";i:14584;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/BatchProcessing\";i:25546;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/TransientFiles\";i:22972;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Font\";i:11233;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Logging\";i:25677;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/CostOfGoodsSold\";i:12085;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:13903;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:74035;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Notes\";i:99515;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ImportExport\";i:6315;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders\";i:129009;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders\";i:64100;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Settings\";i:185249;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:36384;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:42482;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/EmailPreview\";i:24174;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives\";i:22463;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Suggestions\";i:133103;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50566;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging\";i:97778;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40885;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Admin\";i:1102782;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal/Email\";i:9719;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src/Internal\";i:2193930;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/src\";i:6027877;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/i18n/languages\";i:1879257;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/i18n\";i:2146352;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/patterns\";i:166508;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/onboarding/icons\";i:91669;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/onboarding\";i:335256;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/product_data\";i:1441;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72\";i:43430;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods\";i:46486;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/core-profiler\";i:36201;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/payment-methods\";i:67316;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/marketing\";i:82806;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/task_list\";i:83458;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/previews\";i:413623;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/pattern-placeholders\";i:4313686;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/admin_notes\";i:22969;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/icons/credit-cards\";i:27486;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/icons\";i:35670;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/settings-payments\";i:6895;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/blocks/product-collection\";i:1186;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images/blocks\";i:9939;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/images\";i:6142049;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/fonts\";i:552889;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/onboarding\";i:211227;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation\";i:43969;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6310;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4455;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings-embed\";i:80176;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/embed\";i:256605;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings-editor\";i:249805;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/app\";i:301651;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30909;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/block-templates\";i:127727;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:632152;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/email-editor\";i:188334;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/csv-export\";i:5012;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/components\";i:1103097;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:30986;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/admin-layout\";i:3675;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/currency\";i:5950;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/experimental\";i:81808;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings\";i:192654;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/explat\";i:47313;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/remote-logging\";i:21561;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/chunks\";i:2478263;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1519;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2497;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2707;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2010;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2037;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2413;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2695;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1107;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:2111;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2618;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3414;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:584;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:863;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:2026;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2296;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3343;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2731;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/notice\";i:2027;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-notice-field\";i:638;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:8888;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8191;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:973;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:762;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4071;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:827;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:602;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:2121;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5556;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:596;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2038;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:2005;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4304;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3800;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3671;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1401;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:642;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:909;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1551;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7248;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:95171;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2012;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:2164;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5629;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5721;s:151:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:14032;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2262;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:621;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1356;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6628;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:699;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3523;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2987;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3201;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1823;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13336;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14822;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21606;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4887;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3409;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2949;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7263;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:4001;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2405;s:153:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6967;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1584;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2124;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1765;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22758;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3364;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2463;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3630;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:736;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2327;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:562;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1913;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8910;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5238;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2410;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4052;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7621;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2286;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2749;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:3035;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2477;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:564;s:147:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1878;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:628;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2226;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3365;s:150:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2811;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5819;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:612;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7508;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1961;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3545;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2464;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2206;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8826;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3078;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:214284;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:317687;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor\";i:1195048;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/number\";i:2243;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:7377;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/data\";i:156359;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/date\";i:44455;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:3147;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin/tracks\";i:8656;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/admin\";i:8143087;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-product\";i:1888;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-price\";i:913;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:625;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:771;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-tag\";i:1410;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-details\";i:529;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:543;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-create-account\";i:1122;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-image\";i:999;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-results-count\";i:535;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-grouped-product-selector\";i:496;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce/stores/woocommerce\";i:2439;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce/stores\";i:4036;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce\";i:4036;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-template\";i:1147;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:520;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-header\";i:1968;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:494;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/related-products\";i:453;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/store-notices\";i:508;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1456;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/all-products\";i:759;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-removable-chips\";i:954;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1521;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-button\";i:1365;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:642;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:153336;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-categories\";i:1174;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:882;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-category\";i:1627;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection\";i:1475;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1613;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-group\";i:1254;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:752;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/blockified-product-details\";i:391;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout\";i:730;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-summary\";i:1035;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1624;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:605;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:470;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31084;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:634;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating\";i:791;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter\";i:993;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1523;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price-slider\";i:1122;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-quantity-selector\";i:627;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-new\";i:1599;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:805;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1272;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:670;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-sale-badge\";i:627;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1374;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:965;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-item\";i:1069;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options\";i:439;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1384;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:680;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:870;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1607;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:679;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:575;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:665;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:568;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:635;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:829;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:444;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:619;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:629;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:709;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:838;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:746;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:716;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:662;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:634;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:634;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:635;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:653;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:836;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:626;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:619;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:602;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:594;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:664;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:643;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:614;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:614;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:661;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:822;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:618;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:642;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:676;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:595;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:583;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:643;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:635;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:674;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:605;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:580;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:471;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:717;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:621;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:588;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:620;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:890;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:818;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:624;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:605;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:592;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:627;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:585;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:590;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:594;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:34358;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/cart-link\";i:811;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/customer-account\";i:815;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce\";i:23581;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:357;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-variation-selector\";i:482;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:594;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1377;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery\";i:877;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/single-product\";i:618;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:880;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:937;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-checkbox-list\";i:995;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:446;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1417;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews\";i:436;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-meta\";i:479;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/active-filters\";i:623;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/price-filter\";i:854;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:30570;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-grouped-product-selector-item\";i:619;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filters\";i:1074;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:617;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:651;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-status\";i:1721;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:2074;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-panel\";i:1635;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-category\";i:1842;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:657;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1119;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/rating-filter\";i:927;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/coming-soon\";i:380;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-chips\";i:1101;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client/blocks\";i:5210036;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/client\";i:13353123;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22593;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe\";i:31171;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/css\";i:2222433;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/accounting\";i:16788;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/admin\";i:500009;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/select2\";i:444591;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/frontend\";i:234587;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/flexslider\";i:75099;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-blockui\";i:29696;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/round\";i:2271;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/zoom\";i:8732;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js/selectWoo\";i:464613;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets/js\";i:2377665;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/assets\";i:24648159;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13482;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29943;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib\";i:33661;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:5687;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:28213;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:91214;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:104628;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:11643;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/Action\";i:25772;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:66140;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:8117;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes\";i:422394;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/action-scheduler\";i:547413;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Preprocessors\";i:16469;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors\";i:3283;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Layout\";i:5663;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer\";i:41991;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer\";i:52169;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/PersonalizationTags\";i:7447;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Patterns\";i:3158;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Templates\";i:11423;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine\";i:130893;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Validator/Schema\";i:13709;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Validator\";i:29249;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Utils\";i:3141;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core/Renderer/Blocks\";i:46681;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core/Renderer\";i:46681;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core\";i:50255;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations\";i:53396;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor/src\";i:227333;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages/email-editor\";i:227670;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/packages\";i:775286;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6146;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container\";i:45601;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/League\";i:45601;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/Detection\";i:79262;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages/Psr\";i:1472;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib/packages\";i:126335;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce/lib\";i:126335;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/woocommerce\";i:45362090;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules/stripe\";i:22607;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules/recaptcha\";i:15809;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules/constant-contact\";i:31442;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules/sendinblue\";i:24666;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules/akismet\";i:8051;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/modules\";i:198167;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/css\";i:3046;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/config-validator\";i:32918;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images\";i:32598;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness\";i:118302;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes\";i:118302;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui\";i:118302;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/js\";i:132493;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/swv/php/rules\";i:17966;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/swv/php\";i:21301;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/swv/js\";i:12593;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/swv\";i:39649;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes/block-editor\";i:6274;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/includes\";i:442472;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/admin/includes/css\";i:11398;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/admin/includes/js\";i:12990;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/admin/includes\";i:72872;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/admin\";i:99024;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/languages\";i:128;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7/assets\";i:31340;s:61:\"/home2/adnemgmy/public_html/wp-content/plugins/contact-form-7\";i:803378;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/includes/config\";i:3248;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/includes/import\";i:114964;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/includes/export\";i:10961;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/includes/cache-handlers\";i:7262;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/includes\";i:154013;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/templates\";i:15512;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/languages\";i:41116;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/assets/img\";i:3322;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/assets/css\";i:19195;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/assets/js\";i:107706;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/assets/scss\";i:22622;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer/assets\";i:152845;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-data-importer\";i:381968;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/components\";i:35146;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/utils\";i:6211;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components/layout\";i:17683;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components/form\";i:45767;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components\";i:63450;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js\";i:74633;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/components\";i:25586;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss\";i:31955;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src\";i:106588;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/js\";i:776727;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets\";i:883315;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui\";i:925931;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/post-meta\";i:13334;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/common\";i:12524;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/upsale\";i:5444;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/settings\";i:1641;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/welcome\";i:21915;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/license\";i:24904;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views\";i:66428;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/images\";i:23090;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/css\";i:136351;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/js\";i:62979;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss\";i:46635;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets\";i:269055;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules\";i:36680;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc\";i:119726;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard\";i:505148;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/views\";i:9532;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/css\";i:49396;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/js\";i:49089;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss/components\";i:6164;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss/controls\";i:24941;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss\";i:41389;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib\";i:156129;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets\";i:296003;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/inc/controls\";i:57936;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/inc\";i:62712;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder\";i:382712;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules\";i:1833127;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/elementor-views/widgets\";i:100594;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/elementor-views\";i:145372;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/blocks-views/block-types\";i:105895;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/blocks-views\";i:110104;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components\";i:255476;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/integrations\";i:7716;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings/jet-dashboard-settings/subpage-modules\";i:2671;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings/jet-dashboard-settings\";i:4680;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings\";i:7877;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/rest-api/endpoints\";i:2367;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/rest-api\";i:5627;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/render\";i:40481;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes/classes\";i:9068;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/includes\";i:2171400;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/admin-templates\";i:1024;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-grid/global\";i:5695;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-grid\";i:5695;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-anchor-nav/global\";i:7405;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-anchor-nav\";i:7405;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-modern/global\";i:5555;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-modern\";i:5555;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-slider/global\";i:11091;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-slider\";i:11091;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/templates\";i:32525;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/languages\";i:76515;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/images\";i:7699;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css/admin\";i:8497;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets\";i:22290;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css\";i:42213;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/components\";i:20623;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-modern\";i:5815;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-anchor-nav\";i:6093;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-slider\";i:28898;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-grid\";i:6350;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks\";i:47156;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src\";i:67917;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views\";i:120398;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin\";i:120398;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js\";i:173964;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-plugins\";i:6481;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/swiper\";i:442856;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/css/default-skin\";i:22461;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/css\";i:31039;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/js\";i:156439;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe\";i:187478;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-gallery-icons/fonts\";i:14439;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-gallery-icons\";i:15596;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/zoom\";i:8725;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib\";i:661136;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery/assets\";i:885012;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-product-gallery\";i:3175853;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/img\";i:1170652;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/litespeed-cache\";i:895;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-rocket\";i:2119;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/speed-optimizer\";i:2295;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/speedycache\";i:1318;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-super-cache\";i:408;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/autoptimize\";i:1213;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wordpress\";i:7654;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-fastest-cache\";i:1244;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wpforms\";i:5427;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/elementor\";i:640;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/mailchimp\";i:5412;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/woocommerce\";i:10217;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/contact-form-7\";i:9467;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/breeze\";i:5068;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/amp\";i:6187;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/divi\";i:608;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/hummingbird\";i:1257;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-optimize\";i:1119;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes/modules\";i:62548;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/includes\";i:446473;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/templates\";i:16;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/css\";i:94282;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/js\";i:106073;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/languages\";i:49800;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/microtip\";i:15220;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/chartjs\";i:206293;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/pagination\";i:62663;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/spectrum\";i:46116;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/modaal/css\";i:46714;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/modaal/js\";i:68283;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets/modaal\";i:114997;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice/assets\";i:445289;s:60:\"/home2/adnemgmy/public_html/wp-content/plugins/cookie-notice\";i:2393970;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:216474;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30314;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4116;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:94269;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/includes\";i:638757;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13899;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13899;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:319902;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22522;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26129;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34129;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47039;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47039;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:78457;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58797;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82873;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88565;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258292;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:60676;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:61933;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:211820;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1025847;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10408;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9783;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14285;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37637;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45778;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:194159;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:194159;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:250476;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21285;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:346827;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16253;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16253;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1985673;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1987826;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1987826;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:78773;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:79901;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:79901;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:423469;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:548498;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:548498;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156531;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/vendor\";i:2857494;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69150;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/admin\";i:171988;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/languages\";i:28340;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:23962;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/assets/css\";i:67399;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/assets/js\";i:79719;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/assets\";i:158317;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:17602;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:8898;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:132959;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16698;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95690;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect/migrate\";i:233345;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/instawp-connect\";i:4177599;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-cache/inc\";i:5590;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-cache\";i:7004;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/db-updater\";i:7076;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/assets\";i:5365;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/inc\";i:6677;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension\";i:14623;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/components\";i:23318;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components/form\";i:28781;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components\";i:45138;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js\";i:49933;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/components\";i:16443;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss\";i:22177;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src\";i:72110;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/js\";i:511839;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets\";i:583949;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui\";i:610281;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/common\";i:12524;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/upsale\";i:5444;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/settings\";i:1641;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/welcome\";i:21915;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/license\";i:24904;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views\";i:72576;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/images\";i:23090;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/css\";i:136351;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/js\";i:62979;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss\";i:52783;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets\";i:281351;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules\";i:36680;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc\";i:125879;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard\";i:526840;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/modules\";i:1171761;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/base\";i:19698;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/settings/subpage-modules\";i:5117;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/settings\";i:7216;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/rest-api/endpoints\";i:21125;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/rest-api\";i:24347;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/addons\";i:164043;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/controls/groups\";i:9346;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/controls\";i:9346;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/compatibility/wpml-modules\";i:2588;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes/compatibility\";i:7209;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/includes\";i:1423068;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates/admin-templates\";i:3507;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates/jet-image-accordion/global\";i:2579;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates/jet-image-accordion\";i:2579;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates/jet-switcher/global\";i:3120;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates/jet-switcher\";i:3120;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/templates\";i:9953;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/languages\";i:135369;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/images\";i:26500;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/css/fonts\";i:13285;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/css\";i:53673;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/js\";i:77753;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/scss/utils\";i:1030;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/scss/addons\";i:20720;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets/scss\";i:26348;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/assets\";i:184274;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs/dummy-data\";i:45332;s:55:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-tabs\";i:1824221;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications/pushpad\";i:5122;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications/includes\";i:5489;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications/admin\";i:2734;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications/css\";i:0;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications/js\";i:0;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pushpad-web-push-notifications\";i:17409;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8579;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72666;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:88645;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:177669;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:177669;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/.circleci\";i:1950;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests/fixtures\";i:61;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests\";i:26886;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/bin\";i:6004;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:21301;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:167893;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:167893;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log/Test\";i:9427;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log\";i:20898;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr\";i:20898;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log\";i:23891;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr\";i:23891;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:3393;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Formatter\";i:61449;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Test\";i:2414;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Attribute\";i:1529;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Processor\";i:22191;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10688;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2168;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler\";i:281506;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog\";i:423803;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src\";i:423803;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog\";i:475405;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog\";i:475405;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:110326;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:1008840;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:164;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18713;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:368;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:4561;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:4082;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:17816;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:4051;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:9260;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:62418;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:814;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:4024;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4838;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2812;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2812;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2546;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8690;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:533;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:7765;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:968;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:72827;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:93329;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:1523;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1685;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:3208;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:110603;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers/Logs\";i:7806;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:148872;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5519;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:30971;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:31803;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/src\";i:404541;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131206;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:597790;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:27011;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:24576;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:76792;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:701593;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/creative-mail-by-constant-contact\";i:2169729;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/Tracker/Model\";i:42960;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/Tracker/Routes\";i:62932;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/Tracker\";i:277946;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/Storage\";i:0;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/vendor/composer\";i:36813;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/vendor\";i:37240;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer/assets\";i:43184;s:58:\"/home2/adnemgmy/public_html/wp-content/plugins/themarketer\";i:365900;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/abstracts\";i:2904;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/list-tables\";i:11271;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/onboarding\";i:4167;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/orders-page\";i:3578;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/product-metabox\";i:5331;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/shipping\";i:13999;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/order-metabox\";i:25946;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields/types/content\";i:22563;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields/types\";i:64317;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields\";i:64317;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views\";i:117338;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin\";i:128609;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/data-stores\";i:35816;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/traits\";i:16360;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/interfaces\";i:817;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/shippo-request/shippo-api-resources\";i:1038;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/shippo-request\";i:35488;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/emails\";i:21629;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes\";i:475670;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src/Types\";i:2276;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src/Handlers\";i:2525;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src\";i:33860;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager\";i:41628;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr\";i:41628;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/composer\";i:47260;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/examples\";i:43347;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/test\";i:58787;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib/Shippo/Util\";i:618;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib/Shippo\";i:49123;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib\";i:51217;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php\";i:161354;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo\";i:161354;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor\";i:251013;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/my-account\";i:2398;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/emails/plain\";i:2429;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/emails\";i:12219;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates\";i:14617;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options/shipping\";i:15849;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options/parcel\";i:11689;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options\";i:37495;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/languages\";i:178741;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:13394;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders\";i:31086;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes\";i:361379;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/fields\";i:114668;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates\";i:240339;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/codemirror\";i:6056;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css\";i:425147;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/codemirror\";i:250458;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js\";i:554476;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets\";i:2131047;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw\";i:3538017;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/bh-onboarding\";i:4799;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/shipping-icons\";i:5850;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/onboarding-status\";i:85199;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images\";i:108282;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/css\";i:115612;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/js/admin\";i:116651;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/js\";i:116651;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/scss/admin\";i:28817;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/scss\";i:48487;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets\";i:389032;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended\";i:4934976;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Rules\";i:4119;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Promos\";i:8809;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/WooCommerce\";i:21534;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/EasyDigitalDownloads\";i:16193;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/MemberPress\";i:17124;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Plugins\";i:6131;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Integrations\";i:1819;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/WPForms\";i:3670;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Elementor\";i:19566;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes\";i:6116;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/OMAPI\";i:508673;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue/dist/img\";i:3991879;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue/dist/fonts\";i:84156;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue/dist/css\";i:402969;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue/dist/js\";i:165136;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue/dist\";i:18524219;s:63:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/vue\";i:18524219;s:65:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/views\";i:96805;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/dist/css\";i:29770;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/dist/js\";i:92748;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/dist\";i:135599;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/images/about\";i:202253;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/images/metabox\";i:28882;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/images/icons\";i:4117;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/images/memberpress\";i:43308;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/images\";i:317073;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/fonts\";i:3573125;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/css/images/icons\";i:29112;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/css/images\";i:1094281;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/css\";i:1125280;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/js/Utils\";i:3105;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/js/Elementor\";i:6428;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets/js\";i:41253;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster/assets\";i:5192330;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/optinmonster\";i:24432361;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/inbox-pro-web-chat-widget-EY8W-OneAiForce-3\";i:699;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/includes/buttons\";i:80039;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/includes\";i:118306;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/admin\";i:229651;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/languages\";i:289695;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/images\";i:67149;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/css\";i:31203;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/js\";i:85476;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order/assets\";i:183828;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/oneclick-whatsapp-order\";i:856334;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli/wp-config-transformer/src\";i:11089;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli/wp-config-transformer\";i:22148;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli\";i:22148;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/docs/en\";i:6555;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/docs\";i:6555;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib\";i:75617;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector\";i:85821;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine\";i:85821;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar/url/tests\";i:15389;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar/url\";i:30566;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar\";i:30566;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/examples\";i:12026;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src/Exceptions\";i:2933;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src/lib\";i:5911;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src\";i:43300;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php\";i:68101;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense\";i:68101;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7/src\";i:214106;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7\";i:259068;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/promises/src\";i:46493;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/promises\";i:69494;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Cookie\";i:31406;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Handler\";i:73085;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src\";i:224306;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle\";i:376041;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp\";i:704603;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp/connect-helpers/src\";i:81407;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp/connect-helpers\";i:83287;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp\";i:83287;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/symfony/deprecation-contracts\";i:4278;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/symfony\";i:4278;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-update-handler/includes\";i:16175;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-update-handler\";i:51250;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/fluent/includes\";i:3938;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/fluent\";i:8000;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-options/includes\";i:2645;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-options\";i:4378;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-htaccess-manager/includes\";i:8839;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-htaccess-manager\";i:9271;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/collection\";i:17767;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder/src\";i:46393;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder\";i:53762;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/helpers/includes\";i:24703;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/helpers\";i:25642;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge\";i:175743;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/vendor/spec\";i:0;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/vendor\";i:0;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Exception\";i:5036;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Cache\";i:7050;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Source\";i:1936;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Loader\";i:16516;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Logger\";i:8751;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache\";i:136927;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src\";i:136927;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/bin\";i:5435;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache\";i:146380;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache\";i:146380;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-factory/src\";i:4843;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-factory\";i:7262;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message/docs\";i:15040;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message/src\";i:47392;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message\";i:65727;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-client/src\";i:1915;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-client\";i:4781;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr\";i:77770;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/composer\";i:359865;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/img\";i:9833;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8524;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:20927;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes\";i:40412;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:6578;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3253;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:2848;s:148:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1218;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/productPage\";i:5987;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:6007;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:744;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components\";i:31957;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace\";i:72917;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/SiteGen\";i:31151;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:8188;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:7196;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes\";i:56905;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai\";i:58059;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:10822;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:8744;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:10293;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes\";i:71004;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/build\";i:1658474;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1054;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/languages\";i:275194;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce\";i:2011975;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/Data\";i:1811;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners\";i:2913;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/WPAdmin\";i:3345;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/Models\";i:2022;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes\";i:9239;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/build/1.0.2\";i:42237;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/build\";i:42237;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey\";i:52281;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/includes\";i:26378;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/static/js\";i:2483;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/static\";i:2483;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features\";i:28861;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/Accessors\";i:1555;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/Services\";i:12081;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/RestApi\";i:4776;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes\";i:19215;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/build\";i:8604;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/scripts\";i:0;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook\";i:28870;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/Services\";i:5541;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/Listeners\";i:1073;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/RestApi\";i:1379;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes\";i:16643;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/templates\";i:25677;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/build\";i:118;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/scripts\";i:0;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration\";i:43821;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-atomic\";i:2970;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14241;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords\";i:30234;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:3914;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:6894;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:14747;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:73106;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Data\";i:73106;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3647;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:6019;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/API\";i:8072;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:49515;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9142;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes\";i:200248;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/upgrades\";i:775;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data\";i:204714;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/includes/Events\";i:2166;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/includes\";i:8670;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static/css\";i:6064;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static/js\";i:15496;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static\";i:21560;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/languages\";i:2819;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation\";i:33316;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes/css\";i:1466;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes/js\";i:5712;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes\";i:17131;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/components/entitlements\";i:16798;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/components\";i:16798;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions\";i:34739;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:34549;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:978;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:16696;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:71043;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21177;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes\";i:150863;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build/2.5.8/images\";i:1720753;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build/2.5.8\";i:3338193;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build\";i:3338193;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/languages\";i:317553;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding\";i:3809095;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-install-checker/includes\";i:3749;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-install-checker\";i:4544;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation/includes/Partners\";i:6339;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation/includes\";i:8752;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation\";i:9014;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch/WPCLI\";i:7346;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch\";i:10601;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Data\";i:654;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/WPCLI\";i:3875;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/CacheTypes\";i:28707;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/BurstSafetyMode\";i:7735;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/HealthChecks\";i:16284;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Concerns\";i:414;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images/RestApi\";i:3604;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images/WPCLI\";i:6797;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images\";i:46245;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/RestApi\";i:10434;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes\";i:167065;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build/image-optimized-marker\";i:11909;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build/image-bulk-optimizer\";i:5041;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build\";i:20329;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/cacheSettings\";i:2748;s:143:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/cacheExclusion\";i:2218;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/clearCache\";i:824;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/linkPrefetch\";i:6014;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/performance\";i:15726;s:154:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/imageOptimizationSettings\";i:7357;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/skip404\";i:1362;s:158:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/advancedSettings/JetpackBoost\";i:10969;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/advancedSettings\";i:11477;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components\";i:47726;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/styles\";i:1259;s:147:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets/image-optimized-marker\";i:1365;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets/image-bulk-optimizer\";i:8901;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets\";i:16289;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance\";i:253016;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/includes\";i:26558;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/stagingSite\";i:5500;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/staging\";i:16267;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/productionSite\";i:1929;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components\";i:23696;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/lib\";i:11915;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging\";i:62415;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:6081;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes/API\";i:3262;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes\";i:34206;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/build/1.3.6\";i:2855;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/build\";i:2855;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/static/js\";i:4456;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/static\";i:4456;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/upgrades\";i:788;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon\";i:44402;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-sso/includes\";i:16516;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-sso\";i:17840;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-runtime/includes\";i:2700;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-runtime/scripts\";i:0;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-runtime\";i:3607;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-context/includes\";i:2046;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-context\";i:3013;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/includes/Data\";i:2227;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/includes\";i:22005;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/build\";i:91668;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center\";i:114147;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/container/includes\";i:11643;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/container\";i:11643;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/includes\";i:29750;s:154:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:6795;s:153:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:5099;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:11894;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js\";i:24641;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets\";i:24641;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications\";i:56036;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3237;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb/static\";i:14726;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb\";i:18494;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29761;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Data\";i:12289;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10387;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Services\";i:32312;s:142:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPAdmin/Listeners\";i:3370;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPAdmin\";i:3709;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Models\";i:381;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:14516;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPCLI/Handlers\";i:4253;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPCLI\";i:4701;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes\";i:109302;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/build/1.2.2\";i:46602;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/build\";i:46602;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer\";i:156521;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/Data\";i:3276;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/Utilities\";i:18444;s:138:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/RestApi/Controllers\";i:4346;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/RestApi\";i:5165;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/WPCLI/Handlers\";i:2345;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/WPCLI\";i:2757;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes\";i:30976;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls\";i:31488;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-loader/includes\";i:8320;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-loader\";i:8452;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Data\";i:3628;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:21652;s:132:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Services\";i:2060;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:13469;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:19133;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:8698;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes\";i:68241;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build/2.8.1/blocks\";i:435;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build/2.8.1\";i:229824;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build\";i:229824;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/assets/build\";i:60699;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/assets\";i:60699;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns\";i:359614;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:18474;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:74713;s:149:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Templates\";i:277;s:139:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache\";i:983;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/assets/images\";i:361901;s:137:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/assets\";i:361901;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:10226;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:549601;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/languages\";i:29777;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data\";i:579378;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs\";i:8145476;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie/getallheaders/src\";i:1640;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie/getallheaders\";i:4273;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie\";i:4273;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor\";i:9909082;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/build/4.1.1\";i:2404417;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/build\";i:2404417;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/languages\";i:12006;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/images\";i:141214;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/styles\";i:5622;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/svg\";i:67080;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets\";i:213916;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/alt-experience\";i:24599;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/upgrades\";i:5316;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/RestApi\";i:8707;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc\";i:84205;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/bluehost-wordpress-plugin===\";i:12653074;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments\";i:45661;s:158:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-custom-card\";i:6003;s:156:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-apple-pay\";i:43705;s:157:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-google-pay\";i:42112;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks\";i:137481;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist\";i:137481;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/requests\";i:48317;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/order\";i:24992;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/gateways\";i:34410;s:146:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src/Payments/Integrations\";i:18696;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src/Payments\";i:18696;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src\";i:18696;s:162:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/base\";i:329;s:201:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-custom-card/components\";i:4395;s:190:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-custom-card\";i:9914;s:200:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-google-pay/components\";i:16418;s:189:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-google-pay\";i:18237;s:189:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments/components\";i:169;s:178:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments\";i:7274;s:199:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-apple-pay/components\";i:16530;s:188:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-apple-pay\";i:18332;s:157:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods\";i:54086;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions\";i:54086;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js\";i:54086;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets\";i:54086;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks\";i:72782;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders\";i:72782;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes\";i:410777;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/templates/admin\";i:13493;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/templates\";i:13493;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-options\";i:18020;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/languages\";i:239763;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:131:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:164:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/editor-placeholder\";i:1551;s:163:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/server-side-block\";i:630;s:166:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/color-picker-control\";i:1306;s:157:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/frame-block\";i:3721;s:169:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/multiple-select-control\";i:11481;s:155:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/shortcode\";i:6275;s:167:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/color-palette-control\";i:2505;s:145:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components\";i:27469;s:141:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/common\";i:6183;s:134:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src\";i:42877;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:56271;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders\";i:73963;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes\";i:404256;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/fields\";i:114784;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates\";i:240455;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:130:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:136:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-panel\";i:45169;s:144:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui/components\";i:22840;s:140:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui/mixins\";i:12980;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui\";i:50643;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss\";i:98052;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css\";i:517150;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js\";i:305126;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets\";i:1973700;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw\";i:3421169;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/yith-nf-brands-module/includes\";i:2275;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/yith-nf-brands-module\";i:2922;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/images/cc\";i:59170;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/images\";i:430416;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/css\";i:11522;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/js\";i:112927;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets\";i:554865;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended\";i:4863910;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/db-updater\";i:6634;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/admin-bar\";i:9897;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/assets\";i:5365;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/inc\";i:6677;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension\";i:16755;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/components\";i:35146;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/utils\";i:6211;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components/layout\";i:17683;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components/form\";i:45767;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components\";i:63450;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js\";i:74633;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/components\";i:25586;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss\";i:31955;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src\";i:106588;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/js\";i:776727;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets\";i:883315;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui\";i:925931;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/post-meta\";i:13334;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/common\";i:12524;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/upsale\";i:5444;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/settings\";i:1641;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/welcome\";i:21915;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/license\";i:24904;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views\";i:66428;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/images\";i:23090;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/css\";i:136351;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/js\";i:62979;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss\";i:46635;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets\";i:269055;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules\";i:30532;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc\";i:113578;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard\";i:499000;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/views\";i:9532;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/css\";i:49396;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/js\";i:47296;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss/components\";i:6164;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss/controls\";i:24941;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss\";i:41389;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib\";i:156129;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets\";i:294210;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/inc/controls\";i:52110;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/inc\";i:56886;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder\";i:375072;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/modules\";i:1852536;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/controls/groups\";i:10885;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/controls\";i:10885;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/dynamic-tags\";i:8394;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views\";i:44946;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/woocommerce/wc-pages\";i:8709;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components/woocommerce\";i:62724;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/components\";i:110013;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/documents\";i:27149;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/settings/subpage-modules\";i:4954;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/settings\";i:40500;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/rest-api/endpoints\";i:2228;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/rest-api\";i:5427;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets/css\";i:594;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets/scss\";i:445;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets\";i:1039;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen\";i:2539;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets/css\";i:4734;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets/scss\";i:2759;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets\";i:7493;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava\";i:9824;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets/css\";i:1156;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets/scss\";i:434;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets\";i:1590;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia\";i:3812;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets/css\";i:1282;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets/scss\";i:649;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets\";i:1931;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress\";i:3419;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets/css\";i:145;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets/scss\";i:146;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets\";i:291;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada\";i:2398;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets/css\";i:186;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets/scss\";i:154;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets\";i:340;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx\";i:1309;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets/css\";i:936;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets/scss\";i:444;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets\";i:1380;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite\";i:2823;s:126:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets/css\";i:178;s:127:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets/scss\";i:172;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets\";i:350;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen\";i:1850;s:128:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets/css\";i:449;s:129:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets/scss\";i:323;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets\";i:772;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen\";i:2293;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets/css\";i:834;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets/scss\";i:694;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets\";i:1528;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra\";i:3727;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets/css\";i:936;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets/scss\";i:460;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets\";i:1396;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif\";i:2788;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets/css\";i:302;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets/scss\";i:265;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets\";i:567;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy\";i:2174;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets/css\";i:814;s:124:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets/scss\";i:648;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets\";i:1462;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront\";i:3727;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets/css\";i:1128;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets/scss\";i:919;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets\";i:2047;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp\";i:5335;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes\";i:48018;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/plugins\";i:58569;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages\";i:106587;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility\";i:108604;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/shortcodes/traits\";i:10864;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/shortcodes\";i:62472;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/archive-category\";i:28542;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/thankyou\";i:20965;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/checkout\";i:66780;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/global\";i:188469;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/shop\";i:81025;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/myaccount\";i:68336;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/single-product\";i:142577;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/archive-product\";i:73645;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/cart\";i:81541;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes/widgets\";i:751880;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/includes\";i:3139022;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-3\";i:20279;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-4\";i:29160;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-1\";i:21614;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-2\";i:24324;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive\";i:95377;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-3\";i:25318;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-4\";i:25536;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-1\";i:27608;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-2\";i:25122;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop\";i:103584;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-3\";i:16038;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-4\";i:23106;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-1\";i:24320;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-2\";i:25794;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category\";i:89258;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-3\";i:26530;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-4\";i:21490;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-1\";i:30218;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-5\";i:25793;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-7\";i:17229;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-6\";i:24923;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-2\";i:28212;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-8\";i:16948;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single\";i:191343;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/presets\";i:479562;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/editor/widgets/checkout\";i:2566;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/editor/widgets\";i:2566;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/editor\";i:2566;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/admin/popups\";i:5040;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/admin\";i:15123;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/checkout\";i:2548;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/myaccount\";i:4522;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/cart\";i:1381;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce\";i:12538;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/archive\";i:2557;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/page\";i:1278;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/product\";i:1538;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/template-types\";i:5373;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/thankyou\";i:6385;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/checkout\";i:3523;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-grid/presets\";i:10529;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-grid\";i:22160;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-list\";i:10147;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/categories-grid/presets\";i:2862;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/categories-grid\";i:7903;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global\";i:42126;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/shop\";i:2734;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/myaccount\";i:19594;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/single-product\";i:5898;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/cart\";i:9456;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates/widgets\";i:89716;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/templates\";i:604878;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/languages\";i:242739;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/editor\";i:1365;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/admin\";i:4551;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts\";i:5883;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font\";i:5883;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jet-woo-builder-icons/fonts\";i:11744;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jet-woo-builder-icons\";i:13045;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font/fonts\";i:215242;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font/css\";i:5245;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font\";i:220487;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib\";i:239415;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/css\";i:334200;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/js/admin\";i:4814;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/js\";i:38477;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/base\";i:2277;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/editor\";i:807;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/admin\";i:3108;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/archive-product-widgets\";i:1081;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/global-widgets\";i:23309;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/thankyou\";i:276;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/checkout\";i:2074;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/archive-category-widgets\";i:145;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/myaccount\";i:1267;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/cart\";i:2233;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/single-product-widgets\";i:5151;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/shop-widgets\";i:3177;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets\";i:38713;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss/extensions\";i:7970;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/scss\";i:57179;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/lib/tippy\";i:53027;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-plugins\";i:6481;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-woo-builder-icons/fonts\";i:241363;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-woo-builder-icons\";i:246353;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets/lib\";i:305861;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder/assets\";i:735717;s:62:\"/home2/adnemgmy/public_html/wp-content/plugins/jet-woo-builder\";i:4736658;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/includes/extra-templates\";i:4287;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/includes\";i:59629;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/images\";i:778671;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/css\";i:69300;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/js\";i:78376;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile/dummycss\";i:4805;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile/dummyjs\";i:3752;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile\";i:50124;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/templates\";i:249463;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/settings\";i:27153;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials\";i:335552;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/uploads\";i:92;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin\";i:1491950;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/images\";i:650570;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/css\";i:77812;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/js\";i:276111;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/woocommerce/checkout\";i:2156;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/woocommerce\";i:2156;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/partials\";i:81731;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/audio\";i:7286138;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public\";i:8599733;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/build\";i:3069768;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/languages\";i:362681;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails/templates/plain\";i:1599;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails/templates\";i:3222;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails\";i:9556;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/points-and-rewards-for-woocommerce\";i:13701434;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ProductSets\";i:11954;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Utilities\";i:27343;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/Create\";i:1221;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/Read\";i:1125;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/ReadAll\";i:1121;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds\";i:3467;s:117:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ItemsBatch/Create\";i:1437;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ItemsBatch\";i:1437;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Create\";i:1186;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Update\";i:1172;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Delete\";i:1257;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets\";i:3615;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Create\";i:1220;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Update\";i:1174;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Read\";i:1777;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Delete\";i:1084;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups\";i:5255;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads/Create\";i:1206;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads/Read\";i:1198;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads\";i:2404;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Create\";i:1190;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Id\";i:1942;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Update\";i:1176;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Delete\";i:1039;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products\";i:5347;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog\";i:21525;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User/Permissions/Delete\";i:840;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User/Permissions\";i:840;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User\";i:1601;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Traits\";i:8046;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Item/Find\";i:1213;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Item\";i:1921;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Send_Item_Updates\";i:3106;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group/Products/Read\";i:2053;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group/Products\";i:2053;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group\";i:2053;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog\";i:8330;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation/Read\";i:2867;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation/Delete\";i:1108;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation\";i:4681;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration/Update\";i:1732;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration/Read\";i:1114;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration\";i:3398;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE\";i:8079;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Exceptions\";i:1402;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pixel/Events\";i:1869;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pixel\";i:1869;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pages/Read\";i:776;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pages\";i:776;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip/Read\";i:1448;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip/Log\";i:881;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip\";i:2329;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Log/Create\";i:976;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Log\";i:976;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API\";i:58733;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Debug\";i:3054;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/test\";i:1296;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ProductSync\";i:11418;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Products/Sync\";i:8187;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Products\";i:684216;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Integrations\";i:2030;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Feed\";i:8169;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Jobs\";i:15034;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ExternalVersionUpdate\";i:2705;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Notes\";i:2500;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Tasks\";i:1708;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Settings_Screens\";i:32152;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin\";i:94455;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Events\";i:17918;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Plugin\";i:16379;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Utilities\";i:30640;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Api\";i:24480;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework\";i:140952;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Handlers\";i:43779;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/includes\";i:1443997;s:109:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src/Exception\";i:310;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src/Checks\";i:18203;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src\";i:21199;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow\";i:40631;s:135:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src/Utilities\";i:775;s:133:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src/Proxies\";i:7092;s:125:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src\";i:19693;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework\";i:79207;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce\";i:119838;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/.github/workflows\";i:4035;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/.github\";i:4035;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src\";i:78080;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers\";i:86195;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer\";i:204656;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/vendor\";i:325265;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/i18n/languages\";i:35411;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/i18n\";i:35411;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/images\";i:75775;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/build/admin\";i:32538;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/build\";i:32538;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/css/admin\";i:10007;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/css\";i:17446;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/js/admin\";i:51591;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets/js\";i:51591;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/assets\";i:177350;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce/data\";i:3687284;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/facebook-for-woocommerce\";i:5929362;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/blockquote/widgets\";i:28407;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/blockquote\";i:29434;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/animated-headline/widgets\";i:17791;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/animated-headline\";i:18866;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/sticky\";i:7124;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/wp-cli\";i:3705;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/hotspot/widgets\";i:34797;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/hotspot\";i:35803;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/element-manager\";i:2609;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/social/widgets\";i:22574;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/social/classes\";i:6084;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/social\";i:30018;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/fonts\";i:26922;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/admin-menu-items\";i:5017;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/icons/icon-sets\";i:12869;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/icons\";i:34010;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types\";i:93218;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager/classes\";i:14001;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/assets-manager\";i:108118;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-elements/widgets\";i:140094;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-elements\";i:141841;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/countdown/widgets\";i:20313;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/countdown\";i:21333;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/off-canvas/widgets\";i:15005;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/off-canvas\";i:18786;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/lottie/assets/animations\";i:112811;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/lottie/assets\";i:112811;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/lottie/widgets\";i:20879;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/lottie/classes\";i:2402;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/lottie\";i:138396;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/actions\";i:96909;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/actions\";i:6437;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/admin-menu-items\";i:5364;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/repositories\";i:3566;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/migrations\";i:9262;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/entities\";i:1852;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database\";i:39547;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/export\";i:4795;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data/endpoints\";i:12054;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data/responses\";i:657;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data\";i:22656;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/submissions\";i:88636;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/registrars\";i:3709;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/fields\";i:35800;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/controls\";i:1192;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/widgets\";i:106202;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms/classes\";i:74966;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/forms\";i:415506;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/role-manager\";i:4154;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/scroll-snap\";i:3743;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/posts/traits\";i:21823;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/posts/skins\";i:67920;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/posts/widgets\";i:44863;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/posts/data\";i:1472;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/posts\";i:138300;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/admin-top-bar\";i:1477;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/page-transitions\";i:24243;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/base\";i:197;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/widgets\";i:23875;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/classes/render\";i:1708;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/classes\";i:1708;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/link-in-bio\";i:26327;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/code-highlight/widgets\";i:7842;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/code-highlight\";i:10132;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/cloud-library\";i:1560;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/slides/controls\";i:624;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/slides/widgets\";i:41027;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/slides\";i:43149;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/carousel/widgets\";i:84770;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/carousel\";i:86662;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/screenshots\";i:13900;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/video-playlist/widgets\";i:71262;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/video-playlist\";i:72549;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/traits\";i:8451;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/query-types\";i:7928;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/interfaces\";i:272;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/data\";i:775;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query\";i:19098;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/widgets\";i:24672;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/data/endpoints\";i:5314;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter/data\";i:5782;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-filter\";i:70793;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/base\";i:771;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/documents\";i:5757;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/widgets\";i:47314;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/classes/render\";i:61511;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/classes\";i:61511;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/floating-buttons\";i:118642;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/display-conditions/conditions/base\";i:6812;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/display-conditions/conditions\";i:38588;s:107:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/display-conditions/classes/dynamic-tags\";i:4780;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/display-conditions/classes\";i:18971;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/display-conditions\";i:64944;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/pricing/widgets\";i:70872;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/pricing\";i:72140;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/table-of-contents/widgets\";i:23454;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/table-of-contents\";i:24553;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/usage\";i:6833;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/checklist/steps\";i:1236;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/checklist\";i:2695;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/query-control/controls\";i:31071;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/query-control/classes\";i:18404;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/query-control\";i:79974;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/share-buttons/widgets\";i:18155;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/share-buttons\";i:20874;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/motion-fx\";i:20461;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/tiers/admin-menu-items\";i:4906;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/tiers\";i:6273;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/library/wp-widgets\";i:5158;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/library/widgets\";i:2482;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/library/classes\";i:2169;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/library\";i:13959;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/mega-menu/traits\";i:1535;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/mega-menu/controls\";i:405;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/mega-menu/widgets\";i:80969;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/mega-menu\";i:85619;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/notifications/views\";i:2709;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/notifications\";i:8076;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/user\";i:14669;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/database/migrations\";i:4811;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/database/query\";i:17313;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/database/transformers\";i:1503;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/database/models\";i:15825;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/database\";i:40569;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/assets/images\";i:3936;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/assets\";i:3936;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/data/endpoints\";i:7302;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes/data\";i:27051;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/notes\";i:118265;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/custom-code/admin-menu-items\";i:3629;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/custom-code\";i:32840;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/nav-menu/widgets\";i:45937;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/nav-menu\";i:47180;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/conditions\";i:3733;s:97:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/wc-templates/cart\";i:5022;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/wc-templates\";i:5022;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/traits\";i:6445;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/documents\";i:11622;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/settings\";i:28534;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/tags/traits\";i:835;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/tags\";i:17388;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/skins\";i:4142;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/widgets\";i:552128;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce/classes\";i:13984;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/woocommerce\";i:701682;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/flip-box/widgets\";i:46526;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/flip-box\";i:47769;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/admin-menu-items\";i:2916;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images/timing\";i:26056;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images/triggers\";i:15305;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images\";i:45384;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/assets\";i:45384;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup/display-settings\";i:12216;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/popup\";i:97266;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/search/widgets\";i:57679;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/search/data/endpoints\";i:2846;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/search/data\";i:3287;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/search\";i:63472;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/custom-attributes\";i:5418;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/custom-css/admin-menu-items\";i:1047;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/custom-css\";i:7055;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/progress-tracker/widgets\";i:17496;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/progress-tracker\";i:18563;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/call-to-action/widgets\";i:52417;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/call-to-action\";i:53862;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/payments/widgets\";i:28626;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/payments/classes\";i:18305;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/payments\";i:63382;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/toolset/tags\";i:11630;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/toolset\";i:13914;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/components\";i:1885;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/pods/tags\";i:13196;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/pods\";i:17239;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/acf/tags\";i:14300;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/acf\";i:20212;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/tags/base\";i:3134;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/tags\";i:69374;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags\";i:127627;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/announcements/triggers\";i:832;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/announcements\";i:3402;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/traits\";i:19203;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/documents\";i:15214;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/views\";i:4308;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/assets/images\";i:21176;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/assets\";i:21176;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/skins\";i:15201;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/providers\";i:13935;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/widgets\";i:30738;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/files/css\";i:7070;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder/files\";i:7070;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/loop-builder\";i:137857;s:92:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/conditions\";i:21182;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/theme-support\";i:2767;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/documents\";i:46094;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/admin-menu-items\";i:645;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/views\";i:6854;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/assets/images\";i:1486;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/assets\";i:1486;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/skins\";i:16696;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/widgets\";i:23377;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder/classes\";i:49789;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/theme-builder\";i:184395;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/compatibility-tag\";i:1757;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/global-widget/documents\";i:1634;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/global-widget/views\";i:2559;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/global-widget/widgets\";i:6723;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/global-widget/data\";i:1675;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/global-widget\";i:21858;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/nested-carousel/widgets\";i:15697;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/nested-carousel\";i:16999;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/gallery/widgets\";i:43831;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules/gallery\";i:45140;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/modules\";i:3781284;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/base\";i:43557;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor/composer\";i:67876;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor\";i:68647;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/sample-data\";i:222479;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/updater\";i:11357;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/security\";i:1543;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/connect/apps\";i:3817;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/connect\";i:4404;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/editor\";i:13861;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/onboarding\";i:1925;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/import\";i:3883;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/revert\";i:1795;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/export\";i:1499;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners\";i:7177;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export\";i:9457;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/kit-library\";i:2516;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/molecules\";i:8370;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/part-actions\";i:4568;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/atoms\";i:2767;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/organisms\";i:2860;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/pages/conditions\";i:21254;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/pages\";i:29398;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/hooks\";i:1942;s:115:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context/services\";i:2744;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context/models\";i:1138;s:106:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context\";i:16874;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/data/commands\";i:1205;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/data\";i:1479;s:98:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js\";i:72348;s:95:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets\";i:72348;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data/endpoints\";i:11274;s:103:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data/responses\";i:632;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data\";i:12693;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor\";i:92846;s:76:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/modules\";i:106744;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/assets/styles\";i:580;s:84:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/assets/js/hooks\";i:621;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/assets/js/ui\";i:960;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/assets/js\";i:2476;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app/assets\";i:3056;s:68:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/app\";i:112244;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/utils\";i:5627;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/notifications/traits\";i:678;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/notifications\";i:2012;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/admin\";i:11514;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/behaviors\";i:2320;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/isolation\";i:1108;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/integrations/actions/email\";i:7732;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/integrations/actions\";i:8766;s:88:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/integrations/exceptions\";i:2014;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/integrations\";i:13567;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/upgrade\";i:34918;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/database\";i:45650;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/compatibility\";i:505;s:72:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/preview\";i:615;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/container\";i:1292;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/data/endpoints\";i:2650;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/data/interfaces\";i:362;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core/data\";i:3745;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/core\";i:271573;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/Exception\";i:1572;s:105:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/Reflection\";i:1582;s:122:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container\";i:3278;s:112:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/ParameterResolver\";i:10911;s:94:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src\";i:21913;s:90:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker\";i:23922;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Factory\";i:497;s:99:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Proxy\";i:3295;s:102:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Compiler\";i:22676;s:114:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Exception\";i:877;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Source\";i:28687;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Helper\";i:10493;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Resolver\";i:27763;s:111:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Dumper\";i:4372;s:121:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition\";i:3366;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition\";i:98558;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Annotation\";i:2678;s:101:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Invoker\";i:4383;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src\";i:168124;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di\";i:170891;s:123:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7414;s:113:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader\";i:17429;s:100:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src\";i:17429;s:96:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader\";i:19195;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di\";i:214008;s:93:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr/container/src\";i:1431;s:89:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr/container\";i:3207;s:79:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr\";i:3207;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Support\";i:49583;s:118:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Contracts\";i:773;s:119:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Exceptions\";i:1240;s:116:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Signers\";i:1053;s:120:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Serializers\";i:16686;s:108:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src\";i:74453;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure\";i:75941;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel\";i:75941;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/vendor_prefixed\";i:293156;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/images/announcements\";i:15106;s:73:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/images\";i:19165;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/css/modules\";i:223998;s:80:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/css/templates\";i:652074;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/css/conditionals\";i:17084;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/css\";i:2143774;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/notes\";i:1779075;s:110:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-site-navigation-extended\";i:5154;s:104:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-documents-extended\";i:24976;s:91:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-notes\";i:6283;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/packages/ui\";i:5650577;s:78:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js/packages\";i:5686990;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/js\";i:11277385;s:71:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/data\";i:403;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/sticky\";i:13740;s:86:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/dom-to-image/js\";i:30687;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/dom-to-image\";i:30687;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/lottie\";i:711407;s:81:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/smartmenus\";i:69932;s:83:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/instant-page\";i:9329;s:87:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/font-awesome-pro\";i:119898;s:85:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/html2canvas/js\";i:468619;s:82:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib/html2canvas\";i:468619;s:70:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets/lib\";i:1423612;s:66:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/assets\";i:14864339;s:75:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/license/notices\";i:2441;s:77:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/license/assets/js\";i:778;s:74:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/license/assets\";i:778;s:67:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/license\";i:48256;s:69:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/data/base\";i:255;s:64:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements/data\";i:690;s:59:\"/home2/adnemgmy/public_html/wp-content/plugins/pro-elements\";i:19737893;s:46:\"/home2/adnemgmy/public_html/wp-content/plugins\";i:470906717;s:71:\"/home2/adnemgmy/public_html/wp-content/uploads/sb-instagram-feed-images\";i:0;s:68:\"/home2/adnemgmy/public_html/wp-content/uploads/jet-smart-filters/xml\";i:0;s:64:\"/home2/adnemgmy/public_html/wp-content/uploads/jet-smart-filters\";i:0;s:60:\"/home2/adnemgmy/public_html/wp-content/uploads/wpcf7_uploads\";i:152;s:65:\"/home2/adnemgmy/public_html/wp-content/uploads/seedprod-help-docs\";i:12254;s:56:\"/home2/adnemgmy/public_html/wp-content/uploads/jet-skins\";i:0;s:76:\"/home2/adnemgmy/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:66;s:66:\"/home2/adnemgmy/public_html/wp-content/uploads/wp-file-manager-pro\";i:66;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2021/10\";i:27402258;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2021/12\";i:8488791;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2021/11\";i:37446708;s:51:\"/home2/adnemgmy/public_html/wp-content/uploads/2021\";i:73337757;s:61:\"/home2/adnemgmy/public_html/wp-content/uploads/wpforms/themes\";i:2;s:60:\"/home2/adnemgmy/public_html/wp-content/uploads/wpforms/cache\";i:1955610;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/wpforms\";i:1956349;s:60:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor/css\";i:0;s:63:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor/thumbs\";i:110983;s:75:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor/google-fonts/fonts\";i:1135780;s:73:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor/google-fonts/css\";i:189450;s:69:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor/google-fonts\";i:1325230;s:56:\"/home2/adnemgmy/public_html/wp-content/uploads/elementor\";i:1436213;s:66:\"/home2/adnemgmy/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:67:\"/home2/adnemgmy/public_html/wp-content/uploads/yith-shippo/carriers\";i:0;s:58:\"/home2/adnemgmy/public_html/wp-content/uploads/yith-shippo\";i:0;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2022/01\";i:33201295;s:51:\"/home2/adnemgmy/public_html/wp-content/uploads/2022\";i:33201295;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2024/12\";i:0;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2024/11\";i:0;s:51:\"/home2/adnemgmy/public_html/wp-content/uploads/2024\";i:0;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2025/03\";i:7923911;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2025/04\";i:3275040;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2025/01\";i:2803822;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2025/02\";i:10876190;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/2025/05\";i:31529;s:51:\"/home2/adnemgmy/public_html/wp-content/uploads/2025\";i:24910492;s:54:\"/home2/adnemgmy/public_html/wp-content/uploads/wc-logs\";i:1354;s:46:\"/home2/adnemgmy/public_html/wp-content/uploads\";i:135365790;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/src\";i:1268866;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat/lib\";i:99005;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sodium_compat\";i:1377044;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/library\";i:118803;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie/src\";i:716234;s:96:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/SimplePie\";i:839047;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/certificates\";i:236599;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/library\";i:261;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Utility\";i:7176;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Transport\";i:35470;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Exception\";i:22464;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Auth\";i:2541;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src/Response\";i:3101;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests/src\";i:214849;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Requests\";i:215110;s:91:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/pomo\";i:57146;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/block-patterns\";i:8951;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/images/crystal\";i:15541;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/images/smilies\";i:10082;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/images/media\";i:5263;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/images\";i:102178;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/block-bindings\";i:3610;s:94:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/widgets\";i:158198;s:97:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/php-compat\";i:1253;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/theme-compat\";i:15656;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/assets\";i:28376;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:96:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Text/Diff\";i:44136;s:91:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/Text\";i:57248;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sitemaps/providers\";i:17599;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/sitemaps\";i:47547;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-template\";i:3037;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/cover\";i:87729;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/paragraph\";i:7421;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-comments-form\";i:10307;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/shortcode\";i:2918;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/navigation-link\";i:10406;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/site-title\";i:3051;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/search\";i:19632;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/table\";i:27384;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/image\";i:66363;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/list\";i:2338;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/footnotes\";i:2642;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/loginout\";i:1474;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/spacer\";i:4737;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/missing\";i:617;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/video\";i:8844;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments\";i:29695;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/preformatted\";i:1907;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/audio\";i:3675;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-content\";i:1778;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/latest-comments\";i:6816;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/home-link\";i:1130;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/widget-group\";i:400;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-no-results\";i:901;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/navigation\";i:131175;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-terms\";i:1981;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/media-text\";i:16904;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/read-more\";i:2428;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/file\";i:11820;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/details\";i:2260;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/avatar\";i:2296;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/site-tagline\";i:2149;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/group\";i:8051;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/column\";i:1636;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/pattern\";i:411;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-title\";i:2849;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments-title\";i:1745;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/list-item\";i:1471;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query\";i:12952;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-date\";i:1562;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-pagination\";i:5775;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/freeform\";i:41624;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/site-logo\";i:15709;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-total\";i:1520;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/button\";i:14377;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/categories\";i:4020;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-content\";i:1838;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/more\";i:3770;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/term-description\";i:2070;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/template-part\";i:6686;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/quote\";i:7166;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/nextpage\";i:3039;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/text-columns\";i:3054;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/pullquote\";i:8859;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/columns\";i:9193;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/html\";i:3770;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/buttons\";i:11324;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/archives\";i:2233;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/embed\";i:11420;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-author\";i:3959;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/separator\";i:5126;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/page-list\";i:8293;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-template\";i:7967;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/calendar\";i:3804;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/gallery\";i:78452;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/legacy-widget\";i:556;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/code\";i:2828;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/query-title\";i:1721;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/latest-posts\";i:11447;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/block\";i:587;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/verse\";i:2144;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-author-name\";i:1673;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/post-date\";i:1665;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/page-list-item\";i:1109;s:97:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/rss\";i:4900;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/social-links\";i:60255;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/social-link\";i:3510;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks/heading\";i:5866;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/blocks\";i:1535921;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/edit-site\";i:590018;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/block-directory\";i:15464;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/editor\";i:243084;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/components\";i:366079;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/block-library\";i:804090;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/widgets\";i:23740;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/format-library\";i:5024;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/patterns\";i:7442;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/commands\";i:13442;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/nux\";i:11874;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/edit-post\";i:61540;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/preferences\";i:6314;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist/block-editor\";i:619753;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css/dist\";i:2904254;s:90:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/css\";i:3551071;s:96:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/customize\";i:178173;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/interactivity-api\";i:57534;s:92:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/fonts\";i:327011;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/style-engine\";i:48119;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/block-supports\";i:132630;s:91:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/l10n\";i:31237;s:90:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/ID3\";i:1160011;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/rest-api/search\";i:16916;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/rest-api/endpoints\";i:870211;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/rest-api/fields\";i:22750;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/rest-api\";i:1001440;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/codemirror\";i:1287141;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/vendor\";i:2701413;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/development\";i:179848;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist/script-modules\";i:392382;s:94:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/dist\";i:22292680;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/mediaelement\";i:721307;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/swfupload\";i:8715;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/themes\";i:898863;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/langs\";i:15529;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/skins\";i:235667;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce/utils\";i:18826;s:97:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/tinymce\";i:2856553;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/thickbox\";i:31323;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/jcrop\";i:24976;s:94:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/crop\";i:20004;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/jquery/ui\";i:787634;s:96:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/jquery\";i:1304968;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/imgareaselect\";i:49553;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js/plupload\";i:490754;s:89:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/js\";i:31508964;s:96:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/PHPMailer\";i:233633;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/html-api\";i:536362;s:90:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes/IXR\";i:33910;s:86:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-includes\";i:50943244;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/.well-known/acme-challenge\";i:216;s:86:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/.well-known\";i:9330;s:79:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/.tmb\";i:10888;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet/_inc/rtl\";i:20221;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet/_inc/img\";i:17892;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet/_inc\";i:85324;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet/views\";i:40033;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins/akismet\";i:337739;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/plugins\";i:340345;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/parts\";i:1473;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/templates\";i:12788;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/patterns\";i:159393;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour/styles\";i:33899;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfour\";i:3137517;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/parts\";i:878;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono\";i:148118;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro\";i:1409152;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/dm-sans\";i:128429;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts/inter\";i:807760;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets/fonts\";i:2493459;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/assets\";i:2493459;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/templates\";i:10295;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/patterns\";i:9785;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree/styles\";i:53195;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentythree\";i:2668513;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/parts\";i:440;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/templates\";i:5339;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/patterns\";i:346849;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/typography\";i:38350;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/blocks\";i:1973;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/sections\";i:10652;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/styles/colors\";i:25167;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive/styles\";i:140963;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes/twentytwentyfive\";i:8415086;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content/themes\";i:14221144;s:95:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress/wp-content\";i:14561517;s:84:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wordpress\";i:14561517;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/jetpack-waf/rules\";i:178;s:97:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/jetpack-waf\";i:798;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/mu-plugins-iwp\";i:49843;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/ai1wm-backups\";i:1556805159;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/upgrade\";i:0;s:85:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content\";i:1556855828;s:92:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/includes\";i:3087921;s:90:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/images\";i:427294;s:88:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/user\";i:3758;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/light\";i:83275;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/modern\";i:83520;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/coffee\";i:80361;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/sunrise\";i:86121;s:99:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/blue\";i:82449;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/midnight\";i:84671;s:100:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors/ocean\";i:79467;s:94:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css/colors\";i:689979;s:87:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/css\";i:2621746;s:89:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/maint\";i:7611;s:91:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/network\";i:126233;s:94:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/js/widgets\";i:139432;s:86:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin/js\";i:1996678;s:83:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-admin\";i:9214139;s:74:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html\";i:1684533715;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/rest\";i:13504;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/components\";i:11648;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/images\";i:2550;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/spinner\";i:547;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/paper\";i:6597;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/link\";i:2885;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/linkGroup\";i:674;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/promotions\";i:812;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/top-bar\";i:1121;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components/settings\";i:14792;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/components\";i:28868;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/icons\";i:515;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/hooks\";i:175;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/providers\";i:912;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/pages\";i:867;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/layouts/grids\";i:746;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js/layouts\";i:746;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets/js\";i:35646;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home/assets\";i:38196;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules/admin-home\";i:63997;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/modules\";i:63997;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/includes/customizer\";i:5759;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/includes/settings\";i:41645;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/includes\";i:68185;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src/V120\";i:6813;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src\";i:6813;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package\";i:9967;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor/elementor\";i:9967;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor/composer\";i:40375;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/vendor\";i:51090;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/assets/images\";i:272993;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/assets/js\";i:3452932;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/assets\";i:3725925;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor/template-parts\";i:12741;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/hello-elementor\";i:4115455;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346754;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes/twentytwentyfive\";i:8415408;s:92:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/themes\";i:14752219;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/shim\";i:15838;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/types\";i:65386;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes/rest-api\";i:58609;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/includes\";i:414172;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/images\";i:24597;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css/sass/partials\";i:27037;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css/sass\";i:27812;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/css\";i:372260;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/js\";i:148783;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2/languages\";i:1793284;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor/cmb2\";i:3035874;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/vendor\";i:3035874;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc/classes\";i:22096;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/inc\";i:3057970;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/img\";i:1439;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/css\";i:8298;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/js\";i:17460;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background/languages\";i:13390;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/video-background\";i:3152933;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/storage\";i:52;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions\";i:1996;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib\";i:7938;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar\";i:9015;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar\";i:9015;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem\";i:16664;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command\";i:3799;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter\";i:6011;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron\";i:4904;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator\";i:5047;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver\";i:39320;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database\";i:83407;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask\";i:159152;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor\";i:168167;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/controller\";i:90601;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/import\";i:58675;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/schedules\";i:12071;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font\";i:49335;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/schedules\";i:242166;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/reset\";i:260468;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img\";i:514202;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css\";i:185201;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript\";i:278684;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets\";i:1027422;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/updater\";i:10171;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/backups\";i:14630;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/export\";i:55323;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/reset\";i:3295;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/common\";i:16615;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/main\";i:43136;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view\";i:1241338;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/import\";i:130175;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/export\";i:90436;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model\";i:273122;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib\";i:1773228;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration\";i:1966884;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/inc/frontend\";i:62021;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/inc/compatibility\";i:10405;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/inc/admin\";i:180213;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/inc\";i:252665;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/assets/image\";i:528366;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/assets/public\";i:159711;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/assets\";i:899431;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification/languages\";i:10476;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification\";i:1191624;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:94269;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4116;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:216474;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30314;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes\";i:638757;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13899;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13899;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:78773;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:79901;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:79901;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37637;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45778;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9783;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14285;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:194159;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:194159;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10408;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:250476;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22522;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26129;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34129;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47039;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47039;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:78457;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82873;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88565;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58797;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258292;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:60676;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:61933;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:211820;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1025847;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16253;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16253;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21285;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:346827;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:319902;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1985673;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1987826;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1987826;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156531;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:423469;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:548498;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:548498;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor\";i:2857494;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/css\";i:67399;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/js\";i:79719;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets\";i:158317;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:23962;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16698;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95690;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:8898;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:132959;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate\";i:233345;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/languages\";i:28340;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:17602;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69150;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin\";i:171988;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instawp-connect\";i:4177599;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/includes/extra-templates\";i:4287;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/includes\";i:59629;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/images\";i:650570;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/partials\";i:81731;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/audio\";i:7286138;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/css\";i:77812;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/js\";i:276111;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/woocommerce/checkout\";i:2156;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public/woocommerce\";i:2156;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/public\";i:8599733;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails/templates/plain\";i:1599;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails/templates\";i:3222;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/emails\";i:9556;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/build\";i:3069768;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/languages\";i:362681;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/images\";i:778671;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/templates\";i:249463;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile/dummycss\";i:4805;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile/dummyjs\";i:3752;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/dummyfile\";i:50124;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials/settings\";i:27153;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/partials\";i:335552;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/css\";i:69300;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/js\";i:78376;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin/uploads\";i:92;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce/admin\";i:1491950;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/points-and-rewards-for-woocommerce\";i:13701434;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/includes/cache-handlers\";i:7262;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/includes/import\";i:114964;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/includes/config\";i:3248;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/includes/export\";i:10961;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/includes\";i:154013;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/assets/scss\";i:22622;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/assets/img\";i:3322;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/assets/css\";i:19195;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/assets/js\";i:107706;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/assets\";i:152845;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/templates\";i:15512;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer/languages\";i:41116;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-data-importer\";i:381968;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/components\";i:23318;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/js\";i:511839;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/components\";i:16443;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/scss\";i:22177;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components/form\";i:28781;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/components\";i:45138;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src/js\";i:49933;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets/src\";i:72110;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui/assets\";i:583949;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/vue-ui\";i:610281;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/inc\";i:6677;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/assets\";i:5365;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension\";i:15080;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/modules\";i:36680;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/inc\";i:125874;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/scss\";i:52783;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/images\";i:23090;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/css\";i:136351;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets/js\";i:62979;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/assets\";i:281351;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/license\";i:24904;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/upsale\";i:5444;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/welcome\";i:21915;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/common\";i:12524;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views/settings\";i:1641;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard/views\";i:72576;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/jet-dashboard\";i:526835;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules/db-updater\";i:7076;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/modules\";i:1165221;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/ext\";i:21146;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/template-library\";i:11806;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/addons/vendor\";i:77218;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/addons\";i:1680969;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/shortcodes\";i:25429;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/rest-api/endpoints\";i:9023;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/rest-api\";i:18379;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/base\";i:26269;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/controls/groups\";i:9787;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/controls\";i:14092;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/lib/compatibility/modules\";i:23738;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/lib/compatibility\";i:50221;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/lib\";i:50221;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/settings/subpage-modules\";i:7889;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes/settings\";i:10264;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/includes\";i:3120687;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/images/weather-icons\";i:92421;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/images\";i:208380;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/skin\";i:35600;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/addons\";i:451712;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/fonts\";i:146575;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib/peel\";i:1210;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib/slider-pro/images\";i:695;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib/slider-pro\";i:29820;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib/juxtapose\";i:10590;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib/mejs-speed\";i:1412;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css/lib\";i:43032;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/css\";i:735956;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/slick\";i:42863;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/anime-js\";i:14420;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/resize-sensor\";i:2234;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/google-maps\";i:11029;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/slider-pro\";i:98659;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/juxtapose\";i:37344;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/lottie\";i:253228;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/tablesorter\";i:44381;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/tippy\";i:125081;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/mejs-speed\";i:5006;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/html2canvas\";i:198278;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/salvattore\";i:23260;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/masonry-js\";i:23647;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/chart-js\";i:173076;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/oridomi\";i:43946;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/peeljs\";i:49008;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib/tweenjs\";i:115514;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js/lib\";i:1260974;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/js\";i:1530961;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets/animation\";i:162867;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/assets\";i:2638164;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-weather/global\";i:4179;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-weather\";i:4179;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-horizontal-timeline/global\";i:6571;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-horizontal-timeline\";i:6571;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/admin-templates\";i:18694;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-instagram-gallery/global\";i:1374;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-instagram-gallery\";i:1374;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-team-member/global\";i:1401;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-team-member\";i:1401;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-animated-text/global\";i:2550;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-animated-text\";i:2550;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-services/global\";i:1009;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-services\";i:1009;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-testimonials/global\";i:2903;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-testimonials\";i:2903;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-posts/global\";i:5950;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-posts\";i:5950;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-countdown-timer/global\";i:3110;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-countdown-timer\";i:3110;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-download-button/global\";i:1497;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-download-button\";i:1497;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-dropbar/global\";i:2781;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-dropbar\";i:2781;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-images-layout/global\";i:4948;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-images-layout\";i:4948;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-button/global\";i:2013;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-button\";i:2013;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-animated-box/global\";i:5502;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-animated-box\";i:5502;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-image-comparison/global\";i:3061;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-image-comparison\";i:3061;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-subscribe-form/global\";i:1950;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-subscribe-form\";i:1950;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-pricing-table/global\";i:10259;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-pricing-table\";i:10259;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-price-list/global\";i:1735;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-price-list\";i:1735;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-video/global\";i:4659;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-video\";i:4659;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-timeline/global\";i:3298;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-timeline\";i:3298;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-slider/global\";i:5859;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-slider\";i:5859;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-circle-progress/global\";i:6725;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-circle-progress\";i:6725;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global/banners\";i:3757;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global/simple\";i:4125;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-carousel/global\";i:8564;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-carousel\";i:8564;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar/global/types\";i:3259;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar/global\";i:5199;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-progress-bar\";i:5199;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-brands/global\";i:999;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-brands\";i:999;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-banner/global\";i:969;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-banner\";i:969;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-scroll-navigation/global\";i:2123;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-scroll-navigation\";i:2123;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-3\";i:3313;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-1\";i:3906;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-2\";i:3855;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global/type-4\";i:3790;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio/global\";i:16191;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates/jet-portfolio\";i:16191;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/templates\";i:136073;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/dummy-data\";i:1765834;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements/languages\";i:817849;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-elements\";i:8541059;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/functions\";i:24394;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/search\";i:108454;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/suggest\";i:6146;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/filters\";i:19018;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/widgets\";i:1735;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/etc\";i:36404;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/cache\";i:21653;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/actions\";i:9704;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/shortcodes\";i:6635;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/ajax\";i:7861;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes/core\";i:73876;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/classes\";i:291486;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes/views\";i:22758;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/includes\";i:338638;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/img/loading\";i:157406;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/img/close\";i:450;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/img/backend\";i:221708;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/img\";i:409449;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/css/fonts\";i:16334;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/css\";i:95416;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/cache\";i:0;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin/merged\";i:101891;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized\";i:76515;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/min/plugin\";i:178406;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/min\";i:178406;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/nomin/external\";i:0;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin/merged\";i:257692;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin/optimized\";i:189297;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/nomin/plugin\";i:446989;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js/nomin\";i:446989;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/js\";i:625395;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/languages\";i:155341;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/Blocks/assets\";i:3908;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/Blocks\";i:5463;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tinymce\";i:3165;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/compatibility\";i:5374;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/layout\";i:20657;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/general\";i:23340;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/advanced\";i:9401;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance/frontend\";i:3838;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs/instance\";i:70810;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/tabs\";i:76184;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/icons\";i:139350;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/theme\";i:28610;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/textarea-autosize\";i:1530;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa/webfonts\";i:2929598;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa/css\";i:59305;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/fa\";i:2988903;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/js/spectrum\";i:79711;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/js\";i:87216;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets/wpd-modal\";i:12616;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/assets\";i:3450873;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings/class\";i:62707;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend/settings\";i:3532051;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite/backend\";i:3668054;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/ajax-search-lite\";i:5328360;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Events\";i:17918;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Integrations\";i:2030;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Feed\";i:8169;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Debug\";i:3054;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Utilities\";i:27343;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Exceptions\";i:1402;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Traits\";i:8046;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads/Create\";i:1206;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads/Read\";i:1198;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeedUploads\";i:2404;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Create\";i:1190;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Delete\";i:1039;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Update\";i:1176;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products/Id\";i:1942;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/Products\";i:5347;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Create\";i:1220;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Delete\";i:1084;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Update\";i:1174;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups/Read\";i:1777;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductGroups\";i:5255;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Create\";i:1186;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Delete\";i:1257;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets/Update\";i:1172;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductSets\";i:3615;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ItemsBatch/Create\";i:1437;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ItemsBatch\";i:1437;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/Create\";i:1221;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/ReadAll\";i:1121;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds/Read\";i:1125;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog/ProductFeeds\";i:3467;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/ProductCatalog\";i:21525;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pixel/Events\";i:1869;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pixel\";i:1869;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pages/Read\";i:776;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Pages\";i:776;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip/Read\";i:1448;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip/Log\";i:881;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Tip\";i:2329;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation/Delete\";i:1108;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation/Read\";i:2867;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Installation\";i:4681;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration/Update\";i:1732;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration/Read\";i:1114;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE/Configuration\";i:3398;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/FBE\";i:8079;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User/Permissions/Delete\";i:840;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User/Permissions\";i:840;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/User\";i:1601;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Log/Create\";i:976;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Log\";i:976;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Send_Item_Updates\";i:3106;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Item/Find\";i:1213;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Item\";i:1921;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group/Products/Read\";i:2053;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group/Products\";i:2053;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog/Product_Group\";i:2053;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API/Catalog\";i:8330;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/API\";i:58733;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Jobs\";i:15034;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Products/Sync\";i:8187;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Products\";i:684216;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Utilities\";i:30640;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Api\";i:24480;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework/Plugin\";i:16379;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Framework\";i:140952;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ProductSync\";i:11418;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ProductSets\";i:11954;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/test\";i:1296;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Settings_Screens\";i:32152;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Tasks\";i:1708;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin/Notes\";i:2500;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Admin\";i:94455;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/Handlers\";i:43779;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes/ExternalVersionUpdate\";i:2705;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/includes\";i:1443997;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/.github/workflows\";i:4035;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/.github\";i:4035;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers/src\";i:78080;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installers\";i:86195;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/composer\";i:204656;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src/Utilities\";i:775;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src/Proxies\";i:7092;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework/src\";i:19693;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/action-scheduler-job-framework\";i:79207;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src/Checks\";i:18203;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src/Exception\";i:310;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow/src\";i:21199;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce/grow\";i:40631;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor/woocommerce\";i:119838;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/vendor\";i:325265;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/images\";i:75775;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/css/admin\";i:10007;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/css\";i:17446;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/build/admin\";i:32538;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/build\";i:32538;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/js/admin\";i:51591;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets/js\";i:51591;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/assets\";i:177350;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/data\";i:3687284;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/i18n/languages\";i:35411;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce/i18n\";i:35411;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/facebook-for-woocommerce\";i:5929362;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/templates\";i:9082;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/images\";i:64796;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/css/select2\";i:16263;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/css\";i:25236;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/icon\";i:315;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/js/select2\";i:73163;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets/js\";i:85076;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/assets\";i:175423;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/bin\";i:3818;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src/constraints\";i:7092;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src/exceptions\";i:1456;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version/src\";i:24194;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/version\";i:32535;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/tools/php-cs-fixer.d\";i:2373;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/tools\";i:2373;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/.github/workflows\";i:2036;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/.github\";i:2101;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/values\";i:21930;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/xml\";i:15927;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src/exceptions\";i:6343;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest/src\";i:56655;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io/manifest\";i:89342;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phar-io\";i:121877;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/docs/en\";i:1797;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/docs\";i:1797;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine/Instantiator/Exception\";i:3311;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine/Instantiator\";i:11390;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src/Doctrine\";i:11390;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator/src\";i:11390;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine/instantiator\";i:19906;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/doctrine\";i:19906;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer/tokenizer/src\";i:9676;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer/tokenizer\";i:15987;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/theseer\";i:15987;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-file-iterator/src\";i:7733;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-file-iterator\";i:14201;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner/Hook\";i:12752;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner/Filter\";i:7788;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Runner\";i:76969;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Error\";i:1583;s:199:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Builder\";i:13745;s:201:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Generator\";i:4215;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Stub\";i:9785;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Api\";i:3686;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Rule\";i:23027;s:201:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject/Exception\";i:2413;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/MockObject\";i:144457;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Constraint\";i:101148;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Exception\";i:14184;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework/Assert\";i:91367;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Framework\";i:632290;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/TextUI\";i:131472;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/PHP/Template\";i:7321;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/PHP\";i:25933;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/Annotation\";i:23172;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/TestDox\";i:48824;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util/Log\";i:22479;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src/Util\";i:251158;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit/src\";i:1092317;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/phpunit\";i:1185022;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-timer/src\";i:3197;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-timer\";i:8091;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-text-template/src\";i:2964;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-text-template\";i:5638;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Driver\";i:7850;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Exception\";i:3877;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Xml\";i:33059;s:216:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons\";i:538;s:214:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css\";i:167335;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js\";i:538451;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer/Template\";i:720520;s:201:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html/Renderer\";i:752562;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report/Html\";i:766402;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Report\";i:826924;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src/Node\";i:40934;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage/src\";i:914844;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-code-coverage\";i:928882;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-token-stream/src\";i:91872;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit/php-token-stream\";i:98696;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/phpunit\";i:2240530;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeMatcher\";i:468;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine\";i:1896;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Filter\";i:4350;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine\";i:360;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Matcher\";i:3084;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date\";i:1737;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl\";i:1936;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/TypeFilter\";i:4614;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Exception\";i:247;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy/Reflection\";i:2174;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src/DeepCopy\";i:23806;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy/src\";i:23806;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs/deep-copy\";i:36672;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/myclabs\";i:36672;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/environment/src\";i:12850;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/environment\";i:20482;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/comparator/src\";i:37404;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/comparator\";i:43869;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/recursion-context/src\";i:4695;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/recursion-context\";i:7514;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/resource-operations/src\";i:72297;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/resource-operations\";i:76338;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/code-unit-reverse-lookup/src\";i:2917;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/code-unit-reverse-lookup\";i:6278;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/src/exception\";i:694;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/src\";i:16704;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/.idea/inspectionProfiles\";i:45166;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type/.idea\";i:51712;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/type\";i:73002;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/exporter/src\";i:11053;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/exporter\";i:17878;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src/Output\";i:22809;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src/Exception\";i:1798;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff/src\";i:46010;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/diff\";i:58383;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/version/src\";i:2225;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/version\";i:8460;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-reflector/src\";i:1894;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-reflector\";i:5783;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-enumerator/src\";i:2848;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/object-enumerator\";i:7552;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state/src/exceptions\";i:724;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state/src\";i:20884;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian/global-state\";i:25621;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/sebastian\";i:351160;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes/composer\";i:239096;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/includes\";i:3029817;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/Exceptions\";i:794;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/data\";i:12532;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src/ElementReference\";i:9511;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer/src\";i:49237;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/svg-sanitizer\";i:3079054;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/pages/images\";i:53744;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/pages\";i:89860;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/.tmp\";i:45;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Normalizer\";i:8027;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Watermark\";i:27171;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/AutoRotate\";i:5610;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/AutoResize\";i:6964;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/WinRemoveTailDots\";i:4061;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins/Sanitizer\";i:5901;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/plugins\";i:57734;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/libs\";i:20186;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/ZohoOffice\";i:9268;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/OnlineConvert\";i:4304;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors/ZipArchive\";i:401;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/editors\";i:15391;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php/resources\";i:5915;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/php\";i:1109575;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/theme\";i:168732;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/soy\";i:9568;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/properties\";i:3726;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mbox\";i:4942;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vb\";i:12042;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mathematica\";i:7866;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/php\";i:26861;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asciiarmor\";i:3667;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tornado\";i:4299;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sparql\";i:8108;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ebnf\";i:8535;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dart\";i:6741;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tcl\";i:11217;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pig\";i:7285;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sass\";i:11630;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gas\";i:10726;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/handlebars\";i:4368;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haskell-literate\";i:10771;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/xquery\";i:28187;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/brainfuck\";i:5512;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asn.1\";i:9957;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/idl\";i:16522;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mllike\";i:9454;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mirc\";i:15880;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/stylus\";i:44592;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dylan\";i:25672;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/velocity\";i:10398;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/crystal\";i:14001;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/z80\";i:4983;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/swift\";i:8509;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/verilog\";i:28608;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/modelica\";i:8937;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/nginx\";i:15403;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/puppet\";i:10828;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/commonlisp\";i:11179;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cypher\";i:8185;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/spreadsheet\";i:4531;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pug\";i:18535;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rst\";i:35316;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haml\";i:10434;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/oz\";i:8047;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/fortran\";i:11178;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vbscript\";i:15310;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ruby\";i:16676;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rust\";i:5549;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/textile\";i:27626;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ttcn\";i:13645;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/perl\";i:57677;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/stex\";i:14170;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/turtle\";i:6319;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/fcl\";i:7794;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/q\";i:15578;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/django\";i:13868;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/elm\";i:7192;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pegjs\";i:5467;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/powershell\";i:23086;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/pascal\";i:4495;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/eiffel\";i:16942;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sql\";i:37193;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/d\";i:13898;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/python\";i:19558;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cmake\";i:6752;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/xml\";i:16499;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mscgen\";i:21202;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/htmlembedded\";i:3503;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/erlang\";i:21021;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/css\";i:60953;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/htmlmixed\";i:8656;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dockerfile\";i:4488;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/scheme\";i:15993;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/webidl\";i:7955;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/go\";i:8127;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gfm\";i:15292;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/slim\";i:24076;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/smalltalk\";i:6447;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/livescript\";i:17511;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haskell\";i:10295;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/octave\";i:6268;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/dtd\";i:8151;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ecl\";i:10252;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/groovy\";i:10055;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rpm/changes\";i:2180;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/rpm\";i:10578;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/twig\";i:5940;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yacas\";i:7600;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/clike\";i:71292;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/javascript\";i:44530;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/http\";i:4188;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/diff\";i:5547;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/haxe\";i:20145;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/toml\";i:4737;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/clojure\";i:18555;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/julia\";i:13805;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tiddlywiki\";i:13309;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ttcn-cfg\";i:11462;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/forth\";i:7013;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/nsis\";i:9396;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vue\";i:4562;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yaml\";i:5747;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sas\";i:17959;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/asterisk\";i:12028;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/gherkin\";i:14823;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/factor\";i:4943;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/coffeescript\";i:32286;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/mumps\";i:7962;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/r\";i:8251;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/apl\";i:6915;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/yaml-frontmatter\";i:5364;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/jsx\";i:10571;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/ntriples\";i:8000;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/lua\";i:8023;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/smarty\";i:10801;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/sieve\";i:6620;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/protobuf\";i:3793;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/vhdl\";i:9190;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/solr\";i:4043;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/jinja2\";i:6039;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/markdown\";i:66389;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/troff\";i:6857;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/tiki\";i:10674;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/shell\";i:7309;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode/cobol\";i:18372;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/mode\";i:1691109;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror/lib\";i:365375;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/codemirror\";i:2225216;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/sounds\";i:92204;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/moono/css\";i:26462;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/moono\";i:26462;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images/16px\";i:17497;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images/48px\";i:1027;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/images\";i:19296;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/css\";i:24805;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10/js\";i:327;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/windows10\";i:44428;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/images\";i:46632;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/icons\";i:99720;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark/css\";i:149832;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/dark\";i:296184;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/mono/css\";i:26462;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/mono\";i:26462;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light/font\";i:184157;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light/css\";i:242864;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/m-light\";i:427021;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/images\";i:46632;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/icons\";i:99720;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey/css\";i:74851;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/grey\";i:221203;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap/img\";i:91130;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap/css\";i:22260;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes/bootstrap\";i:113848;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/themes\";i:1155608;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/files/.trash\";i:0;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/files\";i:27;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/img/src\";i:1470840;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/img\";i:1696084;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/css\";i:356381;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/jquery/images\";i:56656;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/jquery\";i:972032;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/worker\";i:2599;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/proxy\";i:10092;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/ui\";i:249983;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/commands\";i:373532;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/i18n/help\";i:14232;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/i18n\";i:1185003;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js/extras\";i:132633;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library/js\";i:3955234;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/library\";i:11592122;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application/rest-api\";i:2805;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/application\";i:14969144;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced/languages\";i:18115;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/file-manager-advanced\";i:15020312;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/template-renderer\";i:3650;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/image\";i:1960;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags\";i:15062;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg\";i:3610;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block\";i:3655;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button\";i:4332;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph\";i:3009;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image\";i:2223;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading\";i:3893;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements\";i:30052;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/parsers\";i:5838;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles\";i:7506;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings\";i:2594;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers\";i:11408;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver\";i:16831;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base\";i:1560;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types\";i:4502;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls\";i:5522;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles\";i:14736;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns\";i:3651;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives\";i:2594;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base\";i:6765;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts\";i:749;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types\";i:30434;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/atomic-widgets\";i:136950;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/admin-bar\";i:4106;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/image-loading-optimization\";i:11078;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/gutenberg\";i:6203;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/usage\";i:21598;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/editor-app-bar\";i:2398;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/elementor-counter\";i:1864;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/announcements/triggers\";i:1803;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/announcements/classes\";i:2522;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/announcements\";i:8469;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/checklist/steps\";i:13622;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints\";i:2562;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/checklist/data\";i:3604;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/checklist\";i:31783;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2210;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/compatibility-tag\";i:14309;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/performance-lab\";i:1826;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets\";i:30600;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-accordion\";i:31826;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners\";i:3854;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export\";i:4729;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data\";i:4078;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils\";i:5674;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults\";i:16546;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3894;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/safe-mode\";i:20017;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/wp-cli\";i:16202;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/generator-tag\";i:2352;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/ai/connect\";i:22824;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/ai/feature-intro\";i:2178;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/ai/site-planner-connect\";i:10859;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/ai\";i:81776;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/global-classes/utils\";i:1566;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/global-classes\";i:11366;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/dynamic-tags\";i:3029;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/favorites/types\";i:1527;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/favorites\";i:9311;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/editor-events\";i:1701;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/lazyload\";i:2727;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/wp-rest/classes\";i:16115;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/wp-rest\";i:17118;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2336;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items\";i:1200;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/landing-pages\";i:21692;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces\";i:201;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/content-sanitizer\";i:1548;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/element-cache\";i:4899;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-elements/base\";i:3670;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-elements/controls\";i:484;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-elements\";i:5679;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/elements-color-picker\";i:979;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/system-info/reporters\";i:38280;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/system-info\";i:50967;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets\";i:1443;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents\";i:8156;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items\";i:1223;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/control\";i:434;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render\";i:25200;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes\";i:25200;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons/base\";i:123505;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/floating-buttons\";i:178182;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/library/documents\";i:7121;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/library/traits\";i:1042;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/library\";i:12374;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/shapes/widgets\";i:15058;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/shapes\";i:16965;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets\";i:40555;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/nested-tabs\";i:42007;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/wc-product-editor\";i:1443;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets\";i:703;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render\";i:22905;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes\";i:22905;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/link-in-bio/base\";i:43898;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/link-in-bio\";i:69590;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/cloud-library/connect\";i:3367;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/cloud-library\";i:5745;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/web-cli\";i:1110;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/promotions/widgets\";i:2744;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces\";i:472;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items\";i:14037;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/promotions/controls\";i:1246;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/promotions\";i:27285;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/container-converter\";i:4180;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/apps\";i:13146;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/element-manager\";i:9793;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/history/views\";i:5529;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/history\";i:16863;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/dev-tools\";i:11365;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/home/transformations/base\";i:1541;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/home/transformations\";i:11522;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/home/classes\";i:2289;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/home\";i:17883;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints\";i:9197;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/site-navigation/data\";i:10718;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields\";i:935;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/site-navigation\";i:13780;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/styleguide/controls\";i:499;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/styleguide\";i:3849;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/notifications\";i:9281;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/admin-top-bar\";i:3880;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/page-templates/templates\";i:2053;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/page-templates\";i:13186;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules/notes\";i:1236;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/modules\";i:1013462;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/managers\";i:88332;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/forms\";i:1714;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:2321;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/data\";i:3015;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/classes\";i:5785;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items\";i:1927;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library/sources\";i:79580;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/template-library\";i:113153;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/admin-templates\";i:10353;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/widgets/traits\";i:20265;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/widgets\";i:489214;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/editor-templates\";i:73769;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/container\";i:1347;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/elements\";i:119557;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/interfaces\";i:730;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24081;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/libraries\";i:24715;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/base\";i:153503;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/controls/groups\";i:93938;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/controls\";i:263025;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items\";i:5956;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes/settings\";i:60017;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/includes\";i:1673676;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor/composer\";i:123956;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor\";i:124704;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images/app/ai\";i:122369;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images/app/onboarding\";i:153197;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images/app\";i:437390;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/images\";i:1192715;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/data\";i:419;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/announcements\";i:7929;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/ai\";i:12878;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter\";i:904;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/apps\";i:3650;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide\";i:1579;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules/notes\";i:285;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/modules\";i:27225;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/templates\";i:743131;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css/conditionals\";i:83137;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/css\";i:3998619;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/mask-shapes\";i:2391;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/shapes\";i:26279;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/locations\";i:3933;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters\";i:11927;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels\";i:10728;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor\";i:6860;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar\";i:49317;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles\";i:2235;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-controls\";i:73194;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles-repository\";i:6214;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-ui\";i:3320;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/icons\";i:562818;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents\";i:13451;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-props\";i:7874;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/session\";i:3872;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-elements\";i:12626;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel\";i:121612;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/ui\";i:2721276;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/env\";i:2721;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/schema\";i:126474;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/query\";i:105934;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive\";i:4777;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/menus\";i:3636;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/store\";i:155013;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/http\";i:95755;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation\";i:44683;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media\";i:6814;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-global-classes\";i:13427;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/utils\";i:2997;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages/editor-canvas\";i:155092;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js/packages\";i:4328580;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/js\";i:33385229;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/animations/styles\";i:40649;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/animations\";i:59117;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/flatpickr\";i:179729;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/eicons/css\";i:45163;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:1010535;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/eicons\";i:1497111;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/share-link\";i:7460;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/dialog\";i:32622;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:242532;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/e-select2\";i:274799;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css\";i:35772;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8\";i:500732;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/swiper\";i:500732;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1168670;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2978212;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419884;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55810;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5749286;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:9117;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib/pickr\";i:32636;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets/lib\";i:8928416;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/assets\";i:47535293;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Exceptions\";i:1231;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Support\";i:49571;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Signers\";i:1047;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Contracts\";i:767;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Serializers\";i:16650;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src\";i:74363;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure\";i:75845;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel\";i:75845;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver/Container\";i:3260;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver\";i:10875;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Exception\";i:1563;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Reflection\";i:1576;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src\";i:21808;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker\";i:23683;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Compiler\";i:22613;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Factory\";i:494;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Invoker\";i:4359;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Annotation\";i:2669;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Proxy\";i:3274;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Source\";i:28534;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Resolver\";i:27586;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Helper\";i:10451;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Dumper\";i:4360;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Exception\";i:865;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/ObjectDefinition\";i:3357;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition\";i:98075;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src\";i:167305;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di\";i:170063;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7408;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader\";i:17414;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src\";i:17414;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader\";i:19174;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di\";i:212920;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container/src\";i:1422;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container\";i:3195;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr\";i:3195;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection\";i:291960;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/RuntimeLoader\";i:2449;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/NodeVisitor\";i:31130;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/TokenParser\";i:36098;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Error\";i:8928;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Loader\";i:14183;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Resources\";i:15878;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Runtime\";i:12593;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Cache\";i:6970;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Attribute\";i:411;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Test\";i:10741;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/NodeVisitor\";i:2277;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/Dumper\";i:6012;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler/Node\";i:2116;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Profiler\";i:14496;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Util\";i:5493;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Extension\";i:88099;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Sandbox\";i:9949;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Filter\";i:3074;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Unary\";i:2223;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Test\";i:7258;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression/Binary\";i:17825;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node/Expression\";i:69239;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src/Node\";i:127144;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/src\";i:540356;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed/twig\";i:543435;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/vendor_prefixed\";i:835395;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import\";i:19203;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export\";i:11739;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert\";i:6839;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/runners\";i:38308;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/processes\";i:38909;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility\";i:4540;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/import-export\";i:124459;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect\";i:2073;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies\";i:812;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints\";i:1909;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits\";i:3434;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library/data\";i:14171;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/kit-library\";i:20822;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/onboarding\";i:15530;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules/site-editor\";i:1069;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/modules\";i:161880;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app/admin-menu-items\";i:570;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/app\";i:170256;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2/base/processor\";i:1037;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3426;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5085;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2219;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2/base\";i:34577;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/v2\";i:43692;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/base/processor\";i:881;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data/base\";i:19612;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/data\";i:72705;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss\";i:1122;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates\";i:1642;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js\";i:574;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v2\";i:8780;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates\";i:1596;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js\";i:26;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/v1\";i:3729;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader/common\";i:7525;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/loader\";i:28263;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4353;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/data/globals\";i:5396;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor/data\";i:5396;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/editor\";i:55335;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/debug/classes\";i:3146;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/debug\";i:8314;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/kits/documents/tabs\";i:56098;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/kits/documents\";i:61588;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/kits/views\";i:3257;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/kits/controls\";i:1635;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/kits\";i:80160;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/document-types\";i:11206;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/dynamic-tags\";i:21416;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app/modules/import-export\";i:601;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:708;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app/modules/kit-library\";i:1174;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app/modules/onboarding\";i:465;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app/modules\";i:2240;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/app\";i:2595;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/file-types\";i:12381;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/assets/json\";i:706;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/assets/svg\";i:7050;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/assets\";i:13440;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/css\";i:39601;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files/fonts\";i:7234;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/files\";i:103737;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/behaviors/interfaces\";i:637;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/behaviors\";i:637;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/breakpoints\";i:18672;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:26408;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/connect\";i:35836;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data\";i:1867;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker\";i:9662;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/ajax\";i:7325;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:14576;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules/finder\";i:24528;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common/modules\";i:77351;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/common\";i:83840;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/role-manager\";i:11103;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/isolation\";i:7537;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/base/providers\";i:7322;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:7367;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/base/traits\";i:7158;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/base/background-process\";i:13991;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/base\";i:120600;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/experiments/exceptions\";i:178;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/experiments\";i:41656;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29164;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/utils/import-export\";i:101065;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/utils/svg\";i:17044;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/utils/promotions\";i:2147;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/utils\";i:159382;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/frontend/render-modes\";i:2618;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/frontend\";i:7342;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/responsive/files\";i:4918;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/responsive\";i:9400;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/logger/items\";i:8601;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/logger/loggers\";i:4664;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/logger\";i:23433;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3848;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/page-assets/data-managers\";i:11050;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/page-assets\";i:15763;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/upgrade\";i:35897;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin/notices\";i:4258;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces\";i:752;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin/menu\";i:9235;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin/ui/components\";i:2429;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin/ui\";i:2429;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/admin\";i:79563;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/settings/general\";i:3804;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/settings/page\";i:13454;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/settings/base\";i:11173;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/settings/editor-preferences\";i:8022;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core/settings\";i:41521;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor/core\";i:964681;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementor\";i:52781296;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Integrations/Divi\";i:5195;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Integrations/Elementor\";i:17077;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Integrations\";i:30285;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Builder/Controls\";i:36123;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Builder/Tabs\";i:52764;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Builder\";i:285893;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Services\";i:1527;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/Helpers\";i:17642;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/admin/blocks\";i:3199;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc/admin\";i:144344;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/inc\";i:894473;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking/Platforms\";i:3889;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities/PlatformTracking\";i:5469;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Utilities\";i:17232;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks/build\";i:27490;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Blocks\";i:34593;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/Notices\";i:35469;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification/templates\";i:2740;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/Notification\";i:40026;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages/License_Tier\";i:14189;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework/Packages\";i:88808;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/framework\";i:107336;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits\";i:377;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services\";i:388;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src\";i:765;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs\";i:1824;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/smashballoon\";i:109160;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/brumann/polyfill-unserialize/src\";i:6518;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/brumann/polyfill-unserialize\";i:13756;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/brumann\";i:13756;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor/composer\";i:46220;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/vendor\";i:171247;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/assets/svgs/extensions-popup\";i:113016;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/assets/svgs/install-plugins-popup\";i:307817;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/assets/svgs\";i:3180434;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/assets\";i:3180434;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/templates\";i:10253;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/img\";i:33678;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/css/legacy\";i:69103;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/css\";i:259436;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/js/legacy\";i:93404;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/js\";i:302437;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/languages\";i:3024589;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/Traits\";i:7554;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/assets/img/about\";i:201808;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/assets/img\";i:841383;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/assets/css\";i:150537;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/assets/js\";i:103427;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/assets\";i:1095347;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/about\";i:3929;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/support\";i:19006;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/oembeds\";i:4906;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/sections\";i:27138;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/settings/tab\";i:37987;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views/settings\";i:41716;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/views\";i:96695;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/img/svg\";i:10022;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/img\";i:495002;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/css\";i:264083;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/assets/js\";i:316934;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/assets\";i:1076019;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/screens\";i:6026;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/preview\";i:18692;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding\";i:17549;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed\";i:12084;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup\";i:80385;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds\";i:21045;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer\";i:7319;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates/sections\";i:194821;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder/templates\";i:238898;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin/builder\";i:1314917;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed/admin\";i:2713538;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/instagram-feed\";i:10694007;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/vendor/composer\";i:36813;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/vendor\";i:37240;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/Tracker/Model\";i:42960;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/Tracker/Routes\";i:62932;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/Tracker\";i:277946;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/assets\";i:43184;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer/Storage\";i:0;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/themarketer\";i:365900;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite/vue-frontend/js\";i:437733;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite/vue-frontend\";i:438384;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend/css\";i:36785;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend/js\";i:1239467;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite/vue-backend\";i:1277812;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/lite\";i:1716196;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/img/integrations\";i:31985;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/img\";i:446246;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/css\";i:1605659;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/fontawesome/webfonts\";i:2929598;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/fontawesome/css\";i:349361;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/fontawesome\";i:3278959;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/svg\";i:10778;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public/js\";i:139195;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/public\";i:7197033;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/app/includes\";i:10535;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/app/vendor\";i:145233;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/app\";i:360723;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/languages\";i:95988;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/resources/data-templates\";i:8405;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/resources/emails\";i:7588;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/resources/views\";i:94040;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/resources/giveaway-templates\";i:13702;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress/resources\";i:123735;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/rafflepress\";i:7811194;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/images/illustrations\";i:36447;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/images\";i:470822;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/css\";i:1691305;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/include/woocommerce\";i:17551;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/include\";i:129701;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/js\";i:462314;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications/sdk_files\";i:195;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/webpushr-web-push-notifications\";i:2778564;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/tax-query\";i:3698;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/elementor/dynamic-tags/tags\";i:7325;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/elementor/dynamic-tags\";i:8731;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/elementor\";i:14089;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/walkers\";i:3570;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/filters\";i:99495;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/SEO\";i:20033;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/widgets/common-controls\";i:84667;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/widgets\";i:433747;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/services\";i:10896;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/providers\";i:114065;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/dynamic-tags/tags\";i:1270;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/dynamic-tags\";i:3776;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/elements/common-controls\";i:54341;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/elements\";i:233098;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/helpers/controls-converter\";i:5614;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/helpers\";i:10541;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility/elements\";i:5109;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks/compatibility\";i:15650;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/bricks\";i:279847;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/blocks/common-controls\";i:30437;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/blocks\";i:437569;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/plain-query\";i:1693;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/indexer/bricks\";i:5250;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/indexer\";i:53337;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/rest-api/endpoints\";i:8964;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/rest-api\";i:12799;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/jet-engine/macros\";i:6476;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/jet-engine\";i:9535;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/wpml/integration-classes\";i:809;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility/wpml\";i:809;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes/compatibility\";i:23504;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/includes\";i:1619843;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/images\";i:35475;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/vendors/air-datepicker\";i:129032;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/vendors\";i:129032;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib/jet-smart-filters-icons/fonts\";i:54718;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib/jet-smart-filters-icons\";i:57049;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/css/lib\";i:57049;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/css\";i:150244;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/js\";i:378558;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/lib/jet-plugins\";i:6813;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets/lib\";i:6813;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/assets\";i:700122;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/active-filter\";i:370;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/active-tag\";i:349;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/for-js/pagination\";i:319;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/for-js\";i:1038;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/filters\";i:33102;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/svg\";i:5492;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates/common\";i:5463;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/templates\";i:45579;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/admin-bar\";i:9700;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/post-meta\";i:14886;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/components\";i:34369;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/js\";i:774512;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/components\";i:24884;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/mixins\";i:852;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/variables\";i:788;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss/common\";i:3880;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/scss\";i:31225;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components/layout\";i:16473;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components/form\";i:44412;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/components\";i:60885;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/mixins\";i:2214;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js/utils\";i:6211;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src/js\";i:72011;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets/src\";i:103236;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui/assets\";i:877748;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/vue-ui\";i:919566;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/inc/controls\";i:74506;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/inc\";i:79984;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss/components\";i:6850;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss/controls\";i:26671;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/scss\";i:45173;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/css\";i:52783;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/js\";i:92922;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/colorpicker\";i:6843;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/iconpicker\";i:67311;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib/select2\";i:90118;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets/lib\";i:164272;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/assets\";i:355150;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder/views\";i:9864;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/interface-builder\";i:459881;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/inc/controls\";i:1302;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/inc\";i:6677;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/assets/js\";i:6664;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension/assets\";i:6664;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-elementor-extension\";i:16380;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/license\";i:3985;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/upsale\";i:5661;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/welcome\";i:5073;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules/settings\";i:4138;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/modules\";i:36680;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/compatibility/themes\";i:564;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc/compatibility\";i:3525;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/inc\";i:119726;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss/modules\";i:25365;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss/mixins\";i:2575;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/scss\";i:46635;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/images\";i:23090;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/css\";i:136351;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets/js\";i:62979;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/assets\";i:269055;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/license\";i:24904;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/upsale\";i:5444;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/welcome\";i:21915;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/common\";i:12524;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views/settings\";i:1641;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard/views\";i:66428;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework/jet-dashboard\";i:505139;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/framework\";i:1931552;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/languages\";i:143787;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/includes\";i:32483;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/scss\";i:2588;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/css\";i:3788;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets/js\";i:5617;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/assets\";i:11993;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic/templates\";i:1435;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/admin-classic\";i:60089;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/includes/dynamic-query\";i:4896;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/includes\";i:57002;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/assets/img/filter-types\";i:7506;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/assets/img\";i:7506;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/assets/css\";i:75467;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/assets/js\";i:480340;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/assets\";i:563313;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/templates/info-blocks\";i:2110;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/templates/filter-info\";i:1258;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/templates\";i:4557;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/templates/components\";i:9833;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/templates\";i:27989;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages/pages\";i:15760;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin/setting-pages\";i:46868;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters/admin\";i:739977;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-smart-filters\";i:5227231;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/player\";i:3295;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/swiper\";i:886;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/images/styles\";i:90346;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/images\";i:94833;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts/templates\";i:5723;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes/posts\";i:5723;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials/shortcodes\";i:5723;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/partials\";i:5723;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/deprecated\";i:8167;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/css\";i:137642;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/config\";i:20047;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes\";i:259085;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/shortcodes\";i:72806;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/block-editor\";i:4598;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/js/generator\";i:83780;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/js\";i:161184;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes/upgrade\";i:1819;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/includes\";i:742368;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/inc/core\";i:57610;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/inc\";i:57610;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/simpleslider\";i:8052;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jplayer\";i:62899;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/jquery-inview\";i:1438;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome/fonts\";i:1186218;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/fork-awesome\";i:1186218;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/chartjs\";i:19761;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/animatecss\";i:54878;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/owl-carousel\";i:49086;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/flickity\";i:55860;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/swiper\";i:46516;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/popper\";i:119773;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor/magnific-popup\";i:27215;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/vendor\";i:1631696;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk/Exceptions\";i:3169;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/sdk\";i:51901;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/managers\";i:215171;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/debug\";i:3094;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/entities\";i:49999;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/supplements\";i:3740;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes/customizer\";i:7941;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/includes\";i:1696864;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/img\";i:20704;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css/admin\";i:54202;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/css\";i:57050;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js/pricing\";i:564953;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets/js\";i:569358;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/assets\";i:647199;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/connect\";i:4550;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms/deactivation\";i:28734;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/forms\";i:173765;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/debug\";i:14061;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/partials\";i:5007;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account/partials\";i:51672;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/account\";i:66966;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/plugin-info\";i:6653;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/checkout\";i:12873;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates/js\";i:26057;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/templates\";i:525937;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius/languages\";i:714771;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/freemius\";i:3662056;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features/screenshots\";i:545252;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pro-features\";i:560190;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages/about\";i:29730;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/pages\";i:29730;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images/shortcodes\";i:36412;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/images\";i:633005;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/notices\";i:4459;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/help\";i:1955;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pro-features\";i:1678;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/pages\";i:9328;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/widget\";i:768;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/sections\";i:54;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings/fields\";i:4031;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials/settings\";i:4085;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/partials\";i:22823;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/css\";i:21236;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/js/about\";i:4745;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin/js\";i:4745;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate/admin\";i:723325;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/shortcodes-ultimate\";i:6902576;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css\";i:124992;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts\";i:459560;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js\";i:10963;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets\";i:595515;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack\";i:727437;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css\";i:3982;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js\";i:40995;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets\";i:44977;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles\";i:25075;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll\";i:86880;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content\";i:6858;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo\";i:4327;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images\";i:8654;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css\";i:19814;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts\";i:17003;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js\";i:19903;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets\";i:65374;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views\";i:11807;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/megamenu\";i:97567;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img\";i:462896;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css\";i:9879;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js\";i:30678;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets\";i:503453;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager\";i:510676;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css\";i:3221;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js\";i:15583;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets\";i:18804;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/controls\";i:42768;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img\";i:26252;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css\";i:272695;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js\";i:2271293;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets\";i:2570240;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts\";i:84156;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api\";i:2916;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views\";i:1067;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls\";i:63402;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder\";i:2731007;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css\";i:18875;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js\";i:72601;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets\";i:91476;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks\";i:19955;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views\";i:6317;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules/header-footer\";i:136019;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/modules\";i:4339212;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo\";i:54912;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button\";i:47906;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion\";i:44995;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms\";i:28966;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/faq\";i:14376;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/social\";i:23469;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/social-share\";i:27670;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms\";i:29401;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/image-box\";i:63277;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts\";i:1433;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/video\";i:36285;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose\";i:10740;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets\";i:10740;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/tab\";i:99169;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7\";i:29955;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box\";i:75920;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms\";i:39003;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top\";i:14253;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/post-list\";i:45982;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar\";i:24127;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose\";i:9897;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets\";i:9897;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts\";i:134896;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms\";i:100557;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab\";i:19387;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps\";i:8250;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose\";i:70248;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets\";i:70248;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer\";i:166608;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison\";i:23510;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js\";i:253475;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets\";i:253475;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/lottie\";i:271468;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms\";i:22962;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/header-info\";i:9999;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/button\";i:17496;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu\";i:70152;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes\";i:1718;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp\";i:62281;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/header-search\";i:27845;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress\";i:24727;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/funfact\";i:39567;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img\";i:110524;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css\";i:536699;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts\";i:1545221;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js\";i:678448;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets\";i:2870892;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/init\";i:2876921;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/pricing\";i:90308;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/category-list\";i:15245;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid\";i:10032;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/accordion\";i:43423;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/page-list\";i:31563;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/piechart\";i:29777;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts\";i:603;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/team\";i:97869;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours\";i:13201;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose\";i:155564;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets\";i:155564;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common\";i:543;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style\";i:31127;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial\";i:267337;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas\";i:35026;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose\";i:80848;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets\";i:80848;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/heading\";i:128211;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover\";i:2196;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/widgets\";i:5341845;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images\";i:4680;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library\";i:169935;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets\";i:174615;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/template-library\";i:176977;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images\";i:3941;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css\";i:1190;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js\";i:658;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets\";i:5789;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages\";i:1391;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/forms\";i:10091;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/notice\";i:16010;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard\";i:597552;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images\";i:1150881;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css\";i:180543;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js\";i:68347;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets\";i:1399771;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes\";i:14177;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps\";i:18737;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections\";i:42842;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/views\";i:73138;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings\";i:5437;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls\";i:5437;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/framework\";i:1494603;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/rating\";i:14284;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views\";i:842;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/pro-label\";i:2289;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/banner\";i:5837;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration\";i:139864;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets\";i:39273;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/emailkit\";i:46612;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets\";i:13039;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness\";i:25987;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/stories/views\";i:3914;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/stories\";i:10600;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins\";i:18875;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs/template\";i:1742;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/libs\";i:1963771;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/helpers\";i:11027;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/config\";i:23059;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/traits\";i:426;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/languages\";i:1492998;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/core\";i:8957;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts\";i:2073;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration\";i:3934;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/compatibility/backward\";i:1595;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml\";i:1364;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite/compatibility\";i:8966;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/elementskit-lite\";i:13329986;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/cdn\";i:21372;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/inc\";i:8755;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:8523;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/crawler\";i:23442;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/dash\";i:44848;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/presets\";i:8921;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/general\";i:21685;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/banner\";i:17869;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/cache\";i:50784;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:61857;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:24668;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:37860;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/tpl\";i:332815;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/cli\";i:33254;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/thirdparty\";i:66880;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets/img\";i:151738;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts\";i:10867;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets/css\";i:184161;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets/js\";i:1065945;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/assets\";i:1401844;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/data/preset\";i:7427;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/data\";i:21975;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lang\";i:149648;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/src/cdn\";i:10200;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/src\";i:906627;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/pathconverter\";i:7235;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data/js\";i:987;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data\";i:987;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify\";i:90408;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min\";i:97643;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache/lib\";i:127588;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/litespeed-cache\";i:3270224;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/inbox-pro-web-chat-widget-EY8W-OneAiForce-3\";i:699;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/bin\";i:3393;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Processor\";i:22191;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Attribute\";i:1529;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Formatter\";i:61449;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Test\";i:2414;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2168;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10688;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog/Handler\";i:281506;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src/Monolog\";i:423803;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog/src\";i:423803;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog/monolog\";i:475405;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/monolog\";i:475405;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/bin\";i:298;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/dist\";i:8579;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs/classes\";i:44946;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/docs\";i:72666;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src/Exception\";i:594;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption/src\";i:88645;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse/php-encryption\";i:177669;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/defuse\";i:177669;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/bin\";i:6004;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/.circleci\";i:1950;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/classes\";i:21301;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests/fixtures\";i:61;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/tests\";i:26886;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing\";i:167893;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich\";i:167893;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log/Test\";i:9427;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr/Log\";i:20898;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log/Psr\";i:20898;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr/log\";i:23891;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/psr\";i:23891;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/dist\";i:703;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/other\";i:1633;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat/lib\";i:1327;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie/random_compat\";i:6592;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/paragonie\";i:6592;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/composer\";i:110326;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt/src\";i:29864;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase/php-jwt\";i:42900;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor/firebase\";i:42900;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/vendor\";i:1008840;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/admin-dashboard-widget\";i:131206;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images/woocommerce-banners\";i:53216;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/images\";i:597790;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/css\";i:27011;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/checkout\";i:3554;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block\";i:24576;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js/subscribe\";i:2742;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets/js\";i:76792;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/assets\";i:701593;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Integrations\";i:4561;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Exceptions\";i:368;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Constants\";i:164;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers/Logs\";i:7806;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Managers\";i:148872;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Helpers\";i:18713;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Models\";i:17816;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe/deprecated\";i:5519;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks/subscribe\";i:30971;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/blocks\";i:31803;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Clients\";i:4082;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Models\";i:1523;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api/Processes\";i:1685;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Api\";i:3208;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog/Models\";i:2812;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Blog\";i:2812;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Exceptions\";i:533;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Services\";i:8690;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Managers\";i:968;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Models\";i:7765;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Handlers\";i:72827;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts/Processors\";i:2546;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/Contacts\";i:93329;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Models\";i:4024;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce/Emails\";i:814;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules/WooCommerce\";i:4838;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/Modules\";i:110603;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-dashboard-widget\";i:9260;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views/admin-feedback-notice\";i:4051;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src/views\";i:62418;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact/src\";i:404541;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/creative-mail-by-constant-contact\";i:2169729;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:46277;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:11815;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:63319;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/functions\";i:156264;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:311224;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:63007;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:135202;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:349940;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/includes\";i:1102843;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr/Log\";i:11471;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr\";i:11471;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log\";i:12556;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/psr\";i:12556;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:115164;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources\";i:2168;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80\";i:10598;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1552968;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1678730;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:1073669;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:423469;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:527921;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:527921;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor\";i:3293624;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:53632;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:90694;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:103961;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:3822163;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:54181;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:54181;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:174576;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:705212;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:705212;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6258;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:27164;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:3268;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:52989;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:758201;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:2461998;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:93548;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:1809489;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square/divi\";i:43275;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square\";i:79634;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:55047;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:2730;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:2040448;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:21243;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:148619;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:447467;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:311552;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:760410;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/admin\";i:72512;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:745047;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:4714114;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/share\";i:8614;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:126614;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:196402;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:46255;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4867;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:23205;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:79974;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:10547;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:48228;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:56770;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:147291;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:227136;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:29403;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square/admin\";i:33224;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square\";i:61675;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:113647;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1962;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:828638;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:45953;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:236470;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:98250;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:44108;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44344;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:57018;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:26987;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:4049;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21905;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3663;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3111;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:94642;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:33935;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:797500;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1341947;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:2415669;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:429198;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1746407;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/assets\";i:15606156;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2050;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4388;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4388;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:11080;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:48491;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:1726;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2114;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:11266;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1468;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6783;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:6783;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3625;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3625;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11463;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3524;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:79578;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2055;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:30752;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/templates\";i:190254;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12036;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46643;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13591;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16545;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:201531;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9951;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16113;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52900;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95989;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16779;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52700;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9530;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55317;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:964740;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1002660;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1029116;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1029116;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/example\";i:971;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/othernamespace\";i:477;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/JsonMapperTest\";i:19142;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/namespacetest/model\";i:744;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/namespacetest\";i:7118;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/multitypetest/model\";i:51936;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/multitypetest\";i:125575;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests\";i:201814;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/src\";i:91489;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper\";i:294274;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Authentication\";i:615;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request\";i:4460;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Logger\";i:613;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Response\";i:423;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core\";i:6652;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Http\";i:2114;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Sdk\";i:879;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src\";i:9645;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces\";i:10714;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/tests/Mocking\";i:330;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/tests\";i:24762;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src/Request\";i:5551;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src\";i:32124;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php\";i:58067;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Other\";i:7438;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Authentication\";i:1305;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Logger\";i:1984;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Types\";i:2656;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking/Response\";i:2168;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests/Mocking\";i:25785;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/tests\";i:168752;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Exceptions\";i:647;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Utils\";i:42864;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase/BodyMatchers\";i:12211;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase\";i:21554;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Authentication\";i:4785;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request/Parameters\";i:21633;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request\";i:32582;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger/Configuration\";i:5790;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger\";i:12482;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types/Sdk\";i:12095;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types\";i:13663;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response/Types\";i:8405;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response\";i:19767;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src\";i:159848;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core\";i:329669;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic\";i:692724;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Models\";i:6482;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Apis\";i:1620;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests/Flows\";i:52399;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/tests\";i:63223;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Exceptions\";i:1437;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Utils\";i:4689;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Http\";i:4599;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/Builders\";i:1902850;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models\";i:6459757;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Authentication\";i:2247;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Apis\";i:428025;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src\";i:6936772;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square\";i:7002772;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square\";i:7002772;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer\";i:422;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json\";i:5904;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs\";i:5904;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src\";i:5904;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer\";i:5904;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer\";i:5904;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:27324;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:38130;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4401;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:6663;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6020;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10671;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:43546;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:17356;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:106537;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:106537;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:10574134;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2551;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8814;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20242;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16001;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36448;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39933;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:4146;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:64321;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/lite\";i:101141;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:36046;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:46628;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:48335;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5828;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20994;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:28157;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:15044;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:47547;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:73215;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9849;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11170;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24497;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:78332;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:17133;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:30521;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:72998;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10688;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32421;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:263434;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Integrations\";i:9558;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api/Webhooks\";i:20479;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api\";i:80440;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder/Traits\";i:15852;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder\";i:29190;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Payments\";i:4246;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin\";i:90895;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Fields\";i:16957;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square\";i:269997;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17747;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16301;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:21051;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73367;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73367;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:29104;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:598;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:46743;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:29476;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28988;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:874716;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:42992;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Db\";i:42992;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:41805;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:58398;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:55273;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:77892;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Frontend\";i:126685;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:13740;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:11892;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:31664;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:8385;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:69772;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:95210;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:76951;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:24168;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7011;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2779;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15330;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:40655;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:8153;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:24718;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:2675;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:6574;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6754;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6896;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23461;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16438;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:30300;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3607;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9557;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:26292;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5190;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:14807;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4779;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17331;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:24277;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:328140;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:428817;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Tasks\";i:5266;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:38127;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Requirements\";i:34650;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:32880;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:23672;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:12490;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14058;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:79498;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:4713;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:143140;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23898;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18743;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:59458;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:61569;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:126170;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9053;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:107300;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8468;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38972;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:109509;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:149681;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:160707;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:15762;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:24936;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:45125;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:54814;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:929614;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:125056;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite/src\";i:3038591;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wpforms-lite\";i:34102456;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/common\";i:3489;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/share\";i:14607;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles-shortcode\";i:22357;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/img\";i:47205;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/dev\";i:2781;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css\";i:8774;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/fonts\";i:10695;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/dev\";i:71954;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js\";i:87658;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets\";i:154332;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/chat\";i:38090;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/group\";i:13118;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/commons\";i:42332;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings/greetings_styles\";i:5466;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/greetings\";i:29625;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/styles\";i:36848;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/inc\";i:356339;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-admin\";i:39158;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo/woo-single-styles\";i:25823;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools/woo\";i:81347;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/tools\";i:81347;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components/list\";i:1039;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/components\";i:22419;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/img\";i:245657;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/css\";i:31124;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl/js\";i:380477;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/intl\";i:657258;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css/dev\";i:146735;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/css\";i:259795;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js/dev\";i:51703;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets/js\";i:250356;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_assets\";i:1167409;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db/defaults\";i:2674;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/db\";i:69251;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo/dev\";i:64820;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo\";i:101909;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_commons\";i:67473;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin\";i:1671274;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new\";i:2113178;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list\";i:12226;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons/styles-list-sc\";i:12305;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc/commons\";i:30485;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/inc\";i:57746;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/css\";i:3993;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/fonts\";i:10551;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets/js\";i:3558;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/assets\";i:18102;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin/commons\";i:523;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin\";i:76819;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp/prev\";i:152667;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/click-to-chat-for-whatsapp\";i:2292220;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations/plugins/abstracts\";i:3109;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations/plugins\";i:4064;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/integrations\";i:9196;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/models/abstracts\";i:5250;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/models\";i:19239;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/blocks/payment-types\";i:1798;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/blocks\";i:1798;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/traits\";i:9168;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/gateways/abstracts\";i:3959;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/gateways\";i:35580;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/rest-api/controllers\";i:28764;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/rest-api\";i:30656;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-nf-brands-module/includes\";i:2275;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-nf-brands-module\";i:2922;s:206:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/models/abstracts\";i:11220;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/models\";i:45681;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/traits\";i:3861;s:200:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/interfaces\";i:1154;s:220:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api/controllers/abstracts\";i:1176;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api/controllers\";i:3208;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/rest-api\";i:5567;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/exceptions/abstracts\";i:1566;s:200:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/exceptions\";i:4631;s:200:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes/processors\";i:5021;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/includes\";i:83377;s:215:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie/getallheaders/src\";i:1640;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie/getallheaders\";i:4273;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ralouphie\";i:4273;s:217:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:207:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7/src\";i:214106;s:203:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/psr7\";i:259068;s:216:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Cookie\";i:31406;s:219:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:217:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src/Handler\";i:73085;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle/src\";i:224306;s:205:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/guzzle\";i:376041;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/promises/src\";i:46493;s:207:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp/promises\";i:69494;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/guzzlehttp\";i:704603;s:222:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Internal/Calculator\";i:19979;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Internal\";i:40930;s:212:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src/Exception\";i:3309;s:202:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math/src\";i:136904;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick/math\";i:156153;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/brick\";i:156153;s:207:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-client/src\";i:1915;s:203:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-client\";i:4781;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message/docs\";i:15040;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message/src\";i:47392;s:204:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-message\";i:65727;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-factory/src\";i:4843;s:204:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr/http-factory\";i:7262;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/psr\";i:77770;s:214:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Tool\";i:6674;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Map\";i:18339;s:219:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src/Exception\";i:3777;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection/src\";i:84000;s:205:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/collection\";i:101169;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Lazy\";i:17925;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Validator\";i:2394;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Math\";i:13314;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Builder\";i:8244;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Generator\";i:27054;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Rfc4122\";i:34949;s:218:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter/Time\";i:11458;s:220:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter/Number\";i:3801;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Converter\";i:18648;s:217:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Time\";i:2267;s:216:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Dce\";i:6609;s:217:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider/Node\";i:11385;s:212:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Provider\";i:22480;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Codec\";i:15801;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Fields\";i:2817;s:215:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Nonstandard\";i:11020;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Guid\";i:9765;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Exception\";i:7811;s:208:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src/Type\";i:14509;s:203:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid/src\";i:289674;s:199:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey/uuid\";i:298405;s:194:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/ramsey\";i:399574;s:217:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/deprecation-contracts\";i:4278;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-ctype\";i:12216;s:226:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81/Resources/stubs\";i:1856;s:220:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81/Resources\";i:1856;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php81\";i:5961;s:226:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:220:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80/Resources\";i:2168;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony/polyfill-php80\";i:12462;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/symfony\";i:34917;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor/composer\";i:91372;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/vendor\";i:1469433;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client/languages\";i:5746;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib/yith-stripe-payments-client\";i:1562163;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/lib\";i:1565085;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/exceptions\";i:3700;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/admin/views\";i:4009;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes/admin\";i:41805;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/includes\";i:1790916;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images/payment-methods\";i:17060;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images/themes\";i:11541;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/images\";i:29060;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/css\";i:5971;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/js/admin\";i:61109;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets/js\";i:385490;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/assets\";i:420521;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/templates/checkout\";i:860;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/templates\";i:860;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-options\";i:11484;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:13394;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes/builders\";i:31086;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/includes\";i:361379;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css/codemirror\";i:6056;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/css\";i:425154;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/codemirror\";i:250458;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets/js\";i:554476;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/assets\";i:2131054;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/fields\";i:114668;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/templates\";i:240339;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/plugin-fw\";i:3538024;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended/languages\";i:17725;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-stripe-payments-for-woocommerce-extended\";i:5837104;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/post-meta\";i:13334;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/components\";i:35146;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/js\";i:776727;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/components\";i:25586;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/scss\";i:31955;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components/layout\";i:17683;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components/form\";i:45767;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/components\";i:63450;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js/utils\";i:6211;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src/js\";i:74633;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets/src\";i:106588;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui/assets\";i:883315;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/vue-ui\";i:925931;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/inc/controls\";i:57936;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/inc\";i:62712;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss/components\";i:6164;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss/controls\";i:24941;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/scss\";i:41389;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/css\";i:49396;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/js\";i:49089;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets/lib\";i:156129;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/assets\";i:296003;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder/views\";i:9532;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/interface-builder\";i:382712;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/modules\";i:36680;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/inc\";i:119726;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/scss\";i:46635;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/images\";i:23090;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/css\";i:136351;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets/js\";i:62979;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/assets\";i:269055;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/license\";i:24904;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/upsale\";i:5444;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/welcome\";i:21915;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/common\";i:12524;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views/settings\";i:1641;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard/views\";i:66428;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules/jet-dashboard\";i:505148;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/modules\";i:1833127;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/render\";i:40481;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/blocks-views/block-types\";i:105895;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/blocks-views\";i:110104;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/elementor-views/widgets\";i:100594;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components/elementor-views\";i:145372;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/components\";i:255476;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/integrations\";i:7716;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/classes\";i:9068;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/rest-api/endpoints\";i:2367;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/rest-api\";i:5627;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings/jet-dashboard-settings/subpage-modules\";i:2671;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings/jet-dashboard-settings\";i:4680;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes/settings\";i:7877;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/includes\";i:2171400;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/images\";i:7699;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets\";i:22290;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css/admin\";i:8497;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/css\";i:42213;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/components\";i:20623;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-anchor-nav\";i:6093;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-modern\";i:5815;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-slider\";i:28898;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks/gallery-grid\";i:6350;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src/blocks\";i:47156;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views/src\";i:67917;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin/blocks-views\";i:120398;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js/admin\";i:120398;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/js\";i:173964;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-gallery-icons/fonts\";i:14439;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-gallery-icons\";i:15596;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/css/default-skin\";i:22461;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/css\";i:31039;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe/js\";i:156439;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/photoswipe\";i:187478;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/swiper\";i:442856;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/jet-plugins\";i:6481;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib/zoom\";i:8725;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets/lib\";i:661136;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/assets\";i:885012;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-grid/global\";i:5695;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-grid\";i:5695;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/admin-templates\";i:1024;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-anchor-nav/global\";i:7405;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-anchor-nav\";i:7405;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-modern/global\";i:5555;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-modern\";i:5555;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-slider/global\";i:11091;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates/jet-woo-product-gallery-slider\";i:11091;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/templates\";i:32525;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery/languages\";i:76515;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-product-gallery\";i:3175853;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/locations/render\";i:7832;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/locations\";i:17752;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/admin-bar\";i:9700;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/inc/controls\";i:51292;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/inc\";i:55935;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/css\";i:49396;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/js\";i:45735;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets/lib\";i:156129;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/assets\";i:251260;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder/views\";i:9534;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/interface-builder\";i:330631;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/components\";i:34369;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/assets/js\";i:772499;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui/assets\";i:772499;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/cherry-x-vue-ui\";i:811092;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/modules\";i:30532;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/inc\";i:113578;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/scss\";i:46635;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/images\";i:23090;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/css\";i:136351;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets/js\";i:62979;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/assets\";i:269055;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/license\";i:24904;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/upsale\";i:5444;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/welcome\";i:21915;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/common\";i:12524;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views/settings\";i:1641;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard/views\";i:66428;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules/jet-dashboard\";i:496095;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/modules\";i:1653503;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions/cpt-archive\";i:9124;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions/cpt-singular\";i:7036;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions/conditions\";i:56283;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-conditions\";i:79804;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/scss/modules\";i:8111;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/scss\";i:9627;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/css\";i:11799;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets/js\";i:25835;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/assets\";i:53409;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/document-types\";i:14811;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor/controls\";i:5003;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/elementor\";i:96091;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/templates/sources\";i:23185;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/templates\";i:72681;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-structures/structures\";i:14463;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/template-structures\";i:24565;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/rest-api/endpoints/theme-builder\";i:10629;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/rest-api/endpoints\";i:28859;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/rest-api\";i:40724;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/includes\";i:43219;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/img\";i:6849;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/css\";i:26574;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder/js\";i:1857305;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets/builder\";i:1890728;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/assets\";i:1890728;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder/templates\";i:981;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/theme-builder\";i:1941027;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/lib\";i:79101;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/polylang\";i:1046;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/jet-style-manager\";i:1297;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/jet-woo-builder\";i:10215;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/wpml\";i:1152;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/template-conditions\";i:26189;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/rest-api\";i:3408;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce/structures\";i:6162;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins/woocommerce\";i:55407;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/plugins\";i:69117;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra/assets/css\";i:94;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra/assets\";i:94;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes/astra\";i:1264;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility/themes\";i:1264;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/compatibility\";i:72937;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/settings/subpage-modules\";i:5283;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes/settings\";i:29421;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/includes\";i:4164622;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/assets/img\";i:46481;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/assets/css\";i:20410;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/assets/js\";i:28916;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/assets\";i:104003;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates/editor\";i:4824;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates/admin/setting-templates\";i:6531;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates/admin/templates-library\";i:19743;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates/admin/theme-builder\";i:61;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates/admin\";i:26335;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/templates\";i:38510;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core/languages\";i:70481;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-theme-core\";i:4387281;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules/constant-contact\";i:31442;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules/sendinblue\";i:24666;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules/recaptcha\";i:15809;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules/akismet\";i:8051;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules/stripe\";i:22607;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/modules\";i:198167;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/config-validator\";i:32918;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/css\";i:3046;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/swv/php/rules\";i:17966;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/swv/php\";i:21301;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/swv/js\";i:12593;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/swv\";i:39649;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images\";i:32598;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness\";i:118302;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes\";i:118302;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/js/jquery-ui\";i:118302;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/js\";i:132493;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes/block-editor\";i:6274;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/includes\";i:442472;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/assets\";i:31340;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/languages\";i:128;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/admin/includes/css\";i:11398;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/admin/includes/js\";i:12990;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/admin/includes\";i:72872;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7/admin\";i:99024;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/contact-form-7\";i:803378;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wpforms\";i:5427;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/elementor\";i:640;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-fastest-cache\";i:1244;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-super-cache\";i:408;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/amp\";i:6187;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/litespeed-cache\";i:895;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/mailchimp\";i:5412;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-optimize\";i:1119;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/divi\";i:608;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wordpress\";i:7654;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/hummingbird\";i:1257;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/contact-form-7\";i:9467;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/breeze\";i:5068;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/speedycache\";i:1318;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/speed-optimizer\";i:2295;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-rocket\";i:2119;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/autoptimize\";i:1213;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/woocommerce\";i:10217;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules\";i:62548;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes\";i:446473;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/chartjs\";i:206293;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal/css\";i:46714;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal/js\";i:68283;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal\";i:114997;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/spectrum\";i:46116;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/pagination\";i:62663;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/microtip\";i:15220;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets\";i:445289;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/templates\";i:16;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/img\";i:1170652;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/css\";i:94282;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/js\";i:106073;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice/languages\";i:49800;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/cookie-notice\";i:2393970;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/components\";i:23318;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/js\";i:511839;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/components\";i:16443;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/scss\";i:22177;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components/form\";i:28781;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/components\";i:45138;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src/js\";i:49933;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets/src\";i:72110;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui/assets\";i:583949;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/vue-ui\";i:610281;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-cache/inc\";i:5590;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-cache\";i:7004;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/inc\";i:6677;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension/assets\";i:5365;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-elementor-extension\";i:14623;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/modules\";i:36680;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/inc\";i:125879;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/scss\";i:52783;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/images\";i:23090;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/css\";i:136351;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets/js\";i:62979;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/assets\";i:281351;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/license\";i:24904;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/upsale\";i:5444;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/welcome\";i:21915;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/common\";i:12524;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views/settings\";i:1641;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard/views\";i:72576;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/jet-dashboard\";i:526840;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules/db-updater\";i:7076;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/modules\";i:1171761;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/addons\";i:164043;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/rest-api/endpoints\";i:21125;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/rest-api\";i:24347;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/base\";i:19698;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/controls/groups\";i:9346;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/controls\";i:9346;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/compatibility/wpml-modules\";i:2588;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/compatibility\";i:7209;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/settings/subpage-modules\";i:5117;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes/settings\";i:7216;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/includes\";i:1423068;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/scss/addons\";i:20720;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/scss/utils\";i:1030;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/scss\";i:26348;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/images\";i:26500;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/css/fonts\";i:13285;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/css\";i:53673;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets/js\";i:77753;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/assets\";i:184274;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates/admin-templates\";i:3507;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates/jet-switcher/global\";i:3120;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates/jet-switcher\";i:3120;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates/jet-image-accordion/global\";i:2579;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates/jet-image-accordion\";i:2579;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/templates\";i:9953;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/dummy-data\";i:45332;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs/languages\";i:135369;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tabs\";i:1824221;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/shippo-request/shippo-api-resources\";i:1038;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/shippo-request\";i:35488;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/emails\";i:21629;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/data-stores\";i:35816;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/traits\";i:16360;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/abstracts\";i:2904;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/interfaces\";i:817;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/list-tables\";i:11271;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields/types/content\";i:22563;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields/types\";i:64317;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/custom-fields\";i:64317;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/product-metabox\";i:5331;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/orders-page\";i:3578;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/onboarding\";i:4167;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/shipping\";i:13999;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views/order-metabox\";i:25946;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin/views\";i:117338;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes/admin\";i:128609;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/includes\";i:475670;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src/Handlers\";i:2525;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src/Types\";i:2276;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager/src\";i:33860;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr/3d-bin-packager\";i:41628;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/latuconsinafr\";i:41628;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/examples\";i:43347;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/test\";i:58787;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib/Shippo/Util\";i:618;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib/Shippo\";i:49123;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php/lib\";i:51217;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo/shippo-php\";i:161354;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/shippo\";i:161354;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor/composer\";i:47260;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/vendor\";i:251013;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/scss/admin\";i:28817;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/scss\";i:48487;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/shipping-icons\";i:5850;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/bh-onboarding\";i:4799;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images/onboarding-status\";i:85199;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/images\";i:108282;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/css\";i:115612;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/js/admin\";i:116651;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets/js\";i:116651;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/assets\";i:389032;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/my-account\";i:2398;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/emails/plain\";i:2429;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates/emails\";i:12219;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/templates\";i:14617;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options/parcel\";i:11689;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options/shipping\";i:15849;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-options\";i:37495;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:13394;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes/builders\";i:31086;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/includes\";i:361379;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css/codemirror\";i:6056;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/css\";i:425147;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/codemirror\";i:250458;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets/js\";i:554476;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/assets\";i:2131047;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/fields\";i:114668;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/templates\";i:240339;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/plugin-fw\";i:3538017;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended/languages\";i:178741;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-shippo-shippings-for-woocommerce-extended\";i:4934976;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/inc/images\";i:30387;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/inc\";i:66798;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/images\";i:138491;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/css/images\";i:36998;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/css\";i:109156;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/classes\";i:25932;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/js\";i:19399;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/languages\";i:3153329;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Normalizer\";i:8027;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Watermark\";i:27171;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoRotate\";i:5610;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoResize\";i:6964;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Sanitizer\";i:5901;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins\";i:53673;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/libs\";i:20186;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZohoOffice\";i:8607;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/OnlineConvert\";i:4304;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZipArchive\";i:401;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors\";i:14730;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php/resources\";i:5915;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/php\";i:1074401;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/theme\";i:1987;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/soy\";i:9568;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/properties\";i:3726;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mbox\";i:4942;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vb\";i:12042;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mathematica\";i:7866;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/php\";i:26871;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asciiarmor\";i:3667;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tornado\";i:4299;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sparql\";i:8108;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ebnf\";i:8535;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dart\";i:6741;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tcl\";i:11217;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pig\";i:7285;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sass\";i:11630;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gas\";i:10726;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/handlebars\";i:4368;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell-literate\";i:10771;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xquery\";i:28187;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/brainfuck\";i:5512;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asn.1\";i:9957;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/idl\";i:16522;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mllike\";i:9454;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mirc\";i:15890;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stylus\";i:44592;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dylan\";i:25672;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/velocity\";i:10398;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/crystal\";i:14001;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/z80\";i:4983;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/swift\";i:8509;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/verilog\";i:28608;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/modelica\";i:8937;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nginx\";i:15403;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/puppet\";i:10828;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/commonlisp\";i:11179;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cypher\";i:8185;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/spreadsheet\";i:4531;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pug\";i:18535;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rst\";i:35316;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haml\";i:10434;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/oz\";i:8047;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fortran\";i:11178;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vbscript\";i:15310;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ruby\";i:16676;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rust\";i:5549;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/textile\";i:27626;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn\";i:13645;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/perl\";i:57692;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stex\";i:14200;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/turtle\";i:6319;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fcl\";i:7794;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/q\";i:15583;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/django\";i:13868;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/elm\";i:7192;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pegjs\";i:5467;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/powershell\";i:23126;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pascal\";i:4495;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/eiffel\";i:16942;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sql\";i:37193;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/d\";i:13923;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/python\";i:19558;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cmake\";i:6752;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xml\";i:16499;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mscgen\";i:21202;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlembedded\";i:3503;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/erlang\";i:21021;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/css\";i:60953;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlmixed\";i:8656;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dockerfile\";i:4488;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/scheme\";i:15993;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/webidl\";i:7955;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/go\";i:8127;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gfm\";i:15292;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim\";i:24091;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smalltalk\";i:6447;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/livescript\";i:17511;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell\";i:10295;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/octave\";i:6268;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dtd\";i:8151;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ecl\";i:10252;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/groovy\";i:10055;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm/changes\";i:2180;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm\";i:10578;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/twig\";i:5940;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yacas\";i:7600;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clike\";i:71292;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/javascript\";i:44530;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/http\";i:4188;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/diff\";i:5547;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haxe\";i:20145;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/toml\";i:4737;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clojure\";i:18555;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/julia\";i:13805;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiddlywiki\";i:13309;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn-cfg\";i:11462;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/forth\";i:7013;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nsis\";i:9396;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vue\";i:4562;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml\";i:5747;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sas\";i:17959;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asterisk\";i:12028;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gherkin\";i:14823;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/factor\";i:4943;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/coffeescript\";i:32286;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mumps\";i:7962;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/r\";i:8251;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/apl\";i:6915;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml-frontmatter\";i:5364;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jsx\";i:10571;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ntriples\";i:8000;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/lua\";i:8023;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smarty\";i:10801;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sieve\";i:6620;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/protobuf\";i:3793;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vhdl\";i:9190;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/solr\";i:4043;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jinja2\";i:6039;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/markdown\";i:66389;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/troff\";i:6857;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiki\";i:10674;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/shell\";i:7319;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cobol\";i:18372;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode\";i:1691269;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/lib\";i:374683;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror\";i:2067939;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/sounds\";i:92204;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/16px\";i:162942;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/48px\";i:18363;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images\";i:256991;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/css\";i:33459;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/js\";i:327;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light\";i:290777;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/16px\";i:17693;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/48px\";i:1027;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images\";i:56138;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/css\";i:23922;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/js\";i:327;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10\";i:80387;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/images\";i:49580;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/icons\";i:99720;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/css\";i:80256;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark\";i:229556;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/images\";i:49580;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/icons\";i:99720;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/css\";i:78530;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray\";i:227830;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/themes\";i:828550;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/files/.trash\";i:0;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/files\";i:0;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/img/src\";i:1470840;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/img\";i:1703079;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/css\";i:353196;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/fonts/notosans\";i:1662048;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/fonts/raleway\";i:965144;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/fonts\";i:2627192;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/jquery/images\";i:19442;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/jquery\";i:511688;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/worker\";i:2618;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/proxy\";i:10177;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/ui\";i:251858;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/commands\";i:382109;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n/help\";i:12037;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n\";i:1381210;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js/extras\";i:357984;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib/js\";i:4319737;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager/lib\";i:13594034;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/wp-file-manager\";i:17212068;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/components\";i:33278;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/js\";i:850448;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/components\";i:23483;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/mixins\";i:494;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/variables\";i:752;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss/common\";i:3792;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/scss\";i:29217;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components/layout\";i:16357;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components/form\";i:43703;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/components\";i:60060;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js/utils\";i:12358;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src/js\";i:85505;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets/src\";i:120870;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui/assets\";i:977466;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/vue-ui\";i:1013758;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/inc\";i:6677;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension/assets\";i:5365;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-elementor-extension\";i:14623;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/modules\";i:36680;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/inc\";i:125877;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/scss\";i:52783;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/images\";i:23090;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/css\";i:136351;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets/js\";i:62979;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/assets\";i:281351;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/license\";i:24904;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/upsale\";i:5444;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/welcome\";i:21915;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/common\";i:12524;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views/settings\";i:1641;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard/views\";i:72576;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules/jet-dashboard\";i:526836;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/modules\";i:1561160;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/ext\";i:55088;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/addons\";i:73173;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/rest-api/endpoints\";i:7656;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/rest-api\";i:10821;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/base\";i:15885;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/controls/groups\";i:9504;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/controls\";i:9504;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/compatibility/wpml/modules\";i:1167;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/compatibility/wpml\";i:1167;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/compatibility\";i:6992;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/settings/subpage-modules\";i:5194;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes/settings\";i:7315;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/includes\";i:1764275;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/scss/addons\";i:8598;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/scss/extensions\";i:1795;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/scss\";i:17857;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/css/fonts\";i:25166;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/css\";i:55039;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/sticky-sidebar\";i:24173;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/resize-sensor\";i:2234;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles/3.0.2\";i:169264;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles/1.18.11\";i:140630;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/ts-particles\";i:309894;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/tippy\";i:98336;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/particles-js\";i:23364;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib/anime\";i:14420;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js/lib\";i:472421;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets/js\";i:509729;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/assets\";i:582625;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/templates/admin-templates\";i:2315;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/templates\";i:2315;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks/languages\";i:68413;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-tricks\";i:2441052;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes/global/convert_gallery\";i:23312;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes/global\";i:163816;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes/admin/partials/onboarding-wizard\";i:48237;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes/admin/partials\";i:112690;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes/admin\";i:506637;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/includes\";i:670453;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/scss\";i:176015;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/placeholders\";i:89925;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/about\";i:832508;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons/litevspro\";i:544610;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons/licensing\";i:98493;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/icons\";i:665158;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/types\";i:21300;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/get-started\";i:66026;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/features\";i:66454;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images/logos\";i:25345;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/images\";i:3065512;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/css/images/icons\";i:38554;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/css/images\";i:87865;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/css\";i:274966;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/fonts\";i:59041;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/js/dist\";i:40923;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/js/min\";i:233330;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/js/lib\";i:301371;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets/js\";i:1227249;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/assets\";i:4802783;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/scss\";i:5908;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/images\";i:7039;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark/css\";i:5674;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/themes/base_dark\";i:18621;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/themes\";i:18621;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite/languages\";i:757880;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/envira-gallery-lite\";i:6295447;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/duplicate-page/inc\";i:6276;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/duplicate-page/css\";i:2327;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/duplicate-page/js\";i:1860;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/duplicate-page/languages\";i:49912;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/duplicate-page\";i:85112;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/classic-editor/scripts\";i:58535;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/classic-editor/js\";i:624;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/classic-editor\";i:124414;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/examples\";i:893;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/dictionaries\";i:349614;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/data\";i:551035;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight\";i:913114;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib\";i:913204;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight\";i:916239;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool\";i:960887;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/graph\";i:18968;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/scorecard\";i:18540;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates\";i:41023;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights\";i:41023;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg\";i:1011670;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails/templates\";i:11222;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails\";i:27317;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/popular-posts\";i:44529;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking\";i:18115;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events\";i:3675;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/verified-badge\";i:3643;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend\";i:42785;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/feature-feedback\";i:4466;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages\";i:37469;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports\";i:36310;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/site-notes\";i:34534;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing\";i:59691;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notifications\";i:49482;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin\";i:549329;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes\";i:1876625;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/css\";i:158173;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/js\";i:444397;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg\";i:602570;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell\";i:55151;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugins\";i:335599;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images\";i:570254;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/images\";i:47602;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend\";i:14503;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css\";i:156871;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/fonts\";i:266568;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend\";i:1152557;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js\";i:1242769;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets\";i:2839097;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg/blocks\";i:2920;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg\";i:3014;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails/templates\";i:53898;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails\";i:96221;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/popular-posts\";i:44058;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports\";i:8554;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/img\";i:118441;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/css\";i:9819;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets\";i:128260;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers\";i:16912;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey\";i:148856;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin\";i:234024;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes\";i:383700;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails/summaries\";i:60977;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails\";i:60977;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img\";i:110417;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img\";i:6134332;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css\";i:1294794;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts\";i:433004;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunks\";i:3535038;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js\";i:6080530;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue\";i:13995493;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets\";i:14105910;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite\";i:14489675;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress/languages\";i:323302;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/google-analytics-for-wordpress\";i:19578351;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pushpad-web-push-notifications/pushpad\";i:5122;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pushpad-web-push-notifications/includes\";i:5489;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pushpad-web-push-notifications/admin\";i:2734;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pushpad-web-push-notifications\";i:17409;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/fonts-manager\";i:7235;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/components\";i:34369;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/js\";i:769884;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss/common\";i:3879;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/scss\";i:31224;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components/form\";i:44215;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/components\";i:60688;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js/utils\";i:384;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src/js\";i:65785;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets/src\";i:97009;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui/assets\";i:866893;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/vue-ui\";i:908679;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/inc\";i:26068;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/assets/min\";i:245;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css/assets\";i:672;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/dynamic-css\";i:39672;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/inc\";i:6677;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/assets/js\";i:6664;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension/assets\";i:6664;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-elementor-extension\";i:16380;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/modules\";i:36680;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/inc\";i:119726;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/scss\";i:46635;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/images\";i:21204;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/css\";i:136351;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets/js\";i:62979;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/assets\";i:267169;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/license\";i:24904;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/upsale\";i:5444;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/welcome\";i:21915;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/common\";i:12524;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views/settings\";i:1641;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard/views\";i:66428;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/jet-dashboard\";i:508553;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/customizer/assets/fonts\";i:556481;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/customizer/assets\";i:556481;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/customizer\";i:590925;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules/db-updater\";i:7076;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/modules\";i:2092657;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/render/walkers/legacy\";i:26527;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/render/walkers\";i:67128;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/render/legacy\";i:50307;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/render/render-modules\";i:38713;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/render\";i:212446;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/widgets/legacy\";i:221760;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/widgets\";i:434069;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/scss\";i:4743;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/css\";i:4701;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/js/legacy\";i:2110;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor/js\";i:9930;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/editor\";i:19374;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public/js/legacy\";i:11348;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public/js\";i:23448;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets/public\";i:23448;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/assets\";i:42822;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/document-types\";i:1569;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/controls/groups\";i:3019;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor/controls\";i:3019;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/elementor\";i:494845;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/blocks/blocks\";i:76202;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/blocks\";i:79730;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/rest-api/endpoints\";i:8909;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/rest-api\";i:12254;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/lib\";i:210134;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/settings/options-modules\";i:71219;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/settings/subpage-modules\";i:9950;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes/settings\";i:152445;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/includes\";i:3320159;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/editor/css\";i:5016;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/editor\";i:5016;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/css\";i:90333;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/js/legacy\";i:52987;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/js\";i:107681;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/vue\";i:435816;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/migration\";i:41049;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/_fonts\";i:1085661;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/webfonts\";i:2792547;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/css\";i:338421;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome/js\";i:52707;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib/font-awesome\";i:4310385;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public/lib\";i:4746201;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/public\";i:4950363;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/fonts\";i:556481;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/images/block-previews\";i:43397;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/images\";i:60172;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/css\";i:8536;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/js\";i:99642;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/lib/jetmenu-icons/fonts\";i:11445;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/lib/jetmenu-icons\";i:12465;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin/lib\";i:12465;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets/admin\";i:186963;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/assets\";i:5704971;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates/public/vue-templates\";i:7062;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates/public\";i:7926;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates/admin/legacy\";i:9033;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates/admin/settings-templates\";i:118133;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates/admin\";i:168919;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/templates\";i:183727;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/polylang\";i:545;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/epic-news-element\";i:335;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor/assets/css\";i:64;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor/assets\";i:64;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/header-footer-elementor\";i:495;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/polylang-pro\";i:561;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/the-events-calendar\";i:1536;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/sitepress-multilingual-cms\";i:669;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/jet-form-builder\";i:361;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/jet-menu\";i:386;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/better-font-awesome\";i:413;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins/woocommerce\";i:610;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/plugins\";i:14107;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css\";i:117;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets\";i:6265;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hello-elementor\";i:6695;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets/css\";i:468;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets/js\";i:269;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/enfold/assets\";i:737;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/enfold\";i:1489;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/betheme/assets/js\";i:229;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/betheme/assets\";i:229;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/betheme\";i:1008;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen/assets/js\";i:172;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen/assets\";i:172;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentyseventeen\";i:631;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/storefront/assets/js\";i:253;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/storefront/assets\";i:253;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/storefront\";i:692;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro/assets/css\";i:48;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro/assets\";i:48;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox-pro\";i:1680;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite/assets/css\";i:40;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite/assets\";i:40;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif-lite\";i:459;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets/css\";i:564;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets/js\";i:168;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/astra/assets\";i:732;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/astra\";i:1476;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif/assets/css\";i:40;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif/assets\";i:40;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/zerif\";i:439;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress/assets/js\";i:172;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress/assets\";i:172;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/generatepress\";i:625;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen/assets/js\";i:172;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen/assets\";i:172;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/twentysixteen\";i:623;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox/assets/css\";i:48;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox/assets\";i:48;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/phlox\";i:1648;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets/css\";i:1147;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets/js\";i:211;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/Avada/assets\";i:1358;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/Avada\";i:4018;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp/assets/css\";i:447;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp/assets\";i:447;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/oceanwp\";i:1759;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hestia/assets/css\";i:67;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hestia/assets\";i:67;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes/hestia\";i:470;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration/themes\";i:33956;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/integration\";i:57700;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/dummy-data\";i:237845;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu/languages\";i:177915;s:102:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-menu\";i:9704976;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/includes/config\";i:1488;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/includes\";i:64764;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/assets/scss\";i:13758;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/assets/css\";i:14113;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/assets/js\";i:6274;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/assets\";i:34145;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/templates/dashboard\";i:1327;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/templates/configure-plugins\";i:525;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/templates\";i:14820;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard/languages\";i:49081;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-plugins-wizard\";i:172874;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/RestApi\";i:8707;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/upgrades\";i:5316;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc/alt-experience\";i:24599;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/inc\";i:84205;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/docs/en\";i:6555;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/docs\";i:6555;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Portuguese\";i:7749;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/French\";i:3716;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/NorwegianBokmal\";i:2978;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Turkish\";i:3028;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English\";i:19173;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Spanish\";i:3871;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules\";i:46331;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Inflector\";i:65721;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector\";i:9896;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine/Common\";i:9896;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib/Doctrine\";i:75617;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector/lib\";i:75617;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine/inflector\";i:85821;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/doctrine\";i:85821;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli/wp-config-transformer/src\";i:11089;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli/wp-config-transformer\";i:22148;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-cli\";i:22148;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie/getallheaders/src\";i:1640;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie/getallheaders\";i:4273;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/ralouphie\";i:4273;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes/css\";i:1466;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes/js\";i:5712;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/includes\";i:17131;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/components/entitlements\";i:16798;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions/components\";i:16798;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-solutions\";i:34739;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/API\";i:8072;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/EventQueue/Queues\";i:3914;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/EventQueue\";i:6894;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Helpers\";i:14747;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/WonderBlocks/Requests\";i:3647;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/WonderBlocks\";i:6019;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Listeners\";i:49515;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Data/Static\";i:73106;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/Data\";i:73106;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes/SiteClassification\";i:9142;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/includes\";i:200248;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data/upgrades\";i:775;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-data\";i:204714;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/Utilities\";i:18444;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/WPCLI/Handlers\";i:2345;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/WPCLI\";i:2757;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/Data\";i:3276;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/RestApi/Controllers\";i:4346;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes/RestApi\";i:5165;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls/includes\";i:30976;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-pls\";i:31488;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-sso/includes\";i:16516;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-sso\";i:17840;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes/API\";i:3262;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes/template\";i:6081;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/includes\";i:34206;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/static/js\";i:4456;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/static\";i:4456;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/upgrades\";i:788;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/build/1.3.6\";i:2855;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon/build\";i:2855;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-coming-soon\";i:44402;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb/includes\";i:3237;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb/static\";i:14726;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-global-ctb\";i:18494;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Services\";i:74713;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/assets/images\";i:361901;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/assets\";i:361901;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Themes\";i:18474;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache/Templates\";i:277;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Mustache\";i:983;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows/Upgrades\";i:596;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes/Flows\";i:10226;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/includes\";i:549601;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data/languages\";i:29777;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding-data\";i:579378;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/includes\";i:26378;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/static/js\";i:2483;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features/static\";i:2483;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-features\";i:28861;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/Services\";i:5541;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/Listeners\";i:1073;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes/RestApi\";i:1379;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/includes\";i:16643;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/templates\";i:25677;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration/build\";i:118;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-migration\";i:43821;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-context/includes\";i:2046;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-context\";i:3013;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation/includes/Partners\";i:6339;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation/includes\";i:8752;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-activation\";i:9014;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-loader/includes\";i:8320;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-loader\";i:8452;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Services\";i:2060;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Api/Controllers\";i:13469;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Api\";i:19133;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Admin\";i:8698;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Data\";i:3628;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes/Library\";i:21652;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/includes\";i:68241;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/assets/build\";i:60699;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/assets\";i:60699;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build/2.8.1/blocks\";i:435;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build/2.8.1\";i:229824;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns/build\";i:229824;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-patterns\";i:359614;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/container/includes\";i:11643;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/container\";i:11643;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-runtime/includes\";i:2700;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-runtime\";i:3607;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/includes/Events\";i:2166;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/includes\";i:8670;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static/css\";i:6064;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static/js\";i:15496;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/static\";i:21560;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation/languages\";i:2819;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-deactivation\";i:33316;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/includes/Data\";i:2227;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/includes\";i:22005;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center/build\";i:91668;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-help-center\";i:114147;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/includes\";i:29750;s:200:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components/notification\";i:5099;s:201:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components/notifications\";i:6795;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js/components\";i:11894;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets/js\";i:24641;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications/assets\";i:24641;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-notifications\";i:56036;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/Utils\";i:8188;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/SiteGen\";i:31151;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes/RestApi\";i:7196;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai/includes\";i:56905;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ai\";i:58059;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/Data\";i:10822;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/RestApi\";i:8744;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes/Partials\";i:10293;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/includes\";i:71004;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/scripts\";i:1054;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/build\";i:1658474;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce/languages\";i:275194;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-ecommerce\";i:2011975;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Services\";i:34549;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Models\";i:2007;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Mustache/Templates\";i:277;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Mustache\";i:978;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/RestApi/Themes\";i:16696;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/RestApi\";i:71043;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes/Compatibility\";i:21177;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/includes\";i:150863;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build/2.5.8/images\";i:1720753;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build/2.5.8\";i:3338193;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/build\";i:3338193;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding/languages\";i:317553;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-onboarding\";i:3809095;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images/WPCLI\";i:6797;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images/RestApi\";i:3604;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Images\";i:46245;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch/WPCLI\";i:7346;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/LinkPrefetch\";i:10601;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Concerns\";i:414;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/BurstSafetyMode\";i:7735;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/Data\";i:654;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/RestApi\";i:10434;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/HealthChecks\";i:16284;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/CacheTypes/WPCLI\";i:3875;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes/CacheTypes\";i:28707;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/includes\";i:167065;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/performance\";i:15726;s:205:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/advancedSettings/JetpackBoost\";i:10969;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/advancedSettings\";i:11477;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/cacheExclusion\";i:2218;s:201:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/imageOptimizationSettings\";i:7357;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/skip404\";i:1362;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/linkPrefetch\";i:6014;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/cacheSettings\";i:2748;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components/clearCache\";i:824;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/components\";i:47726;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets/image-bulk-optimizer\";i:8901;s:194:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets/image-optimized-marker\";i:1365;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/assets\";i:16289;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build/image-bulk-optimizer\";i:5041;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build/image-optimized-marker\";i:11909;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/build\";i:20329;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance/styles\";i:1259;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-performance\";i:253016;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/includes\";i:26558;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/productionSite\";i:1929;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/stagingSite\";i:5500;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components/staging\";i:16267;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/components\";i:23696;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging/lib\";i:11915;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-staging\";i:62415;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Services\";i:32312;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Tasks\";i:10387;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPCLI/Handlers\";i:4253;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPCLI\";i:4701;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Models\";i:381;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/Data\";i:12289;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/RestApi\";i:14516;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/TaskManagers\";i:29761;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPAdmin/Listeners\";i:3370;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes/WPAdmin\";i:3709;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/includes\";i:109302;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/build/1.2.2\";i:46602;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer/build\";i:46602;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-installer\";i:156521;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/Models\";i:2022;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/Data\";i:1811;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/WPAdmin/Listeners\";i:2913;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes/WPAdmin\";i:3345;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/includes\";i:9239;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/build/1.0.2\";i:42237;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey/build\";i:42237;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-survey\";i:52281;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/includes\";i:14241;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets/css\";i:659;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets/js\";i:4010;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords/assets\";i:4669;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-secure-passwords\";i:30234;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-atomic\";i:2970;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/Services\";i:12081;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/RestApi\";i:4776;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes/Accessors\";i:1555;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/includes\";i:19215;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook/build\";i:8604;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-facebook\";i:28870;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/img\";i:9833;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/css\";i:2570;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets/js\";i:8524;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes/assets\";i:20927;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/includes\";i:40412;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSkeleton\";i:1218;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplace\";i:6007;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceList\";i:2848;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceLite\";i:4832;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceSubnav\";i:744;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceItem\";i:6578;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/productPage\";i:5987;s:196:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components/marketplaceIsLoading\";i:3253;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace/components\";i:31957;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-marketplace\";i:72917;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-install-checker/includes\";i:3749;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs/wp-module-install-checker\";i:4544;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/newfold-labs\";i:8145476;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp/connect-helpers/src\";i:81407;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp/connect-helpers\";i:83287;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/instawp\";i:83287;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder/src/Interfaces\";i:725;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder/src\";i:46393;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-query-builder\";i:53762;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-upgrade-handler/includes\";i:3151;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-upgrade-handler\";i:5673;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/collection\";i:17767;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-htaccess-manager/includes\";i:8839;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-htaccess-manager\";i:9271;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/helpers/includes\";i:24703;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/helpers\";i:25642;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-update-handler/includes\";i:16175;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-update-handler\";i:51250;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/fluent/includes\";i:3938;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/fluent\";i:8000;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-options/includes\";i:2645;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge/wp-options\";i:4378;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wp-forge\";i:175743;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7/src/Exception\";i:245;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7/src\";i:214106;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/psr7\";i:259068;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Cookie\";i:31406;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Exception\";i:7672;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src/Handler\";i:73085;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle/src\";i:224306;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/guzzle\";i:376041;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/promises/src\";i:46493;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp/promises\";i:69494;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/guzzlehttp\";i:704603;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/bin\";i:5435;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Loader\";i:16516;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Source\";i:1936;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Cache\";i:7050;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Logger\";i:8751;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache/Exception\";i:5036;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src/Mustache\";i:136927;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache/src\";i:136927;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache/mustache\";i:146380;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/mustache\";i:146380;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-client/src\";i:1915;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-client\";i:4781;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message/docs\";i:15040;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message/src\";i:47392;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-message\";i:65727;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-factory/src\";i:4843;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr/http-factory\";i:7262;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/psr\";i:77770;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar/url/tests\";i:15389;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar/url\";i:30566;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/wpscholar\";i:30566;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/symfony/deprecation-contracts\";i:4278;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/symfony\";i:4278;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/composer\";i:359865;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/examples\";i:12026;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src/Exceptions\";i:2933;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src/lib\";i:5911;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php/src\";i:43300;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense/typesense-php\";i:68101;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor/typesense\";i:68101;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/vendor\";i:9909082;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/images\";i:141214;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/svg\";i:67080;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets/styles\";i:5622;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/assets\";i:213916;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/build/4.1.1\";i:2404417;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/build\";i:2404417;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===/languages\";i:12006;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/bluehost-wordpress-plugin===\";i:12653074;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/admin-bar\";i:9700;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/components\";i:34369;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/js\";i:774512;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/scss\";i:31225;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components/form\";i:44412;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/components\";i:60885;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js/utils\";i:12359;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src/js\";i:84307;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets/src\";i:121680;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui/assets\";i:896192;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/vue-ui\";i:934787;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-cache/inc\";i:5590;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-cache\";i:7004;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/inc\";i:6677;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension/assets\";i:5365;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-elementor-extension\";i:15080;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/modules\";i:30532;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/inc\";i:113578;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/scss\";i:52783;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/images\";i:21204;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/css\";i:136351;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets/js\";i:62979;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/assets\";i:279465;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/license\";i:24904;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/upsale\";i:5444;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/welcome\";i:21915;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/common\";i:12524;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views/settings\";i:1641;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard/views\";i:66428;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/jet-dashboard\";i:506505;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules/db-updater\";i:7076;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/modules\";i:1486092;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/render/render-modules\";i:19865;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/render\";i:37783;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/assets/js\";i:9559;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/assets\";i:9559;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/document-types\";i:26022;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/addons\";i:54915;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/base\";i:11958;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/controls/groups\";i:11772;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/controls\";i:16787;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor/finder-categories\";i:1018;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/elementor\";i:142020;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions/cpt-archive\";i:8777;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions/cpt-singular\";i:7224;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/conditions-manager/conditions\";i:43308;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/conditions-manager\";i:66753;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/rest-api/endpoints\";i:20471;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/rest-api\";i:25346;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/block-editor/blocks\";i:11603;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/block-editor\";i:25777;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/lib\";i:83175;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/polylang\";i:980;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-style-manager\";i:1833;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-form-builder\";i:2450;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-engine/conditions\";i:3872;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/jet-engine\";i:6005;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/wpml\";i:4474;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce/conditions\";i:21231;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce/rest-api\";i:3541;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins/woocommerce\";i:29038;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility/plugins\";i:44780;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/compatibility\";i:47096;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/settings/subpage-modules\";i:5091;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes/settings\";i:7179;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/includes\";i:2047439;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/image/block-previews\";i:20899;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/image\";i:144666;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/css\";i:56752;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js/lib/anime-js\";i:38459;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js/lib/axios\";i:82630;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js/lib/tippy\";i:53027;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js/lib/jet-plugins\";i:6813;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js/lib\";i:180929;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets/js\";i:438155;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/assets\";i:639573;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-2\";i:7441;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-6\";i:7502;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-1\";i:7040;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-5\";i:7628;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-4\";i:6776;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups/popup-3\";i:7048;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/dummy-popups\";i:43435;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin/popup-library\";i:35251;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin/settings-templates\";i:4975;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/vue-templates/admin\";i:53758;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates/vue-templates\";i:53758;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/templates\";i:168849;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/.github/workflows\";i:1936;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/.github\";i:1936;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup/languages\";i:91418;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-popup\";i:2966034;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/scss\";i:8341;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/includes\";i:2175;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/Exceptions\";i:794;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/data\";i:12532;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src/ElementReference\";i:9511;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize/src\";i:49237;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined/svg-sanitize\";i:49237;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/enshrined\";i:49237;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/DOMPurify\";i:22392;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor/composer\";i:44695;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/vendor\";i:117095;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/integrations\";i:2508;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/functions\";i:34138;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/css\";i:6093;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/js/min\";i:15262;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/js\";i:51264;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/languages\";i:38093;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/admin/img\";i:3373;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support/admin\";i:50777;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/svg-support\";i:471531;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/tiers/admin-menu-items\";i:4906;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/tiers\";i:6273;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/share-buttons/widgets\";i:18155;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/share-buttons\";i:20874;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/usage\";i:6833;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/social/widgets\";i:22574;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/social/classes\";i:6084;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/social\";i:30018;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/announcements/triggers\";i:832;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/announcements\";i:3402;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/carousel/widgets\";i:84770;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/carousel\";i:86662;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/page-transitions\";i:24243;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/checklist/steps\";i:1236;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/checklist\";i:2695;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/countdown/widgets\";i:20313;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/countdown\";i:21333;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/compatibility-tag\";i:1757;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/code-highlight/widgets\";i:7842;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/code-highlight\";i:10132;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/search/widgets\";i:57679;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/search/data/endpoints\";i:2846;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/search/data\";i:3287;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/search\";i:63472;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/scroll-snap\";i:3743;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/table-of-contents/widgets\";i:23454;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/table-of-contents\";i:24553;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/slides/widgets\";i:41027;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/slides/controls\";i:624;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/slides\";i:43149;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/wp-cli\";i:3705;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/registrars\";i:3709;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/admin-menu-items\";i:5364;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data/endpoints\";i:12054;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data/responses\";i:657;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/data\";i:22656;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/export\";i:4795;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/actions\";i:6437;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/entities\";i:1852;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/repositories\";i:3566;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database/migrations\";i:9262;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions/database\";i:39547;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/submissions\";i:88636;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/widgets\";i:106202;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/classes\";i:74966;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/actions\";i:96909;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/controls\";i:1192;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms/fields\";i:35800;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/forms\";i:415506;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/blockquote/widgets\";i:28407;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/blockquote\";i:29434;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/motion-fx\";i:20461;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/custom-attributes\";i:5418;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/global-widget/widgets\";i:6723;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/global-widget/documents\";i:1634;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/global-widget/data\";i:1675;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/global-widget/views\";i:2559;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/global-widget\";i:21858;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/flip-box/widgets\";i:46526;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/flip-box\";i:47769;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/hotspot/widgets\";i:34797;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/hotspot\";i:35803;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/tags/base\";i:3134;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/tags\";i:69374;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/pods/tags\";i:13196;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/pods\";i:17239;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/components\";i:1885;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/toolset/tags\";i:11630;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/toolset\";i:13914;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/acf/tags\";i:14300;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags/acf\";i:20212;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/dynamic-tags\";i:127627;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/payments/widgets\";i:28626;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/payments/classes\";i:18305;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/payments\";i:63382;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/lottie/widgets\";i:20879;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/lottie/assets/animations\";i:112811;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/lottie/assets\";i:112811;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/lottie/classes\";i:2402;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/lottie\";i:138396;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/mega-menu/widgets\";i:80969;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/mega-menu/traits\";i:1535;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/mega-menu/controls\";i:405;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/mega-menu\";i:85619;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images/triggers\";i:15305;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images/timing\";i:26056;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/assets/images\";i:45384;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/assets\";i:45384;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/admin-menu-items\";i:2916;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup/display-settings\";i:12216;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/popup\";i:97266;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/nav-menu/widgets\";i:45937;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/nav-menu\";i:47180;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/nested-carousel/widgets\";i:15697;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/nested-carousel\";i:16999;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/classes\";i:14001;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/icons/icon-sets\";i:12869;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/icons\";i:34010;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/admin-menu-items\";i:5017;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types/fonts\";i:26922;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager/asset-types\";i:93218;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/assets-manager\";i:108118;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/widgets\";i:30738;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/assets/images\";i:21176;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/assets\";i:21176;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/providers\";i:13935;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/documents\";i:15214;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/files/css\";i:7070;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/files\";i:7070;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/traits\";i:19203;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/skins\";i:15201;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder/views\";i:4308;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-builder\";i:137857;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/video-playlist/widgets\";i:71262;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/video-playlist\";i:72549;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/sticky\";i:7124;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/pricing/widgets\";i:70872;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/pricing\";i:72140;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/query-control/classes\";i:18404;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/query-control/controls\";i:31071;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/query-control\";i:79974;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/off-canvas/widgets\";i:15005;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/off-canvas\";i:18786;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/role-manager\";i:4154;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/widgets\";i:47314;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/documents\";i:5757;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/classes/render\";i:61511;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/classes\";i:61511;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons/base\";i:771;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/floating-buttons\";i:118642;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/call-to-action/widgets\";i:52417;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/call-to-action\";i:53862;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/library/widgets\";i:2482;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/library/classes\";i:2169;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/library/wp-widgets\";i:5158;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/library\";i:13959;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/widgets\";i:23875;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/classes/render\";i:1708;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/classes\";i:1708;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/link-in-bio/base\";i:197;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/link-in-bio\";i:26327;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/custom-css/admin-menu-items\";i:1047;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/custom-css\";i:7055;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/cloud-library\";i:1560;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/posts/widgets\";i:44863;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/posts/data\";i:1472;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/posts/traits\";i:21823;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/posts/skins\";i:67920;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/posts\";i:138300;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/screenshots\";i:13900;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/gallery/widgets\";i:43831;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/gallery\";i:45140;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/custom-code/admin-menu-items\";i:3629;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/custom-code\";i:32840;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-elements/widgets\";i:140094;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-elements\";i:141841;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/progress-tracker/widgets\";i:17496;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/progress-tracker\";i:18563;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/element-manager\";i:2609;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/conditions\";i:21182;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/widgets\";i:23377;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/assets/images\";i:1486;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/assets\";i:1486;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/documents\";i:46094;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/admin-menu-items\";i:645;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/classes\";i:49789;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/skins\";i:16696;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/theme-support\";i:2767;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder/views\";i:6854;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/theme-builder\";i:184395;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/animated-headline/widgets\";i:17791;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/animated-headline\";i:18866;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/display-conditions/conditions/base\";i:6812;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/display-conditions/conditions\";i:38588;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/display-conditions/classes/dynamic-tags\";i:4780;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/display-conditions/classes\";i:18971;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/display-conditions\";i:64944;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/admin-top-bar\";i:1477;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/tags/traits\";i:835;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/tags\";i:17388;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/conditions\";i:3733;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/widgets\";i:552128;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/wc-templates/cart\";i:5022;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/wc-templates\";i:5022;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/documents\";i:11622;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/classes\";i:13984;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/traits\";i:6445;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/skins\";i:4142;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce/settings\";i:28534;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/woocommerce\";i:701682;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/widgets\";i:24672;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/data\";i:775;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/interfaces\";i:272;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query/query-types\";i:7928;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/query\";i:19098;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/data/endpoints\";i:5314;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/data\";i:5782;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter/traits\";i:8451;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/loop-filter\";i:70793;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/assets/images\";i:3936;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/assets\";i:3936;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/data/endpoints\";i:7302;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/data\";i:27051;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/user\";i:14669;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/notifications/views\";i:2709;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/notifications\";i:8076;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/database/transformers\";i:1503;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/database/models\";i:15825;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/database/query\";i:17313;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/database/migrations\";i:4811;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes/database\";i:40569;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules/notes\";i:118265;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/modules\";i:3781284;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor/composer\";i:67876;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor\";i:68647;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/license/notices\";i:2441;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/license/assets/js\";i:778;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/license/assets\";i:778;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/license\";i:48256;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/images/announcements\";i:15106;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/images\";i:19165;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/data\";i:403;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/css/modules\";i:223998;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/css/templates\";i:652074;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/css/conditionals\";i:17084;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/css\";i:2143774;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-notes\";i:6283;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/packages/ui\";i:5650577;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-documents-extended\";i:24976;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/packages/editor-site-navigation-extended\";i:5154;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/packages\";i:5686990;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js/notes\";i:1779075;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/js\";i:11277385;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/instant-page\";i:9329;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/lottie\";i:711407;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/dom-to-image/js\";i:30687;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/dom-to-image\";i:30687;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/font-awesome-pro\";i:119898;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/html2canvas/js\";i:468619;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/html2canvas\";i:468619;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/sticky\";i:13740;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib/smartmenus\";i:69932;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets/lib\";i:1423612;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/assets\";i:14864339;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/updater\";i:11357;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Exceptions\";i:1240;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Support\";i:49583;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Signers\";i:1053;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Contracts\";i:773;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src/Serializers\";i:16686;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure/src\";i:74453;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel/serializable-closure\";i:75941;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/laravel\";i:75941;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/ParameterResolver/Container\";i:3278;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/ParameterResolver\";i:10911;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/Exception\";i:1572;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src/Reflection\";i:1582;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker/src\";i:21913;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/invoker\";i:23922;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Compiler\";i:22676;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Factory\";i:497;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Invoker\";i:4383;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Annotation\";i:2678;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Proxy\";i:3295;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Source\";i:28687;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Resolver\";i:27763;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Helper\";i:10493;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Dumper\";i:4372;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/Exception\";i:877;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition/ObjectDefinition\";i:3366;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src/Definition\";i:98558;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di/src\";i:168124;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/php-di\";i:170891;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7414;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src/PhpDocReader\";i:17429;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader/src\";i:17429;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di/phpdoc-reader\";i:19195;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/php-di\";i:214008;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr/container/src\";i:1431;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr/container\";i:3207;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed/psr\";i:3207;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/vendor_prefixed\";i:293156;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/data/base\";i:255;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/data\";i:690;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/sample-data\";i:222479;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/base\";i:43557;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/security\";i:1543;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/connect/apps\";i:3817;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/connect\";i:4404;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/editor\";i:13861;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/integrations/actions/email\";i:7732;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/integrations/actions\";i:8766;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/integrations/exceptions\";i:2014;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/integrations\";i:13567;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/import\";i:3883;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/export\";i:1499;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners/revert\";i:1795;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export/runners\";i:7177;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/import-export\";i:9457;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/kit-library\";i:2516;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/onboarding\";i:1925;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/molecules\";i:8370;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/hooks\";i:1942;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/part-actions\";i:4568;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/data/commands\";i:1205;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/data\";i:1479;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/pages/conditions\";i:21254;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/pages\";i:29398;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/organisms\";i:2860;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/atoms\";i:2767;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context/services\";i:2744;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context/models\";i:1138;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js/context\";i:16874;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets/js\";i:72348;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/assets\";i:72348;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data/endpoints\";i:11274;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data/responses\";i:632;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor/data\";i:12693;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules/site-editor\";i:92846;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/modules\";i:106744;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/assets/js/hooks\";i:621;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/assets/js/ui\";i:960;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/assets/js\";i:2476;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/assets/styles\";i:580;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app/assets\";i:3056;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/app\";i:112244;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/container\";i:1292;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/preview\";i:615;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/behaviors\";i:2320;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/data/endpoints\";i:2650;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/data/interfaces\";i:362;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/data\";i:3745;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/isolation\";i:1108;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/utils\";i:5627;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/compatibility\";i:505;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/notifications/traits\";i:678;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/notifications\";i:2012;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/upgrade\";i:34918;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/database\";i:45650;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core/admin\";i:11514;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements/core\";i:271573;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/pro-elements\";i:19737893;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/components\";i:34369;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/js\";i:774512;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/components\";i:24884;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/scss\";i:31225;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components/layout\";i:16473;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components/form\";i:44412;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/components\";i:60885;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js/utils\";i:12359;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src/js\";i:84307;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets/src\";i:121680;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui/assets\";i:902340;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/vue-ui\";i:940935;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/breadcrumbs\";i:43354;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/inc\";i:6677;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension/assets\";i:5365;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-elementor-extension\";i:15081;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/modules\";i:36680;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/inc\";i:125879;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/scss\";i:52783;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/images\";i:23090;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/css\";i:136351;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets/js\";i:62979;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/assets\";i:281351;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/license\";i:24904;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/upsale\";i:5444;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/welcome\";i:21915;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/common\";i:12524;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views/settings\";i:1641;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard/views\";i:72576;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/jet-dashboard\";i:535091;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules/db-updater\";i:7076;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/modules\";i:1547480;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/components/integrations\";i:5758;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/components\";i:5758;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/widgets/vendor\";i:59033;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/widgets\";i:346729;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/rest-api/endpoints\";i:8462;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/rest-api\";i:11627;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/base\";i:16794;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/controls/groups\";i:9499;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/controls\";i:9499;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/settings/subpage-modules\";i:7781;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes/settings\";i:10128;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/includes\";i:2012180;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/scss/extension\";i:347;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/scss/mixins\";i:3014;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/scss/widgets\";i:29683;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/scss/common\";i:162;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/scss\";i:38541;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/images\";i:33993;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/css/templates\";i:127238;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/css/fonts\";i:41795;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/css\";i:301998;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/js/lib/pw-strength\";i:1783;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/js/lib/jsticky\";i:6389;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/js/lib\";i:8172;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets/js\";i:92353;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/assets\";i:466885;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-nav-menu/global\";i:416;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-nav-menu\";i:416;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-blocks-cart/global\";i:3412;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-blocks-cart\";i:3412;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-register/global\";i:6640;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-register\";i:6640;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/admin-templates\";i:9197;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-logo/global\";i:459;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-logo\";i:459;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-search/global\";i:2802;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-search\";i:2802;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-auth-links/global\";i:4160;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-auth-links\";i:4160;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-reset/global\";i:12834;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-reset\";i:12834;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-login/global\";i:602;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates/jet-login\";i:602;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/templates\";i:40522;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/dummy-data\";i:74062;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks/languages\";i:238914;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-blocks\";i:2863112;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/inbox-pro-web-chat-widget-EY8W-OneAiForce-1\";i:699;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/modules\";i:28;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/images\";i:3388;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/assets\";i:37933;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal/helpers\";i:4586;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal/wc\";i:3905;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/internal\";i:112296;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/tools\";i:128776;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/legacy\";i:7075;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/editlist\";i:26647;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages/field\";i:86067;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages/screens\";i:23810;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include/pages\";i:240526;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/include\";i:530785;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/tools\";i:9076;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/interface\";i:14987;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/lac\";i:45409;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/stygen\";i:42625;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls/editlist\";i:22576;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/controls\";i:182388;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/wc\";i:1224;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources/chart.js\";i:443567;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources/qrcode.js\";i:13960;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js/resources\";i:466446;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/js\";i:692551;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/languages\";i:239321;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css/controls\";i:42272;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css/resources\";i:521;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/css\";i:209419;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling/fonts\";i:5209159;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel/styling\";i:5418606;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets/lws-adminpanel\";i:6939426;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/assets\";i:6939454;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/img\";i:87469;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/collections\";i:10722;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/events\";i:44590;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/adminscreens\";i:23719;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/legacy\";i:9818;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/editlists\";i:31721;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/blocks\";i:15163;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/shortcodes\";i:43004;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui/woocommerce\";i:40116;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/ui\";i:232922;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/unlockables\";i:18824;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/mails\";i:4672;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/wizards\";i:28662;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/abstracts\";i:87314;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/pointsflow/methods\";i:8536;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/pointsflow\";i:21192;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/core\";i:88115;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include/compatibility\";i:1230;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/include\";i:605995;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/build\";i:16074;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/js/shortcodes\";i:2266;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/js\";i:17519;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/languages\";i:1514104;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/styling/css/templates\";i:3999;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/styling/css/mails\";i:2076;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/styling/css/shortcodes\";i:4139;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/styling/css\";i:23191;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards/styling\";i:23191;s:104:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woorewards\";i:9247841;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Integrations\";i:1819;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Plugins\";i:6131;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/MemberPress\";i:17124;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/EasyDigitalDownloads\";i:16193;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Elementor\";i:19566;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes\";i:6116;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Promos\";i:8809;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/WPForms\";i:3670;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/WooCommerce\";i:21534;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI/Rules\";i:4119;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/OMAPI\";i:508673;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/about\";i:202253;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/icons\";i:4117;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/memberpress\";i:43308;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images/metabox\";i:28882;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/images\";i:317073;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist/css\";i:29770;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist/js\";i:92748;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/dist\";i:135599;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css/images/icons\";i:29112;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css/images\";i:1094281;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/css\";i:1125280;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/fonts\";i:3573125;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js/Utils\";i:3105;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js/Elementor\";i:6428;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets/js\";i:41253;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/assets\";i:5192330;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/img\";i:3991879;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/css\";i:402969;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/fonts\";i:84156;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist/js\";i:165136;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue/dist\";i:18524219;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/vue\";i:18524219;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster/views\";i:96805;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/optinmonster\";i:24432371;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/admin-bar\";i:9897;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/post-meta\";i:13334;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/components\";i:35146;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/js\";i:776727;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/components\";i:25586;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/mixins\";i:852;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/variables\";i:788;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss/common\";i:3880;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/scss\";i:31955;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components/layout\";i:17683;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components/form\";i:45767;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/components\";i:63450;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/mixins\";i:2214;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js/utils\";i:6211;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src/js\";i:74633;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets/src\";i:106588;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui/assets\";i:883315;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/vue-ui\";i:925931;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/inc/controls\";i:52110;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/inc\";i:56886;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss/components\";i:6164;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss/controls\";i:24941;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/scss\";i:41389;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/css\";i:49396;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/js\";i:47296;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/colorpicker\";i:7016;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/iconpicker\";i:67311;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib/select2\";i:81802;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets/lib\";i:156129;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/assets\";i:294210;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder/views\";i:9532;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/interface-builder\";i:375072;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/inc/controls\";i:1302;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/inc\";i:6677;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/assets/js\";i:5365;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension/assets\";i:5365;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-elementor-extension\";i:16755;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/license\";i:3985;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/upsale\";i:5661;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/welcome\";i:5073;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules/settings\";i:4138;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/modules\";i:30532;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/compatibility/themes\";i:564;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc/compatibility\";i:3525;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/inc\";i:113578;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss/modules\";i:25365;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss/mixins\";i:2575;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/scss\";i:46635;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/images\";i:23090;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/css\";i:136351;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets/js\";i:62979;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/assets\";i:269055;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/license\";i:24904;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/upsale\";i:5444;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/welcome\";i:21915;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/common\";i:12524;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views/settings\";i:1641;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard/views\";i:66428;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/jet-dashboard\";i:499000;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules/db-updater\";i:6634;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/modules\";i:1852536;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/woocommerce/wc-pages\";i:8709;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/woocommerce\";i:62724;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/dynamic-tags\";i:8394;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/controls/groups\";i:10885;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views/controls\";i:10885;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components/elementor-views\";i:44946;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/components\";i:110013;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/global\";i:188469;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/thankyou\";i:20965;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/shop\";i:81025;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/checkout\";i:66780;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/archive-product\";i:73645;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/myaccount\";i:68336;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/single-product\";i:142577;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/cart\";i:81541;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets/archive-category\";i:28542;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/widgets\";i:751880;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/documents\";i:27149;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/shortcodes/traits\";i:10864;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/shortcodes\";i:62472;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/rest-api/endpoints\";i:2228;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/rest-api\";i:5427;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/plugins\";i:58569;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets/scss\";i:2759;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets/css\";i:4734;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava/assets\";i:7493;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/kava\";i:9824;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets/scss\";i:323;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets/css\";i:449;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen/assets\";i:772;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyseventeen\";i:2293;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets/scss\";i:648;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets/css\";i:814;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront/assets\";i:1462;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/storefront\";i:3727;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets/scss\";i:172;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets/css\";i:178;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen/assets\";i:350;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentyfifteen\";i:1850;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets/scss\";i:444;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets/css\";i:936;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite/assets\";i:1380;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif-lite\";i:2823;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets/scss\";i:694;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets/css\";i:834;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra/assets\";i:1528;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/astra\";i:3727;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets/scss\";i:460;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets/css\";i:936;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif/assets\";i:1396;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/zerif\";i:2788;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets/scss\";i:649;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets/css\";i:1282;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress/assets\";i:1931;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/generatepress\";i:3419;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets/scss\";i:445;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets/css\";i:594;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen/assets\";i:1039;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/twentysixteen\";i:2539;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets/scss\";i:919;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets/css\";i:1128;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp/assets\";i:2047;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/oceanwp\";i:5335;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets/scss\";i:265;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets/css\";i:302;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy/assets\";i:567;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/blocksy\";i:2174;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets/scss\";i:434;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets/css\";i:1156;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia/assets\";i:1590;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/hestia\";i:3812;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets/scss\";i:154;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets/css\";i:186;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx/assets\";i:340;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/jupiterx\";i:1309;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets/scss\";i:146;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets/css\";i:145;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada/assets\";i:291;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes/avada\";i:2398;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages/themes\";i:48018;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility/packages\";i:106587;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/compatibility\";i:108604;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/settings/subpage-modules\";i:4954;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes/settings\";i:40500;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/includes\";i:3139022;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/editor\";i:807;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/thankyou\";i:276;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/single-product-widgets\";i:5151;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/checkout\";i:2074;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/archive-category-widgets\";i:145;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/myaccount\";i:1267;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/cart\";i:2233;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/archive-product-widgets\";i:1081;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/shop-widgets\";i:3177;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets/global-widgets\";i:23309;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/widgets\";i:38713;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/extensions\";i:7970;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/base\";i:2277;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss/admin\";i:3108;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/scss\";i:57179;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/editor\";i:1365;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts\";i:5883;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font\";i:5883;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font/css\";i:5245;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font/fonts\";i:215242;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-frontend-font\";i:220487;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jet-woo-builder-icons/fonts\";i:11744;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib/jet-woo-builder-icons\";i:13045;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/lib\";i:239415;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css/admin\";i:4551;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/css\";i:334200;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/js/admin\";i:4814;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/js\";i:38477;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/lib/tippy\";i:53027;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-plugins\";i:6481;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-woo-builder-icons/fonts\";i:241363;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/lib/jet-woo-builder-icons\";i:246353;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets/lib\";i:305861;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/assets\";i:735717;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/editor/widgets/checkout\";i:2566;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/editor/widgets\";i:2566;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/editor\";i:2566;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-grid/presets\";i:10529;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-grid\";i:22160;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/categories-grid/presets\";i:2862;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/categories-grid\";i:7903;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global/products-list\";i:10147;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/global\";i:42126;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/thankyou\";i:6385;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/shop\";i:2734;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/checkout\";i:3523;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/myaccount\";i:19594;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/single-product\";i:5898;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets/cart\";i:9456;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/widgets\";i:89716;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-3\";i:25318;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-4\";i:25536;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-1\";i:27608;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop/layout-2\";i:25122;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/shop\";i:103584;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-3\";i:20279;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-4\";i:29160;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-1\";i:21614;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive/layout-2\";i:24324;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/archive\";i:95377;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-3\";i:16038;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-4\";i:23106;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-1\";i:24320;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category/layout-2\";i:25794;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/category\";i:89258;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-3\";i:26530;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-4\";i:21490;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-5\";i:25793;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-1\";i:30218;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-2\";i:28212;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-7\";i:17229;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-6\";i:24923;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single/layout-8\";i:16948;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets/single\";i:191343;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/presets\";i:479562;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/product\";i:1538;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/page\";i:1278;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/template-types/archive\";i:2557;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/template-types\";i:5373;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/checkout\";i:2548;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/myaccount\";i:4522;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce/cart\";i:1381;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/woocommerce\";i:12538;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/admin/popups\";i:5040;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates/admin\";i:15123;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/templates\";i:604878;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder/languages\";i:242739;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jet-woo-builder\";i:4736658;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/includes/buttons\";i:80039;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/includes\";i:118306;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/images\";i:67149;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/css\";i:31203;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/assets/js\";i:85476;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/assets\";i:183828;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/languages\";i:289695;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order/admin\";i:229651;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/oneclick-whatsapp-order\";i:856334;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/yith-nf-brands-module/includes\";i:2275;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/yith-nf-brands-module\";i:2922;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/requests\";i:48317;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/order\";i:24992;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/gateways\";i:34410;s:246:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-apple-pay/components\";i:16530;s:235:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-apple-pay\";i:18332;s:247:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-google-pay/components\";i:16418;s:236:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-google-pay\";i:18237;s:236:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments/components\";i:169;s:225:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments\";i:7274;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/base\";i:329;s:248:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-custom-card/components\";i:4395;s:237:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods/yith-paypal-payments-custom-card\";i:9914;s:204:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions/payment-methods\";i:54086;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js/extensions\";i:54086;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets/js\";i:54086;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/assets\";i:54086;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src/Payments/Integrations\";i:18696;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src/Payments\";i:18696;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks/src\";i:18696;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders/wc-blocks\";i:72782;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes/builders\";i:72782;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/includes\";i:410777;s:204:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-google-pay\";i:42112;s:203:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-apple-pay\";i:43705;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments\";i:45661;s:205:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks/wc-payment-method-yith-paypal-payments-custom-card\";i:6003;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist/wc-blocks\";i:137481;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/dist\";i:137481;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/images/cc\";i:59170;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/images\";i:430416;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/css\";i:11522;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets/js\";i:112927;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/assets\";i:554865;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/templates/admin\";i:13493;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/templates\";i:13493;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-options\";i:18020;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/privacy\";i:4900;s:213:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/color-picker-control\";i:1306;s:202:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/shortcode\";i:6275;s:204:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/frame-block\";i:3721;s:210:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/server-side-block\";i:630;s:216:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/multiple-select-control\";i:11481;s:214:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/color-palette-control\";i:2505;s:211:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components/editor-placeholder\";i:1551;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/components\";i:27469;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src/common\";i:6183;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg/src\";i:42877;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/gutenberg\";i:56271;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders/elementor\";i:17692;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes/builders\";i:73963;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/includes\";i:404256;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/gutenberg\";i:31337;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/components\";i:138559;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/date\";i:29022;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/block-editor\";i:12276;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui/styles\";i:47357;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist/lapilli-ui\";i:227214;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/dist\";i:258551;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/bh-onboarding\";i:1058;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/help-tab\";i:58349;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/colorbox\";i:6985;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images/premium-tab\";i:8840;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/images\";i:124814;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui/components\";i:22840;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui/mixins\";i:12980;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-ui\";i:50643;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss/yith-plugin-panel\";i:45169;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/scss\";i:98052;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui/images\";i:19610;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css/jquery-ui\";i:49660;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/css\";i:517150;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/fonts/font-awesome\";i:981810;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/fonts\";i:1026610;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js/jquery-tiptip\";i:9575;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js/select2\";i:66504;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets/js\";i:305126;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/assets\";i:1973700;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/bh-onboarding\";i:2797;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo/tabs\";i:9731;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/sysinfo\";i:15453;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/components/resources\";i:2291;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/components\";i:15010;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/metaboxes\";i:7788;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2/woocommerce\";i:5421;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/v2\";i:37158;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/welcome-modals\";i:3817;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel/woocommerce\";i:7597;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/panel\";i:78691;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/privacy\";i:1220;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/fields/resources\";i:2541;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/fields\";i:114784;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates/upgrade\";i:4712;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/templates\";i:240455;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/languages\";i:385736;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/lib/privacy\";i:486;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw/lib\";i:4804;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/plugin-fw\";i:3421169;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended/languages\";i:239763;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/yith-paypal-payments-for-woocommerce-extended\";i:4863910;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/includes/widgets\";i:21786;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/includes/framework\";i:8071;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/includes\";i:41964;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/public/partials\";i:353;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/public/css\";i:98;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/public/js\";i:107;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/public\";i:3116;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/admin/partials\";i:348;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/admin/css\";i:609;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/admin/js\";i:837;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core/admin\";i:4384;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/mygrace-core\";i:52209;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts/current\";i:15526;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/google-fonts\";i:16499;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/site-icon\";i:1415;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/carousel\";i:376276;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/stats\";i:18689;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/post-by-email\";i:12204;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/plugin-search\";i:30478;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments/subscription-modal-on-comment\";i:12903;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comments\";i:65625;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes\";i:53248;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/woocommerce-analytics\";i:57482;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-modal\";i:14637;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-floating-button\";i:6355;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget/src/components\";i:12696;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget/src\";i:23841;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/newsletter-widget\";i:29064;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions/subscribe-overlay\";i:11449;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/subscriptions\";i:110082;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/top-posts\";i:1704;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/image-widget\";i:214;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/my-community\";i:655;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget\";i:32941;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl\";i:1309;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads/css\";i:2569;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/goodreads\";i:2569;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/internet-defense-league\";i:66410;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/instagram\";i:974;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/simple-payments\";i:28355;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law\";i:17321;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-icons\";i:7259;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/authors\";i:406;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/facebook-likebox\";i:48;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/milestone\";i:29026;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/social-media-icons\";i:1218;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/templates\";i:3558;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl\";i:262;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/css\";i:981;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery/js\";i:6877;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/gallery\";i:11416;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/flickr\";i:4236;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/contact-info\";i:1786;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets/google-translate\";i:838;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widgets\";i:517407;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl\";i:2485;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions\";i:28822;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/widget-visibility\";i:73429;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/scan\";i:15202;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts/rtl\";i:4565;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/related-posts\";i:110020;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/comment-likes\";i:1969;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/simple-payments\";i:33036;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll/themes\";i:37527;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/infinite-scroll\";i:140644;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wpcom-tos\";i:928;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/likes\";i:49124;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/gravatar\";i:47;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php/networks\";i:77;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/php\";i:48052;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/css\";i:1508;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads/js\";i:12422;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/wordads\";i:92126;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/css\";i:5723;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress/js\";i:35198;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/videopress\";i:158530;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/compat\";i:122841;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc\";i:18601;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js\";i:768;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/site-logo\";i:19369;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos\";i:2343;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/content-options\";i:56587;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/js\";i:210;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools/social-menu\";i:79182;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/theme-tools\";i:327148;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl\";i:2456;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials\";i:3908;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates\";i:7605;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery\";i:53938;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery/math\";i:3311;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/tiled-gallery\";i:68112;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sitemaps\";i:163264;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/photon-cdn\";i:21772;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/cloudflare-analytics\";i:702;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/css\";i:10437;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types/js\";i:7612;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/custom-post-types\";i:63267;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/seo-tools\";i:27805;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/external-media\";i:511;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/verification-tools\";i:4812;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/images\";i:8886;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/img\";i:16144;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/css\";i:24228;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes/js\";i:135478;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/shortcodes\";i:513173;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/memberships\";i:33773;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/images\";i:74145;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy/services\";i:11651;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/sharedaddy\";i:346336;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules/markdown\";i:30812;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/modules\";i:3800581;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/jetpack-autoloader\";i:56238;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src\";i:156;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup\";i:156;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src\";i:597;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync\";i:597;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy\";i:331;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src\";i:460;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection\";i:791;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans/src\";i:14150;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-plans\";i:43094;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src\";i:145;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles\";i:145;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/automattic\";i:44783;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/bin\";i:6014;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Compiler\";i:2519;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Block\";i:6209;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Formatter\";i:15966;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Logger\";i:2853;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Base\";i:871;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/SourceMap\";i:19512;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Util\";i:1389;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Exception\";i:3317;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src/Node\";i:22051;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp/src\";i:545216;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp/scssphp\";i:559686;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/scssphp\";i:559686;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/composer\";i:442983;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench\";i:3460;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src\";i:9749;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick\";i:26294;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor/wikimedia\";i:26294;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/vendor\";i:1131110;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/recommendations\";i:10951626;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/odyssey-upgrade\";i:406625;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/apps\";i:13814;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/plans\";i:10938;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/rss\";i:31323;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images/products\";i:799329;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/images\";i:13315865;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/sal\";i:135077;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party/debug-bar\";i:7134;s:111:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/3rd-party\";i:65287;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/seo\";i:1385;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-content-lens\";i:1125;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel\";i:601;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/likes\";i:1417;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/payments\";i:611;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/sharing\";i:1779;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/ai-assistant-plugin\";i:1208;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins/publicize\";i:2235;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/plugins\";i:10361;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/opentable\";i:6415;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor\";i:1520;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-assistant\";i:5383;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/eventbrite\";i:7948;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/top-posts\";i:4335;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-form\";i:545;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/like\";i:4932;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/story\";i:16323;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/goodreads\";i:1238;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates\";i:6934;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/podcast-player\";i:15895;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriptions\";i:60739;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button/components\";i:55969;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-button\";i:105622;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/nextdoor\";i:1545;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/sharing-buttons\";i:969;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-calendar\";i:2193;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll/blogroll-item\";i:5667;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogroll\";i:8720;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/related-posts\";i:2075;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blog-stats\";i:3616;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button\";i:1007;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/send-a-message\";i:1970;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/simple-payments\";i:2981;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/mailchimp\";i:8106;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payments-intro\";i:495;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tock\";i:1832;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/wordads\";i:5290;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/videopress\";i:1564;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/calendly\";i:8263;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recurring-payments\";i:383;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/recipe\";i:3633;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/image-compare\";i:2289;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/blogging-prompt\";i:1055;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/rating-star\";i:6590;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery\";i:6485;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/button\";i:11017;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/donations\";i:8770;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/payment-buttons\";i:1519;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/gif\";i:2285;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/slideshow\";i:7046;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/subscriber-login\";i:6821;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/paywall\";i:1484;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/google-docs-embed\";i:4403;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery\";i:4542;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/pinterest\";i:9039;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/voice-to-content\";i:1616;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view\";i:1514;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button\";i:3041;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view\";i:1839;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service\";i:51069;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc\";i:58674;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons\";i:947;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/premium-content\";i:70682;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/ai-chat\";i:3122;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/business-hours\";i:4017;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/contact-info\";i:5145;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/cookie-consent\";i:4092;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/markdown\";i:437;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks/map\";i:7497;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/blocks\";i:454483;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container\";i:605;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover\";i:530;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-video\";i:530;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/videopress-video\";i:1132;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio\";i:530;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions/extended-blocks\";i:3327;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/extensions\";i:468171;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/social-logos\";i:56820;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/opentable\";i:7906;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor\";i:5606;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-assistant\";i:2309;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/eventbrite\";i:6292;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/top-posts\";i:7289;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/like\";i:1456;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/images\";i:1200770;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/story\";i:101536;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/goodreads\";i:7353;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/podcast-player\";i:96408;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriptions\";i:26387;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-button\";i:7941;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/nextdoor\";i:3462;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons\";i:7817;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-calendar\";i:3847;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogroll\";i:14258;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/related-posts\";i:2192;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blog-stats\";i:1357;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/send-a-message\";i:10984;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/simple-payments\";i:3250;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/mailchimp\";i:15939;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payments-intro\";i:1639;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tock\";i:2676;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/wordads\";i:1311;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/calendly\";i:5254;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recurring-payments\";i:9410;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/recipe\";i:8746;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/image-compare\";i:20558;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/blogging-prompt\";i:7834;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/rating-star\";i:5389;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery\";i:43266;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/button\";i:2505;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/donations\";i:31807;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/payment-buttons\";i:3986;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/gif\";i:4111;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/slideshow\";i:44769;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/editor-assets\";i:801961;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/subscriber-login\";i:1905;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/paywall\";i:2522;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/google-docs-embed\";i:11611;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery\";i:8910;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/pinterest\";i:1645;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/voice-to-content\";i:1083;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/premium-content\";i:6007;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/ai-chat\";i:39214;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/business-hours\";i:6418;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/contact-info\";i:3374;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/cookie-consent\";i:7885;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/markdown\";i:1386;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks/map\";i:16535;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/blocks\";i:10112615;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts/automatticons\";i:49737;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/fonts\";i:49737;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl\";i:27900;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons/genericons\";i:191246;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/genericons\";i:221544;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/carousel\";i:125194;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/images\";i:323262;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments\";i:8609;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law\";i:2406;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/social-icons\";i:2434;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/milestone\";i:1281;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js\";i:2796;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/gallery\";i:2796;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/contact-info\";i:916;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets/google-translate\";i:882;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widgets\";i:22469;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor\";i:26461;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions\";i:4965;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/widget-visibility\";i:31426;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/scan\";i:750;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/related-posts\";i:6200;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/comment-likes\";i:650;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/infinite-scroll\";i:13162;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/likes\";i:7883;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads/js\";i:5778;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/wordads\";i:5778;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress/js\";i:16343;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/videopress\";i:16343;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools/responsive-videos\";i:1628;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/theme-tools\";i:1628;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery\";i:3119;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/tiled-gallery\";i:3119;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types/js\";i:4288;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/custom-post-types\";i:4288;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes/js\";i:51463;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/shortcodes\";i:51463;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build/sharedaddy\";i:16567;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/build\";i:2693888;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints\";i:197032;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/core-api\";i:280268;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/debugger\";i:74401;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/admin-pages\";i:85084;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib/markdown\";i:105540;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc/lib\";i:978996;s:106:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/_inc\";i:14153137;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/css\";i:316084;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints/jetpack\";i:223588;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/json-endpoints\";i:927899;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/views/admin\";i:5162;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/views\";i:5162;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/src\";i:20298;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src/endpoints\";i:48975;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import/src\";i:51469;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-import\";i:78195;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants\";i:32728;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src\";i:33861;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker\";i:61283;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/divi-editor\";i:1781;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/images\";i:59608;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/extensions\";i:81;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video\";i:228136;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks\";i:228136;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor\";i:241347;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/lib\";i:18564;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/admin\";i:493844;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build\";i:815144;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/tus\";i:40899;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/videopress-divi\";i:6236;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src\";i:247706;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress\";i:1168586;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src\";i:66322;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection\";i:97072;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin/src\";i:74263;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats-admin\";i:103591;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib\";i:108201;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat\";i:135185;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/css\";i:5723;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src/js\";i:11117;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection/src\";i:70142;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-account-protection\";i:92926;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc/test\";i:432;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/_inc\";i:1023;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/build\";i:919;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard/src\";i:2926;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-subscribers-dashboard\";i:30292;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/editor\";i:3953;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features/admin\";i:10194;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/features\";i:14147;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-search\";i:719;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/test\";i:3392;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-service\";i:9340;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/store\";i:2885;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-browser\";i:13176;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/utils\";i:1032;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/media-button\";i:8719;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/pexels\";i:2489;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/openverse\";i:2504;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/google-photos\";i:32633;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources/jetpack-app-media\";i:7001;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared/sources\";i:67383;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/shared\";i:111909;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-button\";i:11372;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/images\";i:84343;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-editor\";i:403137;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build/jetpack-external-media-import-page\";i:394553;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src/build\";i:893405;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media/src\";i:1023170;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-external-media\";i:1049786;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics/src\";i:60101;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/woocommerce-analytics\";i:85796;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/file-field\";i:5198;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules\";i:5198;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css\";i:105731;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/js\";i:41887;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form\";i:147618;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/dashboard\";i:2069270;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/blocks\";i:306163;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist\";i:2528249;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets/images\";i:325559;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/assets\";i:325559;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules/file-field\";i:11023;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/modules\";i:11023;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/images\";i:5545;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/templates\";i:701;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/css\";i:71463;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form/js\";i:92514;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/contact-form\";i:504559;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/icons\";i:4803;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/dashboard\";i:14414;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/service\";i:10118;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/util\";i:378;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components/jetpack-field-file\";i:774;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form/components\";i:774;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks/contact-form\";i:13390;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/blocks\";i:13390;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src\";i:560597;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms\";i:3481509;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/featured-content\";i:242;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types/js\";i:4200;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/custom-post-types\";i:4200;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/responsive-videos\";i:1628;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist/content-options\";i:2383;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/dist\";i:8453;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib\";i:29713;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc\";i:29713;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/featured-content\";i:217;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/compat\";i:6286;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/css\";i:10437;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/js\";i:7786;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types\";i:149265;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/responsive-videos\";i:2343;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/content-options\";i:56519;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src/social-menu\";i:79065;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/src\";i:358517;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper\";i:431575;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools\";i:2849;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard\";i:162988;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build\";i:162988;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions\";i:1777;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss\";i:29464;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control\";i:6445;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test\";i:808;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle\";i:6483;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test\";i:900;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice\";i:8841;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard\";i:3348;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test\";i:700;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button\";i:5793;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test\";i:326;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card\";i:5167;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test\";i:528;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store\";i:2277;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices\";i:5521;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components\";i:41598;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test\";i:1691;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer\";i:2879;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors\";i:1753;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test\";i:1195;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions\";i:3524;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store\";i:10024;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard\";i:88300;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers\";i:3407;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src\";i:97277;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads\";i:305919;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src/compatibility\";i:4079;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn/src\";i:80859;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-image-cdn\";i:110115;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/build\";i:24750;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze/src\";i:59126;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blaze\";i:129494;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images\";i:298995;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build\";i:592083;s:203:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-usage-details\";i:4610;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-meter\";i:2287;s:202:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-help-popover\";i:5151;s:209:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space/storage-addon-upsell-prompt\";i:7301;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-storage-space\";i:25209;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons\";i:12040;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-promotion\";i:1239;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead\";i:11628;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/why-i-need-vp-backup\";i:3682;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin\";i:23582;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/back-up-now\";i:4232;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request/stories\";i:539;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/review-request\";i:2531;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section/images\";i:76203;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-video-section\";i:80046;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-connection-screen/assets\";i:211288;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backup-connection-screen\";i:215701;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components\";i:399436;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/scheduled-backups\";i:3328;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets\";i:45419;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/test\";i:6348;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks\";i:62644;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/test\";i:17926;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors\";i:20529;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions/test\";i:7458;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/actions\";i:10673;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/test\";i:8503;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers\";i:12888;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js\";i:507549;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src\";i:559912;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup\";i:1212079;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats\";i:32224;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src\";i:6234;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo\";i:35090;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src\";i:2606;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect\";i:32902;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats/src\";i:43250;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-stats\";i:74415;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status/src\";i:33912;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-status\";i:59537;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score/src\";i:27257;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-speed-score\";i:53515;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip/src\";i:17878;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-ip\";i:42445;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build/images\";i:863577;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/build\";i:2485484;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/jetpack-social-settings\";i:12429;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/rest-api\";i:77410;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/js\";i:9408;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator\";i:19170;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src\";i:298852;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize\";i:2850492;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src\";i:11999;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config\";i:41554;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/contracts\";i:760;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src/lib\";i:16715;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core/src\";i:17475;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-boost-core\";i:43648;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/build\";i:10202;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src/client\";i:5442;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat/src\";i:9093;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-explat\";i:47493;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/build\";i:1008;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src\";i:15901;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list\";i:45687;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src\";i:40310;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup-helper-script-manager\";i:64633;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src\";i:271;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error\";i:27662;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src\";i:51258;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status\";i:91748;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src\";i:16764;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models\";i:40128;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection\";i:46757;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/exceptions\";i:1243;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src\";i:220214;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf\";i:260714;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules\";i:389941;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/sync-queue\";i:30016;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore\";i:45149;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src\";i:785023;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync\";i:869815;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/light\";i:278;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/aquatic\";i:31685;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-bright\";i:34637;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-dark\";i:31667;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/contrast\";i:31642;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ectoplasm\";i:278;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/fresh\";i:394;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/modern\";i:278;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/coffee\";i:278;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/classic-blue\";i:31702;s:189:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/powder-snow\";i:34514;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunrise\";i:278;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sakura\";i:31738;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/blue\";i:278;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/sunset\";i:31673;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/midnight\";i:278;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/nightfall\";i:31683;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors/ocean\";i:278;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes/colors\";i:293559;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-color-schemes\";i:293559;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/wp-posts-list\";i:1113;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/inline-help\";i:3447;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges/additional-css\";i:1228;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/nudges\";i:1228;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist/admin-menu\";i:16455;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/dist\";i:315802;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-color-schemes\";i:6837;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/profile-edit\";i:10167;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/wp-posts-list\";i:4738;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/inline-help\";i:4077;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges/additional-css\";i:7521;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/nudges\";i:8963;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src/admin-menu\";i:138074;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar/src\";i:174614;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-masterbar\";i:524386;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/images\";i:80641;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist\";i:353310;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy\";i:85101;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/sso\";i:112935;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2115;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/identity-crisis\";i:46089;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/traits\";i:5106;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks\";i:6677;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src\";i:486189;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection\";i:1010261;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src\";i:11163;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer\";i:37152;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src\";i:21794;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing\";i:56043;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard\";i:342965;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg\";i:265252;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search\";i:242131;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build\";i:850348;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search\";i:57079;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes\";i:29069;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard\";i:13036;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css\";i:3776;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js\";i:13173;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets\";i:57115;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/inline-search\";i:12873;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg\";i:4854;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls\";i:8327;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer\";i:18031;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search\";i:25253;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers\";i:7146;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src\";i:296795;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility\";i:3663;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search\";i:1221018;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src\";i:1863;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles\";i:30712;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build\";i:8256;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2335;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src\";i:40917;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets\";i:96287;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images\";i:6842211;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build\";i:8493602;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products\";i:190908;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src\";i:285145;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack\";i:8909206;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/images\";i:23766;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build\";i:46266;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/images\";i:23766;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src\";i:58658;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm\";i:161119;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src\";i:17782;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks\";i:48353;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src\";i:7273;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui\";i:36317;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic\";i:25450687;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack/jetpack_vendor\";i:25455540;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/jetpack\";i:61307576;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/includes\";i:31616;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/assets/img\";i:78370;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/assets/css\";i:25065;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/assets/js\";i:520721;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/assets\";i:624156;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/views\";i:36436;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify/sdk_files\";i:70;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/push-notification-by-feedify\";i:1249292;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11699;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/wccom-site/installation\";i:28341;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:13780;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/wccom-site/rest-api\";i:20042;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/wccom-site\";i:60269;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/integrations\";i:15058;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/import\";i:56767;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/cli\";i:38424;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/walkers\";i:8177;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/widgets\";i:90670;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/tracks/events\";i:62298;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/tracks\";i:89557;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/legacy\";i:78173;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/emails\";i:116602;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/data-stores\";i:369810;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/product-usage\";i:3082;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/blocks\";i:21701;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/traits\";i:2124;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/export\";i:41133;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/log-handlers\";i:23721;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/abstracts\";i:280527;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/queue\";i:8898;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/interfaces\";i:35474;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/react-admin\";i:34880;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/cod\";i:11998;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/cheque\";i:5225;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/includes\";i:54906;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/paypal\";i:78003;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways/bacs\";i:15500;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/gateways\";i:116997;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/theme-support\";i:26018;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shortcodes\";i:55065;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/libraries\";i:26610;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:391053;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:468615;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:400231;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api/Controllers\";i:1264578;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/rest-api\";i:1278793;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/free-shipping\";i:7805;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5193;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17437;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4320;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/flat-rate\";i:12628;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/local-pickup\";i:3544;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/shipping\";i:64303;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/payment-tokens\";i:6598;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/customizer\";i:33397;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/list-tables\";i:61819;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views\";i:17852;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/helper\";i:173612;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/reports\";i:169077;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/views\";i:125286;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views\";i:134718;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes\";i:227741;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/importers\";i:62210;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/settings/views\";i:56046;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/settings\";i:223878;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin/notes\";i:13659;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes/admin\";i:1641809;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/includes\";i:6983150;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Exceptions\";i:14049;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Pragmas\";i:9060;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Info\";i:5464;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Formats\";i:9455;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/KeywordValidators\";i:4676;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Resolvers\";i:26657;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Keywords\";i:149463;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Schemas\";i:12153;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Errors\";i:19113;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Pragmas\";i:6839;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/KeywordValidators\";i:2046;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Keywords\";i:104212;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Drafts\";i:16672;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Parsers\";i:168549;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Variables\";i:6949;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/Filters\";i:14284;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema/src\";i:515042;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/json-schema\";i:526204;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/string/res\";i:85488;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/string/src/Exception\";i:3792;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/string/src\";i:45510;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/string\";i:141477;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/uri/src\";i:50158;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis/uri\";i:61761;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/opis\";i:729442;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader\";i:56028;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/bin\";i:19358;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3465;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21881;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:83455;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:101871;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4539;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22955;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2606;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21022;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11418;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config\";i:29834;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:50910;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status\";i:69326;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/images\";i:80641;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:345880;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85104;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/sso\";i:113401;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis\";i:45898;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:465695;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:915958;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/build\";i:7860;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/js\";i:2335;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src\";i:40506;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets\";i:67766;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6818;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25234;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/automattic\";i:1296126;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/pelago\";i:94360;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/soundasleep/html2text/src\";i:14831;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/soundasleep/html2text\";i:15904;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/soundasleep\";i:15904;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:13039;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:17616;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:37869;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:30074;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:171568;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:172672;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/sabberworm\";i:172672;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39842;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42756;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17185;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/css-selector\";i:107185;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/symfony\";i:117715;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/composer/installers\";i:79355;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/composer\";i:1085140;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Cli\";i:2804;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Steps\";i:15846;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Importers\";i:15618;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResourceStorages\";i:5077;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs/json-examples\";i:578;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs\";i:578;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Schemas\";i:3561;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResultFormatters\";i:3113;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters\";i:7082;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/src\";i:104824;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint\";i:105107;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor/woocommerce\";i:105107;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/vendor\";i:3769531;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/icons/credit-cards\";i:27486;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/icons\";i:35670;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/pattern-placeholders\";i:4313686;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/payment-methods\";i:67316;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/task_list\";i:83458;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72\";i:43430;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/payment_methods\";i:46486;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/core-profiler\";i:36201;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/blocks/product-collection\";i:1186;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/blocks\";i:9939;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/marketing\";i:82806;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/onboarding/icons\";i:91669;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/onboarding\";i:335256;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/product_data\";i:1441;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/previews\";i:413623;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/settings-payments\";i:6895;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/admin_notes\";i:22969;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/images\";i:6142049;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22593;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/css/photoswipe\";i:31171;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/css\";i:2222433;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/fonts\";i:552889;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-blockui\";i:29696;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/flexslider\";i:75099;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/select2\";i:444591;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/accounting\";i:16788;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/round\";i:2271;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/frontend\";i:234587;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/zoom\";i:8732;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/admin\";i:500009;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js/selectWoo\";i:464613;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/js\";i:2377665;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-product\";i:1888;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:680;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-sale-badge\";i:627;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-categories\";i:1174;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:617;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-price\";i:913;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-item\";i:1069;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/active-filters\";i:623;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:870;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/related-products\";i:453;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/store-notices\";i:508;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/coming-soon\";i:380;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1374;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/featured-category\";i:1842;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:520;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/stock-filter\";i:993;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-checkbox-list\";i:995;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-grouped-product-selector\";i:496;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1417;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce/stores/woocommerce\";i:2439;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce/stores\";i:4036;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/@woocommerce\";i:4036;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filters\";i:1074;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-removable-chips\";i:954;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options\";i:439;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-collection\";i:1475;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1384;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price-slider\";i:1122;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-image\";i:999;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/all-products\";i:759;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/price-filter\";i:854;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-create-account\";i:1122;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-template\";i:1147;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-tag\";i:1410;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout\";i:730;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:494;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:670;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/rating-filter\";i:927;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-reviews\";i:436;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-results-count\";i:535;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1119;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:771;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:657;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1607;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1523;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:446;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/single-product\";i:618;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-header\";i:1968;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:30570;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:543;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-status\";i:1721;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-group\";i:1254;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:2074;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:805;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/customer-account\";i:815;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:880;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-summary\";i:1035;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:651;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-new\";i:1599;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:357;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/accordion-panel\";i:1635;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/blockified-product-details\";i:391;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-meta\";i:479;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:642;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-button\";i:1365;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery\";i:877;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-details\";i:529;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating\";i:791;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1377;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1521;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/cart-link\";i:811;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:594;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:625;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-variation-selector\";i:482;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:153336;s:152:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1272;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:605;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31084;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-category\";i:1627;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:634;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:890;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:818;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:642;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:620;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:676;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:635;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:635;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:665;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:836;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:661;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:580;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:664;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:634;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:595;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:829;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:590;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:627;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:716;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:662;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:444;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:568;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:643;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:588;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:679;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:838;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:619;s:157:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:605;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:717;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:674;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:653;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:614;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:594;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:583;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:822;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:629;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:602;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:575;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:634;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:471;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:746;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:624;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:594;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:621;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:585;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:643;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:635;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:592;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:619;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:709;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:626;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:614;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:618;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:605;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:34358;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-quantity-selector\";i:627;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1613;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options-grouped-product-selector-item\";i:619;s:168:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:965;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1624;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:882;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:752;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1456;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:937;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:470;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/product-filter-chips\";i:1101;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks/woocommerce\";i:23581;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/blocks\";i:5210036;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/explat\";i:47313;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/currency\";i:5950;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/email-editor\";i:188334;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/components\";i:1103097;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/remote-logging\";i:21561;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings-embed\";i:80176;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/admin-layout\";i:3675;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/tracks\";i:8656;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/navigation\";i:43969;s:154:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1519;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/chunks\";i:2478263;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/csv-export\";i:5012;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:7377;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/app\";i:301651;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/number\";i:2243;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/experimental\";i:81808;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4455;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/data\";i:156359;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:3147;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/onboarding\";i:211227;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30909;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/embed\";i:256605;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:30986;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6310;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:632152;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings-editor\";i:249805;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/date\";i:44455;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:827;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:2121;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2413;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2037;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2010;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5556;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2731;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3414;s:159:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4304;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:762;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/notice\";i:2027;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2038;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2707;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:973;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3671;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2695;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2618;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8191;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3800;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2497;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:642;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:909;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1551;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7248;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3343;s:164:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:8888;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:584;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:863;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-notice-field\";i:638;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4071;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1107;s:179:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1401;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:2111;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:2026;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:602;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2296;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:596;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:2005;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:95171;s:166:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2477;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:3035;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1961;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:699;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:4001;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1356;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6628;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2405;s:200:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:193:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6967;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1584;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1765;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2124;s:172:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22758;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2811;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13336;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14822;s:169:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21606;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:612;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2262;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3523;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5238;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:621;s:185:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2949;s:174:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7263;s:194:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1878;s:171:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2012;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3630;s:190:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2410;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2463;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2286;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3545;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3078;s:167:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5629;s:197:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2226;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2327;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2206;s:180:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8826;s:186:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8910;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2987;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:736;s:188:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:562;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4052;s:183:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3364;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3365;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1913;s:198:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:14032;s:173:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3409;s:181:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5721;s:187:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:2164;s:192:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2464;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1823;s:191:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3201;s:184:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:564;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2749;s:182:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5819;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7508;s:176:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4887;s:195:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:628;s:175:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7621;s:162:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:214284;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:317687;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor\";i:1195048;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/block-templates\";i:127727;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin/settings\";i:192654;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client/admin\";i:8143087;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets/client\";i:13353123;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/assets\";i:24648159;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/notices\";i:2933;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/global\";i:10522;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/product-form\";i:1260;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/brands/widgets\";i:4319;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/brands/shortcodes\";i:3132;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/brands\";i:8853;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/parts\";i:5903;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/emails/plain\";i:49554;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/emails\";i:135830;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/templates/blockified\";i:20753;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/templates\";i:26276;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/checkout\";i:36793;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/myaccount\";i:51461;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/single-product/add-to-cart\";i:16741;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/single-product\";i:44497;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/block-notices\";i:4630;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/order\";i:25676;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/cart\";i:32839;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/loop\";i:13178;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates/auth\";i:7354;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/templates\";i:433893;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Validator/Schema\";i:13709;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Validator\";i:29249;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Utils\";i:3141;s:165:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core/Renderer/Blocks\";i:46681;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core/Renderer\";i:46681;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations/Core\";i:50255;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Integrations\";i:53396;s:148:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Templates\";i:11423;s:177:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Preprocessors\";i:16469;s:170:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Layout\";i:5663;s:178:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer/Postprocessors\";i:3283;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer/ContentRenderer\";i:41991;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Renderer\";i:52169;s:158:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/PersonalizationTags\";i:7447;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine/Patterns\";i:3158;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src/Engine\";i:130893;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor/src\";i:227333;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/email-editor\";i:227670;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13482;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:28213;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:11643;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:8117;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:104628;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/Action\";i:25772;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:66140;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:91214;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:5687;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes\";i:422394;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29943;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/lib\";i:33661;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/action-scheduler\";i:547413;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/packages\";i:775286;s:114:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/patterns\";i:166508;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/i18n/languages\";i:1879257;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/i18n\";i:2146352;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/sample-data\";i:220042;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Utilities\";i:58155;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Images\";i:8071;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/AI\";i:7138;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ProductCollection\";i:88060;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/Accordion\";i:5821;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:61446;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/BlockTypes\";i:617572;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Utils\";i:90504;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates\";i:74924;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:153:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services/CheckoutFieldsSchema\";i:15436;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain/Services\";i:121506;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Domain\";i:142313;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Interactivity\";i:4345;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11430;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Payments\";i:21680;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/AIContent\";i:65839;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Assets\";i:26595;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Shipping\";i:23400;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Patterns\";i:22463;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Blocks\";i:1224932;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Utilities\";i:158218;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:858;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:184376;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Schemas\";i:195347;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:5393;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes/V1\";i:171442;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi/Routes\";i:171778;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/StoreApi\";i:584244;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Proxies\";i:5575;s:117:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Caching\";i:22424;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:70240;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Database/Migrations\";i:136227;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Database\";i:136227;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/CostOfGoodsSold\";i:12085;s:161:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53711;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ProductDownloads\";i:53711;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor/EmailTemplates\";i:4504;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor/EmailPatterns\";i:2989;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/EmailEditor\";i:21801;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Font\";i:11233;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Traits\";i:19050;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Utilities\";i:85636;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Email\";i:9719;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/WCCom\";i:685;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:37928;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/DependencyManagement\";i:65620;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/TransientFiles\";i:22972;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:96525;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Orders/CardIcons\";i:44660;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Orders\";i:106960;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ProductImage\";i:1963;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:4048;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ReceiptRendering\";i:28001;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/EmailPreview\";i:24174;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ImportExport\";i:6315;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:13903;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:74035;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:36384;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Notes\";i:99515;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Orders\";i:129009;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50566;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Logging\";i:97778;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:147:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives\";i:22463;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Suggestions\";i:133103;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Settings/PaymentProviders\";i:64100;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Settings\";i:185249;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:42482;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40885;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Admin\";i:1102782;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/BatchProcessing\";i:25546;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Logging\";i:25677;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Settings\";i:1818;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders\";i:303115;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/DataStores\";i:311829;s:163:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:67858;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:67858;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/Features\";i:135369;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal/ComingSoon\";i:14584;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Internal\";i:2193930;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Caches\";i:3700;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Marketing\";i:28246;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:23501;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/AI\";i:16436;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:30672;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:63619;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:17890;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:45242;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29703;s:136:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products\";i:62050;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:30884;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57309;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:23343;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:78540;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:62560;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:103393;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9364;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11091;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:23588;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44879;s:138:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:21799;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19048;s:139:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:9032;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25942;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Reports\";i:702721;s:129:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:119:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/API\";i:1049740;s:155:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13701;s:142:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63496;s:127:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71809;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Composer\";i:2431;s:121:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Notes\";i:73473;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Schedulers\";i:9819;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:131:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14271;s:156:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint/Steps\";i:12826;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint/Exporters\";i:24092;s:134:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Blueprint\";i:58065;s:141:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductDataViews\";i:4286;s:149:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:24920;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:59905;s:140:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:104883;s:160:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:143:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:45174;s:133:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Settings\";i:17786;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/Navigation\";i:1318;s:150:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:59380;s:124:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/Features\";i:362741;s:137:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7023;s:130:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Admin\";i:1752086;s:126:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Checkout/Helpers\";i:10578;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Checkout\";i:10578;s:115:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src/Enums\";i:5711;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/src\";i:6027877;s:151:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6146;s:144:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:146:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:145:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:135:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League/Container\";i:45601;s:125:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/League\";i:45601;s:132:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/Psr\";i:1472;s:128:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages/Detection\";i:79262;s:118:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib/packages\";i:126335;s:109:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce/lib\";i:126335;s:105:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins/woocommerce\";i:45362090;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/plugins\";i:470906755;s:108:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wpforms/themes\";i:2;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wpforms/cache\";i:1955624;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wpforms\";i:1956377;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2021/12\";i:8488791;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2021/10\";i:27402258;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2021/11\";i:37446708;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2021\";i:73337757;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/woocommerce_uploads\";i:27;s:120:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor/google-fonts/css\";i:189450;s:122:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor/google-fonts/fonts\";i:1135780;s:116:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor/google-fonts\";i:1325230;s:110:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor/thumbs\";i:110983;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor/css\";i:61212;s:103:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/elementor\";i:1497425;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2022/01\";i:33201295;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2022\";i:33201295;s:112:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/seedprod-help-docs\";i:12254;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wc-logs\";i:1368;s:123:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:80;s:113:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wp-file-manager-pro\";i:80;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025/05\";i:31529;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025/03\";i:7923911;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025/01\";i:2803822;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025/02\";i:10876190;s:101:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025/04\";i:3275040;s:98:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/2025\";i:24910492;s:107:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads/wpcf7_uploads\";i:166;s:93:\"/home/xuxawafaco1007/web/inviolate-ladybird-ca6143.instawp.xyz/public_html/wp-content/uploads\";i:135427086;}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68241, 'instawp_connect_plan_1_timestamp', '2025-05-15 16:09:05', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68242, '_transient_timeout_external_ip_address_66.249.88.104', 1747411747, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68243, '_transient_external_ip_address_66.249.88.104', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68244, '_transient_timeout_external_ip_address_66.249.88.103', 1747411747, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68245, '_transient_external_ip_address_66.249.88.103', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68246, 'elementor-custom-breakpoints-files', 'a:1:{s:17:\"custom-jet-blocks\";a:1:{s:4:\"time\";i:1747325348;}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68247, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:8:{s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"eicon-menu-bar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:279:\"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z\";s:3:\"key\";s:14:\"eicon-menu-bar\";}s:7:\"version\";s:6:\"5.13.0\";}s:11:\"eicon-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:361:\"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z\";s:3:\"key\";s:11:\"eicon-close\";}s:7:\"version\";s:6:\"5.13.0\";}s:10:\"fas-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:69:\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\";s:3:\"key\";s:10:\"fas-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"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\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"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\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"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\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"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\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68249, '_transient_timeout_external_ip_address_192.178.15.103', 1747411777, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68250, '_transient_external_ip_address_192.178.15.103', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68252, '_transient_timeout_external_ip_address_192.178.15.106', 1747411778, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68253, '_transient_external_ip_address_192.178.15.106', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68254, '_transient_timeout_external_ip_address_192.178.15.105', 1747411779, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68255, '_transient_external_ip_address_192.178.15.105', '50.6.154.254', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68256, '_transient_doing_cron', 1747325673.6714899539947509765625, 'on');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68257, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1747325706;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:34:{s:37:\"ajax-search-lite/ajax-search-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/ajax-search-lite\";s:4:\"slug\";s:16:\"ajax-search-lite\";s:6:\"plugin\";s:37:\"ajax-search-lite/ajax-search-lite.php\";s:11:\"new_version\";s:6:\"4.12.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/ajax-search-lite/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/ajax-search-lite.4.12.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/ajax-search-lite/assets/icon-256x256.png?rev=3192672\";s:2:\"1x\";s:69:\"https://ps.w.org/ajax-search-lite/assets/icon-128x128.png?rev=3192672\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/ajax-search-lite/assets/banner-1544x500.png?rev=3179552\";s:2:\"1x\";s:71:\"https://ps.w.org/ajax-search-lite/assets/banner-772x250.png?rev=3179552\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.94\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.94.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3264554\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3264554\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/click-to-chat-for-whatsapp\";s:4:\"slug\";s:26:\"click-to-chat-for-whatsapp\";s:6:\"plugin\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:11:\"new_version\";s:4:\"4.21\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/click-to-chat-for-whatsapp/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/click-to-chat-for-whatsapp.4.21.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-256x256.gif?rev=2892731\";s:2:\"1x\";s:79:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/icon-128x128.gif?rev=2892731\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/click-to-chat-for-whatsapp/assets/banner-772x250.png?rev=2896528\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:5:\"2.5.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/cookie-notice.2.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=2466385\";s:2:\"1x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-128x128.png?rev=2466385\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/cookie-notice/assets/banner-772x250.png?rev=2466385\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.6\";}s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"w.org/plugins/creative-mail-by-constant-contact\";s:4:\"slug\";s:33:\"creative-mail-by-constant-contact\";s:6:\"plugin\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:11:\"new_version\";s:5:\"1.6.9\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.1.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";s:3:\"svg\";s:78:\"https://ps.w.org/creative-mail-by-constant-contact/assets/icon.svg?rev=2341439\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-1544x500.png?rev=2821536\";s:2:\"1x\";s:88:\"https://ps.w.org/creative-mail-by-constant-contact/assets/banner-772x250.png?rev=2821536\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}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.4\";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:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{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.28.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.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.5\";}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.5.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.5.1.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:43:\"envira-gallery-lite/envira-gallery-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/envira-gallery-lite\";s:4:\"slug\";s:19:\"envira-gallery-lite\";s:6:\"plugin\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:11:\"new_version\";s:6:\"1.10.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/envira-gallery-lite/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/envira-gallery-lite.1.10.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-256x256.png?rev=2022837\";s:2:\"1x\";s:72:\"https://ps.w.org/envira-gallery-lite/assets/icon-128x128.png?rev=2022837\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/envira-gallery-lite/assets/banner-1544x500.jpg?rev=1686480\";s:2:\"1x\";s:74:\"https://ps.w.org/envira-gallery-lite/assets/banner-772x250.jpg?rev=1686480\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.5.0\";}s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/facebook-for-woocommerce\";s:4:\"slug\";s:24:\"facebook-for-woocommerce\";s:6:\"plugin\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/facebook-for-woocommerce/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/facebook-for-woocommerce.3.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/facebook-for-woocommerce/assets/icon.svg?rev=2040223\";s:3:\"svg\";s:69:\"https://ps.w.org/facebook-for-woocommerce/assets/icon.svg?rev=2040223\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:40:\"push-notification-by-feedify/feedify.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/push-notification-by-feedify\";s:4:\"slug\";s:28:\"push-notification-by-feedify\";s:6:\"plugin\";s:40:\"push-notification-by-feedify/feedify.php\";s:11:\"new_version\";s:5:\"2.4.7\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/push-notification-by-feedify/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/push-notification-by-feedify.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/push-notification-by-feedify/assets/icon-128x128.png?rev=3270946\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/push-notification-by-feedify/assets/banner-772x250.png?rev=3155041\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:47:\"file-manager-advanced/file_manager_advanced.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/file-manager-advanced\";s:4:\"slug\";s:21:\"file-manager-advanced\";s:6:\"plugin\";s:47:\"file-manager-advanced/file_manager_advanced.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/file-manager-advanced/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/file-manager-advanced.5.3.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/file-manager-advanced/assets/icon-128x128.png?rev=3222766\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/file-manager-advanced/assets/banner-1544x500.png?rev=3222749\";s:2:\"1x\";s:76:\"https://ps.w.org/file-manager-advanced/assets/banner-772x250.png?rev=3222749\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"9.5.3\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.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:8:\"0.1.0.89\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/instawp-connect.0.1.0.89.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:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"14.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.14.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:25:\"woorewards/woorewards.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/woorewards\";s:4:\"slug\";s:10:\"woorewards\";s:6:\"plugin\";s:25:\"woorewards/woorewards.php\";s:11:\"new_version\";s:8:\"5.4.13.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/woorewards/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/woorewards.5.4.13.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/woorewards/assets/icon-256x256.png?rev=2861342\";s:2:\"1x\";s:63:\"https://ps.w.org/woorewards/assets/icon-128x128.png?rev=2861342\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woorewards/assets/banner-1544x500.png?rev=2861342\";s:2:\"1x\";s:65:\"https://ps.w.org/woorewards/assets/banner-772x250.png?rev=2861342\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:42:\"oneclick-whatsapp-order/whatsapp-order.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/oneclick-whatsapp-order\";s:4:\"slug\";s:23:\"oneclick-whatsapp-order\";s:6:\"plugin\";s:42:\"oneclick-whatsapp-order/whatsapp-order.php\";s:11:\"new_version\";s:5:\"1.0.7\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/oneclick-whatsapp-order/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/oneclick-whatsapp-order.1.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/oneclick-whatsapp-order/assets/icon-256x256.png?rev=2199189\";s:2:\"1x\";s:76:\"https://ps.w.org/oneclick-whatsapp-order/assets/icon-128x128.png?rev=2199189\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/oneclick-whatsapp-order/assets/banner-1544x500.png?rev=2199189\";s:2:\"1x\";s:78:\"https://ps.w.org/oneclick-whatsapp-order/assets/banner-772x250.png?rev=2199189\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:7:\"2.16.19\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/optinmonster.2.16.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=2311621\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=2311621\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:69:\"points-and-rewards-for-woocommerce/points-rewards-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/points-and-rewards-for-woocommerce\";s:4:\"slug\";s:34:\"points-and-rewards-for-woocommerce\";s:6:\"plugin\";s:69:\"points-and-rewards-for-woocommerce/points-rewards-for-woocommerce.php\";s:11:\"new_version\";s:5:\"2.7.0\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/points-and-rewards-for-woocommerce/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/points-and-rewards-for-woocommerce.2.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/points-and-rewards-for-woocommerce/assets/icon-256x256.gif?rev=2903109\";s:2:\"1x\";s:87:\"https://ps.w.org/points-and-rewards-for-woocommerce/assets/icon-128x128.gif?rev=2903109\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:89:\"https://ps.w.org/points-and-rewards-for-woocommerce/assets/banner-772x250.jpg?rev=2671934\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.5.0\";}s:39:\"push-notification/push-notification.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/push-notification\";s:4:\"slug\";s:17:\"push-notification\";s:6:\"plugin\";s:39:\"push-notification/push-notification.php\";s:11:\"new_version\";s:4:\"1.42\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/push-notification/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/push-notification.1.42.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/push-notification/assets/icon-256x256.png?rev=2226732\";s:2:\"1x\";s:70:\"https://ps.w.org/push-notification/assets/icon-128x128.png?rev=2226732\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/push-notification/assets/banner-1544x500.png?rev=2226765\";s:2:\"1x\";s:72:\"https://ps.w.org/push-notification/assets/banner-772x250.png?rev=2226769\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:42:\"pushpad-web-push-notifications/pushpad.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/pushpad-web-push-notifications\";s:4:\"slug\";s:30:\"pushpad-web-push-notifications\";s:6:\"plugin\";s:42:\"pushpad-web-push-notifications/pushpad.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/pushpad-web-push-notifications/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/pushpad-web-push-notifications.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/pushpad-web-push-notifications/assets/icon.svg?rev=1416193\";s:3:\"svg\";s:75:\"https://ps.w.org/pushpad-web-push-notifications/assets/icon.svg?rev=1416193\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/pushpad-web-push-notifications/assets/banner-1544x500.png?rev=1828197\";s:2:\"1x\";s:85:\"https://ps.w.org/pushpad-web-push-notifications/assets/banner-772x250.png?rev=1828197\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:27:\"rafflepress/rafflepress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/rafflepress\";s:4:\"slug\";s:11:\"rafflepress\";s:6:\"plugin\";s:27:\"rafflepress/rafflepress.php\";s:11:\"new_version\";s:7:\"1.12.17\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/rafflepress/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/rafflepress.1.12.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/rafflepress/assets/icon-256x256.png?rev=2117711\";s:2:\"1x\";s:64:\"https://ps.w.org/rafflepress/assets/icon-128x128.png?rev=2117711\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/rafflepress/assets/banner-1544x500.png?rev=2117708\";s:2:\"1x\";s:66:\"https://ps.w.org/rafflepress/assets/banner-772x250.png?rev=2120278\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:5:\"7.3.5\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.7.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.gif?rev=2547563\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"6.9.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.6.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807\";s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2700807\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/instagram-feed/assets/banner-1544x500.png?rev=2679382\";s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2679382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/svg-support.2.5.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:20:\"themarketer/mktr.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/themarketer\";s:4:\"slug\";s:11:\"themarketer\";s:6:\"plugin\";s:20:\"themarketer/mktr.php\";s:11:\"new_version\";s:5:\"1.4.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/themarketer/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/themarketer.1.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/themarketer/assets/icon.svg?rev=2886301\";s:3:\"svg\";s:56:\"https://ps.w.org/themarketer/assets/icon.svg?rev=2886301\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/themarketer/assets/banner-1544x500.jpg?rev=2886335\";s:2:\"1x\";s:66:\"https://ps.w.org/themarketer/assets/banner-772x250.jpg?rev=2886333\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:34:\"video-background/candide-vidbg.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/video-background\";s:4:\"slug\";s:16:\"video-background\";s:6:\"plugin\";s:34:\"video-background/candide-vidbg.php\";s:11:\"new_version\";s:5:\"2.7.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/video-background/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/video-background.2.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/video-background/assets/icon-256x256.png?rev=2774411\";s:2:\"1x\";s:69:\"https://ps.w.org/video-background/assets/icon-128x128.png?rev=2774411\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/video-background/assets/banner-1544x500.png?rev=2774411\";s:2:\"1x\";s:71:\"https://ps.w.org/video-background/assets/banner-772x250.png?rev=2774411\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:40:\"webpushr-web-push-notifications/push.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:45:\"w.org/plugins/webpushr-web-push-notifications\";s:4:\"slug\";s:31:\"webpushr-web-push-notifications\";s:6:\"plugin\";s:40:\"webpushr-web-push-notifications/push.php\";s:11:\"new_version\";s:6:\"4.36.0\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/webpushr-web-push-notifications/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/webpushr-web-push-notifications.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/webpushr-web-push-notifications/assets/icon.svg?rev=2183418\";s:3:\"svg\";s:76:\"https://ps.w.org/webpushr-web-push-notifications/assets/icon.svg?rev=2183418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/webpushr-web-push-notifications/assets/banner-1544x500.png?rev=2445215\";s:2:\"1x\";s:86:\"https://ps.w.org/webpushr-web-push-notifications/assets/banner-772x250.png?rev=2445215\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.8.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}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.5.2\";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.5.2.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:54:{s:37:\"ajax-search-lite/ajax-search-lite.php\";s:6:\"4.12.7\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.94\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:44:\"click-to-chat-for-whatsapp/click-to-chat.php\";s:4:\"4.21\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.0.6\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.5.6\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"1.6.9\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.4\";s:23:\"elementor/elementor.php\";s:6:\"3.28.4\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.5.1\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:6:\"1.10.0\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";s:5:\"3.4.8\";s:40:\"push-notification-by-feedify/feedify.php\";s:5:\"2.4.7\";s:47:\"file-manager-advanced/file_manager_advanced.php\";s:5:\"5.3.2\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.5.3\";s:73:\"inbox-pro-web-chat-widget-EY8W-OneAiForce-3/inbox-pro-web-chat-widget.php\";s:5:\"1.0.0\";s:73:\"inbox-pro-web-chat-widget-EY8W-OneAiForce-1/inbox-pro-web-chat-widget.php\";s:5:\"1.0.0\";s:35:\"instawp-connect/instawp-connect.php\";s:8:\"0.1.0.89\";s:25:\"jet-blocks/jet-blocks.php\";s:6:\"1.3.18\";s:39:\"jet-data-importer/jet-data-importer.php\";s:5:\"1.2.2\";s:29:\"jet-elements/jet-elements.php\";s:5:\"2.7.6\";s:21:\"jet-menu/jet-menu.php\";s:6:\"2.4.10\";s:19:\"jetpack/jetpack.php\";s:4:\"14.6\";s:41:\"jet-plugins-wizard/jet-plugins-wizard.php\";s:5:\"1.2.9\";s:23:\"jet-popup/jet-popup.php\";s:6:\"2.0.10\";s:51:\"jet-woo-product-gallery/jet-woo-product-gallery.php\";s:6:\"2.1.21\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:5:\"3.6.1\";s:21:\"jet-tabs/jet-tabs.php\";s:5:\"2.2.8\";s:33:\"jet-theme-core/jet-theme-core.php\";s:7:\"2.2.2.1\";s:25:\"jet-tricks/jet-tricks.php\";s:5:\"1.5.0\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:6:\"2.1.17\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"7.1\";s:29:\"mygrace-core/mygrace-core.php\";s:5:\"1.0.0\";s:25:\"woorewards/woorewards.php\";s:8:\"5.4.13.1\";s:42:\"oneclick-whatsapp-order/whatsapp-order.php\";s:5:\"1.0.7\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"2.16.19\";s:69:\"points-and-rewards-for-woocommerce/points-rewards-for-woocommerce.php\";s:5:\"2.7.0\";s:29:\"pro-elements/pro-elements.php\";s:6:\"3.28.1\";s:39:\"push-notification/push-notification.php\";s:4:\"1.42\";s:42:\"pushpad-web-push-notifications/pushpad.php\";s:5:\"2.1.2\";s:27:\"rafflepress/rafflepress.php\";s:7:\"1.12.17\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"7.3.5\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"6.9.0\";s:27:\"svg-support/svg-support.php\";s:6:\"2.5.14\";s:58:\"bluehost-wordpress-plugin===/bluehost-wordpress-plugin.php\";s:5:\"4.1.1\";s:20:\"themarketer/mktr.php\";s:5:\"1.4.7\";s:34:\"video-background/candide-vidbg.php\";s:5:\"2.7.7\";s:40:\"webpushr-web-push-notifications/push.php\";s:6:\"4.36.0\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.8.5\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.5.2\";s:54:\"yith-paypal-payments-for-woocommerce-extended/init.php\";s:5:\"3.5.1\";s:55:\"yith-shippo-shippings-for-woocommerce-extended/init.php\";s:6:\"1.27.0\";s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";s:5:\"1.0.8\";}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68258, 'schema-ActionScheduler_StoreSchema', '7.0.1747325706', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68259, 'schema-ActionScheduler_LoggerSchema', '3.0.1747325706', 'auto');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68260, 'instawp_api_options', 'a:6:{s:7:\"api_key\";s:46:\"90378|mtUbXASvpHdHdVNtYZqVUjQbdtl8nbwvFjGl0PfC\";s:3:\"jwt\";s:488:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5pbnN0YXdwLmlvL2FwaS92Mi9jb25uZWN0cy8xNzMxMDIvZ2VuZXJhdGUtdG9rZW4iLCJpYXQiOjE3NDczMjU3MDgsImV4cCI6MTc0NzMyOTMwOCwibmJmIjoxNzQ3MzI1NzA4LCJqdGkiOiJjd1R5cFNIVHNpMjRPOEtSIiwic3ViIjoiNDI3MDciLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3IiwiY2xhaW0iOnsiaWQiOjQyNzA3LCJuYW1lIjoid29yZHByZXNzLWNvZSIsImVtYWlsIjoid29yZHByZXNzLWNvZUBuZXdmb2xkLmNvbSIsInRlYW1faWQiOjQyODY1fX0.jK9JRXxq0fVy4iGTc8KVrkZpxhTBNUpKVSJIHl73X68\";s:6:\"origin\";s:32:\"0c8ffeb3838bf099c0f3973fbbe47887\";s:8:\"response\";a:5:{s:6:\"status\";b:1;s:4:\"name\";s:13:\"wordpress-coe\";s:5:\"email\";s:25:\"wordpress-coe@newfold.com\";s:9:\"team_name\";s:8:\"Bluehost\";s:10:\"permisions\";a:1:{i:0;s:1:\"*\";}}s:10:\"connect_id\";i:173102;s:12:\"connect_uuid\";s:36:\"5ecb6d71-79e5-4a23-bbbf-6531b5efc2e8\";}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68261, '_site_transient_timeout_wp_theme_files_patterns-760b1e2989002033056aca091ac9c4a2', 1747327508, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68262, '_site_transient_wp_theme_files_patterns-760b1e2989002033056aca091ac9c4a2', 'a:2:{s:7:\"version\";s:5:\"3.4.1\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68263, 'instawp_staging_sites', 'a:0:{}', 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68264, 'instawp_sync_connect_id', 173101, 'off');

INSERT IGNORE INTO `SnT_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68265, 'instawp_is_staging', 1, 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_pn_token_urls` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(250) NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `token` varchar(250) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `url` (`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=26802 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 136, '_wp_attached_file', '2021/10/Group-1485-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 136, '_wp_attached_file', '2021/10/Group-1485-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3, 136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2021/10/Group-1485-1.jpg\";s:8:\"filesize\";i:1434541;s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Group-1485-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:13767;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1485-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:2674;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Group-1485-1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26086;}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Group-1485-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Group-1485-1-1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"mygrace-thumb-m\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"mygrace-thumb-xl\";a:4:{s:4:\"file\";s:25:\"Group-1485-1-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"mygrace-thumb-listing\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mygrace-thumb-grid-3col\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"mygrace-thumb-nav\";a:4:{s:4:\"file\";s:23:\"Group-1485-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"mygrace-thumb-related\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"mygrace-thumb-post-widget\";a:4:{s:4:\"file\";s:22:\"Group-1485-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"mygrace-thumb-search-result\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"mygrace-thumb-grid\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"mygrace-thumb-wishlist\";a:4:{s:4:\"file\";s:22:\"Group-1485-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"mygrace-thumb-products-cat\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"mygrace-thumb-product-archive\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"mygrace-thumb-product-single\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Group-1485-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"fundcrest-thumb-m\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fundcrest-thumb-listing\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"fundcrest-thumb-grid-3col\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fundcrest-thumb-grid-2col-sidebar\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"fundcrest-thumb-nav\";a:4:{s:4:\"file\";s:23:\"Group-1485-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"fundcrest-thumb-related\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fundcrest-thumb-post-widget\";a:4:{s:4:\"file\";s:22:\"Group-1485-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"fundcrest-thumb-search-result\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"fundcrest-thumb-grid\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"fundcrest-thumb-wishlist\";a:4:{s:4:\"file\";s:22:\"Group-1485-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"fundcrest-thumb-products-cat\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"fundcrest-thumb-product-archive\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"fundcrest-thumb-product-single\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"Group-1485-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:25:\"Group-1485-1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:25:\"Group-1485-1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:41:\"woocommerce_gallery_thumbnail_old_100x100\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_thumbnail_old_100x100\";a:4:{s:4:\"file\";s:24:\"Group-1485-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4, 136, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5, 136, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6, 136, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7, 141, '_wp_attached_file', '2021/10/Vector.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8, 141, '_wp_attached_file', '2021/10/Vector.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9, 141, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1371;s:5:\"width\";d:29;s:6:\"height\";d:25;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10, 141, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12, 141, '_wxr_import_parent', 24);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13, 141, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14, 150, '_wp_attached_file', '2021/10/Vector-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 150, '_wp_attached_file', '2021/10/Vector-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 150, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:678;s:5:\"width\";d:20;s:6:\"height\";d:20;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 150, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 150, '_wxr_import_parent', 24);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 150, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21, 219, '_wp_attached_file', '2021/10/Frame-32-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22, 219, '_wp_attached_file', '2021/10/Frame-32-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:976;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2021/10/Frame-32-1.jpg\";s:8:\"filesize\";i:46463;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-32-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:10901;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-32-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:2535;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-600x590.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29442;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-300x295.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-32-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:4292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-768x755.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42374;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11589;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12085;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-976x670.jpg\";s:5:\"width\";i:976;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45953;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31309;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12170;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12170;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-32-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2504;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26500;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-32-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1291;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15961;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-32-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1590;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15415;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9951;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-32-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28470;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24, 219, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25, 219, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26, 219, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 289, '_wp_attached_file', '2021/10/Group-1354.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 289, '_wp_attached_file', '2021/10/Group-1354.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 289, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1354.png\";s:8:\"filesize\";i:754;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1354-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1665;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1354-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1070;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 289, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 289, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 289, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33, 306, '_wp_attached_file', '2021/10/Polygon-3-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 306, '_wp_attached_file', '2021/10/Polygon-3-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 306, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:354;s:5:\"width\";d:9;s:6:\"height\";d:11;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 306, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 306, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 306, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (40, 309, '_wp_attached_file', '2021/10/Group-1435-2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 309, '_wp_attached_file', '2021/10/Group-1435-2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 309, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:952;s:5:\"width\";d:52;s:6:\"height\";d:55;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 309, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 309, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46, 309, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47, 386, '_wp_attached_file', '2021/10/Rectangle-387.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48, 386, '_wp_attached_file', '2021/10/Rectangle-387.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49, 386, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:482;s:4:\"file\";s:25:\"2021/10/Rectangle-387.png\";s:8:\"filesize\";i:61490;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Rectangle-387-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69022;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9784;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69022;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19739;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71878;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77847;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79984;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79984;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:24:\"Rectangle-387-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9123;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:23:\"Rectangle-387-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4242;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31488;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116206;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:23:\"Rectangle-387-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5134;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110137;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:25:\"Rectangle-387-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59079;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (50, 386, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (51, 386, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (52, 386, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (53, 397, '_wp_attached_file', '2021/10/guitarist-stage-background-soft-blur-concept-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (54, 397, '_wp_attached_file', '2021/10/guitarist-stage-background-soft-blur-concept-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (55, 397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:58:\"2021/10/guitarist-stage-background-soft-blur-concept-1.jpg\";s:8:\"filesize\";i:74278;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-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:10952;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-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:2529;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18763;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6971;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"guitarist-stage-background-soft-blur-concept-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-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:4189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26626;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"guitarist-stage-background-soft-blur-concept-1-1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71082;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13048;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13357;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:59:\"guitarist-stage-background-soft-blur-concept-1-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56285;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34370;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12938;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12938;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:57:\"guitarist-stage-background-soft-blur-concept-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2560;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27474;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:56:\"guitarist-stage-background-soft-blur-concept-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1231;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6478;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15989;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:56:\"guitarist-stage-background-soft-blur-concept-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1654;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15531;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10032;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:58:\"guitarist-stage-background-soft-blur-concept-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27102;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (56, 397, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (57, 397, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (58, 397, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (59, 419, '_wp_attached_file', '2021/10/Group-643.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60, 419, '_wp_attached_file', '2021/10/Group-643.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61, 419, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1278;s:6:\"height\";i:794;s:4:\"file\";s:21:\"2021/10/Group-643.png\";s:8:\"filesize\";i:148388;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Group-643-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64462;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Group-643-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11455;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Group-643-600x373.png\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152500;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Group-643-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46245;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Group-643-1024x636.png\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:406427;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Group-643-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Group-643-768x477.png\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238594;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Group-643-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78586;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:21:\"Group-643-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82380;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Group-643-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:496590;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:21:\"Group-643-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:257689;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:21:\"Group-643-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77391;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:21:\"Group-643-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77391;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:20:\"Group-643-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12802;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:21:\"Group-643-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:196086;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:19:\"Group-643-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5103;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:21:\"Group-643-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31662;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:21:\"Group-643-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100137;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:19:\"Group-643-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6324;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:21:\"Group-643-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97147;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:21:\"Group-643-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56922;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:21:\"Group-643-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201271;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62, 419, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63, 419, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (64, 419, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65, 463, '_wp_attached_file', '2021/10/Review.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 463, '_wp_attached_file', '2021/10/Review.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 463, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1030;s:4:\"file\";s:18:\"2021/10/Review.jpg\";s:8:\"filesize\";i:797365;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"Review-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4579;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1050;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"Review-600x322.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10057;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Review-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3399;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Review-1024x549.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1657;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Review-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15338;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Review-1536x824.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55426;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5331;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"Review-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5470;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"Review-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34473;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"Review-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17491;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"Review-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5410;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"Review-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5410;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"Review-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1125;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"Review-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13587;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"Review-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:655;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"Review-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2366;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"Review-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6937;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"Review-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:756;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"Review-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6662;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"Review-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3895;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"Review-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14369;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68, 463, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (69, 463, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 463, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 470, '_wp_attached_file', '2021/10/Group-1486.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 470, '_wp_attached_file', '2021/10/Group-1486.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 470, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1486.png\";s:8:\"filesize\";i:867;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1486-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1931;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1486-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1295;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 470, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 470, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (76, 470, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (77, 487, '_wp_attached_file', '2021/10/Group-648-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (78, 487, '_wp_attached_file', '2021/10/Group-648-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (79, 487, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-1.jpg\";s:8:\"filesize\";i:3603;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 487, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (81, 487, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 487, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (83, 488, '_wp_attached_file', '2021/10/Group-648-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (84, 488, '_wp_attached_file', '2021/10/Group-648-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85, 488, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-2.jpg\";s:8:\"filesize\";i:3261;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86, 488, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87, 488, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88, 488, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (89, 489, '_wp_attached_file', '2021/10/Group-648-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 489, '_wp_attached_file', '2021/10/Group-648-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 489, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-3.jpg\";s:8:\"filesize\";i:3664;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 489, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 489, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 489, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 490, '_wp_attached_file', '2021/10/Group-648-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 490, '_wp_attached_file', '2021/10/Group-648-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 490, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-4.jpg\";s:8:\"filesize\";i:3685;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 490, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 490, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 490, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (101, 491, '_wp_attached_file', '2021/10/Group-648-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 491, '_wp_attached_file', '2021/10/Group-648-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-5.jpg\";s:8:\"filesize\";i:3478;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (104, 491, '_wp_attachment_image_alt', 'image');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (105, 491, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (106, 491, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (107, 492, '_wp_attached_file', '2021/10/Group-648-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (108, 492, '_wp_attached_file', '2021/10/Group-648-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (109, 492, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-6.jpg\";s:8:\"filesize\";i:3760;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (110, 492, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (111, 492, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (112, 492, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (113, 493, '_wp_attached_file', '2021/10/Group-648-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (114, 493, '_wp_attached_file', '2021/10/Group-648-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (115, 493, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-7.jpg\";s:8:\"filesize\";i:3827;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (116, 493, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (117, 493, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (118, 493, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (119, 494, '_wp_attached_file', '2021/10/Group-648-8.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 494, '_wp_attached_file', '2021/10/Group-648-8.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (121, 494, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2021/10/Group-648-8.jpg\";s:8:\"filesize\";i:3665;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (122, 494, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (123, 494, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (124, 494, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (125, 495, '_wp_attached_file', '2021/10/Group-648.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (126, 495, '_wp_attached_file', '2021/10/Group-648.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (127, 495, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:21:\"2021/10/Group-648.jpg\";s:8:\"filesize\";i:4169;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (128, 495, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (129, 495, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (130, 495, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 591, '_wp_attached_file', '2021/10/Group-1431.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 591, '_wp_attached_file', '2021/10/Group-1431.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 591, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1431.png\";s:8:\"filesize\";i:899;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1431-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2001;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1431-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1338;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 591, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (135, 591, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (136, 591, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (137, 604, '_wp_attached_file', '2021/10/Group-1424.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (138, 604, '_wp_attached_file', '2021/10/Group-1424.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 604, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1424.png\";s:8:\"filesize\";i:791;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1424-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1754;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1424-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1174;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 604, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (141, 604, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 604, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 605, '_wp_attached_file', '2021/10/Group-626.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (144, 605, '_wp_attached_file', '2021/10/Group-626.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:21:\"2021/10/Group-626.png\";s:8:\"filesize\";i:862;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:19:\"Group-626-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1882;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:19:\"Group-626-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1299;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 605, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (147, 605, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (148, 605, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (149, 627, '_wp_attached_file', '2021/10/facebook.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (150, 627, '_wp_attached_file', '2021/10/facebook.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (151, 627, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:571;s:5:\"width\";d:10;s:6:\"height\";d:20;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (152, 627, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (154, 627, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (155, 627, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (156, 628, '_wp_attached_file', '2021/10/instagram.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (157, 628, '_wp_attached_file', '2021/10/instagram.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (158, 628, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4610;s:5:\"width\";d:19;s:6:\"height\";d:19;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (159, 628, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (161, 628, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (162, 628, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (163, 629, '_wp_attached_file', '2021/10/twitter.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (164, 629, '_wp_attached_file', '2021/10/twitter.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (165, 629, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2480;s:5:\"width\";d:20;s:6:\"height\";d:18;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (166, 629, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (168, 629, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (169, 629, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (170, 630, '_wp_attached_file', '2021/10/youtube.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (171, 630, '_wp_attached_file', '2021/10/youtube.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (172, 630, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2064;s:5:\"width\";d:19;s:6:\"height\";d:19;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (173, 630, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (175, 630, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (176, 630, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (177, 655, '_wp_attached_file', '2021/10/placeholder-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (178, 655, '_wp_attached_file', '2021/10/placeholder-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (179, 655, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1128;s:5:\"width\";d:37;s:6:\"height\";d:37;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (180, 655, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (182, 655, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (183, 655, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (184, 656, '_wp_attached_file', '2021/10/telephone-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (185, 656, '_wp_attached_file', '2021/10/telephone-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (186, 656, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2599;s:5:\"width\";d:33;s:6:\"height\";d:33;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (187, 656, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 656, '_wxr_import_parent', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 656, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 684, '_wp_attached_file', '2021/10/Frame-30-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (192, 684, '_wp_attached_file', '2021/10/Frame-30-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (193, 684, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2021/10/Frame-30-1.png\";s:8:\"filesize\";i:259816;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-30-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53339;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12414;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Frame-30-1-600x78.png\";s:5:\"width\";i:600;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48295;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Frame-30-1-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14177;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-30-1-1024x133.png\";s:5:\"width\";i:1024;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25766;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-768x100.png\";s:5:\"width\";i:768;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75698;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Frame-30-1-1536x200.png\";s:5:\"width\";i:1536;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:289611;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-370x250.png\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65016;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-370x250.png\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65016;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-30-1-1150x250.png\";s:5:\"width\";i:1150;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190015;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-750x250.png\";s:5:\"width\";i:750;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126784;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61726;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61726;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-30-1-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12039;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-600x250.png\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104594;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-30-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4677;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45821;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-370x250.png\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65016;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-30-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7085;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63361;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-260x250.png\";s:5:\"width\";i:260;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46428;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-30-1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100143;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (194, 684, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (195, 684, '_wxr_import_parent', 75);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (196, 684, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (197, 686, '_wp_attached_file', '2021/10/Group-1354-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (198, 686, '_wp_attached_file', '2021/10/Group-1354-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (199, 686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:24:\"2021/10/Group-1354-1.png\";s:8:\"filesize\";i:898;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-1354-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2166;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-1354-1-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1366;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (200, 686, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (201, 686, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (202, 686, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (203, 696, '_wp_attached_file', '2021/10/Group-619.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (204, 696, '_wp_attached_file', '2021/10/Group-619.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (205, 696, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:257;s:5:\"width\";d:77;s:6:\"height\";d:77;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (206, 696, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (208, 696, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (209, 696, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (210, 700, '_wp_attached_file', '2021/10/speaker-giving-talk-conference-hall-business-event-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (211, 700, '_wp_attached_file', '2021/10/speaker-giving-talk-conference-hall-business-event-1.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (212, 700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:950;s:6:\"height\";i:479;s:4:\"file\";s:64:\"2021/10/speaker-giving-talk-conference-hall-business-event-1.jpg\";s:8:\"filesize\";i:27616;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-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:11974;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-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:2829;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-600x303.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17859;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-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:4682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12353;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13073;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-750x479.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33215;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13269;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13269;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:63:\"speaker-giving-talk-conference-hall-business-event-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2641;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-600x479.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:62:\"speaker-giving-talk-conference-hall-business-event-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1441;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6619;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17153;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:62:\"speaker-giving-talk-conference-hall-business-event-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1781;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16482;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10625;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:64:\"speaker-giving-talk-conference-hall-business-event-1-570x479.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26844;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (213, 700, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (214, 700, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (215, 700, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (216, 725, '_wp_attached_file', '2021/10/Rectangle-381.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (217, 725, '_wp_attached_file', '2021/10/Rectangle-381.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (218, 725, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:440;s:4:\"file\";s:25:\"2021/10/Rectangle-381.jpg\";s:8:\"filesize\";i:3350;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Rectangle-381-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1370;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-600x230.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1918;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:714;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Rectangle-381-1024x392.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2951;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1450;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1520;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-750x440.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4164;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1541;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1541;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:24:\"Rectangle-381-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:410;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-600x440.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3380;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:23:\"Rectangle-381-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:335;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:804;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2155;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:23:\"Rectangle-381-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2075;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1252;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:25:\"Rectangle-381-570x440.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3257;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (219, 725, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (220, 725, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (221, 725, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (222, 742, '_wp_attached_file', '2021/10/Group-1487.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (223, 742, '_wp_attached_file', '2021/10/Group-1487.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (224, 742, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1487.png\";s:8:\"filesize\";i:817;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1487-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1737;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1487-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1190;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (225, 742, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (226, 742, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (227, 742, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (228, 780, '_wp_attached_file', '2021/10/Group-626-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (229, 780, '_wp_attached_file', '2021/10/Group-626-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (230, 780, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:23:\"2021/10/Group-626-1.png\";s:8:\"filesize\";i:825;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Group-626-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1801;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Group-626-1-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1213;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (231, 780, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (232, 780, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (233, 780, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (234, 787, '_wp_attached_file', '2021/10/lotus-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (235, 787, '_wp_attached_file', '2021/10/lotus-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (236, 787, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2712;s:5:\"width\";d:56;s:6:\"height\";d:56;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (237, 787, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (239, 787, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (240, 787, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (241, 788, '_wp_attached_file', '2021/10/tribune-1-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (242, 788, '_wp_attached_file', '2021/10/tribune-1-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (243, 788, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:933;s:5:\"width\";d:51;s:6:\"height\";d:51;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (244, 788, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (246, 788, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (247, 788, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (248, 789, '_wp_attached_file', '2021/10/newlyweds-1-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (249, 789, '_wp_attached_file', '2021/10/newlyweds-1-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (250, 789, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1681;s:5:\"width\";d:56;s:6:\"height\";d:56;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (251, 789, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (253, 789, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (254, 789, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (255, 790, '_wp_attached_file', '2021/10/newlyweds-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (256, 790, '_wp_attached_file', '2021/10/newlyweds-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (257, 790, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4411;s:5:\"width\";d:56;s:6:\"height\";d:56;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (258, 790, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (260, 790, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (261, 790, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (262, 800, '_wp_attached_file', '2021/10/Group-1395.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (263, 800, '_wp_attached_file', '2021/10/Group-1395.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (264, 800, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:280;s:6:\"height\";i:241;s:4:\"file\";s:22:\"2021/10/Group-1395.png\";s:8:\"filesize\";i:7728;s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1395-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1395-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8603;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1395-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5135;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1395-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2064;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1395-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7358;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1395-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1268;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Group-1395-260x241.png\";s:5:\"width\";i:260;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16314;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (265, 800, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (266, 800, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (267, 800, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (268, 801, '_wp_attached_file', '2021/10/Group-1394.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (269, 801, '_wp_attached_file', '2021/10/Group-1394.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (270, 801, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:302;s:6:\"height\";i:241;s:4:\"file\";s:22:\"2021/10/Group-1394.png\";s:8:\"filesize\";i:7298;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Group-1394-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16848;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1394-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4139;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Group-1394-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22759;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1394-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7396;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1394-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4822;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1394-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1938;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1394-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4741;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1394-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1008;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Group-1394-260x241.png\";s:5:\"width\";i:260;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13278;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (271, 801, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (272, 801, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (273, 801, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (274, 802, '_wp_attached_file', '2021/10/Group-1393.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (275, 802, '_wp_attached_file', '2021/10/Group-1393.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (276, 802, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:241;s:6:\"height\";i:269;s:4:\"file\";s:22:\"2021/10/Group-1393.png\";s:8:\"filesize\";i:7574;s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1393-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1393-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9739;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1393-241x260.png\";s:5:\"width\";i:241;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17129;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1393-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3183;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1393-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2287;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1393-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17559;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1393-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3201;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (277, 802, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (278, 802, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (279, 802, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (280, 803, '_wp_attached_file', '2021/10/Group-1392.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (281, 803, '_wp_attached_file', '2021/10/Group-1392.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (282, 803, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:286;s:6:\"height\";i:241;s:4:\"file\";s:22:\"2021/10/Group-1392.png\";s:8:\"filesize\";i:7904;s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1392-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1392-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8224;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1392-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5076;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1392-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2027;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1392-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6274;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1392-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1192;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Group-1392-260x241.png\";s:5:\"width\";i:260;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15699;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (283, 803, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (284, 803, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (285, 803, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (286, 885, '_wp_attached_file', '2021/10/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (287, 885, '_wp_attached_file', '2021/10/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (288, 885, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:768;s:4:\"file\";s:78:\"2021/10/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\";s:8:\"filesize\";i:1045015;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-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:11075;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-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:2107;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-600x240.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18285;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5691;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-1024x410.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-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:3602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28513;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:79:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-1536x614.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98738;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12228;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12897;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:79:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77037;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40217;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12745;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12745;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:77:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2096;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31975;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:76:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1059;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5847;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17446;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:76:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1376;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16712;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9899;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:78:\"aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34881;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (289, 885, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (290, 885, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (291, 885, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (292, 913, '_wp_attached_file', '2021/10/quo.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (293, 913, '_wp_attached_file', '2021/10/quo.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (294, 913, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:566;s:5:\"width\";d:20;s:6:\"height\";d:14;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (295, 913, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (297, 913, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (298, 913, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (299, 942, '_wp_attached_file', '2021/10/Frame-51.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (300, 942, '_wp_attached_file', '2021/10/Frame-51.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (301, 942, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:784;s:6:\"height\";i:652;s:4:\"file\";s:20:\"2021/10/Frame-51.png\";s:8:\"filesize\";i:200989;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-51-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117312;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-51-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17264;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-51-600x499.png\";s:5:\"width\";i:600;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:356311;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-51-300x249.png\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-51-768x639.png\";s:5:\"width\";i:768;s:6:\"height\";i:639;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565882;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-51-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126901;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-51-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132924;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-51-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:471294;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-51-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131839;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-51-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131839;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-51-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16904;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-51-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:365429;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-51-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6684;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-51-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61918;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-51-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198529;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-51-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10185;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-51-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193646;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-51-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108821;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-51-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:416015;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (302, 942, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (303, 942, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (304, 942, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (305, 943, '_wp_attached_file', '2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (306, 943, '_wp_attached_file', '2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (307, 943, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:822;s:6:\"height\";i:914;s:4:\"file\";s:66:\"2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\";s:8:\"filesize\";i:187613;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-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:18145;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-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:3282;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62447;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-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:5909;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95472;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20929;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22137;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-822x670.jpg\";s:5:\"width\";i:822;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104883;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67499;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21672;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21672;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:65:\"vertical-shot-male-reading-bible-near-stand-church-1-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3421;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54943;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:64:\"vertical-shot-male-reading-bible-near-stand-church-1-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1583;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9248;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27842;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:64:\"vertical-shot-male-reading-bible-near-stand-church-1-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1939;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27002;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15973;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:66:\"vertical-shot-male-reading-bible-near-stand-church-1-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55785;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (308, 943, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (309, 943, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (310, 943, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (311, 998, '_wp_attached_file', '2021/10/Group-1409.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (312, 998, '_wp_attached_file', '2021/10/Group-1409.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (313, 998, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/10/Group-1409.png\";s:8:\"filesize\";i:866;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1409-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1875;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1409-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1247;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (314, 998, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (315, 998, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (316, 998, '_wxr_import_user_slug', 'admin');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (317, 1006, '_wp_attached_file', '2021/10/Frame-70.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (318, 1006, '_wp_attached_file', '2021/10/Frame-70.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (319, 1006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:861;s:4:\"file\";s:20:\"2021/10/Frame-70.jpg\";s:8:\"filesize\";i:73142;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9806;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-70-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2237;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-70-600x598.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28140;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-70-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-70-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-70-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41267;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-70-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10279;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-70-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10888;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Frame-70-864x670.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44425;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-70-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29247;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-70-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10976;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-70-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10976;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-70-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2169;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-70-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25003;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-70-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1196;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-70-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5795;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-70-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15079;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-70-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1586;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-70-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14575;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-70-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-70-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27343;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (320, 1006, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (321, 1006, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (322, 1006, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (323, 1007, '_wp_attached_file', '2021/10/Frame-69.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (324, 1007, '_wp_attached_file', '2021/10/Frame-69.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (325, 1007, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:861;s:4:\"file\";s:20:\"2021/10/Frame-69.jpg\";s:8:\"filesize\";i:63637;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-69-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16119;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-69-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3192;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-69-600x598.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44405;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-69-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-69-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5684;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-69-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63532;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-69-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16274;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-69-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17192;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Frame-69-864x670.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61274;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-69-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43595;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-69-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17615;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-69-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17615;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-69-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2986;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-69-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38415;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-69-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1500;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-69-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9049;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-69-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23891;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-69-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1989;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-69-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22978;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-69-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14663;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-69-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42555;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (326, 1007, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (327, 1007, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (328, 1007, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (329, 1008, '_wp_attached_file', '2021/10/Frame-65.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (330, 1008, '_wp_attached_file', '2021/10/Frame-65.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (331, 1008, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:861;s:6:\"height\";i:861;s:4:\"file\";s:20:\"2021/10/Frame-65.jpg\";s:8:\"filesize\";i:168348;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13263;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-65-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2301;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-65-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40944;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-65-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4237;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-65-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60333;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-65-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14208;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-65-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14861;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Frame-65-861x670.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61597;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-65-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41322;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-65-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14742;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-65-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14742;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-65-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2338;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-65-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35038;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-65-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1126;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-65-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7534;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-65-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21360;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-65-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1554;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-65-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20693;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-65-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12510;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-65-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39472;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (332, 1008, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (333, 1008, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (334, 1008, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (335, 1009, '_wp_attached_file', '2021/10/Frame-63-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (336, 1009, '_wp_attached_file', '2021/10/Frame-63-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (337, 1009, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:861;s:6:\"height\";i:861;s:4:\"file\";s:22:\"2021/10/Frame-63-1.jpg\";s:8:\"filesize\";i:64972;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-63-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:15573;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-63-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:2981;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-63-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:45217;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-63-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:15573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-63-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:5348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-63-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:65339;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15510;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16430;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-861x670.jpg\";s:5:\"width\";i:861;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63653;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44062;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16869;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16869;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-63-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2811;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38604;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-63-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1411;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8462;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23651;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-63-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1851;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22877;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14069;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-63-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43245;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (338, 1009, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (339, 1009, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (340, 1009, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 1020, '_wp_attached_file', '2021/10/Group-1405.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 1020, '_wp_attached_file', '2021/10/Group-1405.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (343, 1020, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:572;s:5:\"width\";d:12;s:6:\"height\";d:10;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 1020, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (346, 1020, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (347, 1020, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (348, 1073, '_wp_attached_file', '2021/10/Frame-71-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (349, 1073, '_wp_attached_file', '2021/10/Frame-71-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (350, 1073, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2021/10/Frame-71-1.jpg\";s:8:\"filesize\";i:355716;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-71-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:5048;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-71-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:1294;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8354;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3229;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-71-1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-71-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:2104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11648;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Frame-71-1-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32259;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5807;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6057;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-71-1-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27720;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15815;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5859;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5859;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-71-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1404;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12530;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-71-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:793;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2641;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7083;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-71-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:837;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6857;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4347;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-71-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13727;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (351, 1073, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (352, 1073, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (353, 1073, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (354, 1089, '_wp_attached_file', '2021/10/Group-626.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (355, 1089, '_wp_attached_file', '2021/10/Group-626.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (356, 1089, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1940;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (357, 1089, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (359, 1089, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (360, 1089, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (361, 1106, '_wp_attached_file', '2021/10/Group-1436-2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (362, 1106, '_wp_attached_file', '2021/10/Group-1436-2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (363, 1106, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:840;s:5:\"width\";d:32;s:6:\"height\";d:32;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (364, 1106, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (366, 1106, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (367, 1106, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (368, 1107, '_wp_attached_file', '2021/10/Group-1436-3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (369, 1107, '_wp_attached_file', '2021/10/Group-1436-3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (370, 1107, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:793;s:5:\"width\";d:32;s:6:\"height\";d:32;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (371, 1107, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (373, 1107, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (374, 1107, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (375, 1253, '_wp_attached_file', '2021/11/Frame-1441.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (376, 1253, '_wp_attached_file', '2021/11/Frame-1441.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (377, 1253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:22:\"2021/11/Frame-1441.jpg\";s:8:\"filesize\";i:13511;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1441-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1441-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4829;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1441-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1441-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1335;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1441-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1667;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (378, 1253, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (379, 1253, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (380, 1253, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (381, 1285, '_wp_attached_file', '2021/11/Frame-1440-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (382, 1285, '_wp_attached_file', '2021/11/Frame-1440-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (383, 1285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:990;s:4:\"file\";s:24:\"2021/11/Frame-1440-4.jpg\";s:8:\"filesize\";i:85173;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Frame-1440-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:14539;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:2855;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43577;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:5205;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64072;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16293;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17006;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-900x670.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67349;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44319;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16676;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16676;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Frame-1440-4-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2930;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37878;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Frame-1440-4-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1343;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8020;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21765;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Frame-1440-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1786;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21125;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13200;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-4-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39656;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (384, 1285, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (385, 1285, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (386, 1285, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (387, 1292, '_wp_attached_file', '2021/11/Frame-1440-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (388, 1292, '_wp_attached_file', '2021/11/Frame-1440-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (389, 1292, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:990;s:4:\"file\";s:24:\"2021/11/Frame-1440-5.jpg\";s:8:\"filesize\";i:157675;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Frame-1440-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:11927;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:2637;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35107;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:4488;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50522;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12647;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13241;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-900x670.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52224;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33957;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13308;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13308;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Frame-1440-5-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2616;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29290;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Frame-1440-5-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1333;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7100;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17797;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Frame-1440-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1783;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17367;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11166;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-5-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31527;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (390, 1292, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (391, 1292, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (392, 1292, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (393, 1293, '_wp_attached_file', '2021/11/Frame-1440-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (394, 1293, '_wp_attached_file', '2021/11/Frame-1440-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (395, 1293, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:990;s:4:\"file\";s:24:\"2021/11/Frame-1440-6.jpg\";s:8:\"filesize\";i:1082714;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Frame-1440-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:25511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:4908;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-600x660.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81663;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-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:8814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-768x845.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120663;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24565;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25958;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-900x670.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113045;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69206;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26949;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26949;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Frame-1440-6-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4564;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60522;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Frame-1440-6-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2252;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14851;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40282;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Frame-1440-6-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3165;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39095;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24678;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:24:\"Frame-1440-6-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71212;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (396, 1293, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (397, 1293, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (398, 1293, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (399, 1294, '_wp_attached_file', '2021/11/Frame-1441-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (400, 1294, '_wp_attached_file', '2021/11/Frame-1441-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (401, 1294, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:24:\"2021/11/Frame-1441-1.jpg\";s:8:\"filesize\";i:3857;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1441-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:1706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1441-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:2860;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Frame-1441-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1695;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Frame-1441-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:977;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Frame-1441-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1431;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (402, 1294, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (403, 1294, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (404, 1294, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (405, 1295, '_wp_attached_file', '2021/11/Frame-1441-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (406, 1295, '_wp_attached_file', '2021/11/Frame-1441-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (407, 1295, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:24:\"2021/11/Frame-1441-2.jpg\";s:8:\"filesize\";i:9722;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1441-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:2247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Frame-1441-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:3705;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Frame-1441-2-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2113;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Frame-1441-2-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1149;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Frame-1441-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1870;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (408, 1295, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (409, 1295, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (410, 1295, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (411, 1323, '_wp_attached_file', '2021/11/0014-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (412, 1323, '_wp_attached_file', '2021/11/0014-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (413, 1323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:271;s:4:\"file\";s:18:\"2021/11/0014-5.jpg\";s:8:\"filesize\";i:37609;s:5:\"sizes\";a:8:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-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:3821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-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:7042;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-5-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20084;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"0014-5-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3555;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"0014-5-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1718;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"0014-5-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11442;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"0014-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2381;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"0014-5-260x271.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18618;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (414, 1323, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (415, 1323, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (416, 1323, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (417, 1324, '_wp_attached_file', '2021/11/0014-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (418, 1324, '_wp_attached_file', '2021/11/0014-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (419, 1324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:373;s:6:\"height\";i:337;s:4:\"file\";s:18:\"2021/11/0014-4.jpg\";s:8:\"filesize\";i:16837;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"0014-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:12035;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-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:2546;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"0014-4-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-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:4393;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12862;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"0014-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13405;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"0014-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13446;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"0014-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13446;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"0014-4-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2549;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"0014-4-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1277;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"0014-4-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6972;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"0014-4-370x337.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16565;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"0014-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1728;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"0014-4-360x337.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16021;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"0014-4-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11099;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (420, 1324, '_wp_attachment_image_alt', 'image');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (421, 1324, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (422, 1324, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 1391, '_wp_attached_file', '2021/11/0014-4-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 1391, '_wp_attached_file', '2021/11/0014-4-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (425, 1391, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:746;s:6:\"height\";i:674;s:4:\"file\";s:20:\"2021/11/0014-4-1.jpg\";s:8:\"filesize\";i:44647;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"0014-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:12192;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-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:2570;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"0014-4-1-600x542.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32171;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"0014-4-1-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-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:4439;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-4-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13207;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"0014-4-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13781;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"0014-4-1-746x670.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47171;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"0014-4-1-746x500.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38045;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"0014-4-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13669;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"0014-4-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13669;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"0014-4-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2560;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"0014-4-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30657;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"0014-4-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1267;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"0014-4-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7008;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"0014-4-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18411;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"0014-4-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1734;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"0014-4-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17855;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"0014-4-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11248;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"0014-4-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33227;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (426, 1391, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (427, 1391, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (428, 1391, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (429, 1402, '_wp_attached_file', '2021/11/Frame-71.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (430, 1402, '_wp_attached_file', '2021/11/Frame-71.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (431, 1402, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2021/11/Frame-71.jpg\";s:8:\"filesize\";i:364106;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-71-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6420;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-71-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1481;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-71-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8662;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-71-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3202;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Frame-71-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19714;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-71-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2405;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-71-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12555;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Frame-71-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36847;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-71-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6711;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-71-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7106;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"Frame-71-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32231;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-71-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18741;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-71-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-71-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-71-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1440;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-71-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16087;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-71-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:814;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-71-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3665;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-71-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9608;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-71-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1003;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-71-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9314;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-71-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5827;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-71-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17317;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (432, 1402, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (433, 1402, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (434, 1402, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (435, 1436, '_wp_attached_file', '2021/11/0014-5-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (436, 1436, '_wp_attached_file', '2021/11/0014-5-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (437, 1436, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:375;s:6:\"height\";i:339;s:4:\"file\";s:20:\"2021/11/0014-5-1.jpg\";s:8:\"filesize\";i:36051;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"0014-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:16092;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-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:3089;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"0014-5-1-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-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:5565;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-5-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17026;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"0014-5-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17791;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"0014-5-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17920;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"0014-5-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17920;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"0014-5-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3097;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"0014-5-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1498;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"0014-5-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9543;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"0014-5-1-370x339.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23248;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"0014-5-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2176;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"0014-5-1-360x339.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22734;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"0014-5-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15472;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (438, 1436, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (439, 1436, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (440, 1436, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (441, 1443, '_wp_attached_file', '2021/11/0014-5-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (442, 1443, '_wp_attached_file', '2021/11/0014-5-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (443, 1443, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:678;s:4:\"file\";s:20:\"2021/11/0014-5-2.jpg\";s:8:\"filesize\";i:96076;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"0014-5-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:16312;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-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:3122;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"0014-5-2-600x542.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44605;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"0014-5-2-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-5-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:5629;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"0014-5-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17208;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"0014-5-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18001;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"0014-5-2-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71940;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"0014-5-2-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58248;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"0014-5-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18087;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"0014-5-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18087;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"0014-5-2-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3108;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"0014-5-2-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42920;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"0014-5-2-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1494;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"0014-5-2-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9710;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"0014-5-2-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26368;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"0014-5-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2182;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"0014-5-2-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25776;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"0014-5-2-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15727;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"0014-5-2-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48959;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (444, 1443, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (445, 1443, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (446, 1443, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (447, 1686, '_wp_attached_file', '2021/11/Group-1469-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (448, 1686, '_wp_attached_file', '2021/11/Group-1469-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (449, 1686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:24:\"2021/11/Group-1469-1.png\";s:8:\"filesize\";i:3833;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1469-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9372;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Group-1469-1-109x85.png\";s:5:\"width\";i:109;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6032;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-1469-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4713;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-1469-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6065;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (450, 1686, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 1686, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (452, 1686, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (453, 1687, '_wp_attached_file', '2021/11/Group-1470-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (454, 1687, '_wp_attached_file', '2021/11/Group-1470-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (455, 1687, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:24:\"2021/11/Group-1470-1.png\";s:8:\"filesize\";i:3911;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1470-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9915;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Group-1470-1-109x85.png\";s:5:\"width\";i:109;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6553;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-1470-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5086;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-1470-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6564;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (456, 1687, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (457, 1687, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (458, 1687, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (459, 1700, '_wp_attached_file', '2021/11/Frame-1443.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (460, 1700, '_wp_attached_file', '2021/11/Frame-1443.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (461, 1700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2021/11/Frame-1443.jpg\";s:8:\"filesize\";i:1227120;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1443-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17187;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1443-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3484;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-1443-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21655;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1443-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7739;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-1443-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1443-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-1443-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30891;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Frame-1443-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87400;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1443-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17942;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1443-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18628;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-1443-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83024;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-1443-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48596;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1443-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18899;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1443-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18899;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1443-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3359;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-1443-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41001;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1443-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1690;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1443-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9513;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-1443-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25223;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1443-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2293;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-1443-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24434;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1443-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15379;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-1443-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44950;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (462, 1700, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (463, 1700, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (464, 1700, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (465, 1719, '_wp_attached_file', '2021/11/Group-1468-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (466, 1719, '_wp_attached_file', '2021/11/Group-1468-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (467, 1719, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:24:\"2021/11/Group-1468-2.png\";s:8:\"filesize\";i:4129;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1468-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11271;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Group-1468-2-109x85.png\";s:5:\"width\";i:109;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7664;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-1468-2-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5489;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-1468-2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7552;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (468, 1719, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (469, 1719, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (470, 1719, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (471, 1739, '_wp_attached_file', '2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (472, 1739, '_wp_attached_file', '2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (473, 1739, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:825;s:6:\"height\";i:826;s:4:\"file\";s:65:\"2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\";s:8:\"filesize\";i:73348;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-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:16456;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-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:3384;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47053;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-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:16454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-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:5983;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68788;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17401;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18244;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-825x670.jpg\";s:5:\"width\";i:825;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69935;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49507;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18453;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18453;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-2-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3237;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41591;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:63:\"shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1610;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8976;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24427;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:63:\"shot-people-sitting-near-each-other-reading-bible-2-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2113;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23587;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14750;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-2-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44809;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (474, 1739, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (475, 1739, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (476, 1739, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (477, 2067, '_wp_attached_file', '2021/11/Review.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (478, 2067, '_wp_attached_file', '2021/11/Review.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (479, 2067, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:705;s:4:\"file\";s:18:\"2021/11/Review.jpg\";s:8:\"filesize\";i:639620;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"Review-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4392;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:999;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"Review-600x220.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7828;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Review-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2622;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Review-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Review-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12122;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Review-1536x564.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43555;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"Review-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5199;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"Review-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5270;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"Review-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36615;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"Review-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17650;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"Review-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5176;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"Review-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5176;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"Review-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1051;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"Review-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13627;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"Review-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:620;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"Review-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2307;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"Review-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6983;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"Review-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:702;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"Review-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6633;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"Review-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3833;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"Review-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14650;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (480, 2067, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (481, 2067, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (482, 2067, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (483, 2090, '_wp_attached_file', '2021/11/Subtract.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (484, 2090, '_wp_attached_file', '2021/11/Subtract.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (485, 2090, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:635;s:6:\"height\";i:167;s:4:\"file\";s:20:\"2021/11/Subtract.png\";s:8:\"filesize\";i:782;s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Subtract-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:905;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:641;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Subtract-600x158.png\";s:5:\"width\";i:600;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1325;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Subtract-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:965;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-370x167.png\";s:5:\"width\";i:370;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:898;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Subtract-370x167.png\";s:5:\"width\";i:370;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:898;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Subtract-350x167.png\";s:5:\"width\";i:350;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:893;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Subtract-350x167.png\";s:5:\"width\";i:350;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:893;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Subtract-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:574;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Subtract-600x167.png\";s:5:\"width\";i:600;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:989;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Subtract-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:370;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Subtract-180x167.png\";s:5:\"width\";i:180;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:808;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Subtract-370x167.png\";s:5:\"width\";i:370;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:898;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Subtract-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:553;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Subtract-360x167.png\";s:5:\"width\";i:360;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:893;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Subtract-260x167.png\";s:5:\"width\";i:260;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:890;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Subtract-570x167.png\";s:5:\"width\";i:570;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (486, 2090, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (487, 2090, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (488, 2090, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (489, 2125, '_wp_attached_file', '2021/11/Frame-72.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (490, 2125, '_wp_attached_file', '2021/11/Frame-72.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (491, 2125, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2021/11/Frame-72.jpg\";s:8:\"filesize\";i:62330;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-72-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14771;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-72-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2897;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-72-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26953;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-72-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9316;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Frame-72-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-72-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5109;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-72-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39532;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-72-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15981;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-72-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16874;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-72-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45820;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-72-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17021;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-72-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17021;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-72-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2908;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-72-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38920;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-72-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1396;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-72-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8233;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-72-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22789;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-72-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1886;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-72-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22023;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-72-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13521;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-72-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43379;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (492, 2125, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (493, 2125, '_wxr_import_parent', 56);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (494, 2125, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (495, 2137, '_wp_attached_file', '2021/11/Frame-73.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (496, 2137, '_wp_attached_file', '2021/11/Frame-73.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (497, 2137, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2021/11/Frame-73.jpg\";s:8:\"filesize\";i:88565;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-73-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14034;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-73-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2649;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-73-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46200;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-73-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-73-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4381;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-73-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15643;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-73-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16465;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Frame-73-700x670.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65677;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-73-700x500.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51200;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-73-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16246;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-73-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16246;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-73-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2620;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-73-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41614;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-73-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1350;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-73-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7302;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-73-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23344;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-73-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1559;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-73-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22759;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-73-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13050;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-73-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44802;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (498, 2137, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (499, 2137, '_wxr_import_parent', 56);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (500, 2137, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (501, 2168, '_wp_attached_file', '2021/11/Frame-74.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (502, 2168, '_wp_attached_file', '2021/11/Frame-74.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (503, 2168, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2021/11/Frame-74.jpg\";s:8:\"filesize\";i:78064;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-74-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1087;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-74-600x157.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5060;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Frame-74-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2194;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Frame-74-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-74-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6896;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4245;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4297;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-74-750x300.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8184;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-74-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4337;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-74-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4337;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-74-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1154;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-74-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6742;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-74-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:705;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-74-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2071;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4679;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-74-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:731;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-74-360x300.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4468;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-74-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3301;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-74-570x300.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6523;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (504, 2168, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (505, 2168, '_wxr_import_parent', 56);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (506, 2168, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (507, 2307, '_wp_attached_file', '2021/11/Vector-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (508, 2307, '_wp_attached_file', '2021/11/Vector-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (509, 2307, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:968;s:5:\"width\";d:48;s:6:\"height\";d:37;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (510, 2307, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (512, 2307, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (513, 2307, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (514, 2308, '_wp_attached_file', '2021/11/Group.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (515, 2308, '_wp_attached_file', '2021/11/Group.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (516, 2308, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1725;s:5:\"width\";d:47;s:6:\"height\";d:47;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (517, 2308, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (519, 2308, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (520, 2308, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (521, 2309, '_wp_attached_file', '2021/11/Vector.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (522, 2309, '_wp_attached_file', '2021/11/Vector.svg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (523, 2309, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1291;s:5:\"width\";d:35;s:6:\"height\";d:44;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (524, 2309, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (526, 2309, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (527, 2309, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (528, 2310, '_wp_attached_file', '2021/11/Group-1487.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (529, 2310, '_wp_attached_file', '2021/11/Group-1487.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (530, 2310, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2021/11/Group-1487.png\";s:8:\"filesize\";i:5341;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Group-1487-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10231;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1487-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2670;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Group-1487-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1487-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4482;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1487-350x260.png\";s:5:\"width\";i:350;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6882;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Group-1487-350x280.png\";s:5:\"width\";i:350;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7476;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Group-1487-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7909;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Group-1487-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7909;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1487-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2156;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1487-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1353;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1487-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4915;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1487-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1300;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Group-1487-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7977;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (531, 2310, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (532, 2310, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (533, 2310, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (534, 2396, '_wp_attached_file', '2021/11/Frame-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (535, 2396, '_wp_attached_file', '2021/11/Frame-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (536, 2396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:122;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2021/11/Frame-1.png\";s:8:\"filesize\";i:1981;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-1-100x74.png\";s:5:\"width\";i:100;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3327;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-1-115x74.png\";s:5:\"width\";i:115;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3710;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3056;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-1-60x74.png\";s:5:\"width\";i:60;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2393;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (537, 2396, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (538, 2396, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (539, 2396, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (540, 2397, '_wp_attached_file', '2021/11/Frame-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (541, 2397, '_wp_attached_file', '2021/11/Frame-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (542, 2397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:138;s:6:\"height\";i:45;s:4:\"file\";s:19:\"2021/11/Frame-2.png\";s:8:\"filesize\";i:2270;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-2-100x45.png\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3831;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-2-115x45.png\";s:5:\"width\";i:115;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4250;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-2-58x45.png\";s:5:\"width\";i:58;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2488;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-2-60x45.png\";s:5:\"width\";i:60;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2580;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (543, 2397, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (544, 2397, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (545, 2397, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (546, 2398, '_wp_attached_file', '2021/11/Frame-3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (547, 2398, '_wp_attached_file', '2021/11/Frame-3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (548, 2398, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:145;s:6:\"height\";i:90;s:4:\"file\";s:19:\"2021/11/Frame-3.png\";s:8:\"filesize\";i:2122;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-3-100x90.png\";s:5:\"width\";i:100;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4145;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-3-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5917;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-3-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3473;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-3-60x90.png\";s:5:\"width\";i:60;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1978;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (549, 2398, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (550, 2398, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (551, 2398, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (552, 2399, '_wp_attached_file', '2021/11/Frame-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (553, 2399, '_wp_attached_file', '2021/11/Frame-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (554, 2399, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:156;s:6:\"height\";i:81;s:4:\"file\";s:19:\"2021/11/Frame-4.png\";s:8:\"filesize\";i:3248;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-4-100x81.png\";s:5:\"width\";i:100;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-4-150x81.png\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6976;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-4-115x81.png\";s:5:\"width\";i:115;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6550;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-4-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5413;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-4-60x81.png\";s:5:\"width\";i:60;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4347;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (555, 2399, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (556, 2399, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (557, 2399, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (558, 2400, '_wp_attached_file', '2021/11/Frame-5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (559, 2400, '_wp_attached_file', '2021/11/Frame-5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (560, 2400, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:129;s:6:\"height\";i:77;s:4:\"file\";s:19:\"2021/11/Frame-5.png\";s:8:\"filesize\";i:1887;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-5-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3418;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-5-115x77.png\";s:5:\"width\";i:115;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3717;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-5-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2792;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-5-60x77.png\";s:5:\"width\";i:60;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2348;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (561, 2400, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (562, 2400, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (563, 2400, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (564, 2401, '_wp_attached_file', '2021/11/Frame-6.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (565, 2401, '_wp_attached_file', '2021/11/Frame-6.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (566, 2401, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:149;s:6:\"height\";i:77;s:4:\"file\";s:19:\"2021/11/Frame-6.png\";s:8:\"filesize\";i:1472;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Frame-6-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2644;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Frame-6-115x77.png\";s:5:\"width\";i:115;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2690;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Frame-6-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2354;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Frame-6-60x77.png\";s:5:\"width\";i:60;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2025;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (567, 2401, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (568, 2401, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (569, 2401, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (570, 2402, '_wp_attached_file', '2021/11/Frame.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (571, 2402, '_wp_attached_file', '2021/11/Frame.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (572, 2402, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:110;s:6:\"height\";i:57;s:4:\"file\";s:17:\"2021/11/Frame.png\";s:8:\"filesize\";i:1336;s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"Frame-100x57.png\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2376;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:15:\"Frame-58x57.png\";s:5:\"width\";i:58;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1653;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:15:\"Frame-60x57.png\";s:5:\"width\";i:60;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1687;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (573, 2402, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (574, 2402, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (575, 2402, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (576, 2403, '_wp_attached_file', '2021/11/Group-1492.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (577, 2403, '_wp_attached_file', '2021/11/Group-1492.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (578, 2403, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:128;s:6:\"height\";i:50;s:4:\"file\";s:22:\"2021/11/Group-1492.png\";s:8:\"filesize\";i:1639;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Group-1492-100x50.png\";s:5:\"width\";i:100;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3553;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1492-115x50.png\";s:5:\"width\";i:115;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3921;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1492-58x50.png\";s:5:\"width\";i:58;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2350;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1492-60x50.png\";s:5:\"width\";i:60;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2435;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (579, 2403, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (580, 2403, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (581, 2403, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (582, 2404, '_wp_attached_file', '2021/11/XMLID_1_.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 2404, '_wp_attached_file', '2021/11/XMLID_1_.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 2404, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:175;s:6:\"height\";i:46;s:4:\"file\";s:20:\"2021/11/XMLID_1_.png\";s:8:\"filesize\";i:1456;s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"XMLID_1_-100x46.png\";s:5:\"width\";i:100;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1601;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"XMLID_1_-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2333;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"XMLID_1_-115x46.png\";s:5:\"width\";i:115;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1723;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"XMLID_1_-58x46.png\";s:5:\"width\";i:58;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1223;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"XMLID_1_-60x46.png\";s:5:\"width\";i:60;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1244;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 2404, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 2404, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 2404, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 2422, '_wp_attached_file', '2021/11/Frame-38-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 2422, '_wp_attached_file', '2021/11/Frame-38-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 2422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-1.jpg\";s:8:\"filesize\";i:90137;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:16239;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:3381;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43417;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15105;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-1-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:5916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63242;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18400;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19165;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-1-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81269;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52119;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19313;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19313;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3408;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43417;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1632;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8619;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23608;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2036;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22591;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14079;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43715;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (591, 2422, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (592, 2422, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (593, 2423, '_wp_attached_file', '2021/11/Frame-38-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (594, 2423, '_wp_attached_file', '2021/11/Frame-38-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (595, 2423, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-2.jpg\";s:8:\"filesize\";i:96032;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:13241;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:2840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34235;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11932;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-2-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82319;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:4857;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50894;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14297;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15044;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-2-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81953;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42315;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15048;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15048;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-2-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2913;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34235;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-2-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1468;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7432;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19987;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1800;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19381;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11883;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-2-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37657;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (596, 2423, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (597, 2423, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (598, 2424, '_wp_attached_file', '2021/11/Frame-38-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (599, 2424, '_wp_attached_file', '2021/11/Frame-38-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (600, 2424, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-3.jpg\";s:8:\"filesize\";i:191479;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:12912;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:2696;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33513;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11557;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-3-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79009;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:4748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49429;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14680;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15141;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-3-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79260;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42826;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14616;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14616;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-3-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2751;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33513;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-3-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1322;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7571;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19783;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1810;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19231;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12059;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-3-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36337;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (601, 2424, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (602, 2424, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (603, 2425, '_wp_attached_file', '2021/11/Frame-38-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (604, 2425, '_wp_attached_file', '2021/11/Frame-38-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (605, 2425, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-4.jpg\";s:8:\"filesize\";i:147603;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:13493;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:2798;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35371;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11930;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-4-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:4781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52293;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15128;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15564;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-4-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72967;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41843;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15459;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15459;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-4-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2934;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35371;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-4-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1351;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7924;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21216;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1846;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20764;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12785;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-4-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39222;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (606, 2425, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (607, 2425, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (608, 2426, '_wp_attached_file', '2021/11/Frame-38-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (609, 2426, '_wp_attached_file', '2021/11/Frame-38-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (610, 2426, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-5.jpg\";s:8:\"filesize\";i:163269;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:16998;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:3111;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48192;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15664;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-5-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:5618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71460;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18116;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19356;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-5-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98582;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50620;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20484;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20484;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-5-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3204;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48192;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-5-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1422;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8288;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25438;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1740;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24278;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14516;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-5-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48258;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (611, 2426, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (612, 2426, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (613, 2427, '_wp_attached_file', '2021/11/Frame-38-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (614, 2427, '_wp_attached_file', '2021/11/Frame-38-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (615, 2427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-6.jpg\";s:8:\"filesize\";i:89102;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-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:15897;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:3334;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42957;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14889;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-6-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:5776;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62329;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18202;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18958;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-6-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80227;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51285;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19140;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19140;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-6-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3367;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42957;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-6-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1609;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8448;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23020;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-6-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1984;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22108;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13741;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-6-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42517;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (616, 2427, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (617, 2427, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (618, 2428, '_wp_attached_file', '2021/11/Frame-38-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (619, 2428, '_wp_attached_file', '2021/11/Frame-38-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (620, 2428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-7.jpg\";s:8:\"filesize\";i:270669;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16041;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:3450;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40564;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14374;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-7-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59776;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16877;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17833;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-7-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92929;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47339;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18121;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18121;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-7-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3364;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40564;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-7-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1662;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9471;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24653;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-7-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2230;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24011;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15085;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-7-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44344;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (621, 2428, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (622, 2428, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (623, 2429, '_wp_attached_file', '2021/11/Frame-38-8.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (624, 2429, '_wp_attached_file', '2021/11/Frame-38-8.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (625, 2429, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-8.jpg\";s:8:\"filesize\";i:88612;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:3351;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43298;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15167;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-8-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6063;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62429;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18379;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19123;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-8-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76330;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50067;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19590;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19590;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-8-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3325;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43298;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-8-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1568;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9393;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25399;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-8-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2075;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24576;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15449;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-8-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45818;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (626, 2429, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (627, 2429, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (628, 2430, '_wp_attached_file', '2021/11/Frame-38-9.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (629, 2430, '_wp_attached_file', '2021/11/Frame-38-9.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (630, 2430, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:22:\"2021/11/Frame-38-9.jpg\";s:8:\"filesize\";i:41278;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-38-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10135;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-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:2421;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24895;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9051;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-38-9-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35686;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10273;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10935;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-38-9-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35806;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26711;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-38-9-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2339;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24895;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-38-9-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1273;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5958;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15006;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-38-9-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1621;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14657;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9358;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-38-9-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26741;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (631, 2430, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (632, 2430, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (633, 2431, '_wp_attached_file', '2021/11/Frame-38-10.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (634, 2431, '_wp_attached_file', '2021/11/Frame-38-10.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (635, 2431, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:23:\"2021/11/Frame-38-10.jpg\";s:8:\"filesize\";i:107058;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-38-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15662;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-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:3206;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41001;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14037;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Frame-38-10-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5648;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60071;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16364;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17363;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:24:\"Frame-38-10-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82965;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46624;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18070;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18070;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-38-10-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3080;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41001;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-38-10-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1555;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9525;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24295;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-38-10-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2176;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23705;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14864;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-38-10-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43629;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (636, 2431, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (637, 2431, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (638, 2432, '_wp_attached_file', '2021/11/Frame-38-11.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (639, 2432, '_wp_attached_file', '2021/11/Frame-38-11.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (640, 2432, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:23:\"2021/11/Frame-38-11.jpg\";s:8:\"filesize\";i:136298;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-38-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16261;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3155;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42212;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14624;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Frame-38-11-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61465;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17838;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18551;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:24:\"Frame-38-11-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97377;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49499;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18897;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18897;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-38-11-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3180;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42212;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-38-11-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1529;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8777;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23995;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-38-11-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1948;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23212;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14420;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-38-11-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43628;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (641, 2432, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (642, 2432, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (643, 2433, '_wp_attached_file', '2021/11/Frame-38.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (644, 2433, '_wp_attached_file', '2021/11/Frame-38.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (645, 2433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:894;s:4:\"file\";s:20:\"2021/11/Frame-38.jpg\";s:8:\"filesize\";i:61203;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13464;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3028;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-38-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33418;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-38-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12069;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Frame-38-1024x872.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5147;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-38-768x654.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48084;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-38-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14051;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-38-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14935;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"Frame-38-1050x670.jpg\";s:5:\"width\";i:1050;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53244;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-38-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37813;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-38-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15272;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-38-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15272;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-38-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2957;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-38-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33418;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-38-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1502;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-38-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7853;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-38-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20155;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-38-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1945;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-38-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19635;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-38-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12496;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-38-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35979;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (646, 2433, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (647, 2433, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (648, 2537, '_wp_attached_file', '2021/10/elderly-man-with-microphone-his-hand-during-speech-presentation-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (649, 2537, '_wp_attached_file', '2021/10/elderly-man-with-microphone-his-hand-during-speech-presentation-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (650, 2537, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1127;s:6:\"height\";i:686;s:4:\"file\";s:77:\"2021/10/elderly-man-with-microphone-his-hand-during-speech-presentation-1.jpg\";s:8:\"filesize\";i:210058;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-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:14587;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-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:2818;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-600x365.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31283;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10008;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-1024x623.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-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:4982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48175;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15551;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16336;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:78:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-1127x670.jpg\";s:5:\"width\";i:1127;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106185;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50174;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16320;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16320;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:76:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2827;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41018;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:75:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1386;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8469;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23970;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:75:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1883;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23415;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13962;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:77:\"elderly-man-with-microphone-his-hand-during-speech-presentation-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46726;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (651, 2537, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (652, 2537, '_wxr_import_parent', 372);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (653, 2537, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (654, 2571, '_wp_attached_file', '2021/10/Frame-1445.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (655, 2571, '_wp_attached_file', '2021/10/Frame-1445.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (656, 2571, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:298;s:6:\"height\";i:393;s:4:\"file\";s:22:\"2021/10/Frame-1445.png\";s:8:\"filesize\";i:25164;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1445-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58166;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10647;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1445-227x300.png\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20478;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-298x260.png\";s:5:\"width\";i:298;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56569;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1445-298x280.png\";s:5:\"width\";i:298;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57342;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1445-298x298.png\";s:5:\"width\";i:298;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58073;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1445-298x298.png\";s:5:\"width\";i:298;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58073;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1445-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12250;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1445-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4475;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1445-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28961;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1445-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5824;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1445-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52791;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (657, 2571, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (658, 2571, '_wxr_import_parent', 39);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (659, 2571, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (660, 2640, '_wp_attached_file', '2021/11/Frame-1445.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (661, 2640, '_wp_attached_file', '2021/11/Frame-1445.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (662, 2640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:670;s:4:\"file\";s:22:\"2021/11/Frame-1445.jpg\";s:8:\"filesize\";i:76068;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1445-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16570;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3467;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-1445-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29445;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1445-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10691;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-1445-1024x597.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-1445-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42116;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1445-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17325;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1445-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18099;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-1445-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46140;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1445-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18576;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1445-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18576;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1445-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3327;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-1445-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40636;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1445-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1657;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1445-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9250;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-1445-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24456;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1445-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2143;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-1445-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23659;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1445-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14893;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-1445-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43773;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (663, 2640, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (664, 2640, '_wxr_import_parent', 2463);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (665, 2640, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (666, 2646, '_wp_attached_file', '2021/11/Frame-56-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (667, 2646, '_wp_attached_file', '2021/11/Frame-56-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (668, 2646, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-1.jpg\";s:8:\"filesize\";i:58084;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:8406;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1768;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22875;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:3055;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10705;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10899;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33680;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31576;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10266;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10266;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-1-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2058;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22269;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-1-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:929;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5693;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13455;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-1-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1455;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13314;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8562;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-1-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22392;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (669, 2646, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (670, 2646, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (671, 2647, '_wp_attached_file', '2021/11/Frame-56-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (672, 2647, '_wp_attached_file', '2021/11/Frame-56-2.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (673, 2647, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-2.jpg\";s:8:\"filesize\";i:64225;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:8031;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1703;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23025;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:2897;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10409;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10575;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34867;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32785;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9931;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9931;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-2-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22399;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-2-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:912;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5410;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13181;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-2-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1409;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12914;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8225;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-2-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22568;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (674, 2647, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (675, 2647, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (676, 2648, '_wp_attached_file', '2021/11/Frame-56-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (677, 2648, '_wp_attached_file', '2021/11/Frame-56-3.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (678, 2648, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-3.jpg\";s:8:\"filesize\";i:80283;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:9393;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1799;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28103;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:3235;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12303;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12442;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44512;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42296;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11723;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11723;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-3-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2100;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27387;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-3-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:933;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6300;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15599;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-3-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1515;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15363;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9641;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-3-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27568;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (679, 2648, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (680, 2648, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (681, 2649, '_wp_attached_file', '2021/11/Frame-56-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (682, 2649, '_wp_attached_file', '2021/11/Frame-56-4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (683, 2649, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-4.jpg\";s:8:\"filesize\";i:65191;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:9076;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1939;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25279;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:3352;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11681;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11987;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37799;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35895;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11120;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11120;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-4-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2245;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24577;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-4-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:995;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6308;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14665;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-4-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1605;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14323;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9362;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-4-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24792;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (684, 2649, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (685, 2649, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (686, 2650, '_wp_attached_file', '2021/11/Frame-56-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (687, 2650, '_wp_attached_file', '2021/11/Frame-56-5.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (688, 2650, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-5.jpg\";s:8:\"filesize\";i:63458;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:8734;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1804;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24334;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:3219;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11179;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11337;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35704;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33345;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10696;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10696;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-5-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2105;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23656;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-5-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:957;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5977;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14136;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-5-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1514;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13822;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8946;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-5-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (689, 2650, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (690, 2650, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (691, 2651, '_wp_attached_file', '2021/11/Frame-56-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (692, 2651, '_wp_attached_file', '2021/11/Frame-56-6.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (693, 2651, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-6.jpg\";s:8:\"filesize\";i:68760;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-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:8432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1784;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25108;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:3086;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11016;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11230;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38177;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36010;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10521;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10521;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-6-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2034;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24432;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-6-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:960;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5700;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14060;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-6-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1502;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13838;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8665;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-6-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24574;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (694, 2651, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (695, 2651, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (696, 2652, '_wp_attached_file', '2021/11/Frame-56-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (697, 2652, '_wp_attached_file', '2021/11/Frame-56-7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (698, 2652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-7.jpg\";s:8:\"filesize\";i:59245;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8922;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1912;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23817;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8791;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3297;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11354;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11548;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34158;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32146;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10856;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10856;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-7-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2196;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23183;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-7-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:974;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6106;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14216;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-7-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1579;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14005;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9063;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-7-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23413;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (699, 2652, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (700, 2652, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (701, 2653, '_wp_attached_file', '2021/11/Frame-56-8.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (702, 2653, '_wp_attached_file', '2021/11/Frame-56-8.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (703, 2653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-8.jpg\";s:8:\"filesize\";i:76857;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8196;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:1567;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26644;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2808;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11035;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11173;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42499;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40338;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10415;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10415;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-8-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1812;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25957;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-8-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:866;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5341;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14138;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-8-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1322;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13905;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8434;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-8-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26063;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (704, 2653, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (705, 2653, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (706, 2654, '_wp_attached_file', '2021/11/Frame-56-9.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (707, 2654, '_wp_attached_file', '2021/11/Frame-56-9.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (708, 2654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:22:\"2021/11/Frame-56-9.jpg\";s:8:\"filesize\";i:82246;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-56-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10985;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-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:2125;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31736;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10865;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3855;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14421;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14672;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47056;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44571;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13829;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13829;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-56-9-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2507;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31002;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-56-9-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1095;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7471;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18065;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-56-9-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1781;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17896;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11419;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-56-9-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31205;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (709, 2654, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (710, 2654, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (711, 2655, '_wp_attached_file', '2021/11/Frame-56-10.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (712, 2655, '_wp_attached_file', '2021/11/Frame-56-10.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (713, 2655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:23:\"2021/11/Frame-56-10.jpg\";s:8:\"filesize\";i:44205;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-56-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6363;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-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:1599;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16567;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7857;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8009;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23840;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21720;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-56-10-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1796;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16020;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-56-10-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:903;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4451;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9966;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-56-10-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1348;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9723;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-56-10-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16237;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (714, 2655, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (715, 2655, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (716, 2656, '_wp_attached_file', '2021/11/Frame-56-11.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (717, 2656, '_wp_attached_file', '2021/11/Frame-56-11.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (718, 2656, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:23:\"2021/11/Frame-56-11.jpg\";s:8:\"filesize\";i:40990;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-56-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10541;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1927;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33742;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3523;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14197;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14440;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53352;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49834;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13433;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13433;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-56-11-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2258;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32956;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-56-11-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:988;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6952;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18121;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-56-11-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1611;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17904;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10941;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-56-11-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33000;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (719, 2656, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (720, 2656, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (721, 2657, '_wp_attached_file', '2021/11/Frame-56-12.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (722, 2657, '_wp_attached_file', '2021/11/Frame-56-12.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (723, 2657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:23:\"2021/11/Frame-56-12.jpg\";s:8:\"filesize\";i:79476;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-56-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9881;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2044;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28671;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3637;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12969;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13161;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43965;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41738;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-56-12-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2407;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27958;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-56-12-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1021;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6870;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16220;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-56-12-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1668;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16052;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10236;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-56-12-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28069;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (724, 2657, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (725, 2657, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (726, 2658, '_wp_attached_file', '2021/11/Frame-56-13.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (727, 2658, '_wp_attached_file', '2021/11/Frame-56-13.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (728, 2658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:23:\"2021/11/Frame-56-13.jpg\";s:8:\"filesize\";i:66715;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Frame-56-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11190;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2057;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34318;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3775;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15103;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15212;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52296;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49995;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14200;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14200;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"Frame-56-13-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2409;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33618;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"Frame-56-13-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1016;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7458;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19063;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"Frame-56-13-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1700;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18934;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11617;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:23:\"Frame-56-13-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33559;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (729, 2658, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (730, 2658, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (731, 2659, '_wp_attached_file', '2021/11/Frame-56.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (732, 2659, '_wp_attached_file', '2021/11/Frame-56.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (733, 2659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:759;s:4:\"file\";s:20:\"2021/11/Frame-56.jpg\";s:8:\"filesize\";i:69298;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-56-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8875;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-56-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1789;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-56-600x607.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25511;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Frame-56-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-56-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3167;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-56-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11643;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-56-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11847;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Frame-56-750x670.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39106;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-56-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36858;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-56-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11018;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-56-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11018;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-56-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2083;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-56-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24803;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-56-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:952;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-56-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6040;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-56-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14554;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-56-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1499;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-56-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14395;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-56-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9136;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-56-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25155;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (734, 2659, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (735, 2659, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (736, 2824, '_wp_attached_file', '2021/11/woocommerce-placeholder.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (737, 2824, '_wp_attached_file', 'woocommerce-placeholder.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (738, 2824, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2021/11/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:22:{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:10659;s:9:\"uncropped\";b:0;}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:1790;}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:32129;}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:10659;}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:80210;}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:3738;}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:48652;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14090;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14291;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91557;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45203;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13251;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13251;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:34:\"woocommerce-placeholder-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2101;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31582;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:33:\"woocommerce-placeholder-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1029;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7221;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17716;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:33:\"woocommerce-placeholder-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1625;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17736;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11005;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31930;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (739, 2824, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (740, 2824, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (741, 2870, '_wp_attached_file', '2021/11/Frame-1451.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (742, 2870, '_wp_attached_file', '2021/11/Frame-1451.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (743, 2870, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:978;s:4:\"file\";s:22:\"2021/11/Frame-1451.jpg\";s:8:\"filesize\";i:1272306;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1451-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22696;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1451-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3369;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-1451-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72610;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1451-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20454;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-1451-1024x910.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1451-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6397;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-1451-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113102;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1451-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24892;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1451-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-1451-1100x670.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166334;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-1451-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84392;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1451-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26080;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1451-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26080;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1451-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3411;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-1451-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69790;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1451-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1519;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1451-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11518;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-1451-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38206;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1451-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2083;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-1451-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36628;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1451-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20481;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-1451-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77704;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (744, 2870, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 2870, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 2871, '_wp_attached_file', '2021/11/Frame-1450.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (747, 2871, '_wp_attached_file', '2021/11/Frame-1450.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (748, 2871, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:978;s:4:\"file\";s:22:\"2021/11/Frame-1450.jpg\";s:8:\"filesize\";i:121032;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1450-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8256;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1450-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1867;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-1450-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21034;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1450-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7460;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-1450-1024x910.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-1450-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31690;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1450-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8452;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1450-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9023;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-1450-1100x670.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42296;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-1450-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22723;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1450-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9390;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1450-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9390;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1450-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1771;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-1450-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20875;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1450-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:993;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1450-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5029;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-1450-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12405;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1450-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1311;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-1450-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11887;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1450-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7533;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-1450-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22511;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (749, 2871, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (750, 2871, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (751, 2872, '_wp_attached_file', '2021/11/Frame-1449.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (752, 2872, '_wp_attached_file', '2021/11/Frame-1449.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (753, 2872, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:978;s:4:\"file\";s:22:\"2021/11/Frame-1449.jpg\";s:8:\"filesize\";i:1071297;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Frame-1449-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24041;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1449-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4289;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Frame-1449-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71400;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Frame-1449-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22069;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Frame-1449-1024x910.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1449-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Frame-1449-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110882;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Frame-1449-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24779;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Frame-1449-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26484;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Frame-1449-1100x670.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159334;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Frame-1449-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79251;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Frame-1449-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Frame-1449-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Frame-1449-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4106;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Frame-1449-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68610;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Frame-1449-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1945;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Frame-1449-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13404;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Frame-1449-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38659;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Frame-1449-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2741;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Frame-1449-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37531;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Frame-1449-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22325;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Frame-1449-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75696;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (754, 2872, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (755, 2872, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (756, 2888, '_wp_attached_file', '2021/10/Group-1947.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (757, 2888, '_wp_attached_file', '2021/10/Group-1947.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (758, 2888, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:292;s:4:\"file\";s:22:\"2021/10/Group-1947.png\";s:8:\"filesize\";i:100736;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Group-1947-300x292.png\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55370;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1947-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5955;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Group-1947-600x152.png\";s:5:\"width\";i:600;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57724;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Group-1947-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16867;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Group-1947-1024x260.png\";s:5:\"width\";i:1024;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1947-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Group-1947-768x195.png\";s:5:\"width\";i:768;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92236;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1947-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48841;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:22:\"Group-1947-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52939;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:22:\"Group-1947-750x292.png\";s:5:\"width\";i:750;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151784;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:22:\"Group-1947-350x292.png\";s:5:\"width\";i:350;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64612;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:22:\"Group-1947-350x292.png\";s:5:\"width\";i:350;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64612;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1947-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5722;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:22:\"Group-1947-600x292.png\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115505;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1947-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2240;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"Group-1947-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24614;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:22:\"Group-1947-370x292.png\";s:5:\"width\";i:370;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67853;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1947-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3428;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:22:\"Group-1947-360x292.png\";s:5:\"width\";i:360;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66261;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"Group-1947-260x292.png\";s:5:\"width\";i:260;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49328;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:22:\"Group-1947-570x292.png\";s:5:\"width\";i:570;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107833;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (759, 2888, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (760, 2888, '_wxr_import_parent', 14);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (761, 2888, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (762, 2903, '_wp_attached_file', '2021/10/Frame-74.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 2903, '_wp_attached_file', '2021/10/Frame-74.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 2903, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:242;s:4:\"file\";s:20:\"2021/10/Frame-74.png\";s:8:\"filesize\";i:116425;s:5:\"sizes\";a:21:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Frame-74-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60557;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7502;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Frame-74-600x126.png\";s:5:\"width\";i:600;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40462;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Frame-74-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10835;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Frame-74-1024x215.png\";s:5:\"width\";i:1024;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14892;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Frame-74-768x162.png\";s:5:\"width\";i:768;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65227;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x242.png\";s:5:\"width\";i:370;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73758;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x242.png\";s:5:\"width\";i:370;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73758;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"Frame-74-750x242.png\";s:5:\"width\";i:750;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133394;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Frame-74-350x242.png\";s:5:\"width\";i:350;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70525;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Frame-74-350x242.png\";s:5:\"width\";i:350;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70525;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Frame-74-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6774;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Frame-74-600x242.png\";s:5:\"width\";i:600;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111754;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-74-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3084;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Frame-74-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28715;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Frame-74-370x242.png\";s:5:\"width\";i:370;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73758;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-74-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4526;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Frame-74-360x242.png\";s:5:\"width\";i:360;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72205;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Frame-74-260x242.png\";s:5:\"width\";i:260;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53754;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Frame-74-570x242.png\";s:5:\"width\";i:570;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106969;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (765, 2903, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (766, 2903, '_wxr_import_parent', 14);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (767, 2903, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (768, 2976, '_wp_attached_file', '2021/10/link-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (769, 2976, '_wp_attached_file', '2021/10/link-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (770, 2976, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1474;s:5:\"width\";d:13;s:6:\"height\";d:13;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (771, 2976, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 2976, '_wxr_import_parent', 15);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 2976, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 3053, '_wp_attached_file', '2021/11/fav.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 3053, '_wp_attached_file', '2021/11/fav.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (777, 3053, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2021/11/fav.png\";s:8:\"filesize\";i:394;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:982;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"fav-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:546;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"fav-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:932;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:15:\"fav-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:990;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:15:\"fav-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1828;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:15:\"fav-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1016;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:15:\"fav-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1016;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:14:\"fav-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:13:\"fav-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:329;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:15:\"fav-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:712;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:15:\"fav-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1387;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:13:\"fav-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:15:\"fav-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1372;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:15:\"fav-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:951;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (778, 3053, '_wp_attachment_image_alt', 'fav');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (779, 3053, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (780, 3054, '_wp_attached_file', '2021/11/cropped-fav.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (781, 3054, '_wp_attached_file', '2021/11/cropped-fav.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (782, 3054, '_wp_attachment_context', 'site-icon');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (783, 3054, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2021/11/cropped-fav.png\";s:8:\"filesize\";i:394;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"cropped-fav-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:548;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"cropped-fav-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:933;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:23:\"cropped-fav-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:991;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:23:\"cropped-fav-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1830;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:23:\"cropped-fav-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1016;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:23:\"cropped-fav-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1016;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"cropped-fav-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"cropped-fav-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:329;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"cropped-fav-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:713;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:23:\"cropped-fav-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1387;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"cropped-fav-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:23:\"cropped-fav-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1371;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"cropped-fav-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:950;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"cropped-fav-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:982;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"cropped-fav-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1825;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (784, 3054, '_wp_attachment_image_alt', 'fav-cropped');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (785, 3054, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (786, 3074, '_wp_attached_file', '2021/11/Group-1977-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (787, 3074, '_wp_attached_file', '2021/11/Group-1977-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (788, 3074, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:638;s:6:\"height\";i:573;s:4:\"file\";s:26:\"2021/11/Group-1977-1-1.png\";s:8:\"filesize\";i:85189;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Group-1977-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88509;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14630;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-600x539.png\";s:5:\"width\";i:600;s:6:\"height\";i:539;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:261119;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28262;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100934;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105663;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-638x500.png\";s:5:\"width\";i:638;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198996;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102496;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102496;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:25:\"Group-1977-1-1-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15098;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252740;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:24:\"Group-1977-1-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6171;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50738;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145135;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:24:\"Group-1977-1-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9700;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143097;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84744;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:26:\"Group-1977-1-1-570x573.png\";s:5:\"width\";i:570;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193965;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (789, 3074, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (790, 3074, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (791, 3074, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (792, 3102, '_wp_attached_file', '2021/11/Group-1978-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (793, 3102, '_wp_attached_file', '2021/11/Group-1978-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (794, 3102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:610;s:6:\"height\";i:520;s:4:\"file\";s:24:\"2021/11/Group-1978-1.png\";s:8:\"filesize\";i:63312;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Group-1978-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75441;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199193;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23696;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78693;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83382;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-610x500.png\";s:5:\"width\";i:610;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147044;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80860;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80860;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Group-1978-1-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11945;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199193;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-1978-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5479;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43746;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126319;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-1978-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8129;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124840;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73044;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:24:\"Group-1978-1-570x520.png\";s:5:\"width\";i:570;s:6:\"height\";i:520;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145618;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 3102, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 3102, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (797, 3102, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (798, 3193, '_wp_attached_file', '2021/11/Group-1354.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (799, 3193, '_wp_attached_file', '2021/11/Group-1354.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (800, 3193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:71;s:6:\"height\";i:71;s:4:\"file\";s:22:\"2021/11/Group-1354.png\";s:8:\"filesize\";i:865;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1354-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1959;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1354-60x71.png\";s:5:\"width\";i:60;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1257;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (801, 3193, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (802, 3193, '_wxr_import_parent', 3);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (803, 3193, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (804, 3375, '_wp_attached_file', '2021/11/Frame-1455.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 3375, '_wp_attached_file', '2021/11/Frame-1455.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 3375, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1455.png\";s:8:\"filesize\";i:522;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 3375, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 3375, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (809, 3375, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 3381, '_wp_attached_file', '2021/11/Frame-1456.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 3381, '_wp_attached_file', '2021/11/Frame-1456.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 3381, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1456.png\";s:8:\"filesize\";i:662;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 3381, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 3381, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 3381, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (816, 3384, '_wp_attached_file', '2021/11/Frame-1462.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (817, 3384, '_wp_attached_file', '2021/11/Frame-1462.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (818, 3384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:22:\"2021/11/Frame-1462.png\";s:8:\"filesize\";i:848;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (819, 3384, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (820, 3384, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 3384, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 3385, '_wp_attached_file', '2021/11/Frame-1461.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 3385, '_wp_attached_file', '2021/11/Frame-1461.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 3385, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1461.png\";s:8:\"filesize\";i:661;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 3385, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 3385, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 3385, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 3386, '_wp_attached_file', '2021/11/Frame-1460.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (829, 3386, '_wp_attached_file', '2021/11/Frame-1460.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 3386, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1460.png\";s:8:\"filesize\";i:525;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 3386, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 3386, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (833, 3386, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (834, 3388, '_wp_attached_file', '2021/11/Frame-1459.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 3388, '_wp_attached_file', '2021/11/Frame-1459.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (836, 3388, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1459.png\";s:8:\"filesize\";i:737;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (837, 3388, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (838, 3388, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (839, 3388, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (840, 3389, '_wp_attached_file', '2021/11/Frame-1458-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (841, 3389, '_wp_attached_file', '2021/11/Frame-1458-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (842, 3389, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:24:\"2021/11/Frame-1458-1.png\";s:8:\"filesize\";i:558;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (843, 3389, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (844, 3389, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (845, 3389, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (846, 3390, '_wp_attached_file', '2021/11/Frame-1457.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (847, 3390, '_wp_attached_file', '2021/11/Frame-1457.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (848, 3390, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:17;s:6:\"height\";i:17;s:4:\"file\";s:22:\"2021/11/Frame-1457.png\";s:8:\"filesize\";i:691;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (849, 3390, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (850, 3390, '_wxr_import_parent', 2592);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (851, 3390, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (852, 3618, '_wp_attached_file', '2021/12/image-13.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (853, 3618, '_wp_attached_file', '2021/12/image-13.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (854, 3618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:680;s:4:\"file\";s:20:\"2021/12/image-13.png\";s:8:\"filesize\";i:180879;s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"image-13-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138111;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20642;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"image-13-600x583.png\";s:5:\"width\";i:600;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:500505;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"image-13-300x291.png\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41163;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"image-13-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146288;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"image-13-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157275;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"image-13-700x670.png\";s:5:\"width\";i:700;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:501922;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"image-13-700x500.png\";s:5:\"width\";i:700;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174589;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"image-13-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155376;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"image-13-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155376;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"image-13-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19910;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"image-13-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441764;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"image-13-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8158;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"image-13-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68902;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"image-13-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227514;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"image-13-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11610;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"image-13-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220895;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"image-13-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123416;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"image-13-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:491689;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (855, 3618, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (856, 3618, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (857, 3717, '_wp_attached_file', '2021/12/Group-648.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (858, 3717, '_wp_attached_file', '2021/12/Group-648.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (859, 3717, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:69;s:4:\"file\";s:21:\"2021/12/Group-648.png\";s:8:\"filesize\";i:8735;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:19:\"Group-648-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6148;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:19:\"Group-648-60x69.png\";s:5:\"width\";i:60;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7749;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (860, 3717, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (861, 3717, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (862, 3717, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (863, 3981, '_wp_attached_file', '2021/12/Frame-42.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (864, 3981, '_wp_attached_file', '2021/12/Frame-42.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (865, 3981, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:69;s:6:\"height\";i:69;s:4:\"file\";s:20:\"2021/12/Frame-42.png\";s:8:\"filesize\";i:7635;s:5:\"sizes\";a:2:{s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Frame-42-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5924;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Frame-42-60x69.png\";s:5:\"width\";i:60;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7261;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (866, 3981, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (867, 3981, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (868, 3981, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (869, 4006, '_wp_attached_file', '2021/12/Group-1470.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (870, 4006, '_wp_attached_file', '2021/12/Group-1470.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (871, 4006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:140;s:6:\"height\";i:147;s:4:\"file\";s:22:\"2021/12/Group-1470.png\";s:8:\"filesize\";i:20165;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1470-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16933;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1470-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18879;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1470-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6808;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1470-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10965;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (872, 4006, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (873, 4006, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (874, 4006, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (875, 4010, '_wp_attached_file', '2021/12/Group-1468.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (876, 4010, '_wp_attached_file', '2021/12/Group-1468.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (877, 4010, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:141;s:6:\"height\";i:147;s:4:\"file\";s:22:\"2021/12/Group-1468.png\";s:8:\"filesize\";i:20746;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1468-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16574;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1468-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18878;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1468-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6461;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1468-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10807;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (878, 4010, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (879, 4010, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (880, 4010, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (881, 4011, '_wp_attached_file', '2021/12/Group-1469.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (882, 4011, '_wp_attached_file', '2021/12/Group-1469.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (883, 4011, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:132;s:6:\"height\";i:143;s:4:\"file\";s:22:\"2021/12/Group-1469.png\";s:8:\"filesize\";i:18132;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Group-1469-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15763;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"Group-1469-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18017;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"Group-1469-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6312;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"Group-1469-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9624;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (884, 4011, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (885, 4011, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (886, 4011, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (887, 4083, '_wp_attached_file', '2021/12/0014-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (888, 4083, '_wp_attached_file', '2021/12/0014-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (889, 4083, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:299;s:6:\"height\";i:255;s:4:\"file\";s:18:\"2021/12/0014-4.png\";s:8:\"filesize\";i:206873;s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"0014-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58567;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"0014-4-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26331;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"0014-4-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9235;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"0014-4-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106687;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"0014-4-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14660;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"0014-4-260x255.png\";s:5:\"width\";i:260;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173218;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (890, 4083, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (891, 4083, '_wxr_import_parent', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (892, 4083, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (893, 4087, '_wp_attached_file', '2021/12/bg-event.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (894, 4087, '_wp_attached_file', '2021/12/bg-event.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 4087, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:849;s:4:\"file\";s:20:\"2021/12/bg-event.jpg\";s:8:\"filesize\";i:1059199;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"bg-event-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13721;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-event-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3049;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"bg-event-600x265.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28724;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"bg-event-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10492;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"bg-event-1024x453.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-event-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"bg-event-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41186;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"bg-event-1536x679.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109496;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"bg-event-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17601;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"bg-event-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17789;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"bg-event-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82155;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"bg-event-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47329;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"bg-event-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16518;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"bg-event-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16518;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"bg-event-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3427;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"bg-event-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34402;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"bg-event-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1499;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"bg-event-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7148;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"bg-event-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18885;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"bg-event-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1865;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"bg-event-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18259;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"bg-event-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11611;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"bg-event-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33411;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 4087, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 4087, '_wxr_import_parent', 52);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 4087, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 4105, '_wp_attached_file', '2021/12/single-team-bg.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 4105, '_wp_attached_file', '2021/12/single-team-bg.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 4105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:849;s:4:\"file\";s:26:\"2021/12/single-team-bg.jpg\";s:8:\"filesize\";i:1283253;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"single-team-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:10754;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"single-team-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:2044;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"single-team-bg-600x265.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19851;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"single-team-bg-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6276;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"single-team-bg-1024x453.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"single-team-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:3532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"single-team-bg-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30450;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"single-team-bg-1536x679.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104764;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"single-team-bg-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12014;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:26:\"single-team-bg-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12654;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:27:\"single-team-bg-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75505;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:26:\"single-team-bg-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39182;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:26:\"single-team-bg-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12522;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:26:\"single-team-bg-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12522;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:25:\"single-team-bg-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2070;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:26:\"single-team-bg-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31362;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:24:\"single-team-bg-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1072;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:26:\"single-team-bg-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5747;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:26:\"single-team-bg-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16822;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:24:\"single-team-bg-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1351;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:26:\"single-team-bg-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16276;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:26:\"single-team-bg-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9721;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:26:\"single-team-bg-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33357;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 4105, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 4105, '_wxr_import_parent', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (904, 4105, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 4115, '_wp_attached_file', '2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 4115, '_wp_attached_file', '2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (907, 4115, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:1996586;s:8:\"filesize\";i:4458576;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:18;s:16:\"length_formatted\";s:4:\"0:18\";s:5:\"width\";i:960;s:6:\"height\";i:540;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1641999803;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (908, 4115, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (909, 4157, '_wp_attached_file', '2022/01/home_bg.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (910, 4157, '_wp_attached_file', '2022/01/home_bg.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (911, 4157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3840;s:6:\"height\";i:3398;s:4:\"file\";s:19:\"2022/01/home_bg.png\";s:8:\"filesize\";i:134298;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"home_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:11235;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"home_bg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2811;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"home_bg-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29735;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"home_bg-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11602;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"home_bg-1024x906.png\";s:5:\"width\";i:1024;s:6:\"height\";i:906;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"home_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:4619;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"home_bg-768x680.png\";s:5:\"width\";i:768;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"home_bg-1536x1359.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1359;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135653;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"home_bg-2048x1812.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1812;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224115;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"home_bg-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12061;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:19:\"home_bg-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13140;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"home_bg-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53995;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:19:\"home_bg-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30695;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:19:\"home_bg-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14037;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:19:\"home_bg-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14037;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"home_bg-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2889;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:19:\"home_bg-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29558;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"home_bg-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1456;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:19:\"home_bg-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4747;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:19:\"home_bg-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14443;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"home_bg-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1103;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:19:\"home_bg-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13764;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:19:\"home_bg-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8727;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:19:\"home_bg-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26548;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (912, 4157, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (913, 4157, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (914, 4158, '_wp_attached_file', '2022/01/home_bg2-scaled-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (915, 4158, '_wp_attached_file', '2022/01/home_bg2-scaled.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (916, 4158, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:969;s:4:\"file\";s:30:\"2022/01/home_bg2-scaled-1.jpeg\";s:8:\"filesize\";i:61515;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"home_bg2-scaled-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4043;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1167;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-600x227.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7314;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-300x114.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3048;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"home_bg2-scaled-1-1024x388.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-768x291.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10347;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"home_bg2-scaled-1-1536x581.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29598;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"home_bg2-scaled-1-2048x775.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4796;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4891;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:31:\"home_bg2-scaled-1-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23060;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12852;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4629;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4629;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:29:\"home_bg2-scaled-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1243;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10151;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:28:\"home_bg2-scaled-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:724;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2377;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5964;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:28:\"home_bg2-scaled-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:807;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5755;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3678;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:30:\"home_bg2-scaled-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10798;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 4158, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 4158, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 4159, '_wp_attached_file', '2022/01/home_bg3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 4159, '_wp_attached_file', '2022/01/home_bg3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 4159, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3462;s:6:\"height\";i:2080;s:4:\"file\";s:20:\"2022/01/home_bg3.png\";s:8:\"filesize\";i:37005;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"home_bg3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6974;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1774;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"home_bg3-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11404;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"home_bg3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4658;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"home_bg3-1024x615.png\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"home_bg3-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16397;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"home_bg3-1536x923.png\";s:5:\"width\";i:1536;s:6:\"height\";i:923;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46982;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"home_bg3-2048x1230.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74167;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg3-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6477;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"home_bg3-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6840;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"home_bg3-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30631;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"home_bg3-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17186;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"home_bg3-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7209;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"home_bg3-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7209;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"home_bg3-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1601;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"home_bg3-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15410;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"home_bg3-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:939;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"home_bg3-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3753;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"home_bg3-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9888;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"home_bg3-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:816;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"home_bg3-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9605;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"home_bg3-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6253;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"home_bg3-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18775;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 4159, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 4159, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 4160, '_wp_attached_file', '2022/01/home_bg4.png');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (925, 4160, '_wp_attached_file', '2022/01/home_bg4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 4160, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3838;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2022/01/home_bg4.png\";s:8:\"filesize\";i:15854;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"home_bg4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:732;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:248;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"home_bg4-600x281.png\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1731;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"home_bg4-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:922;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"home_bg4-1024x480.png\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"home_bg4-768x360.png\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2274;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"home_bg4-1536x720.png\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4842;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"home_bg4-2048x961.png\";s:5:\"width\";i:2048;s:6:\"height\";i:961;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7111;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg4-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:903;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"home_bg4-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"home_bg4-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3948;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"home_bg4-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1879;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"home_bg4-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:875;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"home_bg4-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:875;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"home_bg4-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:318;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"home_bg4-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1518;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"home_bg4-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"home_bg4-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:387;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"home_bg4-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:957;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"home_bg4-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"home_bg4-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:933;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"home_bg4-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:663;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"home_bg4-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1597;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 4160, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (928, 4160, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 4161, '_wp_attached_file', '2022/01/home_bg5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (930, 4161, '_wp_attached_file', '2022/01/home_bg5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (931, 4161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3520;s:6:\"height\";i:1528;s:4:\"file\";s:20:\"2022/01/home_bg5.png\";s:8:\"filesize\";i:85853;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"home_bg5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:254;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"home_bg5-600x260.png\";s:5:\"width\";i:600;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10370;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"home_bg5-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4195;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"home_bg5-1024x445.png\";s:5:\"width\";i:1024;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22996;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"home_bg5-768x333.png\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14836;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"home_bg5-1536x667.png\";s:5:\"width\";i:1536;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42893;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"home_bg5-2048x889.png\";s:5:\"width\";i:2048;s:6:\"height\";i:889;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68820;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"home_bg5-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:913;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"home_bg5-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:21:\"home_bg5-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18842;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:20:\"home_bg5-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4189;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"home_bg5-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:282;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"home_bg5-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:282;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"home_bg5-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"home_bg5-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:675;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"home_bg5-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"home_bg5-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"home_bg5-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"home_bg5-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"home_bg5-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:373;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"home_bg5-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:237;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"home_bg5-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:743;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (932, 4161, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (933, 4161, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (934, 4163, '_wp_attached_file', '2022/01/play.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (935, 4163, '_wp_attached_file', '2022/01/play.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (936, 4163, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:345;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (938, 4163, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (939, 4163, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (940, 4169, '_wp_attached_file', '2022/01/cup.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (941, 4169, '_wp_attached_file', '2022/01/cup.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (942, 4169, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:8988;s:5:\"width\";d:101;s:6:\"height\";d:108;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (944, 4169, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (945, 4169, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (946, 4172, '_wp_attached_file', '2022/01/Map.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (947, 4172, '_wp_attached_file', '2022/01/Map.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (948, 4172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3840;s:6:\"height\";i:1700;s:4:\"file\";s:15:\"2022/01/Map.png\";s:8:\"filesize\";i:40025;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"Map-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:631;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"Map-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"Map-600x266.png\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3249;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"Map-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1666;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"Map-1024x453.png\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"Map-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4245;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"Map-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9454;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"Map-2048x907.png\";s:5:\"width\";i:2048;s:6:\"height\";i:907;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13677;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"Map-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1761;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:15:\"Map-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1156;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:16:\"Map-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7026;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:15:\"Map-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4073;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:15:\"Map-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:760;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:15:\"Map-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:760;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:14:\"Map-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:524;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:15:\"Map-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1233;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:13:\"Map-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:15:\"Map-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:15:\"Map-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:827;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:13:\"Map-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:15:\"Map-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:820;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:15:\"Map-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:626;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:15:\"Map-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1222;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (949, 4172, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (950, 4172, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (951, 4172, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (952, 4209, '_wp_attached_file', '2022/01/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (953, 4209, '_wp_attached_file', '2022/01/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (954, 4209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:1016;s:4:\"file\";s:87:\"2022/01/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg\";s:8:\"filesize\";i:66413;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14254;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-600x469.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31733;}s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-300x234.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12188;}s:5:\"large\";a:5:{s:4:\"file\";s:88:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-1024x800.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67590;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-768x600.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44805;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14882;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15653;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:88:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64255;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38495;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15869;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15869;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:86:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33416;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:85:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1618;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8007;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20420;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:85:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2011;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19778;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12713;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:87:\"religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36224;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (955, 4209, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (956, 4209, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (957, 4209, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (958, 4226, '_wp_attached_file', '2022/01/pastor_home-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (959, 4226, '_wp_attached_file', '2022/01/pastor_home-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (960, 4226, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1160;s:6:\"height\";i:1738;s:4:\"file\";s:27:\"2022/01/pastor_home-1-1.png\";s:8:\"filesize\";i:708883;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"pastor_home-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146631;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17170;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-600x899.png\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:718941;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83485;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"pastor_home-1-1-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:928181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37077;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"pastor_home-1-1-768x1151.png\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1167233;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"pastor_home-1-1-1025x1536.png\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2046337;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173370;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181119;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:28:\"pastor_home-1-1-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1391854;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:668638;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176401;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176401;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:26:\"pastor_home-1-1-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18007;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:501141;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:25:\"pastor_home-1-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6560;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64429;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243093;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:25:\"pastor_home-1-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9181;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234950;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124928;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:27:\"pastor_home-1-1-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531876;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (961, 4226, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (962, 4226, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (963, 4226, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (964, 4327, '_wp_attached_file', '2022/01/Map-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (965, 4327, '_wp_attached_file', '2022/01/Map-1-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 4327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:3840;s:6:\"height\";i:1700;s:4:\"file\";s:19:\"2022/01/Map-1-1.png\";s:8:\"filesize\";i:302626;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Map-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23686;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Map-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4361;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"Map-1-1-600x266.png\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32167;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Map-1-1-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11962;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Map-1-1-1024x453.png\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Map-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7465;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Map-1-1-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43644;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Map-1-1-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131984;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Map-1-1-2048x907.png\";s:5:\"width\";i:2048;s:6:\"height\";i:907;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231951;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"Map-1-1-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25276;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:19:\"Map-1-1-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26515;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"Map-1-1-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113636;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:19:\"Map-1-1-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67513;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:19:\"Map-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26573;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:19:\"Map-1-1-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26573;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Map-1-1-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4377;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:19:\"Map-1-1-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57704;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Map-1-1-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2176;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:19:\"Map-1-1-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10545;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:19:\"Map-1-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34003;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Map-1-1-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2868;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:19:\"Map-1-1-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33382;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:19:\"Map-1-1-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21512;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:19:\"Map-1-1-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61475;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 4327, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (968, 4327, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (969, 4327, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (970, 4329, '_wp_attached_file', '2022/01/circle1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (971, 4329, '_wp_attached_file', '2022/01/circle1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (972, 4329, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:396;s:5:\"width\";d:40;s:6:\"height\";d:39;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (974, 4329, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (975, 4329, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (976, 4331, '_wp_attached_file', '2022/01/circle3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (977, 4331, '_wp_attached_file', '2022/01/circle3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (978, 4331, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:392;s:5:\"width\";d:32;s:6:\"height\";d:32;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (980, 4331, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (981, 4331, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (982, 4340, '_wp_attached_file', '2022/01/transparent.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (983, 4340, '_wp_attached_file', '2022/01/transparent.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (984, 4340, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:52;s:6:\"height\";i:52;s:4:\"file\";s:23:\"2022/01/transparent.png\";s:8:\"filesize\";i:111;s:5:\"sizes\";a:0:{}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (985, 4340, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (986, 4340, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (987, 4477, '_wp_attached_file', '2022/01/3.mp4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (988, 4477, '_wp_attached_file', '2022/01/3.mp4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (989, 4477, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:2252331;s:8:\"filesize\";i:4218102;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:15;s:16:\"length_formatted\";s:4:\"0:15\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (990, 4477, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (991, 4584, '_wp_attached_file', '2022/01/Vector.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (992, 4584, '_wp_attached_file', '2022/01/Vector.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (993, 4584, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1314;s:5:\"width\";d:47;s:6:\"height\";d:59;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (995, 4584, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (996, 4584, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (997, 4584, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (998, 4699, '_wp_attached_file', '2022/01/services.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (999, 4699, '_wp_attached_file', '2022/01/services.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1000, 4699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:624;s:4:\"file\";s:21:\"2022/01/services.jpeg\";s:8:\"filesize\";i:24114;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"services-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8897;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"services-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2061;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"services-600x535.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20563;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"services-300x267.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"services-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3430;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"services-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9958;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:21:\"services-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10125;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:21:\"services-700x500.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23971;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:21:\"services-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9748;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:21:\"services-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9748;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:20:\"services-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2118;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:21:\"services-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20403;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:19:\"services-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1155;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:21:\"services-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5715;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:21:\"services-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13146;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:19:\"services-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1551;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:21:\"services-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12979;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:21:\"services-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8562;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:21:\"services-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22257;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1001, 4699, '_wp_attachment_image_alt', 'services');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1002, 4699, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1003, 4700, '_wp_attached_file', '2022/01/logo.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1004, 4700, '_wp_attached_file', '2022/01/logo.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1005, 4700, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:11605;s:5:\"width\";d:101;s:6:\"height\";d:34;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1007, 4700, '_wp_attachment_image_alt', 'logo');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1008, 4700, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1009, 4721, '_wp_attached_file', '2022/01/white_bg.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1010, 4721, '_wp_attached_file', '2022/01/white_bg.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1011, 4721, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:173;s:5:\"width\";d:350;s:6:\"height\";d:94;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1013, 4721, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1014, 4721, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1015, 4725, '_wp_attached_file', '2022/01/white2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1016, 4725, '_wp_attached_file', '2022/01/white2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1017, 4725, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:181;s:5:\"width\";d:350;s:6:\"height\";d:184;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1019, 4725, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1020, 4725, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1021, 4725, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1022, 4745, '_wp_attached_file', '2022/01/cross.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1023, 4745, '_wp_attached_file', '2022/01/cross.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1024, 4745, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1068;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1026, 4745, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1027, 4745, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1028, 4745, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1029, 4746, '_wp_attached_file', '2022/01/cup-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1030, 4746, '_wp_attached_file', '2022/01/cup-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1031, 4746, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1254;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1033, 4746, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1034, 4746, '_wxr_import_parent', 20);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1035, 4746, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1036, 4747, '_wp_attached_file', '2022/01/dove.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1037, 4747, '_wp_attached_file', '2022/01/dove.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1038, 4747, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1143;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1040, 4747, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1041, 4747, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1042, 4747, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1043, 4748, '_wp_attached_file', '2022/01/heart.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1044, 4748, '_wp_attached_file', '2022/01/heart.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1045, 4748, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:983;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1047, 4748, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1048, 4748, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1049, 4748, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1050, 4752, '_wp_attached_file', '2022/01/services.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1051, 4752, '_wp_attached_file', '2022/01/services.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1052, 4752, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1573;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1054, 4752, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1055, 4752, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1056, 4752, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1057, 4754, '_wp_attached_file', '2022/01/strong.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1058, 4754, '_wp_attached_file', '2022/01/strong.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1059, 4754, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1503;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1061, 4754, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1062, 4754, '_wxr_import_parent', 54);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1063, 4754, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1064, 4758, '_wp_attached_file', '2022/01/hello.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1065, 4758, '_wp_attached_file', '2022/01/hello.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 4758, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3117;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 4758, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1069, 4758, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1070, 4758, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1071, 4759, '_wp_attached_file', '2022/01/book.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1072, 4759, '_wp_attached_file', '2022/01/book.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1073, 4759, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1642;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1075, 4759, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1076, 4759, '_wxr_import_parent', 46);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1077, 4759, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 4768, '_wp_attached_file', '2022/01/policy.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 4768, '_wp_attached_file', '2022/01/policy.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1080, 4768, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:484;s:5:\"width\";d:71;s:6:\"height\";d:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1082, 4768, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 4768, '_wxr_import_parent', 3);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1084, 4768, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1085, 4804, '_wp_attached_file', '2021/10/burger.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1086, 4804, '_wp_attached_file', '2021/10/burger.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1087, 4804, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:286;s:5:\"width\";d:27;s:6:\"height\";d:25;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1089, 4804, '_wp_attachment_image_alt', 'burger');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1090, 4804, '_wxr_import_parent', 24);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1091, 4804, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1092, 4864, '_wp_attached_file', '2022/01/Group-2023-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1093, 4864, '_wp_attached_file', '2022/01/Group-2023-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1094, 4864, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:572;s:6:\"height\";i:482;s:4:\"file\";s:24:\"2022/01/Group-2023-2.png\";s:8:\"filesize\";i:44232;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Group-2023-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24803;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4270;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25372;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8097;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32814;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33777;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33427;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33427;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Group-2023-2-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4869;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Group-2023-2-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1908;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6963;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30550;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Group-2023-2-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1048;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28046;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15955;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:24:\"Group-2023-2-570x482.png\";s:5:\"width\";i:570;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58413;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1095, 4864, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1096, 4864, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1097, 4904, '_wp_attached_file', '2022/01/Subtract.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1098, 4904, '_wp_attached_file', '2022/01/Subtract.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1099, 4904, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:476;s:4:\"file\";s:20:\"2022/01/Subtract.png\";s:8:\"filesize\";i:1023;s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Subtract-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1305;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Subtract-600x408.png\";s:5:\"width\";i:600;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2242;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Subtract-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:639;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Subtract-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1140;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"Subtract-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1224;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"Subtract-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1289;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"Subtract-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1289;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"Subtract-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:359;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:20:\"Subtract-600x476.png\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1875;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"Subtract-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"Subtract-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"Subtract-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1796;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"Subtract-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:322;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"Subtract-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1796;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"Subtract-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1338;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:20:\"Subtract-570x476.png\";s:5:\"width\";i:570;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1849;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1100, 4904, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1101, 4904, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1102, 4904, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1103, 4938, '_wp_attached_file', '2022/01/com1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1104, 4938, '_wp_attached_file', '2022/01/com1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1105, 4938, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:153;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1106, 4938, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1107, 4938, '_wxr_import_parent', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1108, 4938, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1109, 4942, '_wp_attached_file', '2022/01/col2.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1110, 4942, '_wp_attached_file', '2022/01/col2.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1111, 4942, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2022/01/col2.jpeg\";s:8:\"filesize\";i:10052;s:5:\"sizes\";a:3:{s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:15:\"col2-90x85.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2726;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:15:\"col2-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1594;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:15:\"col2-60x90.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2563;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1112, 4942, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1113, 4942, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1114, 4943, '_wp_attached_file', '2022/01/col3.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1115, 4943, '_wp_attached_file', '2022/01/col3.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1116, 4943, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2022/01/col3.jpeg\";s:8:\"filesize\";i:9512;s:5:\"sizes\";a:3:{s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:15:\"col3-90x85.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2588;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:15:\"col3-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1545;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:15:\"col3-60x90.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2446;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1117, 4943, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1118, 4943, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1119, 4944, '_wp_attached_file', '2022/01/col4.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1120, 4944, '_wp_attached_file', '2022/01/col4.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1121, 4944, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2022/01/col4.jpeg\";s:8:\"filesize\";i:11815;s:5:\"sizes\";a:3:{s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:15:\"col4-90x85.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3150;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:15:\"col4-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1711;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:15:\"col4-60x90.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2630;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1122, 4944, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1123, 4944, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1124, 4945, '_wp_attached_file', '2022/01/col5.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1125, 4945, '_wp_attached_file', '2022/01/col5.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1126, 4945, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2022/01/col5.jpeg\";s:8:\"filesize\";i:9560;s:5:\"sizes\";a:3:{s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:15:\"col5-90x85.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2650;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:15:\"col5-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1536;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:15:\"col5-60x90.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2557;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1127, 4945, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1128, 4945, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1129, 4956, '_wp_attached_file', '2022/01/logo1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1130, 4956, '_wp_attached_file', '2022/01/logo1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1131, 4956, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:2564;s:5:\"width\";d:42;s:6:\"height\";d:68;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1133, 4956, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1134, 4956, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1135, 4956, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1136, 4958, '_wp_attached_file', '2022/01/logo2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1137, 4958, '_wp_attached_file', '2022/01/logo2.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1138, 4958, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:9831;s:5:\"width\";d:55;s:6:\"height\";d:70;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1140, 4958, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1141, 4958, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1142, 4959, '_wp_attached_file', '2022/01/logo3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 4959, '_wp_attached_file', '2022/01/logo3.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 4959, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:8337;s:5:\"width\";d:47;s:6:\"height\";d:73;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1146, 4959, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1147, 4959, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1148, 4961, '_wp_attached_file', '2022/01/logo5.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1149, 4961, '_wp_attached_file', '2022/01/logo5.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1150, 4961, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:14640;s:5:\"width\";d:42;s:6:\"height\";d:57;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 4961, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 4961, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 4962, '_wp_attached_file', '2022/01/logo6.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 4962, '_wp_attached_file', '2022/01/logo6.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 4962, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1891;s:5:\"width\";d:46;s:6:\"height\";d:59;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1158, 4962, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 4962, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1160, 4963, '_wp_attached_file', '2022/01/logo7.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 4963, '_wp_attached_file', '2022/01/logo7.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1162, 4963, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4894;s:5:\"width\";i:53;s:6:\"height\";i:74;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 4963, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1165, 4963, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1166, 4964, '_wp_attached_file', '2022/01/logo8.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1167, 4964, '_wp_attached_file', '2022/01/logo8.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1168, 4964, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4429;s:5:\"width\";i:55;s:6:\"height\";i:62;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1170, 4964, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1171, 4964, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 4965, '_wp_attached_file', '2022/01/logo9.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 4965, '_wp_attached_file', '2022/01/logo9.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 4965, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1854;s:5:\"width\";i:61;s:6:\"height\";i:59;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1176, 4965, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1177, 4965, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1178, 4967, '_wp_attached_file', '2022/01/logo11.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1179, 4967, '_wp_attached_file', '2022/01/logo11.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 4967, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:7807;s:5:\"width\";i:78;s:6:\"height\";i:66;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 4967, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 4967, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1184, 5, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1185, 5, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1186, 5, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1187, 5, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1188, 5, '_elementor_page_settings', 'a:18:{s:16:\"site_description\";s:0:\"\";s:9:\"site_name\";s:16:\"BellaVie Rewards\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:168:\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\";s:2:\"id\";i:6284;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:153:\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات-.png\";s:2:\"id\";i:6284;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:24:\"woocommerce_cart_page_id\";s:1:\"9\";s:28:\"woocommerce_checkout_page_id\";s:2:\"10\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"10\";s:25:\"woocommerce_terms_page_id\";s:0:\"\";s:24:\"woocommerce_shop_page_id\";s:1:\"8\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1189, 5, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1190, 2492, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1191, 3421, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1192, 4968, '_wp_attached_file', '2022/01/logo12.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1193, 4968, '_wp_attached_file', '2022/01/logo12.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1194, 4968, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:16335;s:5:\"width\";i:54;s:6:\"height\";i:68;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 4968, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 4968, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1198, 4969, '_wp_attached_file', '2022/01/logo-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1199, 4969, '_wp_attached_file', '2022/01/logo-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1200, 4969, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:4371;s:5:\"width\";i:60;s:6:\"height\";i:60;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1202, 4969, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 4969, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1204, 4969, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1205, 4983, '_wp_attached_file', '2022/01/logo13.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1206, 4983, '_wp_attached_file', '2022/01/logo13.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1207, 4983, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3383;s:5:\"width\";i:61;s:6:\"height\";i:61;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1209, 4983, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1210, 4983, '_wxr_import_parent', 2298);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1211, 4983, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1212, 5127, '_wp_attached_file', '2022/01/play-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1213, 5127, '_wp_attached_file', '2022/01/play-1.svg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1214, 5127, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:345;s:5:\"width\";i:71;s:6:\"height\";i:71;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1216, 5127, '_wp_attachment_image_alt', 'play');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1217, 5127, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1218, 5403, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1219, 5605, '_wp_attached_file', '2022/01/blog4.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1220, 5605, '_wp_attached_file', '2022/01/blog4.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1221, 5605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog4.jpeg\";s:8:\"filesize\";i:89598;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog4-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16428;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog4-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3259;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog4-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41602;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog4-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14541;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog4-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog4-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61279;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog4-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18440;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog4-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18949;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog4-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95561;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog4-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53093;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog4-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18361;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog4-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18361;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog4-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3335;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog4-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41647;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog4-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1572;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog4-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9504;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog4-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25068;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog4-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2183;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog4-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24333;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog4-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15138;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog4-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45433;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1222, 5605, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1223, 5605, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1224, 5606, '_wp_attached_file', '2022/01/blog5.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1225, 5606, '_wp_attached_file', '2022/01/blog5.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1226, 5606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog5.jpeg\";s:8:\"filesize\";i:96935;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog5-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16561;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog5-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3300;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog5-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43231;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog5-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14819;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog5-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5789;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog5-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63877;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog5-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18506;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog5-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19021;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog5-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83345;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog5-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51469;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog5-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18934;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog5-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18934;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog5-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3468;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog5-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43233;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog5-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1578;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog5-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9582;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog5-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25936;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog5-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2209;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog5-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25254;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog5-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15530;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog5-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47495;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1227, 5606, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1228, 5606, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1229, 5607, '_wp_attached_file', '2022/01/blog6.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1230, 5607, '_wp_attached_file', '2022/01/blog6.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1231, 5607, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog6.jpeg\";s:8:\"filesize\";i:127519;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog6-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21245;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog6-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3746;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog6-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59728;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog6-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19450;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog6-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog6-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6879;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog6-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88633;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog6-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22611;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog6-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24041;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog6-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99567;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog6-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63030;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog6-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25256;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog6-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25256;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog6-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3887;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog6-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59614;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog6-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1697;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog6-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10260;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog6-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31643;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog6-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2058;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog6-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30255;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog6-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18041;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog6-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60308;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1232, 5607, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1233, 5607, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1234, 5608, '_wp_attached_file', '2022/01/blog7.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1235, 5608, '_wp_attached_file', '2022/01/blog7.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1236, 5608, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog7.jpeg\";s:8:\"filesize\";i:101523;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog7-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19372;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog7-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog7-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51356;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog7-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18094;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog7-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog7-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6897;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog7-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog7-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21786;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog7-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22761;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog7-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103785;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog7-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60663;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog7-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22997;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog7-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22997;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog7-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3962;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog7-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51269;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog7-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1918;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog7-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10171;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog7-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27683;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog7-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2351;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog7-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26465;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog7-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16459;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog7-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50692;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1237, 5608, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1238, 5608, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1239, 5609, '_wp_attached_file', '2022/01/blog8.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1240, 5609, '_wp_attached_file', '2022/01/blog8.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1241, 5609, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog8.jpeg\";s:8:\"filesize\";i:117443;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog8-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20571;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog8-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog8-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51411;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog8-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18450;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog8-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog8-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74468;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog8-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21570;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog8-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22695;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog8-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101720;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog8-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59138;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog8-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23272;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog8-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23272;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog8-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4212;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog8-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51393;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog8-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2049;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog8-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12060;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog8-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31260;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog8-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2755;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog8-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30424;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog8-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19085;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog8-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55699;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1242, 5609, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1243, 5609, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1244, 5610, '_wp_attached_file', '2022/01/blog9.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1245, 5610, '_wp_attached_file', '2022/01/blog9.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1246, 5610, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2022/01/blog9.jpeg\";s:8:\"filesize\";i:104063;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"blog9-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22708;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"blog9-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4227;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"blog9-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57277;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"blog9-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20276;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"blog9-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blog9-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"blog9-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82152;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"blog9-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24253;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"blog9-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25238;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"blog9-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108992;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"blog9-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65188;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"blog9-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25882;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"blog9-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25882;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:17:\"blog9-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4169;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"blog9-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57207;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:16:\"blog9-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1968;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"blog9-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12314;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"blog9-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33565;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:16:\"blog9-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2648;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"blog9-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32455;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"blog9-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20264;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"blog9-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60074;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1247, 5610, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1248, 5610, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1249, 5611, '_wp_attached_file', '2022/01/blog10.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1250, 5611, '_wp_attached_file', '2022/01/blog10.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1251, 5611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:19:\"2022/01/blog10.jpeg\";s:8:\"filesize\";i:57145;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog10-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12370;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog10-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2881;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog10-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29598;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog10-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11038;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"blog10-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog10-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog10-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42392;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"blog10-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12304;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:19:\"blog10-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13148;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"blog10-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51887;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:19:\"blog10-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31847;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:19:\"blog10-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13780;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:19:\"blog10-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13780;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"blog10-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2756;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:19:\"blog10-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29556;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"blog10-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1523;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:19:\"blog10-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7263;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:19:\"blog10-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18053;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"blog10-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1939;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:19:\"blog10-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17671;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:19:\"blog10-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11335;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:19:\"blog10-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31951;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1252, 5611, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1253, 5611, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1254, 5612, '_wp_attached_file', '2022/01/blog11.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1255, 5612, '_wp_attached_file', '2022/01/blog11.jpeg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1256, 5612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:19:\"2022/01/blog11.jpeg\";s:8:\"filesize\";i:100871;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog11-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19774;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog11-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3895;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog11-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51418;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog11-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17785;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"blog11-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog11-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog11-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74978;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"blog11-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20556;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:19:\"blog11-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21711;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"blog11-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98971;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:19:\"blog11-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57993;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:19:\"blog11-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22504;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:19:\"blog11-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22504;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"blog11-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3739;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:19:\"blog11-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51017;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"blog11-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1846;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:19:\"blog11-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11876;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:19:\"blog11-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30559;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"blog11-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2659;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:19:\"blog11-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30005;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:19:\"blog11-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18738;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:19:\"blog11-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54726;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1257, 5612, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1258, 5612, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1259, 5613, '_wp_attached_file', '2022/01/blog12.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1260, 5613, '_wp_attached_file', '2022/01/blog12.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1261, 5613, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:19:\"2022/01/blog12.jpeg\";s:8:\"filesize\";i:108641;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"blog12-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21575;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"blog12-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4023;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"blog12-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55433;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"blog12-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19240;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"blog12-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"blog12-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"blog12-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80023;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"blog12-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23116;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:19:\"blog12-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24181;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:20:\"blog12-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105271;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:19:\"blog12-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63503;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:19:\"blog12-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24744;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:19:\"blog12-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24744;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"blog12-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4003;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:19:\"blog12-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55441;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"blog12-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1910;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:19:\"blog12-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11747;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:19:\"blog12-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31977;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"blog12-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2558;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:19:\"blog12-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30938;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:19:\"blog12-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19191;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:19:\"blog12-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57759;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1262, 5613, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1263, 5613, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1264, 5614, '_wp_attached_file', '2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1265, 5614, '_wp_attached_file', '2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1266, 5614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:65:\"2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg\";s:8:\"filesize\";i:93377;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16623;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3456;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42267;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14970;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"closeup-shot-male-sitting-park-while-holding-bible-2-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5981;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62551;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17776;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18654;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:66:\"closeup-shot-male-sitting-park-while-holding-bible-2-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95634;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51711;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18872;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18872;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:64:\"closeup-shot-male-sitting-park-while-holding-bible-2-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3477;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42241;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:63:\"closeup-shot-male-sitting-park-while-holding-bible-2-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1722;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9286;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24973;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:63:\"closeup-shot-male-sitting-park-while-holding-bible-2-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2194;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24278;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14919;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:65:\"closeup-shot-male-sitting-park-while-holding-bible-2-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46441;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1267, 5614, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1268, 5614, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1269, 5615, '_wp_attached_file', '2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1270, 5615, '_wp_attached_file', '2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1271, 5615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:82:\"2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg\";s:8:\"filesize\";i:72866;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16850;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3684;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40815;}s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15091;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58747;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17405;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18467;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:83:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76350;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45944;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19013;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19013;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:81:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3555;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40840;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:80:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1805;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9737;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24929;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:80:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2359;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24300;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15415;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:82:\"closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44019;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1272, 5615, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1273, 5615, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1274, 5616, '_wp_attached_file', '2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1275, 5616, '_wp_attached_file', '2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1276, 5616, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1225;s:6:\"height\";i:1044;s:4:\"file\";s:64:\"2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg\";s:8:\"filesize\";i:103584;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19782;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4009;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51905;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-300x256.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18346;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-1-1024x873.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-768x655.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75421;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22151;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23032;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:65:\"shot-people-sitting-near-each-other-reading-bible-1-1150x670.jpeg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105589;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61771;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23301;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23301;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:63:\"shot-people-sitting-near-each-other-reading-bible-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4032;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51944;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:62:\"shot-people-sitting-near-each-other-reading-bible-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1928;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10413;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28328;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:62:\"shot-people-sitting-near-each-other-reading-bible-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2446;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27041;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16990;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:64:\"shot-people-sitting-near-each-other-reading-bible-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52200;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1277, 5616, '_wp_attachment_image_alt', 'image');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1278, 5616, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1279, 24, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1280, 24, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1281, 24, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1282, 24, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1283, 24, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1284, 24, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 24, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1287, 24, '_wp_old_slug', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1288, 24, '_wp_old_slug', 'header-without-breadcrumb');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1289, 24, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1290, 24, '_jet_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1291, 24, '_jet_template_content_type', 'elementor');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1292, 24, '_jet_template_conditions', 'a:2:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808d1c41\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"20\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808d1c44\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1295, 34, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1296, 34, '_elementor_template_type', 'jet-popup');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1297, 34, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1298, 34, '_elementor_data', '[{\"id\":\"1329bc5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"_id\":\"2841c3e\"}],\"content_width\":{\"unit\":\"px\",\"size\":773,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f5f6b94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":12,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets_tablet\":20},\"elements\":[{\"id\":\"8341d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What are you looking for?\",\"jet_tricks_widget_satellite_image\":{\"id\":30,\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/placeholder.png\"},\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88f68b1\",\"elType\":\"widget\",\"settings\":{\"search_placeholder\":\"Search this store\",\"search_submit_label\":\"Search\",\"selected_search_submit_icon\":{\"value\":\"\",\"library\":\"\"},\"is_product_search\":\"true\",\"form_input_typography_typography\":\"custom\",\"form_input_typography_font_family\":\"DM Sans\",\"form_input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"form_input_typography_font_weight\":\"400\",\"form_input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"form_input_bg_color\":\"#F7F7F7\",\"form_input_color\":\"#202020\",\"form_input_placeholder_color\":\"#202020\",\"form_input_box_shadow_box_shadow_type\":\"yes\",\"form_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"form_input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"53\",\"bottom\":\"16\",\"left\":\"23\",\"isLinked\":false},\"form_input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"form_input_border_border\":\"solid\",\"form_input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"form_input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"form_submit_typography_typography\":\"custom\",\"form_submit_typography_font_family\":\"DM Sans\",\"form_submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"form_submit_typography_font_weight\":\"700\",\"form_submit_typography_text_transform\":\"uppercase\",\"form_submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"form_submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"form_submit_bg_color\":\"#FB571C\",\"form_submit_color\":\"#FFFFFF\",\"form_submit_bg_color_hover\":\"#202020\",\"form_submit_color_hover\":\"#FFFFFF\",\"form_submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"form_submit_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"form_submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-search\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1299, 34, '_elementor_page_settings', 'a:35:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:23:\"container_custom_height\";s:0:\"\";s:16:\"container_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:347;s:5:\"sizes\";a:0:{}}s:23:\"container_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:41:\"close_button_box_transform_popover_toggle\";s:6:\"custom\";s:38:\"close_button_box_transform_translate_x\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-20;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_transform_translate_y\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_popover_toggle\";s:6:\"custom\";s:40:\"close_button_box_style_normal_background\";s:5:\"color\";s:35:\"close_button_box_style_normal_color\";s:7:\"#FFFFFF\";s:25:\"jet_popup_custom_selector\";s:7:\".custom\";s:27:\"jet_popup_prevent_scrolling\";s:3:\"yes\";s:27:\"jet_popup_vertical_position\";s:10:\"flex-start\";s:17:\"container_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:16:\"container_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:45:\"close_button_box_transform_translate_x_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-15;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_x_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-15;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_box_font_color\";s:7:\"#C4C4C4\";s:43:\"close_button_box_style_normal_box_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_style_normal_box_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:47:\"close_button_box_style_normal_box_border_radius\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:46:\"close_button_box_style_normal_allow_box_shadow\";s:3:\"yes\";s:40:\"close_button_box_style_normal_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:6;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.07)\";}s:43:\"close_button_box_style_hover_popover_toggle\";s:6:\"custom\";s:43:\"close_button_box_style_hover_box_font_color\";s:7:\"#FFFFFF\";s:39:\"close_button_box_style_hover_background\";s:5:\"color\";s:34:\"close_button_box_style_hover_color\";s:7:\"#202020\";s:45:\"close_button_box_style_hover_allow_box_shadow\";s:3:\"yes\";s:39:\"close_button_box_style_hover_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;s:4:\"blur\";i:10;s:6:\"spread\";i:0;s:5:\"color\";s:16:\"rgba(0, 0, 0, 0)\";}s:29:\"overlay_background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#0000004D\";s:32:\"container_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"container_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:4;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.09)\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1300, 34, '_wp_old_slug', 'classic');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1301, 34, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1303, 34, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1304, 34, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"widget_jet_tricks\";a:1:{s:33:\"jet_tricks_widget_satellite_image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}}}s:10:\"jet-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:31:\"section_search_general_settings\";a:4:{s:18:\"search_placeholder\";i:1;s:19:\"search_submit_label\";i:1;s:27:\"selected_search_submit_icon\";i:1;s:17:\"is_product_search\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_form_style\";a:29:{s:32:\"form_input_typography_typography\";i:1;s:33:\"form_input_typography_font_family\";i:1;s:31:\"form_input_typography_font_size\";i:1;s:33:\"form_input_typography_font_weight\";i:1;s:33:\"form_input_typography_line_height\";i:1;s:19:\"form_input_bg_color\";i:1;s:16:\"form_input_color\";i:1;s:28:\"form_input_placeholder_color\";i:1;s:37:\"form_input_box_shadow_box_shadow_type\";i:1;s:32:\"form_input_box_shadow_box_shadow\";i:1;s:18:\"form_input_padding\";i:1;s:17:\"form_input_margin\";i:1;s:24:\"form_input_border_border\";i:1;s:23:\"form_input_border_width\";i:1;s:24:\"form_input_border_radius\";i:1;s:33:\"form_submit_typography_typography\";i:1;s:34:\"form_submit_typography_font_family\";i:1;s:32:\"form_submit_typography_font_size\";i:1;s:34:\"form_submit_typography_font_weight\";i:1;s:37:\"form_submit_typography_text_transform\";i:1;s:34:\"form_submit_typography_line_height\";i:1;s:37:\"form_submit_typography_letter_spacing\";i:1;s:20:\"form_submit_bg_color\";i:1;s:17:\"form_submit_color\";i:1;s:26:\"form_submit_bg_color_hover\";i:1;s:23:\"form_submit_color_hover\";i:1;s:19:\"form_submit_padding\";i:1;s:18:\"form_submit_margin\";i:1;s:25:\"form_submit_border_radius\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:21:\"space_between_widgets\";i:1;s:28:\"space_between_widgets_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1305, 34, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1306, 39, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1307, 39, '_elementor_template_type', 'jet-popup');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1308, 39, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1309, 39, '_elementor_data', '[{\"id\":\"b5f7ae2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c107806\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"8cbd55f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34de48f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-1445.png\",\"id\":2571,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"060ac1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"38\",\"bottom\":\"30\",\"left\":\"3\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c859e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to our newsletter\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed6249\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec justo eget felis faciilisis fermentumna. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5804013\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"E-mail\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"87ac7df\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"249a99f\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"ecba889\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"48c3c30\"}],\"redirect_url\":\"#\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"53\",\"bottom\":\"16\",\"left\":\"23\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"15\",\"bottom\":\"16\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_bg_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_hover_bg_color\":\"#202020\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FF0000\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1310, 39, '_elementor_page_settings', 'a:36:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:716;s:5:\"sizes\";a:0:{}}s:23:\"container_custom_height\";s:0:\"\";s:16:\"container_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"container_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:41:\"close_button_box_transform_popover_toggle\";s:6:\"custom\";s:44:\"close_button_box_style_normal_popover_toggle\";s:6:\"custom\";s:40:\"close_button_box_style_normal_background\";s:5:\"color\";s:35:\"close_button_box_style_normal_color\";s:7:\"#FFFFFF\";s:25:\"jet_popup_custom_selector\";s:7:\".custom\";s:27:\"jet_popup_prevent_scrolling\";s:0:\"\";s:31:\"container_background_background\";s:7:\"classic\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:17:\"container_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"container_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:32:\"container_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"container_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:4;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.09)\";}s:45:\"close_button_box_transform_translate_x_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_x_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-14;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:29:\"overlay_background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#0000004D\";s:38:\"close_button_box_transform_translate_x\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_transform_translate_y\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_box_font_color\";s:7:\"#C4C4C4\";s:43:\"close_button_box_style_normal_box_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_style_normal_box_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:47:\"close_button_box_style_normal_box_border_radius\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:46:\"close_button_box_style_normal_allow_box_shadow\";s:3:\"yes\";s:40:\"close_button_box_style_normal_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:6;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.07)\";}s:43:\"close_button_box_style_hover_popover_toggle\";s:6:\"custom\";s:43:\"close_button_box_style_hover_box_font_color\";s:7:\"#FFFFFF\";s:39:\"close_button_box_style_hover_background\";s:5:\"color\";s:34:\"close_button_box_style_hover_color\";s:7:\"#202020\";s:18:\"jet_popup_use_ajax\";s:0:\"\";s:22:\"jet_popup_open_trigger\";s:9:\"page-load\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1311, 39, '_wp_old_slug', 'classic');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1312, 39, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1314, 39, '_elementor_version', '3.5.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1315, 39, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:16:{s:18:\"input_width_mobile\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:16:{s:19:\"button_width_mobile\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:32:\"button_typography_letter_spacing\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1318, 372, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1319, 372, '_elementor_template_type', 'jet-popup');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1320, 372, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1321, 372, '_elementor_data', '[{\"id\":\"3381354\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"12e766a\"}]},\"elements\":[{\"id\":\"e311898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a6a9e2\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/elderly-man-with-microphone-his-hand-during-speech-presentation-1.jpg\",\"id\":2537,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-video\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1322, 372, '_elementor_page_settings', 'a:32:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:781;s:5:\"sizes\";a:0:{}}s:23:\"container_custom_height\";s:0:\"\";s:16:\"container_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:347;s:5:\"sizes\";a:0:{}}s:23:\"container_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"30\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"30\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:1;}s:41:\"close_button_box_transform_popover_toggle\";s:6:\"custom\";s:38:\"close_button_box_transform_translate_x\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_transform_translate_y\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_popover_toggle\";s:6:\"custom\";s:40:\"close_button_box_style_normal_background\";s:5:\"color\";s:35:\"close_button_box_style_normal_color\";s:7:\"#FFFFFF\";s:25:\"jet_popup_custom_selector\";s:7:\".custom\";s:27:\"jet_popup_prevent_scrolling\";s:3:\"yes\";s:29:\"jet_popup_horizontal_position\";s:0:\"\";s:26:\"jet_popup_content_position\";s:6:\"center\";s:17:\"container_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"container_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:45:\"close_button_box_transform_translate_x_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-15;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_x_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-15;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-45;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-45;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_box_font_color\";s:7:\"#C4C4C4\";s:43:\"close_button_box_style_normal_box_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_style_normal_box_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:47:\"close_button_box_style_normal_box_border_radius\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:43:\"close_button_box_style_hover_popover_toggle\";s:6:\"custom\";s:43:\"close_button_box_style_hover_box_font_color\";s:7:\"#FFFFFF\";s:39:\"close_button_box_style_hover_background\";s:5:\"color\";s:34:\"close_button_box_style_hover_color\";s:7:\"#202020\";s:29:\"overlay_background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#0000004D\";s:18:\"jet_popup_use_ajax\";s:3:\"yes\";s:20:\"jet_popup_force_ajax\";s:3:\"yes\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1323, 372, '_wp_old_slug', 'classic');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1324, 372, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1326, 372, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1327, 372, '_elementor_controls_usage', 'a:3:{s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:2:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}s:19:\"section_video_style\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1328, 372, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1329, 1120, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1330, 1120, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1331, 1120, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1332, 1120, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1333, 1120, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1334, 1120, '_elementor_data', '[{\"id\":\"fa98a31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"53ce8da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"26eba3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"What equipment do I need?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"825823c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"To start running services, you\\u2019ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c6ad9d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1336, 1120, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1337, 1120, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1338, 1150, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1339, 1150, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1340, 1150, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1341, 1150, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1342, 1150, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1343, 1150, '_elementor_data', '[{\"id\":\"a60f9cf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"a96ec92\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7bd53d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What staffing do I need?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd5a0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b77378\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1345, 1150, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1346, 1150, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1347, 1151, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1348, 1151, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1349, 1151, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1350, 1151, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1351, 1151, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1352, 1151, '_elementor_data', '[{\"id\":\"5442771\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"c776067\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"d9e4d89\",\"elType\":\"widget\",\"settings\":{\"title\":\"How quickly can I start?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f113f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Churches can begin running services online fairly quickly. Many churches using the Church Online Platform started online ministry.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52701e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1354, 1151, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1355, 1151, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1356, 1152, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1357, 1152, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1358, 1152, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1359, 1152, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1360, 1152, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1361, 1152, '_elementor_data', '[{\"id\":\"a73be84\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"afea3da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f84913e\",\"elType\":\"widget\",\"settings\":{\"title\":\"How much does the Platform?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2d7b1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Church Online Platform was built by Life.Church and is offered free to other churches. All support, feature releases.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71b9545\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1363, 1152, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1364, 1152, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1365, 1153, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1366, 1153, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1367, 1153, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1368, 1153, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 1153, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1370, 1153, '_elementor_data', '[{\"id\":\"eac1884\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"b5ae878\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8ac3a9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Rebuild, renovate, restore\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"843e517\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"04407c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1372, 1153, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1373, 1153, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1374, 1154, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 1154, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 1154, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1377, 1154, '_elementor_version', '3.4.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1378, 1154, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1379, 1154, '_elementor_data', '[{\"id\":\"6f46f5c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"79f1b6e\"}]},\"elements\":[{\"id\":\"91e8dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"23\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"685a212\",\"elType\":\"widget\",\"settings\":{\"title\":\"Faith for the future?\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd17244\",\"elType\":\"widget\",\"settings\":{\"editor\":\"To start running services, you\\u2019ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"be76141\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you\\u2019ve been thinking about starting online church services for a while, or you\\u2019re feeling the pressure to launch quickly.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1381, 1154, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1382, 1154, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1383, 2592, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1384, 2592, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1385, 2592, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1386, 2592, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1387, 2592, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1388, 2592, '_elementor_data', '[{\"id\":\"dab5234\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"90ffe65\"}]},\"elements\":[{\"id\":\"34b09af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"100\",\"bottom\":\"49\",\"left\":\"86\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e880604\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8a62246\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"40a6e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":15,\"_inline_size_tablet\":35,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e70b13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bible\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1455.png\",\"id\":3375,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7415b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1456.png\",\"id\":3381,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5f08352\",\"elType\":\"widget\",\"settings\":{\"text\":\"Books\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1458-1.png\",\"id\":3389,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0770f39\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/preschool\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1457.png\",\"id\":3390,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70fdde3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Clothes\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1459.png\",\"id\":3388,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9d4bc38\",\"elType\":\"widget\",\"settings\":{\"text\":\"Paraphernalia\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1460.png\",\"id\":3386,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2d6e03d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Educational literature\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1462.png\",\"id\":3384,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"50e4fbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Candles\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1461.png\",\"id\":3385,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"756ce37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fcb4e1\",\"elType\":\"widget\",\"settings\":{\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F7F1EF\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"2\",\"number\":2},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1390, 2592, '_elementor_controls_usage', 'a:4:{s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:4:\"link\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:25:\"typography_letter_spacing\";i:8;s:17:\"button_text_color\";i:8;s:16:\"background_color\";i:8;s:11:\"hover_color\";i:8;s:13:\"border_radius\";i:8;s:12:\"text_padding\";i:8;s:25:\"typography_text_transform\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:8;}s:17:\"widget_jet_tricks\";a:8:{s:27:\"jet_tricks_widget_satellite\";i:8;s:32:\"jet_tricks_widget_satellite_type\";i:8;s:33:\"jet_tricks_widget_satellite_image\";i:8;s:36:\"jet_tricks_widget_satellite_position\";i:8;s:36:\"jet_tricks_widget_satellite_x_offset\";i:8;s:36:\"jet_tricks_widget_satellite_y_offset\";i:8;s:39:\"jet_tricks_widget_satellite_image_width\";i:8;s:40:\"jet_tricks_widget_satellite_image_height\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:7:\"columns\";i:1;s:6:\"number\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1393, 2660, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1394, 2660, '_filter_label', 'Products');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1395, 2660, '_active_label', 'Categories');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1396, 2660, '_filter_type', 'checkboxes');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1397, 2660, '_date_source', 'meta_query');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1398, 2660, '_is_hierarchical', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 2660, '_data_source', 'taxonomies');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1400, 2660, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1401, 2660, '_rating_compare_operand', 'greater');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1402, 2660, '_source_taxonomy', 'product_cat');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1403, 2660, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 2660, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1405, 2660, '_add_all_option', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1406, 2660, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1407, 2660, '_ability_deselect_radio', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1408, 2660, '_show_empty_terms', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1409, 2660, '_only_child', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1410, 2660, '_group_by_parent', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1411, 2660, '_source_get_from_field_data', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1412, 2660, '_custom_field_source_plugin', 'jet_engine');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1413, 2660, '_color_image_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1414, 2660, '_placeholder', 'Select...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1415, 2660, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1416, 2660, '_is_custom_checkbox', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1417, 2660, '_s_by', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1418, 2660, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1419, 2660, '_date_period_type', 'range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1420, 2660, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1421, 2660, '_date_period_start_end_enabled', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1422, 2660, '_range_inputs_enabled', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1423, 2660, '_values_decimal_sep', '.');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1424, 2660, '_data_exclude_include', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1425, 2660, '_alphabet_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1426, 2660, '_alphabet_radio_deselect', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1427, 2660, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1428, 2660, '_query_compare', 'equal');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1429, 2660, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1430, 2661, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1431, 2661, '_filter_label', 'Manufactures');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1432, 2661, '_active_label', 'Manufactures');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1433, 2661, '_filter_type', 'checkboxes');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1434, 2661, '_date_source', 'meta_query');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1435, 2661, '_is_hierarchical', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1436, 2661, '_data_source', 'taxonomies');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1437, 2661, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1438, 2661, '_rating_compare_operand', 'greater');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1439, 2661, '_source_taxonomy', 'pa_manufactures');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1440, 2661, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1441, 2661, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1442, 2661, '_add_all_option', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1443, 2661, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1444, 2661, '_ability_deselect_radio', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1445, 2661, '_show_empty_terms', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 2661, '_only_child', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 2661, '_group_by_parent', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1448, 2661, '_source_get_from_field_data', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1449, 2661, '_custom_field_source_plugin', 'jet_engine');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1450, 2661, '_color_image_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1451, 2661, '_placeholder', 'Select...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1452, 2661, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1453, 2661, '_is_custom_checkbox', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1454, 2661, '_s_by', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1455, 2661, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1456, 2661, '_date_period_type', 'range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1457, 2661, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1458, 2661, '_date_period_start_end_enabled', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1459, 2661, '_range_inputs_enabled', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1460, 2661, '_values_decimal_sep', '.');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1461, 2661, '_alphabet_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1462, 2661, '_alphabet_radio_deselect', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1463, 2661, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1464, 2661, '_query_compare', 'equal');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1465, 2661, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1466, 2662, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1467, 2662, '_filter_label', 'Tag Cloud');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1468, 2662, '_active_label', 'Tag');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1469, 2662, '_filter_type', 'checkboxes');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1470, 2662, '_date_source', 'meta_query');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1471, 2662, '_is_hierarchical', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1472, 2662, '_data_source', 'taxonomies');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1473, 2662, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1474, 2662, '_rating_compare_operand', 'greater');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1475, 2662, '_source_taxonomy', 'product_tag');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1476, 2662, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1477, 2662, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1478, 2662, '_add_all_option', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1479, 2662, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1480, 2662, '_ability_deselect_radio', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1481, 2662, '_show_empty_terms', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1482, 2662, '_only_child', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1483, 2662, '_group_by_parent', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1484, 2662, '_source_get_from_field_data', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1485, 2662, '_custom_field_source_plugin', 'jet_engine');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1486, 2662, '_color_image_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1487, 2662, '_placeholder', 'Select...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1488, 2662, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1489, 2662, '_is_custom_checkbox', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1490, 2662, '_s_by', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1491, 2662, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1492, 2662, '_date_period_type', 'range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1493, 2662, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1494, 2662, '_date_period_start_end_enabled', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1495, 2662, '_range_inputs_enabled', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1496, 2662, '_values_decimal_sep', '.');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1497, 2662, '_alphabet_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1498, 2662, '_alphabet_radio_deselect', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1499, 2662, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1500, 2662, '_query_compare', 'equal');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1501, 2662, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1502, 2663, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1503, 2663, '_filter_label', 'Price filter');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1504, 2663, '_active_label', 'Price');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1505, 2663, '_filter_type', 'range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1506, 2663, '_date_source', 'meta_query');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1507, 2663, '_is_hierarchical', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1508, 2663, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1509, 2663, '_rating_compare_operand', 'greater');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1510, 2663, '_source_taxonomy', 'category');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1511, 2663, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1512, 2663, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1513, 2663, '_add_all_option', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1514, 2663, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1515, 2663, '_ability_deselect_radio', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1516, 2663, '_show_empty_terms', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1517, 2663, '_only_child', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1518, 2663, '_group_by_parent', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1519, 2663, '_source_get_from_field_data', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1520, 2663, '_custom_field_source_plugin', 'jet_engine');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1521, 2663, '_color_image_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1522, 2663, '_placeholder', 'Select...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1523, 2663, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1524, 2663, '_is_custom_checkbox', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1525, 2663, '_s_by', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1526, 2663, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1527, 2663, '_date_period_type', 'range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1528, 2663, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1529, 2663, '_date_period_start_end_enabled', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1530, 2663, '_range_inputs_enabled', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1531, 2663, '_values_prefix', '$');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1532, 2663, '_values_decimal_sep', '.');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1533, 2663, '_source_callback', 'jet_smart_filters_woo_prices');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1534, 2663, '_alphabet_behavior', 'checkbox');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1535, 2663, '_alphabet_radio_deselect', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1536, 2663, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1537, 2663, '_query_var', '_price');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1538, 2663, '_query_compare', 'equal');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1539, 2663, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1540, 4383, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1541, 4383, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1542, 4383, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1543, 4383, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1544, 4383, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1545, 4383, '_elementor_data', '[{\"id\":\"01ffae5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fb92a9a\"}],\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]}},\"elements\":[{\"id\":\"af5f90a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.4,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"025\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78f6ee0\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_color\":\"#FFFFFF\",\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"aspect_ratio\":\"3-2\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"id\":4115,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"1e31c36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"07\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6325428\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wakes up the Christian in you.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f27172\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"df0ab11\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.554,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9ca190\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/3.mp4\",\"id\":4477,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"46c28a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d469109\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where you get near to Christ.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a690ed5\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"id\":4115,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"3212925\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"07\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"965c075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peace provider for your soul.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1549, 5299, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1550, 5299, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1551, 5299, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1552, 5299, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1553, 5299, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1554, 5299, '_elementor_data', '[{\"id\":\"53df8362\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"146f0376\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"612e8ced\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28ed2e79\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6970148a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"2de4d3ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7bb21edc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e721e8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"630777eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53b4d041\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4efd3f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"2769668b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24af07d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"e0dbc92\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2486085c\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21472c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2298db31\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"433780c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cb5f22f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"51c6334c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae4c328\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6b8d3a74\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"52255fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b60ee0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4971b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"729b1717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"624b908\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1558, 5366, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1559, 5366, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1560, 5366, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1561, 5366, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1562, 5366, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1563, 5366, '_elementor_data', '[{\"id\":\"58968167\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"32fb95b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2505f5aa\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"underline\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_typography_typography\":\"custom\",\"breadcrumbs_link_hover_color\":\"#FFFFFF\",\"breadcrumbs_target_item_typography_typography\":\"custom\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#FFFFFF\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"81\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"},{\"id\":\"3df84f40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d2752c9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"6ad8e5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e77c44e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73731084\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1f8a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"794747e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24e5fd1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"560d5ca7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d1dee81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65f1a318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c0a4331\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"955c12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6be05c93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"08\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"72edd9ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25e1c6fa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a9cbb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"60c105da\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"22cecef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a7ceb7e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"33620374\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d08bf99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ecbb045\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23c274e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20ed997f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"754a221e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"536d2ef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebbeff9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bc0ea24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1791be6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6aa5e12f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"352cb753\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"160ec2ff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"4766ca83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"42067701\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8ad3c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4674d78f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f25bee1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37447fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32128177\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"ff644bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7908ed24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61d269a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"10964d90\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"4f8a6d95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56854a1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42cd76a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a22ffcd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a5f5728\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1567, 5566, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1568, 5566, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1569, 5566, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1570, 5566, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1571, 5566, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1572, 5566, '_elementor_data', '[{\"id\":\"bd83e31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dc4de1f\"}]},\"elements\":[{\"id\":\"ccbf435\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4aec867\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1574, 5566, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1575, 5794, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1576, 5794, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1577, 5794, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1578, 5794, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1579, 5794, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1580, 5794, '_elementor_data', '[{\"id\":\"aec15e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"90ffe65\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f3026a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"100\",\"bottom\":\"49\",\"left\":\"86\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"250cfa2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8a62246\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"5a5a53c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":15,\"_inline_size_tablet\":35,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5b412\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bible\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1455.png\",\"id\":3375,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"435593e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1456.png\",\"id\":3381,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fa22eca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Books\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1458-1.png\",\"id\":3389,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c9793ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/preschool\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1457.png\",\"id\":3390,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c2286de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Clothes\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1459.png\",\"id\":3388,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c00048\",\"elType\":\"widget\",\"settings\":{\"text\":\"Paraphernalia\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1460.png\",\"id\":3386,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8e80800\",\"elType\":\"widget\",\"settings\":{\"text\":\"Educational literature\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1462.png\",\"id\":3384,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8f9d309\",\"elType\":\"widget\",\"settings\":{\"text\":\"Candles\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1461.png\",\"id\":3385,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"572c60a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78422b4\",\"elType\":\"widget\",\"settings\":{\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F7F1EF\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"2\",\"number\":2},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1584, 14, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1585, 14, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1586, 14, '_elementor_template_type', 'jet-woo-builder-shop');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1587, 14, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1588, 14, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1589, 14, '_elementor_data', '[{\"id\":\"4c772c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1780,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2f1533e\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f3e4592\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a752d8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09fc3da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7735e5a\",\"elType\":\"widget\",\"settings\":{\"page_title_align\":\"left\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-woo-builder-products-page-title\"},{\"id\":\"cef02ea\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"sales\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"766b12b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"60\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f2af71\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"50be484\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1449.jpg\",\"id\":2872,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true},{\"id\":\"ade6e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8706d0f\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1450.jpg\",\"id\":2871,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true},{\"id\":\"b324ddf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"793b76a\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1451.jpg\",\"id\":2870,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4c8d34\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b99600e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f490aa\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"-50\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"number\":8,\"products_orderby\":\"rated\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f80476b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4dafcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1947.png\",\"id\":2888,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"99\",\"bottom\":\"74\",\"left\":\"99\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"background_image_mobile\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-74.png\",\"id\":2903,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"center center\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_size_mobile\":\"cover\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"30\",\"bottom\":\"74\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed39572\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best book for your soul and mind to stay.\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":476,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d431d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try now!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FB571C\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"29\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"81647aa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6c6168\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"77288aa\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"rated\",\"use_current_query\":\"yes\",\"_element_id\":\"shop-pagination\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"f460770\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-pagination\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_alignment\":\"center\",\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_items_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pagination_items_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1591, 14, '_elementor_page_settings', 'a:1:{s:15:\"template_layout\";s:23:\"elementor_header_footer\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1592, 14, '_elementor_controls_usage', 'a:8:{s:35:\"jet-woo-builder-products-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_page_title_style\";a:1:{s:16:\"page_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:11:{s:14:\"products_order\";i:3;s:14:\"title_html_tag\";i:3;s:10:\"thumb_size\";i:3;s:15:\"sale_badge_text\";i:3;s:12:\"show_excerpt\";i:3;s:8:\"show_cat\";i:3;s:8:\"show_tag\";i:3;s:11:\"show_button\";i:3;s:16:\"products_orderby\";i:3;s:6:\"number\";i:1;s:17:\"use_current_query\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:3;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:3;s:18:\"box_padding_tablet\";i:3;s:18:\"box_padding_mobile\";i:3;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:3;s:16:\"thumb_background\";i:3;s:32:\"thumb_box_shadow_box_shadow_type\";i:3;s:27:\"thumb_box_shadow_box_shadow\";i:3;s:12:\"thumb_margin\";i:3;s:13:\"thumb_padding\";i:3;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:11:\"title_color\";i:3;s:17:\"title_color_hover\";i:3;s:12:\"title_margin\";i:3;s:11:\"title_order\";i:3;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:3;s:28:\"price_typography_font_family\";i:3;s:26:\"price_typography_font_size\";i:3;s:28:\"price_typography_font_weight\";i:3;s:28:\"price_typography_line_height\";i:3;s:11:\"price_color\";i:3;s:19:\"price_space_between\";i:3;s:19:\"price_regular_color\";i:3;s:18:\"price_regular_size\";i:3;s:16:\"price_sale_color\";i:3;s:15:\"price_sale_size\";i:3;s:17:\"price_sale_weight\";i:3;s:11:\"price_order\";i:3;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:3;s:18:\"rating_color_rated\";i:3;s:16:\"rating_font_size\";i:3;s:13:\"rating_margin\";i:3;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:3;s:28:\"badge_typography_font_family\";i:3;s:26:\"badge_typography_font_size\";i:3;s:28:\"badge_typography_font_weight\";i:3;s:28:\"badge_typography_line_height\";i:3;s:19:\"badge_border_radius\";i:3;s:19:\"badge_on_sale_color\";i:3;s:35:\"badge_on_sale_background_background\";i:3;s:30:\"badge_on_sale_background_color\";i:3;s:13:\"badge_padding\";i:3;s:12:\"badge_margin\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:3;s:11:\"_element_id\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_tablet\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:12:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:15:\"background_xpos\";i:1;s:22:\"background_xpos_tablet\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_mobile\";i:1;}s:14:\"section_border\";a:1:{s:20:\"border_radius_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:6;s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:2;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:10:\"jet-banner\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:12:\"banner_image\";i:3;s:11:\"banner_link\";i:3;}s:16:\"section_settings\";a:1:{s:16:\"animation_effect\";i:3;}}s:5:\"style\";a:1:{s:25:\"section_banner_item_style\";a:2:{s:20:\"banner_border_radius\";i:3;s:13:\"hover_opacity\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_tablet\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:28:\"jet-smart-filters-pagination\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}s:16:\"section_controls\";a:2:{s:9:\"prev_text\";i:1;s:9:\"next_text\";i:1;}}s:5:\"style\";a:2:{s:16:\"pagination_style\";a:2:{s:17:\"pagination_margin\";i:1;s:24:\"pagination_margin_tablet\";i:1;}s:22:\"pagination_items_style\";a:14:{s:38:\"pagination_items_typography_typography\";i:1;s:39:\"pagination_items_typography_font_family\";i:1;s:37:\"pagination_items_typography_font_size\";i:1;s:39:\"pagination_items_typography_font_weight\";i:1;s:39:\"pagination_items_typography_line_height\";i:1;s:22:\"pagination_items_color\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_color_active\";i:1;s:30:\"pagination_items_bg_color_dots\";i:1;s:24:\"pagination_items_padding\";i:1;s:31:\"pagination_items_horizontal_gap\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:26:\"pagination_items_alignment\";i:1;s:38:\"pagination_items_horizontal_gap_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1595, 15, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1596, 15, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1597, 15, '_elementor_template_type', 'jet-woo-builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1598, 15, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1599, 15, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1600, 15, '_elementor_data', '[{\"id\":\"9aab433\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c061843\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"28f258e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"06c16dc\",\"elType\":\"widget\",\"settings\":{\"single_badge_text\":\"Sale\",\"single_badge_color\":\"#FB571C\",\"single_badge_background\":\"#FFFFFF\",\"single_badge_typography_typography\":\"custom\",\"single_badge_typography_font_family\":\"DM Sans\",\"single_badge_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"single_badge_typography_font_weight\":\"500\",\"single_badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"single_badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"single_badge_content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"9\",\"bottom\":\"19\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-single-sale-badge\"},{\"id\":\"3163b7b\",\"elType\":\"widget\",\"settings\":{\"gallery_source\":\"products\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_size\":\"full\",\"thumbs_image_size\":\"full\",\"slider_show_nav\":\"\",\"slider_pagination_type\":\"thumbnails\",\"pagination_thumbnails_columns\":\"3\",\"pagination_thumbnails_columns_tablet\":\"3\",\"pagination_thumbnails_columns_mobile\":\"3\",\"pagination_thumbnails_space_between\":25,\"pagination_thumbnails_space_between_tablet\":15,\"pagination_thumbnails_space_between_mobile\":15,\"images_alignment\":\"left\",\"images_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumbnails_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumbnails_gutter_h\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_gutter_h_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"slider_equal_slides_height\":\"yes\",\"thumbnails_gutter_h_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-woo-product-gallery-slider\"}],\"isInner\":false},{\"id\":\"c1b8f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"31\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c819b3\",\"elType\":\"widget\",\"settings\":{\"single_title_color\":\"#202020\",\"single_title_typography_typography\":\"custom\",\"single_title_typography_font_family\":\"DM Sans\",\"single_title_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"single_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"single_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"single_title_typography_font_weight\":\"700\",\"single_title_typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"single_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"single_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-title\"},{\"id\":\"59e5722\",\"elType\":\"widget\",\"settings\":{\"show_single_empty_rating\":\"true\",\"rating_icon\":\"jetwoo-front-icon-rating-3\",\"stars_color_all\":\"#D7D7D7\",\"stars_color_rated\":\"#FFA922\",\"stars_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"stars_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"stars_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reviews_link_typography_typography\":\"custom\",\"reviews_link_typography_font_family\":\"DM Sans\",\"reviews_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"reviews_link_typography_font_weight\":\"400\",\"reviews_link_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"reviews_link_color_normal\":\"#999999\",\"reviews_link_color_hover\":\"#202020\",\"reviews_link_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-rating\"},{\"id\":\"1d0d6ee\",\"elType\":\"widget\",\"settings\":{\"single_excerpt_color\":\"#202020\",\"single_excerpt_typography_typography\":\"custom\",\"single_excerpt_typography_font_family\":\"DM Sans\",\"single_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"single_excerpt_typography_font_weight\":\"400\",\"single_excerpt_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-excerpt\"},{\"id\":\"5047271\",\"elType\":\"widget\",\"settings\":{\"single_price_typography_typography\":\"custom\",\"single_price_typography_font_family\":\"DM Sans\",\"single_price_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"single_price_typography_font_weight\":\"700\",\"single_price_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"single_price_color\":\"#202020\",\"single_price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"single_price_regular_color\":\"#999999\",\"single_price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"single_price_sale_color\":\"#202020\",\"single_price_sale_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"single_price_sale_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-price\"},{\"id\":\"48bc540\",\"elType\":\"widget\",\"settings\":{\"add_to_cart_typography_typography\":\"custom\",\"add_to_cart_typography_font_family\":\"DM Sans\",\"add_to_cart_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"add_to_cart_typography_font_weight\":\"700\",\"add_to_cart_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"add_to_cart_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_width\":{\"unit\":\"%\",\"size\":74.1,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":70.6,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"add_to_cart_text_color\":\"#FFFFFF\",\"add_to_cart_background_color\":\"#FB571C\",\"add_to_cart_hover_color\":\"#FFFFFF\",\"add_to_cart_background_hover_color\":\"#202020\",\"add_to_cart_disabled_color\":\"#FFFFFF\",\"add_to_cart_background_disabled_color\":\"#FB571C\",\"add_to_cart_border_border\":\"solid\",\"add_to_cart_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"add_to_cart_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"add_to_cart_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"add_to_cart_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_typography_typography\":\"custom\",\"qty_typography_font_family\":\"DM Sans\",\"qty_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"qty_typography_font_weight\":\"500\",\"qty_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"qty_input_width\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"qty_color\":\"#202020\",\"qty_background_color\":\"#F7F7F7\",\"qty_border_border\":\"solid\",\"qty_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"qty_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"qty_box_shadow_box_shadow_type\":\"yes\",\"qty_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"qty_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_typography_font_weight\":\"700\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_sale_weight\":\"700\",\"price_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"availability_out_of_stock_color\":\"#FF0000\",\"availability_typography_typography\":\"custom\",\"availability_typography_font_family\":\"DM Sans\",\"availability_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"availability_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"availability_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"availability_typography_font_weight\":\"500\",\"availability_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"availability_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reset_button_typography_typography\":\"custom\",\"reset_button_typography_font_family\":\"DM Sans\",\"reset_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"reset_button_typography_font_weight\":\"500\",\"reset_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"reset_button_text_color\":\"#202020\",\"reset_button_hover_color\":\"#FB571C\",\"reset_button_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reset_button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"variation_select_typography_typography\":\"custom\",\"variation_select_typography_font_family\":\"DM Sans\",\"variation_select_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"variation_select_typography_font_weight\":\"400\",\"variation_select_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"variation_select_input_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"variation_select_color\":\"#999999\",\"variation_select_background_color\":\"#F7F7F7\",\"variation_select_border_border\":\"solid\",\"variation_select_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"variation_select_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"variation_select_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"18\",\"bottom\":\"16\",\"left\":\"18\",\"isLinked\":false},\"variation_select_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"variation_title_typography_typography\":\"custom\",\"variation_title_typography_font_family\":\"DM Sans\",\"variation_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"variation_title_typography_font_weight\":\"400\",\"variation_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"variation_title_color\":\"#999999\",\"variation_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-add-to-cart\"},{\"id\":\"a830326\",\"elType\":\"widget\",\"settings\":{\"sku_color\":\"#999999\",\"_margin\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"sku_typography_typography\":\"custom\",\"sku_typography_font_family\":\"DM Sans\",\"sku_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sku_typography_font_weight\":\"400\",\"sku_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sku_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sku_value_color\":\"#202020\",\"sku_value_typography_typography\":\"custom\",\"sku_value_typography_font_family\":\"DM Sans\",\"sku_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sku_value_typography_font_weight\":\"400\",\"sku_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_color\":\"#999999\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"DM Sans\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"400\",\"categories_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"categories_link_typography_typography\":\"custom\",\"categories_link_typography_font_family\":\"DM Sans\",\"categories_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_link_typography_font_weight\":\"400\",\"categories_link_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_link_color\":\"#202020\",\"categories_link_hover_color\":\"#FB571C\",\"tags_color\":\"#999999\",\"tags_typography_typography\":\"custom\",\"tags_typography_font_family\":\"DM Sans\",\"tags_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tags_typography_font_weight\":\"400\",\"tags_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"tags_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tags_link_typography_typography\":\"custom\",\"tags_link_typography_font_family\":\"DM Sans\",\"tags_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tags_link_typography_font_weight\":\"400\",\"tags_link_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"tags_link_color\":\"#202020\",\"tags_link_hover_color\":\"#FB571C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-meta\"},{\"id\":\"62bb039\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/link-1.svg\",\"id\":2976},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10ff802\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#202020\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FB561C\",\"hover_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06503c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3d80627\"}],\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2452023\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a1094\",\"elType\":\"widget\",\"settings\":{\"single_tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_control_border_border\":\"solid\",\"single_tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_control_border_color\":\"#F2F2F2\",\"single_tabs_item_typography_typography\":\"custom\",\"single_tabs_item_typography_font_family\":\"DM Sans\",\"single_tabs_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"single_tabs_item_typography_font_weight\":\"500\",\"single_tabs_item_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"single_tabs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_border_color\":\"#02010100\",\"single_tabs_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"single_tabs_item_color_normal\":\"#202020\",\"single_tabs_item_color_hover\":\"#FB571C\",\"single_tabs_item_color_active\":\"#FB571C\",\"single_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_items_display_mobile\":\"column\",\"single_tabs_control_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"single_tabs_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"af9c093\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"a5ddd0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fbd517e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1431.png\",\"id\":591,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b5382fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be8c4de\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"rand\",\"products_query\":[\"all\"],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1602, 15, '_elementor_controls_usage', 'a:15:{s:30:\"jet-woo-product-gallery-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:23:\"section_general_content\";a:1:{s:14:\"gallery_source\";i:1;}s:22:\"section_product_images\";a:2:{s:10:\"image_size\";i:1;s:17:\"thumbs_image_size\";i:1;}s:20:\"section_slider_style\";a:9:{s:15:\"slider_show_nav\";i:1;s:22:\"slider_pagination_type\";i:1;s:21:\"slider_show_thumb_nav\";i:1;s:29:\"pagination_thumbnails_columns\";i:1;s:36:\"pagination_thumbnails_columns_tablet\";i:1;s:36:\"pagination_thumbnails_columns_mobile\";i:1;s:35:\"pagination_thumbnails_space_between\";i:1;s:42:\"pagination_thumbnails_space_between_tablet\";i:1;s:42:\"pagination_thumbnails_space_between_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_images_style\";a:2:{s:16:\"images_alignment\";i:1;s:20:\"images_border_radius\";i:1;}s:24:\"section_thumbnails_style\";a:4:{s:24:\"thumbnails_border_radius\";i:1;s:19:\"thumbnails_gutter_h\";i:1;s:30:\"thumbnails_arrows_normal_color\";i:1;s:26:\"thumbnails_gutter_h_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:21:\"jet-single-sale-badge\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_badge_content\";a:1:{s:17:\"single_badge_text\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_single_badge_style\";a:9:{s:18:\"single_badge_color\";i:1;s:23:\"single_badge_background\";i:1;s:34:\"single_badge_typography_typography\";i:1;s:35:\"single_badge_typography_font_family\";i:1;s:33:\"single_badge_typography_font_size\";i:1;s:35:\"single_badge_typography_font_weight\";i:1;s:35:\"single_badge_typography_line_height\";i:1;s:26:\"single_badge_border_radius\";i:1;s:28:\"single_badge_content_padding\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:9:\"_offset_y\";i:1;s:16:\"_offset_y_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}}}}s:16:\"jet-single-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_single_title_style\";a:10:{s:18:\"single_title_color\";i:1;s:34:\"single_title_typography_typography\";i:1;s:35:\"single_title_typography_font_family\";i:1;s:33:\"single_title_typography_font_size\";i:1;s:40:\"single_title_typography_font_size_tablet\";i:1;s:40:\"single_title_typography_font_size_mobile\";i:1;s:35:\"single_title_typography_font_weight\";i:1;s:35:\"single_title_typography_line_height\";i:1;s:42:\"single_title_typography_line_height_tablet\";i:1;s:19:\"single_title_margin\";i:1;}}}}s:17:\"jet-single-rating\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_rating_styles\";a:15:{s:24:\"show_single_empty_rating\";i:1;s:11:\"rating_icon\";i:1;s:15:\"stars_color_all\";i:1;s:17:\"stars_color_rated\";i:1;s:15:\"stars_font_size\";i:1;s:19:\"stars_space_between\";i:1;s:12:\"stars_margin\";i:1;s:34:\"reviews_link_typography_typography\";i:1;s:35:\"reviews_link_typography_font_family\";i:1;s:33:\"reviews_link_typography_font_size\";i:1;s:35:\"reviews_link_typography_font_weight\";i:1;s:35:\"reviews_link_typography_line_height\";i:1;s:25:\"reviews_link_color_normal\";i:1;s:24:\"reviews_link_color_hover\";i:1;s:19:\"reviews_link_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-single-excerpt\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_single_excerpt_style\";a:6:{s:20:\"single_excerpt_color\";i:1;s:36:\"single_excerpt_typography_typography\";i:1;s:37:\"single_excerpt_typography_font_family\";i:1;s:35:\"single_excerpt_typography_font_size\";i:1;s:37:\"single_excerpt_typography_font_weight\";i:1;s:37:\"single_excerpt_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-single-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:26:\"section_single_price_style\";a:12:{s:34:\"single_price_typography_typography\";i:1;s:35:\"single_price_typography_font_family\";i:1;s:33:\"single_price_typography_font_size\";i:1;s:35:\"single_price_typography_font_weight\";i:1;s:35:\"single_price_typography_line_height\";i:1;s:18:\"single_price_color\";i:1;s:26:\"single_price_space_between\";i:1;s:26:\"single_price_regular_color\";i:1;s:25:\"single_price_regular_size\";i:1;s:23:\"single_price_sale_color\";i:1;s:22:\"single_price_sale_size\";i:1;s:24:\"single_price_sale_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:22:\"jet-single-add-to-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:1:{s:5:\"style\";a:7:{s:25:\"section_add_to_cart_style\";a:20:{s:33:\"add_to_cart_typography_typography\";i:1;s:34:\"add_to_cart_typography_font_family\";i:1;s:32:\"add_to_cart_typography_font_size\";i:1;s:34:\"add_to_cart_typography_font_weight\";i:1;s:34:\"add_to_cart_typography_line_height\";i:1;s:37:\"add_to_cart_typography_letter_spacing\";i:1;s:12:\"button_width\";i:1;s:19:\"button_width_tablet\";i:1;s:19:\"button_width_mobile\";i:1;s:22:\"add_to_cart_text_color\";i:1;s:28:\"add_to_cart_background_color\";i:1;s:23:\"add_to_cart_hover_color\";i:1;s:34:\"add_to_cart_background_hover_color\";i:1;s:26:\"add_to_cart_disabled_color\";i:1;s:37:\"add_to_cart_background_disabled_color\";i:1;s:25:\"add_to_cart_border_border\";i:1;s:24:\"add_to_cart_border_width\";i:1;s:25:\"add_to_cart_border_radius\";i:1;s:19:\"add_to_cart_padding\";i:1;s:18:\"add_to_cart_margin\";i:1;}s:17:\"section_qty_style\";a:16:{s:25:\"qty_typography_typography\";i:1;s:26:\"qty_typography_font_family\";i:1;s:24:\"qty_typography_font_size\";i:1;s:26:\"qty_typography_font_weight\";i:1;s:26:\"qty_typography_line_height\";i:1;s:15:\"qty_input_width\";i:1;s:9:\"qty_color\";i:1;s:20:\"qty_background_color\";i:1;s:17:\"qty_border_border\";i:1;s:16:\"qty_border_width\";i:1;s:17:\"qty_border_radius\";i:1;s:30:\"qty_box_shadow_box_shadow_type\";i:1;s:25:\"qty_box_shadow_box_shadow\";i:1;s:11:\"qty_padding\";i:1;s:10:\"qty_margin\";i:1;s:17:\"qty_margin_tablet\";i:1;}s:19:\"section_price_style\";a:12:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:13:\"price_padding\";i:1;}s:26:\"section_availability_style\";a:9:{s:31:\"availability_out_of_stock_color\";i:1;s:34:\"availability_typography_typography\";i:1;s:35:\"availability_typography_font_family\";i:1;s:33:\"availability_typography_font_size\";i:1;s:40:\"availability_typography_font_size_tablet\";i:1;s:40:\"availability_typography_font_size_mobile\";i:1;s:35:\"availability_typography_font_weight\";i:1;s:35:\"availability_typography_line_height\";i:1;s:20:\"availability_padding\";i:1;}s:26:\"section_reset_button_style\";a:9:{s:34:\"reset_button_typography_typography\";i:1;s:35:\"reset_button_typography_font_family\";i:1;s:33:\"reset_button_typography_font_size\";i:1;s:35:\"reset_button_typography_font_weight\";i:1;s:35:\"reset_button_typography_line_height\";i:1;s:23:\"reset_button_text_color\";i:1;s:24:\"reset_button_hover_color\";i:1;s:20:\"reset_button_padding\";i:1;s:19:\"reset_button_margin\";i:1;}s:30:\"section_variation_select_style\";a:13:{s:38:\"variation_select_typography_typography\";i:1;s:39:\"variation_select_typography_font_family\";i:1;s:37:\"variation_select_typography_font_size\";i:1;s:39:\"variation_select_typography_font_weight\";i:1;s:39:\"variation_select_typography_line_height\";i:1;s:28:\"variation_select_input_width\";i:1;s:22:\"variation_select_color\";i:1;s:33:\"variation_select_background_color\";i:1;s:30:\"variation_select_border_border\";i:1;s:29:\"variation_select_border_width\";i:1;s:30:\"variation_select_border_radius\";i:1;s:24:\"variation_select_padding\";i:1;s:23:\"variation_select_margin\";i:1;}s:29:\"section_variation_title_style\";a:7:{s:37:\"variation_title_typography_typography\";i:1;s:38:\"variation_title_typography_font_family\";i:1;s:36:\"variation_title_typography_font_size\";i:1;s:38:\"variation_title_typography_font_weight\";i:1;s:38:\"variation_title_typography_line_height\";i:1;s:21:\"variation_title_color\";i:1;s:22:\"variation_title_margin\";i:1;}}}}s:15:\"jet-single-meta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:5:\"style\";a:3:{s:18:\"section_sku_styles\";a:13:{s:9:\"sku_color\";i:1;s:25:\"sku_typography_typography\";i:1;s:26:\"sku_typography_font_family\";i:1;s:24:\"sku_typography_font_size\";i:1;s:26:\"sku_typography_font_weight\";i:1;s:26:\"sku_typography_line_height\";i:1;s:10:\"sku_margin\";i:1;s:15:\"sku_value_color\";i:1;s:31:\"sku_value_typography_typography\";i:1;s:32:\"sku_value_typography_font_family\";i:1;s:30:\"sku_value_typography_font_size\";i:1;s:32:\"sku_value_typography_font_weight\";i:1;s:32:\"sku_value_typography_line_height\";i:1;}s:25:\"section_categories_styles\";a:14:{s:16:\"categories_color\";i:1;s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;s:33:\"categories_typography_line_height\";i:1;s:17:\"categories_margin\";i:1;s:37:\"categories_link_typography_typography\";i:1;s:38:\"categories_link_typography_font_family\";i:1;s:36:\"categories_link_typography_font_size\";i:1;s:38:\"categories_link_typography_font_weight\";i:1;s:38:\"categories_link_typography_line_height\";i:1;s:21:\"categories_link_color\";i:1;s:27:\"categories_link_hover_color\";i:1;}s:19:\"section_tags_styles\";a:14:{s:10:\"tags_color\";i:1;s:26:\"tags_typography_typography\";i:1;s:27:\"tags_typography_font_family\";i:1;s:25:\"tags_typography_font_size\";i:1;s:27:\"tags_typography_font_weight\";i:1;s:27:\"tags_typography_line_height\";i:1;s:11:\"tags_margin\";i:1;s:31:\"tags_link_typography_typography\";i:1;s:32:\"tags_link_typography_font_family\";i:1;s:30:\"tags_link_typography_font_size\";i:1;s:32:\"tags_link_typography_font_weight\";i:1;s:32:\"tags_link_typography_line_height\";i:1;s:15:\"tags_link_color\";i:1;s:21:\"tags_link_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;s:15:\"stretch_section\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}}}s:15:\"jet-single-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:33:\"section_single_tabs_control_style\";a:5:{s:27:\"single_tabs_control_padding\";i:1;s:33:\"single_tabs_control_border_border\";i:1;s:32:\"single_tabs_control_border_width\";i:1;s:32:\"single_tabs_control_border_color\";i:1;s:39:\"single_tabs_control_border_width_mobile\";i:1;}s:30:\"section_single_tabs_item_style\";a:18:{s:38:\"single_tabs_item_typography_typography\";i:1;s:39:\"single_tabs_item_typography_font_family\";i:1;s:37:\"single_tabs_item_typography_font_size\";i:1;s:39:\"single_tabs_item_typography_font_weight\";i:1;s:39:\"single_tabs_item_typography_line_height\";i:1;s:24:\"single_tabs_item_padding\";i:1;s:23:\"single_tabs_item_margin\";i:1;s:30:\"single_tabs_item_border_border\";i:1;s:29:\"single_tabs_item_border_width\";i:1;s:29:\"single_tabs_item_border_color\";i:1;s:30:\"single_tabs_item_border_radius\";i:1;s:29:\"single_tabs_item_color_normal\";i:1;s:28:\"single_tabs_item_color_hover\";i:1;s:35:\"single_tabs_item_border_color_hover\";i:1;s:29:\"single_tabs_item_color_active\";i:1;s:36:\"single_tabs_item_border_color_active\";i:1;s:31:\"single_tabs_item_padding_mobile\";i:1;s:30:\"single_tabs_item_margin_mobile\";i:1;}s:33:\"section_single_tabs_content_style\";a:3:{s:27:\"single_tabs_content_padding\";i:1;s:34:\"single_tabs_content_padding_mobile\";i:1;s:34:\"single_tabs_content_padding_tablet\";i:1;}s:25:\"section_single_tabs_style\";a:1:{s:32:\"single_tabs_items_display_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:10:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;s:14:\"products_query\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1605, 25, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1606, 25, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1607, 25, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1608, 25, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1609, 25, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1610, 25, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1611, 25, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":31.864000000000000767386154620908200740814208984375}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About BellaVie Rewards\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact US\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f0a05a1\"},{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7554da9\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":109.7590000000000003410605131648480892181396484375},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2025 by Bellavie Rewards. All rights reserved.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1613, 25, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1614, 25, '_jet_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1615, 25, '_jet_template_content_type', 'elementor');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1616, 25, '_jet_template_conditions', 'a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808d3b49\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1619, 60, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1620, 60, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1621, 60, '_menu_item_object_id', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1622, 60, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1623, 60, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1624, 60, '_wp_old_date', '2021-10-27');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1625, 60, '_wp_old_date', '2021-11-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1626, 60, '_wp_old_date', '2021-11-10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1627, 60, '_wp_old_date', '2021-11-15');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1628, 60, '_wp_old_date', '2021-11-16');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1629, 60, '_wp_old_date', '2021-12-09');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1630, 60, '_wp_old_date', '2022-01-25');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1631, 60, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1784, 75, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 75, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 75, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1787, 75, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1788, 75, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1789, 75, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 75, '_elementor_data', '[{\"id\":\"ad38621\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-30-1.png\",\"id\":684,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"81b94d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ea3d6e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41b70cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"3c2ec66\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"668b43a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"67ef282\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"5a6ebe0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"6215d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f6eb819\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"9ae7334\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"57a6add\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a87ee3d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b34cd84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"79fbfc1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_link_bg_color\":\"#FFFFFF\",\"breadcrumbs_target_item_bg_color\":\"#FFFFFF\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"010\",\"isLinked\":false},\"breadcrumbs_sep_bg_color\":\"#FFFFFF\",\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1792, 75, '_elementor_controls_usage', 'a:8:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:2;s:16:\"content_position\";i:2;s:12:\"align_mobile\";i:2;s:21:\"space_between_widgets\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:15:\"jet-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:28:\"section_breadcrumbs_settings\";a:6:{s:10:\"show_title\";i:1;s:9:\"title_tag\";i:1;s:14:\"separator_type\";i:1;s:16:\"custom_separator\";i:1;s:9:\"path_type\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:2:{s:11:\"title_style\";a:11:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:11:\"title_color\";i:1;s:12:\"title_margin\";i:1;s:31:\"title_typography_text_transform\";i:1;}s:17:\"breadcrumbs_style\";a:20:{s:38:\"breadcrumbs_item_typography_typography\";i:1;s:39:\"breadcrumbs_item_typography_font_family\";i:1;s:37:\"breadcrumbs_item_typography_font_size\";i:1;s:39:\"breadcrumbs_item_typography_font_weight\";i:1;s:43:\"breadcrumbs_item_typography_text_decoration\";i:1;s:39:\"breadcrumbs_item_typography_line_height\";i:1;s:22:\"breadcrumbs_link_color\";i:1;s:44:\"breadcrumbs_link_hover_typography_typography\";i:1;s:28:\"breadcrumbs_link_hover_color\";i:1;s:45:\"breadcrumbs_target_item_typography_typography\";i:1;s:50:\"breadcrumbs_target_item_typography_text_decoration\";i:1;s:29:\"breadcrumbs_target_item_color\";i:1;s:29:\"breadcrumbs_item_border_width\";i:1;s:19:\"breadcrumbs_sep_gap\";i:1;s:37:\"breadcrumbs_sep_typography_typography\";i:1;s:38:\"breadcrumbs_sep_typography_font_family\";i:1;s:36:\"breadcrumbs_sep_typography_font_size\";i:1;s:38:\"breadcrumbs_sep_typography_font_weight\";i:1;s:38:\"breadcrumbs_sep_typography_line_height\";i:1;s:21:\"breadcrumbs_sep_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1793, 75, '_jet_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1794, 75, '_jet_template_content_type', 'elementor');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 75, '_jet_template_conditions', 'a:1:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cabf0\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:6:\"entire\";s:8:\"subGroup\";s:6:\"entire\";s:13:\"subGroupValue\";s:0:\"\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1811, 2852, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1812, 2852, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1813, 2852, '_elementor_template_type', 'jet-woo-builder-shop');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1814, 2852, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1815, 2852, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1816, 2852, '_elementor_data', '[{\"id\":\"df4fafc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"08a8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e805527\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d682b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"075a578\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"c8f053c\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"f3de367\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d5e546\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2bfb3ba\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"5a03b6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3bfc1a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e31672\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"372561f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ba5c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b867ca\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"b83971b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.67,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"099a8f3\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"edafc8b\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"953182e\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"907753d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_alignment\":\"center\",\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1818, 2852, '_elementor_controls_usage', 'a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:19:\"_section_background\";a:4:{s:22:\"_background_background\";i:4;s:17:\"_background_color\";i:4;s:19:\"_background_color_b\";i:4;s:26:\"_background_gradient_angle\";i:4;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:4;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:4;s:21:\"_element_custom_width\";i:4;}}}}s:28:\"jet-smart-filters-checkboxes\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:9:\"filter_id\";i:3;s:16:\"content_provider\";i:3;s:8:\"query_id\";i:3;}}s:5:\"style\";a:5:{s:19:\"section_items_style\";a:4:{s:19:\"items_space_between\";i:3;s:21:\"sub_items_offset_left\";i:3;s:16:\"filters_position\";i:1;s:32:\"filters_space_between_horizontal\";i:1;}s:18:\"section_item_style\";a:9:{s:26:\"item_typography_typography\";i:3;s:27:\"item_typography_font_family\";i:3;s:25:\"item_typography_font_size\";i:3;s:27:\"item_typography_font_weight\";i:3;s:27:\"item_typography_line_height\";i:3;s:17:\"item_normal_color\";i:3;s:12:\"item_padding\";i:3;s:18:\"item_checked_color\";i:3;s:14:\"show_decorator\";i:1;}s:22:\"section_checkbox_style\";a:10:{s:13:\"checkbox_size\";i:3;s:19:\"checkbox_top_offset\";i:3;s:21:\"checkbox_label_offset\";i:3;s:32:\"checkbox_normal_background_color\";i:2;s:33:\"checkbox_checked_background_color\";i:2;s:22:\"checkbox_border_border\";i:3;s:21:\"checkbox_border_width\";i:3;s:21:\"checkbox_border_color\";i:2;s:22:\"checkbox_border_radius\";i:2;s:29:\"checkbox_checked_border_color\";i:2;}s:26:\"section_checked_icon_style\";a:2:{s:18:\"checked_icon_color\";i:2;s:17:\"checked_icon_size\";i:1;}s:27:\"section_group_filters_style\";a:1:{s:29:\"group_filters_vertical_offset\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:23:\"jet-smart-filters-range\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:4:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:10:\"show_label\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_slider_style\";a:6:{s:23:\"slider_background_color\";i:1;s:29:\"slider_range_background_color\";i:1;s:20:\"slider_border_radius\";i:1;s:18:\"range_points_width\";i:1;s:19:\"range_points_height\";i:1;s:29:\"range_points_background_color\";i:1;}s:20:\"section_values_style\";a:8:{s:28:\"values_typography_typography\";i:1;s:29:\"values_typography_font_family\";i:1;s:27:\"values_typography_font_size\";i:1;s:29:\"values_typography_font_weight\";i:1;s:29:\"values_typography_line_height\";i:1;s:12:\"values_color\";i:1;s:13:\"values_margin\";i:1;s:16:\"values_alignment\";i:1;}s:19:\"section_label_style\";a:7:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;s:11:\"label_color\";i:1;s:12:\"label_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:21:\"jet-woo-products-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:7:{s:6:\"number\";i:1;s:14:\"products_query\";i:1;s:16:\"products_orderby\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:8:\"show_cat\";i:1;s:11:\"show_button\";i:1;}}s:5:\"style\";a:6:{s:18:\"section_item_style\";a:2:{s:31:\"item_content_vertical_alignment\";i:1;s:18:\"item_space_between\";i:1;}s:19:\"section_thumb_style\";a:3:{s:11:\"thumb_width\";i:1;s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;}s:21:\"section_content_style\";a:2:{s:15:\"content_padding\";i:1;s:17:\"content_alignment\";i:1;}s:19:\"section_title_style\";a:10:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:12:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:24:\"jet-smart-filters-active\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_filters_title_style\";a:7:{s:35:\"filters_title_typography_typography\";i:1;s:36:\"filters_title_typography_font_family\";i:1;s:34:\"filters_title_typography_font_size\";i:1;s:36:\"filters_title_typography_font_weight\";i:1;s:36:\"filters_title_typography_line_height\";i:1;s:19:\"filters_title_color\";i:1;s:20:\"filters_title_margin\";i:1;}s:22:\"section_filters_styles\";a:2:{s:32:\"filters_space_between_horizontal\";i:1;s:30:\"filters_space_between_vertical\";i:1;}s:20:\"section_filters_item\";a:19:{s:40:\"filters_item_label_typography_typography\";i:1;s:41:\"filters_item_label_typography_font_family\";i:1;s:39:\"filters_item_label_typography_font_size\";i:1;s:41:\"filters_item_label_typography_font_weight\";i:1;s:41:\"filters_item_label_typography_line_height\";i:1;s:31:\"filters_item_label_normal_color\";i:1;s:30:\"filters_item_label_hover_color\";i:1;s:40:\"filters_item_value_typography_typography\";i:1;s:41:\"filters_item_value_typography_font_family\";i:1;s:39:\"filters_item_value_typography_font_size\";i:1;s:41:\"filters_item_value_typography_font_weight\";i:1;s:41:\"filters_item_value_typography_line_height\";i:1;s:31:\"filters_item_value_normal_color\";i:1;s:30:\"filters_item_value_hover_color\";i:1;s:24:\"filters_item_remove_size\";i:1;s:30:\"filters_item_remove_offset_top\";i:1;s:32:\"filters_item_remove_offset_right\";i:1;s:32:\"filters_item_remove_normal_color\";i:1;s:31:\"filters_item_remove_hover_color\";i:1;}}}}s:32:\"jet-smart-filters-remove-filters\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:16:\"content_provider\";i:1;s:19:\"remove_filters_text\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:1:{s:35:\"section_remove_filters_button_style\";a:11:{s:43:\"remove_filters_button_typography_typography\";i:1;s:44:\"remove_filters_button_typography_font_family\";i:1;s:42:\"remove_filters_button_typography_font_size\";i:1;s:44:\"remove_filters_button_typography_font_weight\";i:1;s:47:\"remove_filters_button_typography_text_transform\";i:1;s:44:\"remove_filters_button_typography_line_height\";i:1;s:47:\"remove_filters_button_typography_letter_spacing\";i:1;s:34:\"remove_filters_button_normal_color\";i:1;s:45:\"remove_filters_button_normal_background_color\";i:1;s:33:\"remove_filters_button_hover_color\";i:1;s:29:\"remove_filters_button_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:11:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:7:\"columns\";i:1;s:17:\"use_current_query\";i:1;s:6:\"number\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:11:\"_element_id\";i:1;}}}}s:28:\"jet-smart-filters-pagination\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}s:16:\"section_controls\";a:2:{s:9:\"prev_text\";i:1;s:9:\"next_text\";i:1;}}s:5:\"style\";a:2:{s:16:\"pagination_style\";a:2:{s:17:\"pagination_margin\";i:1;s:24:\"pagination_margin_tablet\";i:1;}s:22:\"pagination_items_style\";a:14:{s:38:\"pagination_items_typography_typography\";i:1;s:39:\"pagination_items_typography_font_family\";i:1;s:37:\"pagination_items_typography_font_size\";i:1;s:39:\"pagination_items_typography_font_weight\";i:1;s:39:\"pagination_items_typography_line_height\";i:1;s:22:\"pagination_items_color\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_color_active\";i:1;s:30:\"pagination_items_bg_color_dots\";i:1;s:24:\"pagination_items_padding\";i:1;s:31:\"pagination_items_horizontal_gap\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:26:\"pagination_items_alignment\";i:1;s:38:\"pagination_items_horizontal_gap_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1821, 5018, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1822, 5018, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1823, 5018, '_elementor_page_settings', 'a:6:{s:14:\"jet_conditions\";a:0:{}s:23:\"conditions_sub_singular\";s:18:\"singular-post-type\";s:35:\"conditions_singular-post-type_types\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}s:22:\"conditions_sub_archive\";s:17:\"archive-post-type\";s:34:\"conditions_archive-post-type_types\";a:1:{i:0;s:4:\"post\";}s:14:\"conditions_top\";s:8:\"singular\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1824, 5018, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1825, 5018, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1826, 5018, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1827, 5018, '_elementor_data', '[{\"id\":\"08d0f41\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-30-1.png\",\"id\":684,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"d60b051\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8426e0b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fa467b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"6942e0c\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"9559a4e\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"9d543ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"757bccf\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"7800a52\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3541547\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"4b5d1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9af46b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f7ee75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb4109\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_link_bg_color\":\"#FFFFFF\",\"breadcrumbs_target_item_bg_color\":\"#FFFFFF\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_bg_color\":\"#FFFFFF\",\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1829, 5018, '_jet_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 5018, '_jet_template_content_type', 'elementor');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1831, 5018, '_jet_template_conditions', 'a:2:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cd789\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:18:\"singular-post-type\";s:13:\"subGroupValue\";s:4:\"post\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808cd78c\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:18:\"singular-post-type\";s:13:\"subGroupValue\";s:7:\"product\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1843, 5907, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1844, 5907, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1845, 5907, '_elementor_page_settings', 'a:5:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:3:{i:0;s:4:\"5375\";i:1;s:4:\"5369\";i:2;s:2:\"50\";}s:36:\"conditions_singular-page-child_pages\";s:2:\"48\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1846, 5907, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1847, 5907, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1848, 5907, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1849, 5907, '_elementor_data', '[{\"id\":\"a0a34ad\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"5500c3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b5a1b88\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36c13ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"b187fa6\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"efbda4d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"b620ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"6174b87\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"c4d7be2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0653934\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"6f5ba35\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2889388\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1851, 5907, '_jet_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1852, 5907, '_jet_template_content_type', 'elementor');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1853, 5907, '_jet_template_conditions', 'a:3:{i:0;a:5:{s:2:\"id\";s:14:\"_62442808cf88f\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:4:\"5375\";}i:1;a:5:{s:2:\"id\";s:14:\"_62442808cf899\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:4:\"5369\";}i:2;a:5:{s:2:\"id\";s:14:\"_62442808cf89a\";s:7:\"include\";s:4:\"true\";s:5:\"group\";s:8:\"singular\";s:8:\"subGroup\";s:13:\"singular-page\";s:13:\"subGroupValue\";s:2:\"50\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1856, 2, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1857, 2, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 3, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1860, 3, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1861, 3, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1862, 3, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1863, 3, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1864, 3, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1865, 3, '_elementor_data', '[{\"id\":\"d9fd66f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"178\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c30c935\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"664022f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/policy.svg\",\"id\":4768,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2967b91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b9e36c\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Ultricies mi quis hendrerit\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76919d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a5e2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Lorem ipsum dolor sit amet<br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Consectetur adipiscing elit, sed do eiusmod tempor <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Labore et dolore magna aliqua <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Ut enim ad minim veniam, quis nostrud<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"11\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8864a8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69c11e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ce13ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"762bcfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u2028Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54fb0cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pretium nibh ipsum Vitae tortor condimentum\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c2b655\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a0874b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac1b492\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6c6d46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad2d8e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1d4aa0\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1867, 3, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:9;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:9;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:4;s:14:\"_margin_tablet\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1870, 8, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1871, 8, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1872, 9, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1873, 9, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1874, 10, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1875, 10, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1876, 11, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1877, 11, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1878, 12, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1879, 12, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1880, 20, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1881, 20, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1882, 20, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1883, 20, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1884, 20, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1885, 20, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1886, 20, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 20, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 22, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 22, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 22, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2011, 46, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 46, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2013, 46, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2014, 46, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2015, 46, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2016, 46, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2017, 46, '_elementor_data', '[{\"id\":\"efadd9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"431bbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"6df2438\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/hello.svg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fada8da\",\"elType\":\"widget\",\"settings\":{\"title\":\"About BellaVie Rewards\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":891,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef2ad2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.<\\/p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.<\\/p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.<\\/p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.<\\/strong><\\/p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.<\\/strong><\\/p><p><!-- notionvc: 71ea9ba6-0f0a-409e-b610-c1442121e776 --><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2019, 46, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:6;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:8:{s:21:\"_element_width_mobile\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:11;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:2;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:13;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:8;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:5;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:4;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:19;s:5:\"align\";i:4;s:19:\"column_order_mobile\";i:6;s:16:\"content_position\";i:6;s:23:\"content_position_tablet\";i:1;s:19:\"_inline_size_tablet\";i:19;s:19:\"column_order_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:18;s:13:\"margin_tablet\";i:21;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:13:\"margin_mobile\";i:17;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:11:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:26:\"background_position_tablet\";i:2;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:3:\"gap\";i:13;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:18:\"thousand_separator\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:8:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;s:36:\"typography_number_line_height_tablet\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:10:\"jet-unfold\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"section_settings\";a:6:{s:4:\"fold\";i:6;s:11:\"fold_scroll\";i:6;s:11:\"mask_height\";i:6;s:16:\"separator_height\";i:6;s:18:\"mask_height_tablet\";i:6;s:18:\"mask_height_mobile\";i:6;}s:14:\"section_button\";a:5:{s:16:\"button_alignment\";i:6;s:25:\"selected_button_fold_icon\";i:6;s:16:\"button_fold_text\";i:6;s:27:\"selected_button_unfold_icon\";i:6;s:18:\"button_unfold_text\";i:6;}s:15:\"section_content\";a:2:{s:12:\"content_type\";i:6;s:11:\"template_id\";i:6;}}s:5:\"style\";a:3:{s:23:\"section_container_style\";a:5:{s:41:\"container_fold_box_shadow_box_shadow_type\";i:6;s:36:\"container_fold_box_shadow_box_shadow\";i:6;s:23:\"container_border_radius\";i:6;s:28:\"container_fold_bg_background\";i:6;s:23:\"container_fold_bg_color\";i:6;}s:23:\"section_separator_style\";a:2:{s:23:\"separator_bg_background\";i:6;s:18:\"separator_bg_color\";i:6;}s:20:\"section_button_style\";a:8:{s:28:\"button_typography_typography\";i:6;s:27:\"button_typography_font_size\";i:6;s:14:\"button_padding\";i:6;s:13:\"button_margin\";i:6;s:15:\"button_bg_color\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:20:\"button_margin_tablet\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:6;}s:17:\"_section_position\";a:3:{s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2022, 48, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2023, 48, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2024, 48, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2025, 48, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2026, 48, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2027, 48, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2028, 48, '_elementor_data', '[{\"id\":\"b14723b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1273,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e48fa09\"}],\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"d785af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFF9F7\"},\"elements\":[{\"id\":\"e226fba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ea22e9b\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"69\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"068c881\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7144c5f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-4.jpg\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8ca4bb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"858e734\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6065fdd\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"\\u0421hief preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"Billy Graham\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/about-billy-graham\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true},{\"id\":\"785257c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cb468c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-5.jpg\",\"id\":1292,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d595861\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f968f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441-1.jpg\",\"id\":1294,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2890cec\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"Preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"John Stewart\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/about-john-stewart\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true},{\"id\":\"9e5f222\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0a6227\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-6.jpg\",\"id\":1293,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c736965\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e7e5238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441-2.jpg\",\"id\":1295,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9e186a7\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"Preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"Hanna Brown\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/hanna-brown\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51165a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dd2eb60\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f2cf1f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1814b24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09a16ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Believe\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf0c0b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9d06dc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6ba80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"afee85d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-4.jpg\",\"id\":1324,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_animation\":\"none\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9f4451f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"_offset_x_end_tablet\":{\"size\":5,\"unit\":\"px\"},\"_offset_y\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"_offset_y_tablet\":{\"size\":32,\"unit\":\"px\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cacc065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":286,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":286,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":81,\"unit\":\"px\"},\"_offset_y\":{\"size\":46,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61cad50\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_end\":{\"size\":216,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":115,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"867fe7e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":18,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":15,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":148,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":200,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39e40d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5.jpg\",\"id\":1323,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_element_width\":\"auto\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":307},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1a0544\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-4-1.jpg\",\"id\":1391,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b53ff9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dd2eb60\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca60137\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2927336\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5-2.jpg\",\"id\":1443,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2022ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/0014-4.png\",\"id\":4083,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_z_index\":1,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f5a8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":31,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":30,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":136,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":120,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c64684a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"_z_index\":1,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":71,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":12,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9a7bbb9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":431,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":431,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":22,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":30,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":13,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":120,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fc3a1de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":35,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":128,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":56,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_end\":{\"size\":134,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f696fba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5-1.jpg\",\"id\":1436,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f21f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"32\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"ab73615\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9149ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":525,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-11,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e43935a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"48\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f606b6e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, friends, you can laugh, grow, and serve with people who genuinely care about you or LifeGroup to join.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"545323d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac51c1d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-71.jpg\",\"id\":1402,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"253\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"4f90cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3887c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":660,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b05a238\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4e0ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"29a5f90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e586a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9e9ab9\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"4fb16f5\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"ca9bb0b\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"d9801ab\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"57f5b68\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fbd208e\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2030, 48, '_elementor_controls_usage', 'a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:18;s:10:\"image_size\";i:18;s:5:\"align\";i:8;s:12:\"align_tablet\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:7;s:5:\"space\";i:6;s:19:\"image_border_radius\";i:10;s:27:\"image_box_shadow_box_shadow\";i:9;s:6:\"height\";i:3;s:12:\"width_tablet\";i:3;s:12:\"space_tablet\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:6;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:2;s:8:\"_z_index\";i:2;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:7;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_custom_width\";i:3;s:9:\"_position\";i:4;s:28:\"_element_custom_width_tablet\";i:1;s:21:\"_offset_orientation_h\";i:2;s:21:\"_offset_orientation_v\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:5;s:11:\"hide_mobile\";i:7;s:12:\"hide_desktop\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:11;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:3;s:8:\"_z_index\";i:6;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:11;s:17:\"_background_color\";i:11;s:22:\"_background_color_stop\";i:11;s:19:\"_background_color_b\";i:11;s:24:\"_background_color_b_stop\";i:11;s:26:\"_background_gradient_angle\";i:11;}s:17:\"_section_position\";a:19:{s:14:\"_element_width\";i:11;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_custom_width\";i:11;s:9:\"_position\";i:8;s:21:\"_offset_orientation_h\";i:3;s:13:\"_offset_x_end\";i:8;s:20:\"_offset_x_end_tablet\";i:1;s:9:\"_offset_y\";i:8;s:16:\"_offset_y_tablet\";i:1;s:9:\"_offset_x\";i:6;s:21:\"_offset_orientation_v\";i:5;s:13:\"_offset_y_end\";i:6;s:16:\"_offset_x_tablet\";i:5;s:16:\"_offset_x_mobile\";i:5;s:20:\"_offset_y_end_tablet\";i:5;s:20:\"_offset_y_end_mobile\";i:5;s:28:\"_element_custom_width_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_mobile\";i:5;s:11:\"hide_tablet\";i:3;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:9:{s:12:\"member_image\";i:3;s:17:\"member_first_name\";i:3;s:16:\"member_last_name\";i:3;s:20:\"member_name_html_tag\";i:3;s:15:\"member_position\";i:3;s:18:\"member_description\";i:3;s:11:\"social_list\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:6:{s:30:\"section_team_member_name_style\";a:10:{s:16:\"first_name_color\";i:3;s:32:\"first_name_typography_typography\";i:3;s:33:\"first_name_typography_font_family\";i:3;s:31:\"first_name_typography_font_size\";i:3;s:38:\"first_name_typography_font_size_tablet\";i:3;s:33:\"first_name_typography_font_weight\";i:3;s:33:\"first_name_typography_line_height\";i:3;s:40:\"first_name_typography_line_height_tablet\";i:3;s:11:\"name_margin\";i:3;s:19:\"name_text_alignment\";i:3;}s:34:\"section_team_member_position_style\";a:10:{s:14:\"position_color\";i:3;s:30:\"position_typography_typography\";i:3;s:31:\"position_typography_font_family\";i:3;s:29:\"position_typography_font_size\";i:3;s:31:\"position_typography_font_weight\";i:3;s:31:\"position_typography_line_height\";i:3;s:15:\"position_margin\";i:3;s:22:\"position_margin_tablet\";i:3;s:18:\"position_alignment\";i:3;s:23:\"position_text_alignment\";i:3;}s:30:\"section_team_member_desc_style\";a:1:{s:11:\"desc_margin\";i:3;}s:25:\"section_social_list_style\";a:10:{s:16:\"social_alignment\";i:3;s:20:\"social_items_spacing\";i:3;s:17:\"social_icon_color\";i:3;s:20:\"social_icon_bg_color\";i:3;s:21:\"social_icon_font_size\";i:3;s:16:\"social_icon_size\";i:3;s:29:\"social_icon_box_border_radius\";i:3;s:22:\"social_icon_box_margin\";i:3;s:23:\"social_icon_color_hover\";i:3;s:26:\"social_icon_bg_color_hover\";i:3;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:3;s:15:\"button_bg_color\";i:3;s:12:\"button_color\";i:3;s:28:\"button_typography_typography\";i:3;s:29:\"button_typography_font_family\";i:3;s:27:\"button_typography_font_size\";i:3;s:34:\"button_typography_font_size_tablet\";i:3;s:29:\"button_typography_font_weight\";i:3;s:29:\"button_typography_line_height\";i:3;s:36:\"button_typography_line_height_tablet\";i:3;s:14:\"button_padding\";i:3;s:13:\"button_margin\";i:3;s:29:\"primary_button_hover_bg_color\";i:3;s:18:\"button_hover_color\";i:3;s:32:\"button_typography_text_transform\";i:3;}s:19:\"section_order_style\";a:1:{s:12:\"button_order\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:18;s:21:\"space_between_widgets\";i:13;s:19:\"column_order_mobile\";i:6;s:5:\"align\";i:1;s:19:\"_inline_size_tablet\";i:8;s:19:\"column_order_tablet\";i:8;s:16:\"content_position\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:9;s:13:\"margin_tablet\";i:15;s:13:\"margin_mobile\";i:12;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:6;s:3:\"gap\";i:8;s:6:\"layout\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:16:\"background_image\";i:2;s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:3;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:28:\"_element_custom_width_tablet\";i:3;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:10;s:21:\"typography_typography\";i:10;s:22:\"typography_font_family\";i:10;s:20:\"typography_font_size\";i:10;s:22:\"typography_font_weight\";i:10;s:22:\"typography_line_height\";i:10;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:3;s:14:\"_margin_tablet\";i:3;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:12:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;s:36:\"jet_tricks_widget_satellite_x_offset\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2033, 50, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2034, 50, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2035, 50, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2036, 50, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2037, 50, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2038, 50, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2039, 50, '_elementor_data', '[{\"id\":\"fd9e577\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"730a698\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a37246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c021c73\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d564ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"4aca87a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"323c26e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"598f944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2c38a47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1ecccad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0182dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"815a444\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38f98b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95555a5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ce205b4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5952e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e8a80a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0242f4e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"79fd414\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fb6932\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"4d611a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e6845f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ce2b2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b92f5f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a215d62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f154cca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca8fc57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3802434\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e1fe87d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8efb265\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c16c6e2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"84006c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06aa2c7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"23c262c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae87491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7351753\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31ee7b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5340140\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9417cdc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4073d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"33f4195\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd890d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06182d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98a5374\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"b8dbe19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb74aa3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44c0469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"721dc8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e6be80d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2041, 50, '_elementor_controls_usage', 'a:12:{s:15:\"jet-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:28:\"section_breadcrumbs_settings\";a:6:{s:10:\"show_title\";i:1;s:9:\"title_tag\";i:1;s:14:\"separator_type\";i:1;s:16:\"custom_separator\";i:1;s:9:\"path_type\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:2:{s:11:\"title_style\";a:10:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:11:\"title_color\";i:1;s:12:\"title_margin\";i:1;}s:17:\"breadcrumbs_style\";a:20:{s:38:\"breadcrumbs_item_typography_typography\";i:1;s:39:\"breadcrumbs_item_typography_font_family\";i:1;s:37:\"breadcrumbs_item_typography_font_size\";i:1;s:39:\"breadcrumbs_item_typography_font_weight\";i:1;s:43:\"breadcrumbs_item_typography_text_decoration\";i:1;s:39:\"breadcrumbs_item_typography_line_height\";i:1;s:22:\"breadcrumbs_link_color\";i:1;s:44:\"breadcrumbs_link_hover_typography_typography\";i:1;s:28:\"breadcrumbs_link_hover_color\";i:1;s:45:\"breadcrumbs_target_item_typography_typography\";i:1;s:50:\"breadcrumbs_target_item_typography_text_decoration\";i:1;s:29:\"breadcrumbs_target_item_color\";i:1;s:29:\"breadcrumbs_item_border_width\";i:1;s:19:\"breadcrumbs_sep_gap\";i:1;s:37:\"breadcrumbs_sep_typography_typography\";i:1;s:38:\"breadcrumbs_sep_typography_font_family\";i:1;s:36:\"breadcrumbs_sep_typography_font_size\";i:1;s:38:\"breadcrumbs_sep_typography_font_weight\";i:1;s:38:\"breadcrumbs_sep_typography_line_height\";i:1;s:21:\"breadcrumbs_sep_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:11;s:16:\"content_position\";i:1;s:5:\"align\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:11;s:13:\"margin_tablet\";i:9;s:13:\"margin_mobile\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:14:\"_margin_tablet\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:6;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:1;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:2;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:9:\"_offset_y\";i:2;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:8;s:13:\"content_width\";i:6;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}s:13:\"section_video\";a:1:{s:12:\"aspect_ratio\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:16:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_custom_width\";i:3;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 52, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2045, 52, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2046, 52, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2047, 52, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2048, 52, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 52, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 52, '_elementor_data', '[{\"id\":\"0955209\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0feaed3\"}],\"background_background\":\"video\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/bg-event.jpg\",\"id\":4087,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"344\",\"right\":\"0\",\"bottom\":\"360\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"201\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_video_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/3.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"e13ac9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae63a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bring your skills to Life.\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b497fd8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"October 1, 2021 \\u2013 November 1, 2021 \\u2022 Senior Weekend is November 12\\u201314\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b31075c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2deebbf\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74d78bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"f091d66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"732c462\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"db2ec17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4336483\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFF9F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"20\",\"bottom\":\"72\",\"left\":\"57\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"ab71dc9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ab9b2d1\"}],\"structure\":\"20\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b053116\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":23,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FAEFE9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_position_tablet\":\"space-between\"},\"elements\":[{\"id\":\"5e97fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Location\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4527490\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d6c014\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d420a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Times\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f34edbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77,\"_inline_size_tablet\":70,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ace6366\",\"elType\":\"widget\",\"settings\":{\"editor\":\"LCBC BranchCreek (Harleysville)\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"763ae83\",\"elType\":\"widget\",\"settings\":{\"editor\":\"100 Main Street Harleysville, PA 19438\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef5f2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"215-256-0100\",\"link\":{\"url\":\"tel:+2152560100\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFC11F\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8314213\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Email\",\"link\":{\"url\":\"mailto:example@church.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#FFC11F\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7497c08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sundays: 9am, *10:45am \\/ Mondays: *6:30pm\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bf0ab4a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ab9b2d1\"}],\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"34d4dd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2df387\",\"elType\":\"widget\",\"settings\":{\"title\":\"Location\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f972638\",\"elType\":\"widget\",\"settings\":{\"editor\":\"LCBC BranchCreek (Harleysville)\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4820579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4656db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"100 Main Street Harleysville, PA 19438\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45cb5d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bd5270\",\"elType\":\"widget\",\"settings\":{\"text\":\"215-256-0100\",\"link\":{\"url\":\"tel:+2152560100\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFC11F\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"99ef899\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Email\",\"link\":{\"url\":\"mailto:example@church.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#FFC11F\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"536f98b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Times\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"352bd06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sundays: 9am, *10:45am \\/ Mondays: *6:30pm\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7f38f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"196\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8c7d5db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"111\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223d2ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":37.9,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"4a4665c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":11.8,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"63e0e21\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":18.6,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"42d796d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8.2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"43e318c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":12.6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"59b2b2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":24.5,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"84fc233\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"06b3c1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"b182ca6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":13.3,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"0d4c877\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":26.2,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":392,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"faea208\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"2ca8b9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"God speaks to us everywhere\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d5b77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2011, churches around the world have leveraged the Church Online Platform every country on Earth.<\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"79\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":670,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d86d613\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"039c016\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1171487,\"duration\":3000,\"thousand_separator_char\":\" \",\"title\":\"Indicated salvations since 2011\",\"number_color\":\"#FB571C\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_number_font_weight\":\"500\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c9e6dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe6a7c1\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\",\"id\":885,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"138\",\"right\":\"0\",\"bottom\":\"137\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"97a84e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9920be6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8adfbb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cda653b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d189cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe5ae85\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Billy Graham\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fe85d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f18740c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31a0ab5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"db533a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d5082c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ef1e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dcc9641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb973e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d5bea16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37bd905\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cadea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe04e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fa763a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e176b67\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7ebcfb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79a97f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eaabd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1eb024\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2664dfe\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 52, '_elementor_controls_usage', 'a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:13;s:11:\"header_size\";i:9;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:13;s:22:\"typography_font_family\";i:13;s:20:\"typography_font_size\";i:13;s:27:\"typography_font_size_tablet\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:22:\"typography_font_weight\";i:13;s:22:\"typography_line_height\";i:13;s:29:\"typography_line_height_tablet\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:14:\"_margin_tablet\";i:10;s:14:\"_margin_mobile\";i:2;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:9;s:14:\"_margin_tablet\";i:5;s:14:\"_margin_mobile\";i:3;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:12;s:21:\"space_between_widgets\";i:11;s:19:\"column_order_mobile\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:5;s:23:\"content_position_tablet\";i:2;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_tablet\";i:6;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:12:\"border_color\";i:1;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:8;s:6:\"layout\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:26:\"background_position_mobile\";i:1;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:26:\"background_bg_width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:6;s:4:\"link\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:6;s:17:\"button_text_color\";i:6;s:16:\"background_color\";i:6;s:11:\"hover_color\";i:6;s:29:\"button_background_hover_color\";i:6;s:12:\"text_padding\";i:6;s:25:\"typography_text_transform\";i:4;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:2;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2055, 54, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 54, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2057, 54, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 54, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 54, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 54, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 54, '_elementor_data', '[{\"id\":\"f071c4b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"86\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"296c22c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"9019349\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a75a163\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enter To Worship, Depart To Serve\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"41\",\"left\":\"015\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"499850f\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fcdc622\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"02ea4f6\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"606ffb3\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"50d3f66\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"9b33755\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b743eb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":665,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ebcc1f1\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Review.jpg\",\"id\":2067,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5fd1393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6da5bcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1486.png\",\"id\":470,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"29\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5745bec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thoughts of our parishioners\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"696efa2\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"_id\":\"2d75abe\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col4.jpeg\",\"id\":4944,\"alt\":\"image\",\"source\":\"library\"}},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"image\",\"source\":\"library\"},\"_id\":\"1cb900f\"},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col3.jpeg\",\"id\":4943,\"alt\":\"image\",\"source\":\"library\"},\"_id\":\"cfe79d0\"}],\"slides_to_show_tablet\":\"1\",\"slides_to_show_mobile\":\"1\",\"autoplay_speed\":3000,\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"57\",\"left\":\"15\",\"isLinked\":false},\"item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"comment_color\":\"#202020\",\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"DM Sans\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"comment_typography_font_weight\":\"500\",\"comment_typography_font_style\":\"italic\",\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"comment_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"comment_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"use_comment_corner\":\"\",\"comment_background_background\":\"classic\",\"comment_background_color\":\"#FFFFFF00\",\"comment_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Subtract.png\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"comment_background_position\":\"top center\",\"comment_background_repeat\":\"no-repeat\",\"comment_background_size\":\"cover\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"34\",\"bottom\":\"26\",\"left\":\"34\",\"isLinked\":false},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"comment_padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"dots_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#FFFFFF\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\"},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"446305f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8d02f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ed3bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"447fc5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0bd3f09\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"02242d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2f3836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b3429d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c2527e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"90b6838\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 54, '_elementor_controls_usage', 'a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:8;s:10:\"image_size\";i:8;s:5:\"align\";i:2;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:2;s:8:\"_z_index\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:5;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:8;s:19:\"column_order_tablet\";i:8;s:19:\"column_order_mobile\";i:4;s:16:\"content_position\";i:4;s:21:\"space_between_widgets\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:13:\"margin_tablet\";i:10;s:13:\"margin_mobile\";i:9;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:5;s:13:\"content_width\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:3:{s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;s:14:\"autoplay_speed\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_item_style\";a:3:{s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_comment_style\";a:22:{s:13:\"comment_color\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:35:\"comment_typography_font_size_mobile\";i:1;s:30:\"comment_typography_font_weight\";i:1;s:29:\"comment_typography_font_style\";i:1;s:30:\"comment_typography_line_height\";i:1;s:37:\"comment_typography_line_height_mobile\";i:1;s:13:\"comment_width\";i:1;s:18:\"use_comment_corner\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:24:\"comment_background_image\";i:1;s:27:\"comment_background_position\";i:1;s:25:\"comment_background_repeat\";i:1;s:23:\"comment_background_size\";i:1;s:15:\"comment_padding\";i:1;s:22:\"comment_padding_tablet\";i:1;s:22:\"comment_padding_mobile\";i:1;s:14:\"comment_margin\";i:1;s:21:\"comment_border_radius\";i:1;}s:18:\"section_dots_style\";a:12:{s:11:\"dots_margin\";i:1;s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:3;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2066, 56, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2067, 56, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2068, 56, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2069, 56, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 56, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2071, 56, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2072, 56, '_elementor_data', '[{\"id\":\"0fa8625\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d135d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ae8181\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70813af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da43c1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"328129e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ee6d235\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad5e878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52ab73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbe029f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a415e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"43439b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a11adb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"35f96d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5635309\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f00c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e68d370\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac8b4c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2b1772\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a911a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8d12550\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9b7d677\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4d274ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a340a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0d18c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eea1c13\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ba3be2\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2074, 56, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:4;s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:6;s:19:\"column_order_mobile\";i:1;s:21:\"space_between_widgets\";i:6;s:16:\"content_position\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:4;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"content_width\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:3:{s:15:\"container_width\";i:1;s:22:\"container_width_mobile\";i:1;s:15:\"container_align\";i:1;}s:19:\"section_input_style\";a:17:{s:18:\"input_width_mobile\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:19:\"button_width_mobile\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:3;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2077, 58, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2078, 58, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2079, 58, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2080, 58, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2081, 58, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2082, 58, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2083, 58, '_elementor_data', '[{\"id\":\"0f61e48\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"86\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08cc0d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2caae8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-626.svg\",\"id\":1089,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1059ffc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Church FAQ\\u2019s\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"090aed7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many questions get asked by visitors to church, newcomers to town, and friends and neighbors of our members. Here\\u2019s a list of questions that may help you get to know Christian Church better\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"54\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":871,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"106f26b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"13ea4b0\"}]},\"elements\":[{\"id\":\"5f87fb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"e0b40cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who are the Disciples of Christ?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b8ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are a mainline Protestant denomination (similar to Methodists and Presbyterians) with more than 700,000 members in the United States and Canada. We believe that Jesus Christ is the Son of God. We believe the Bible is God\\u2019s word, and we give each person the freedom to responsibly interpret the Bible for themselves. We celebrate communion weekly, and each church is autonomously governed (no one \\u201chigher up\\u201d tells us what to do \\u2013 except God!). For more information on the denomination,\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdeff1e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d2687e\",\"elType\":\"widget\",\"settings\":{\"title\":\"How big is the church?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8527dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our church, founded in 1960, has grown into a healthy and vibrant congregation. We currently have more than 600 active members and regular attendees. Our 8:30 a.m. service averages around 60 people; our 10:45 a.m. service usually has about 250 in attendance.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b7131af\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a81d53\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do you offer for children on Sunday morning?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a0f360\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Children are a special part of our congregation and we value them as full participants in the life of our church. Sunday School classes for children (preschool through the 12th grade) begin at 9:30 a.m. Following the Children\\u2019s Time in the 10:45 worship service, children ages 3 years old through second grade are dismissed to participate in their own time of singing, prayer and Bible learning known as Worship and Wonder\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2d84f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f5363a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do you offer for babies and toddlers?\\n\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10c2a5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nursery care is provided for both infants and toddlers (to age 3) from 8:30 a.m. until the conclusion of the 10:45 service each week. The nurseries are located in the children\\u2019s education wing on the south side of the church building. Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children. Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e7bc03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70778f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who goes to your church?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ac417d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have quite a mixture of people at Crestwood. Our congregation truly spans the ages, from newborns to folks in their 80s. You\\u2019ll find just about every type of person here \\u2013 married, single, divorced, widowed \\u2013 professionals, workers, retired \\u2013 life-long Lexington residents and those who have just recently moved to the Bluegrass. But even more important than the kind of people who go here is the kind of people who are welcome here \\u2013 everyone!\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5619fe4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2ef316\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"07cfeb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f03ef1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2637b4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"75ea8c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1050b28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e10ac30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f5bb6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"588083f\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2085, 58, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:7;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:5;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:6;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:7;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;s:22:\"_background_color_stop\";i:6;s:19:\"_background_color_b\";i:6;s:24:\"_background_color_b_stop\";i:6;s:26:\"_background_gradient_angle\";i:6;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:6;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:6;s:21:\"_element_custom_width\";i:6;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:3;s:13:\"content_width\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2088, 2298, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2089, 2298, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2090, 2298, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2091, 2298, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 2298, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 2298, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 2298, '_elementor_data', '[{\"id\":\"0244b9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e123f28\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"87\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f971b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"75320d2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Vector.svg\",\"id\":2309},\"library\":\"svg\"},\"title_text\":\"Our Location\",\"description_text\":\"Wonogiri City Central\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#B4B4B4\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b44bf95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"271bab6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group.svg\",\"id\":2308},\"library\":\"svg\"},\"title_text\":\"Give Us A Call\",\"description_text\":\"\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3de3901\",\"elType\":\"widget\",\"settings\":{\"text\":\"+ 7 9555 333 55\",\"link\":{\"url\":\"tel:+7955533355\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#B4B4B4\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"03201c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"29\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3a2c1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Vector-1.svg\",\"id\":2307},\"library\":\"svg\"},\"title_text\":\"Send Us A Message\",\"description_text\":\"\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"da9fcde\",\"elType\":\"widget\",\"settings\":{\"text\":\"Churchecenter@mail.com\",\"link\":{\"url\":\"mailto:Churchecenter@mail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#B4B4B4\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef89a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eb1add4\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"806dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"91fbaa4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35967f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_width_tablet\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31a0f8e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e3d0d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false},{\"id\":\"367410b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8f6ab\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6c59f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"441d2a3\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c74a145\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5752b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"A place where all of you connect to each other.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83a1ded\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1619de2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb6262e\",\"elType\":\"widget\",\"settings\":{\"text\":\"know more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a520ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"05\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"7641860\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo1.svg\",\"id\":4956,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"77e84da\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo2.svg\",\"id\":4958,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"c58b1ad\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo3.svg\",\"id\":4959,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"0e7449f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo13.svg\",\"id\":4983,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"ffd266b\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo5.svg\",\"id\":4961,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"0848b2f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo6.svg\",\"id\":4962,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"a9c4dca\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo7.svg\",\"id\":4963,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"dcaf0b6\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo8.svg\",\"id\":4964,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"23121d5\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo9.svg\",\"id\":4965,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"4f0605f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo-1.svg\",\"id\":4969,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"41b5d7b\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo11.svg\",\"id\":4967,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"bf01cc5\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo12.svg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"ad4a52a\"}],\"columns\":\"4\",\"columns_tablet\":\"3\",\"columns_mobile\":\"2\",\"vertical_brands_alignment\":\"center\",\"logo_alignment\":\"center\",\"logo_alignment_tablet\":\"right\",\"logo_alignment_mobile\":\"center\",\"_css_classes\":\"logo-hover\",\"logo_wrap_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 2298, '_elementor_controls_usage', 'a:11:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:17:\"icon_space_tablet\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:16:{s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:5;s:19:\"column_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:22:\"background_size_tablet\";i:3;s:26:\"background_bg_width_tablet\";i:3;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:12:\"text_padding\";i:3;s:25:\"typography_text_transform\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:29:\"typography_line_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:23:\"_element_vertical_align\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:4:{s:4:\"zoom\";i:1;s:6:\"height\";i:1;s:13:\"height_tablet\";i:1;s:13:\"height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:1;s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:3:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:25:\"vertical_brands_alignment\";i:1;}s:24:\"section_brand_logo_style\";a:3:{s:14:\"logo_alignment\";i:1;s:21:\"logo_alignment_tablet\";i:1;s:21:\"logo_alignment_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2174, 3179, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2175, 3179, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 3179, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2177, 3179, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2178, 3179, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 3179, '_elementor_version', '3.5.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2180, 3179, '_elementor_data', '[{\"id\":\"504cbda\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"178\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245f2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ac9ce7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/policy.svg\",\"id\":4768,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39cd5ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Term and Use\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd32bb5\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Ultricies mi quis hendrerit\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"477eb74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95542e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Lorem ipsum dolor sit amet<br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Consectetur adipiscing elit, sed do eiusmod tempor <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Labore et dolore magna aliqua <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Ut enim ad minim veniam, quis nostrud<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"11\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c34de22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5322660\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2748516\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e4d04d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u2028Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0499478\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pretium nibh ipsum Vitae tortor condimentum\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a6b60a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b66e582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7043dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8915a69\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97ed80d\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2182, 3179, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:9;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:9;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:4;s:14:\"_margin_tablet\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2185, 5302, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2186, 5302, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2187, 5302, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2188, 5302, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2189, 5302, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2190, 5302, '_elementor_data', '[{\"id\":\"6240de7c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61ea1faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bdc1d85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d71eb06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"291045d2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"258a0a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e3345d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76a89891\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48b4d39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70ee22ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6d286016\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"159cf063\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c0d6d78\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"3efe9ed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"19c05ff1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"314dff0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef5cb45\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"102b8e92\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16291372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f2a7a18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86d1d96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239fb105\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"588c40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"76454b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba3b5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14ffe9ba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a2d361b\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2194, 5303, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2195, 5303, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2196, 5303, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2197, 5303, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2198, 5303, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2199, 5303, '_elementor_data', '[{\"id\":\"3d5ff9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17ca058d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cd659ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"794ea412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ce9d5d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"66077fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7da0ac20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d2094ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e114834\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38e331c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"14c9e3f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"636b9763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7de0f2b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"1530f66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"1940fd81\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff44907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1107a24d\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575eaa95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29af7dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e6aa8b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"553589e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da091f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3a2e061b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"384850ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"374201d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c2d9a8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a84caf9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 5304, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 5304, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 5304, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 5304, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2207, 5304, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2208, 5304, '_elementor_data', '[{\"id\":\"5967651e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79fd9fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5350eb57\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58b70208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46f9fb24\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"337b3f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"289fd499\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f3012c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7dda3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37360e77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ed6ee8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"3bc4050e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cd000bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"484db606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"b9a7b61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259fb051\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"274e7100\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a68e757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ee07338\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"438601c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50ea1f87\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d6d347c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"213cbd45\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"592ee345\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"721c058a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55b7fdd0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5972bfe\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2220, 5566, '_is_style_deps', 'a:1:{s:7:\"depends\";a:0:{}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2221, 5566, '_is_script_deps', 'a:2:{s:7:\"depends\";a:0:{}s:7:\"widgets\";a:1:{i:0;s:6:\"button\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 34, '_is_deps_ready', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2226, 34, '_is_style_deps', 'a:1:{s:7:\"depends\";a:0:{}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2227, 34, '_is_script_deps', 'a:2:{s:7:\"depends\";a:0:{}s:7:\"widgets\";a:2:{i:0;s:7:\"heading\";i:2;s:10:\"jet-search\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2228, 5305, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2229, 5305, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2230, 5305, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 5305, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 5305, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 5305, '_elementor_data', '[{\"id\":\"368d8b73\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cc2d91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"55f5700\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67eb4c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19627ec6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4195ba69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f0ff69e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5519ea07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"443d53f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14bf1f8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"36a194f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"50707098\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7947b877\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"4384554f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"1d324fd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a7c7ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52c0c51c\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"625f2f26\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d6cba7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"33dde232\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19134610\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5efeb8bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5041f3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e3e21bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"144aa951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2781c425\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"73befa61\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2237, 5306, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2238, 5306, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 5306, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 5306, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 5306, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2242, 5306, '_elementor_data', '[{\"id\":\"207a6682\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9dd170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"18865a4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"29beffe1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65dfff25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"249bdee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6efb6b99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bf86347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77a3d4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"537d889c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"50362062\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"5bcd1136\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24268f0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"2743d392\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"6ec3bc88\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa4261\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aa3143a\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d36f3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6026a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab99cdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ecc8c17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44aa1317\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19a8688c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"75661259\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"179e3e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21f0f182\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2d0ff58d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sent_border_border\":\"solid\",\"sent_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sent_border_color\":\"#02010100\",\"error_bg\":\"#02010100\",\"error_border_border\":\"solid\",\"error_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"error_border_color\":\"#02010100\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"invalid_alert_border_color\":\"#02010105\",\"spam_border_border\":\"solid\",\"spam_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"spam_border_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2246, 5369, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2247, 5369, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 5369, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2249, 5369, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 5369, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 5369, '_elementor_data', '[{\"id\":\"efc434b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"4e31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"b995a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a935b4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59eafc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c18c306\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad311a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b3dfae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7850999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b21bb3a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"357777f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"224f894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b747a5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a936d16\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26b5956\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df2c58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12a88133\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a10d040\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"32d04019\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"26b325b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b230fbf\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"f0a9b84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"852fa6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"44af8bae\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1e684c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"350836ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ca88849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"783c3abb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156c3591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65c25123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"316c40a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76152b66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e3576d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e0cfa9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"24a9224f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63d778b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26f42824\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49d0ae40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f683775\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"490ae265\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f50a7e3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"128ea802\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3db1381a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c5226e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"492a925b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"554a6681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d409e99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"667a3804\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a9a86c0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27380345\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2255, 5375, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2256, 5375, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2257, 5375, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2258, 5375, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2259, 5375, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2260, 5375, '_elementor_data', '[{\"id\":\"cb9e375\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"5e7f6d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"748f3fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8fd5a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e316de3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac4ac98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"9722d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e70fdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb8d779\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d468e31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"a545c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe032b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6605b67\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2ebf87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"468f5d0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e8b4b01\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1632e174\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d634750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"702cadcc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"7383935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ed2dd9b\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"3bda27a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d53fba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29ddf189\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1341b8d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8a71da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"974c9b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"61ace7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78256aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"786b7865\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5255f2ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d0062c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16c83f97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b1cb11a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"457aae09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ab1f194\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5b9a97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1eab76c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4335e15e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b34a3bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24cfcbf9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"59948c27\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a08b93c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4cc555ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae5848e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5538d226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fcee2d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f91f5a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5294ada1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"147248e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2321, 2453, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2322, 2453, '_thumbnail_id', 6360);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2323, 2453, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2324, 2453, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2325, 2453, 'kava_extra_audio_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2326, 2453, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2327, 2453, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2328, 2453, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2329, 2453, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2330, 2453, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2331, 2453, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2332, 2453, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2333, 2453, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2334, 2453, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2339, 2455, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2340, 2455, '_thumbnail_id', 6361);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2341, 2455, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2342, 2455, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2343, 2455, 'kava_extra_audio_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2344, 2455, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2345, 2455, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2346, 2455, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2347, 2455, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2348, 2455, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2349, 2455, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2350, 2455, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2351, 2455, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2352, 2455, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2357, 2457, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2358, 2457, '_thumbnail_id', 6362);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2359, 2457, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2360, 2457, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2361, 2457, 'kava_extra_audio_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2362, 2457, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2363, 2457, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 2457, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 2457, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 2457, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2367, 2457, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2368, 2457, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2369, 2457, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2370, 2457, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2375, 2459, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2376, 2459, '_thumbnail_id', 6363);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2377, 2459, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2378, 2459, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 2459, 'kava_extra_audio_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2380, 2459, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2381, 2459, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2382, 2459, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2383, 2459, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2384, 2459, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2385, 2459, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 2459, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2387, 2459, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2388, 2459, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2393, 2461, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2394, 2461, '_thumbnail_id', 6364);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2395, 2461, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2396, 2461, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2397, 2461, 'kava_extra_audio_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2398, 2461, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2399, 2461, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2400, 2461, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2401, 2461, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2402, 2461, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2403, 2461, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2404, 2461, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 2461, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2406, 2461, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2411, 2463, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2412, 2463, '_thumbnail_id', 5607);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2413, 2463, 'kava_extra_enable_breadcrumbs', 'inherit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2414, 2463, 'kava_extra_link_target', '_blank');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2415, 2463, 'kava_extra_audio_loop', 'false');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2416, 2463, 'kava_extra_audio_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2417, 2463, 'kava_extra_audio_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2418, 2463, 'kava_extra_video_type', 'library');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2419, 2463, 'kava_extra_video_width', 770);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2420, 2463, 'kava_extra_video_height', 480);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2421, 2463, 'kava_extra_video_loop', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2422, 2463, 'kava_extra_video_autoplay', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2423, 2463, 'kava_extra_video_preload', 'false');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 2463, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2427, 2664, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2428, 2664, 'total_sales', 3);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2429, 2664, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2430, 2664, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2431, 2664, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2432, 2664, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2433, 2664, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2434, 2664, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2435, 2664, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2436, 2664, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2437, 2664, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2438, 2664, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2439, 2664, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2440, 2664, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2441, 2664, '_wc_review_count', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2442, 2664, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2444, 2664, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2445, 2664, '_regular_price', 15);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2446, 2664, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2447, 2664, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2448, 2664, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2449, 2664, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2450, 2664, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 2664, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2452, 2664, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2453, 2664, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2454, 2664, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2455, 2664, '_wc_average_rating', 4.00);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2456, 2664, '_wc_review_count', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2457, 2664, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2458, 2664, '_price', 15);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2460, 2664, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2461, 2664, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2462, 2664, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2463, 2664, '_wc_rating_count', 'a:1:{i:4;i:1;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2464, 2664, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2465, 2664, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2466, 2664, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2467, 2664, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2469, 2664, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2470, 2664, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2914, 6, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2915, 6, '_form', '<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n\n<div class=\"block\">\n<div class=\"column-1\">\n<span><label><span class=\"title-label\">First name*</span>[text* first-name placeholder\"John\"]</label></span>\n</div>\n<div class=\"column-2\">\n<span><label><span class=\"title-label\">Last name*</span>[text* last-name placeholder\"Doe\"]</label></span>\n</div>\n</div>\n<div>\n<span><label><span class=\"title-label\">E-mail</span>[email* your-email placeholder\"example@mail.com\"]</label></span>\n</div>\n<div>\n<span><label><span class=\"title-label\">Type your message</span>[textarea your-message placeholder\"Message\"]</label></span>\n</div>\n[submit \"Subscribe\"]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2916, 6, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:34:\"[_site_title] <admin123@gmail.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2917, 6, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:34:\"[_site_title] <admin123@gmail.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2918, 6, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2919, 6, '_locale', 'en_US');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2920, 6, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3243, 5617, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3244, 5617, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 5617, '_wxr_import_term', 'a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:7:\"mygrace\";s:4:\"name\";s:7:\"mygrace\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 5909, '_elementor_template_type', 'jet-popup');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 5909, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3256, 5909, '_elementor_data', '[{\"id\":\"b5f7ae2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c107806\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"8cbd55f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"34de48f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-1445.png\",\"id\":2571,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"060ac1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"38\",\"bottom\":\"30\",\"left\":\"3\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c859e3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to our newsletter\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ed6249\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donec justo eget felis faciilisis fermentumna. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5804013\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"E-mail\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"87ac7df\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"249a99f\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"ecba889\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"48c3c30\"}],\"redirect_url\":\"#\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"53\",\"bottom\":\"16\",\"left\":\"23\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"15\",\"bottom\":\"16\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_bg_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"button_hover_bg_color\":\"#202020\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FF0000\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3257, 5909, '_elementor_page_settings', 'a:36:{s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:716;s:5:\"sizes\";a:0:{}}s:23:\"container_custom_height\";s:0:\"\";s:16:\"container_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"container_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:41:\"close_button_box_transform_popover_toggle\";s:6:\"custom\";s:44:\"close_button_box_style_normal_popover_toggle\";s:6:\"custom\";s:40:\"close_button_box_style_normal_background\";s:5:\"color\";s:35:\"close_button_box_style_normal_color\";s:7:\"#FFFFFF\";s:25:\"jet_popup_custom_selector\";s:7:\".custom\";s:27:\"jet_popup_prevent_scrolling\";s:0:\"\";s:31:\"container_background_background\";s:7:\"classic\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:17:\"container_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"container_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:32:\"container_shadow_box_shadow_type\";s:3:\"yes\";s:27:\"container_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:4;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.09)\";}s:45:\"close_button_box_transform_translate_x_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_x_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:-14;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_tablet\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}s:45:\"close_button_box_transform_translate_y_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:29:\"overlay_background_background\";s:7:\"classic\";s:24:\"overlay_background_color\";s:9:\"#0000004D\";s:38:\"close_button_box_transform_translate_x\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_transform_translate_y\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:44:\"close_button_box_style_normal_box_font_color\";s:7:\"#C4C4C4\";s:43:\"close_button_box_style_normal_box_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:19;s:5:\"sizes\";a:0:{}}s:38:\"close_button_box_style_normal_box_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:45;s:5:\"sizes\";a:0:{}}s:47:\"close_button_box_style_normal_box_border_radius\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:46:\"close_button_box_style_normal_allow_box_shadow\";s:3:\"yes\";s:40:\"close_button_box_style_normal_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:6;s:4:\"blur\";i:14;s:6:\"spread\";i:0;s:5:\"color\";s:19:\"rgba(0, 0, 0, 0.07)\";}s:43:\"close_button_box_style_hover_popover_toggle\";s:6:\"custom\";s:43:\"close_button_box_style_hover_box_font_color\";s:7:\"#FFFFFF\";s:39:\"close_button_box_style_hover_background\";s:5:\"color\";s:34:\"close_button_box_style_hover_color\";s:7:\"#202020\";s:18:\"jet_popup_use_ajax\";s:0:\"\";s:22:\"jet_popup_open_trigger\";s:9:\"page-load\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3258, 5909, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3260, 5909, '_elementor_version', '3.5.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3261, 5909, '_elementor_controls_usage', 'a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:16:{s:18:\"input_width_mobile\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:16:{s:19:\"button_width_mobile\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:32:\"button_typography_letter_spacing\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3262, 5910, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3263, 5910, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3264, 5910, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3265, 5910, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3266, 5910, '_elementor_data', '[{\"id\":\"dab5234\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"90ffe65\"}]},\"elements\":[{\"id\":\"34b09af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"100\",\"bottom\":\"49\",\"left\":\"86\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e880604\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8a62246\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"40a6e04\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":15,\"_inline_size_tablet\":35,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e70b13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bible\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1455.png\",\"id\":3375,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f7415b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1456.png\",\"id\":3381,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5f08352\",\"elType\":\"widget\",\"settings\":{\"text\":\"Books\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1458-1.png\",\"id\":3389,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"0770f39\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/preschool\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1457.png\",\"id\":3390,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"70fdde3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Clothes\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1459.png\",\"id\":3388,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9d4bc38\",\"elType\":\"widget\",\"settings\":{\"text\":\"Paraphernalia\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1460.png\",\"id\":3386,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2d6e03d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Educational literature\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1462.png\",\"id\":3384,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"50e4fbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Candles\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1461.png\",\"id\":3385,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"756ce37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3fcb4e1\",\"elType\":\"widget\",\"settings\":{\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F7F1EF\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"2\",\"number\":2},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3268, 5910, '_elementor_controls_usage', 'a:4:{s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:4:\"link\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:25:\"typography_letter_spacing\";i:8;s:17:\"button_text_color\";i:8;s:16:\"background_color\";i:8;s:11:\"hover_color\";i:8;s:13:\"border_radius\";i:8;s:12:\"text_padding\";i:8;s:25:\"typography_text_transform\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:8;}s:17:\"widget_jet_tricks\";a:8:{s:27:\"jet_tricks_widget_satellite\";i:8;s:32:\"jet_tricks_widget_satellite_type\";i:8;s:33:\"jet_tricks_widget_satellite_image\";i:8;s:36:\"jet_tricks_widget_satellite_position\";i:8;s:36:\"jet_tricks_widget_satellite_x_offset\";i:8;s:36:\"jet_tricks_widget_satellite_y_offset\";i:8;s:39:\"jet_tricks_widget_satellite_image_width\";i:8;s:40:\"jet_tricks_widget_satellite_image_height\";i:8;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;s:13:\"margin_tablet\";i:2;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:7:\"columns\";i:1;s:6:\"number\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3269, 5911, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3270, 5911, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3271, 5911, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3272, 5911, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3273, 5911, '_elementor_data', '[{\"id\":\"01ffae5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fb92a9a\"}],\"structure\":\"20\",\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]}},\"elements\":[{\"id\":\"af5f90a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":67.4,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"025\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78f6ee0\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_color\":\"#FFFFFF\",\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"aspect_ratio\":\"3-2\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"id\":4115,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"1e31c36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"07\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6325428\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wakes up the Christian in you.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f27172\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"df0ab11\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32.554,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"025\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f9ca190\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/3.mp4\",\"id\":4477,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"46c28a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d469109\",\"elType\":\"widget\",\"settings\":{\"title\":\"Where you get near to Christ.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a690ed5\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"yt_suggested_videos\":\"yes\",\"video_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"play_button_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FB571C\",\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"video_type\":\"self_hosted\",\"self_hosted_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\",\"id\":4115,\"alt\":\"\",\"source\":\"library\"},\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"3212925\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>13.10.22<\\/p>\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"07\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"965c075\",\"elType\":\"widget\",\"settings\":{\"title\":\"Peace provider for your soul.\",\"header_size\":\"h3\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3275, 5912, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3276, 5912, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3277, 5912, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3278, 5912, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 5912, '_elementor_data', '[{\"id\":\"53df8362\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"146f0376\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"612e8ced\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28ed2e79\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6970148a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"2de4d3ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7bb21edc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e721e8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"630777eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53b4d041\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4efd3f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"2769668b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24af07d5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"e0dbc92\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2486085c\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21472c0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2298db31\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"433780c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cb5f22f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"51c6334c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ae4c328\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6b8d3a74\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"52255fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2b60ee0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4971b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"729b1717\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"624b908\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3281, 5913, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3282, 5913, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3283, 5913, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3284, 5913, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3285, 5913, '_elementor_data', '[{\"id\":\"58968167\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"118\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"32fb95b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2505f5aa\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"underline\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_typography_typography\":\"custom\",\"breadcrumbs_link_hover_color\":\"#FFFFFF\",\"breadcrumbs_target_item_typography_typography\":\"custom\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#FFFFFF\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"81\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"},{\"id\":\"3df84f40\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d2752c9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"6ad8e5b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e77c44e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73731084\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2e1f8a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"794747e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"24e5fd1d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"560d5ca7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2d1dee81\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65f1a318\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c0a4331\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"955c12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"36\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6be05c93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"08\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"72edd9ae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25e1c6fa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a9cbb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"60c105da\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"22cecef0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a7ceb7e\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"33620374\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d08bf99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6ecbb045\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23c274e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20ed997f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"754a221e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"536d2ef1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ebbeff9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2bc0ea24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"1791be6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6aa5e12f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"352cb753\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"160ec2ff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"4766ca83\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"42067701\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e8ad3c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4674d78f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f25bee1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37447fa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32128177\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"ff644bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7908ed24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61d269a1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"10964d90\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"4f8a6d95\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56854a1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42cd76a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a22ffcd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a5f5728\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3287, 5914, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3288, 5914, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3289, 5914, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3290, 5914, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3291, 5914, '_elementor_data', '[{\"id\":\"aec15e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"90ffe65\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"9f3026a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"100\",\"bottom\":\"49\",\"left\":\"86\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"250cfa2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8a62246\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"5a5a53c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":15,\"_inline_size_tablet\":35,\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ea5b412\",\"elType\":\"widget\",\"settings\":{\"text\":\"Bible\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1455.png\",\"id\":3375,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"435593e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Audio\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1456.png\",\"id\":3381,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"fa22eca\",\"elType\":\"widget\",\"settings\":{\"text\":\"Books\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1458-1.png\",\"id\":3389,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c9793ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Video\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/preschool\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1457.png\",\"id\":3390,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c2286de\",\"elType\":\"widget\",\"settings\":{\"text\":\"Clothes\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1459.png\",\"id\":3388,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4c00048\",\"elType\":\"widget\",\"settings\":{\"text\":\"Paraphernalia\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1460.png\",\"id\":3386,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8e80800\",\"elType\":\"widget\",\"settings\":{\"text\":\"Educational literature\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/children\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1462.png\",\"id\":3384,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8f9d309\",\"elType\":\"widget\",\"settings\":{\"text\":\"Candles\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"34\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1461.png\",\"id\":3385,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":17,\"jet_tricks_widget_satellite_image_height\":17,\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"572c60a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"9\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"78422b4\",\"elType\":\"widget\",\"settings\":{\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F7F1EF\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"2\",\"number\":2},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3295, 5915, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3296, 5915, '_elementor_template_type', 'jet-woo-builder-shop');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3297, 5915, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3298, 5915, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3299, 5915, '_elementor_data', '[{\"id\":\"4c772c5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1780,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2f1533e\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"128\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f3e4592\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"0a752d8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"09fc3da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"7735e5a\",\"elType\":\"widget\",\"settings\":{\"page_title_align\":\"left\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-woo-builder-products-page-title\"},{\"id\":\"cef02ea\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"sales\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"766b12b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"60\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f2af71\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"50be484\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1449.jpg\",\"id\":2872,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/adults\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true},{\"id\":\"ade6e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"8706d0f\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1450.jpg\",\"id\":2871,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/family\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true},{\"id\":\"b324ddf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"793b76a\",\"elType\":\"widget\",\"settings\":{\"banner_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1451.jpg\",\"id\":2870,\"alt\":\"\",\"source\":\"library\"},\"banner_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category\\/teenagers\\/\",\"animation_effect\":\"none\",\"banner_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hover_opacity\":0.3},\"elements\":[],\"widgetType\":\"jet-banner\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4c8d34\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b99600e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f490aa\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"-50\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"number\":8,\"products_orderby\":\"rated\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f80476b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"d4dafcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"bottom\",\"align\":\"flex-end\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1947.png\",\"id\":2888,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"99\",\"bottom\":\"74\",\"left\":\"99\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"background_image_mobile\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-74.png\",\"id\":2903,\"alt\":\"\",\"source\":\"library\"},\"background_position_tablet\":\"initial\",\"background_position_mobile\":\"center center\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_size_mobile\":\"cover\",\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"114\",\"right\":\"30\",\"bottom\":\"74\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ed39572\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best book for your soul and mind to stay.\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":476,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d431d9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Try now!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FB571C\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"29\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"81647aa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bbc7b02\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a6c6168\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"77288aa\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"rated\",\"use_current_query\":\"yes\",\"_element_id\":\"shop-pagination\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"f460770\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-pagination\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_alignment\":\"center\",\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_items_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pagination_items_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3301, 5915, '_elementor_page_settings', 'a:1:{s:15:\"template_layout\";s:23:\"elementor_header_footer\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3302, 5915, '_elementor_controls_usage', 'a:8:{s:35:\"jet-woo-builder-products-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:24:\"section_page_title_style\";a:1:{s:16:\"page_title_align\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:11:{s:14:\"products_order\";i:3;s:14:\"title_html_tag\";i:3;s:10:\"thumb_size\";i:3;s:15:\"sale_badge_text\";i:3;s:12:\"show_excerpt\";i:3;s:8:\"show_cat\";i:3;s:8:\"show_tag\";i:3;s:11:\"show_button\";i:3;s:16:\"products_orderby\";i:3;s:6:\"number\";i:1;s:17:\"use_current_query\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:3;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:3;s:18:\"box_padding_tablet\";i:3;s:18:\"box_padding_mobile\";i:3;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:3;s:16:\"thumb_background\";i:3;s:32:\"thumb_box_shadow_box_shadow_type\";i:3;s:27:\"thumb_box_shadow_box_shadow\";i:3;s:12:\"thumb_margin\";i:3;s:13:\"thumb_padding\";i:3;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:11:\"title_color\";i:3;s:17:\"title_color_hover\";i:3;s:12:\"title_margin\";i:3;s:11:\"title_order\";i:3;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:3;s:28:\"price_typography_font_family\";i:3;s:26:\"price_typography_font_size\";i:3;s:28:\"price_typography_font_weight\";i:3;s:28:\"price_typography_line_height\";i:3;s:11:\"price_color\";i:3;s:19:\"price_space_between\";i:3;s:19:\"price_regular_color\";i:3;s:18:\"price_regular_size\";i:3;s:16:\"price_sale_color\";i:3;s:15:\"price_sale_size\";i:3;s:17:\"price_sale_weight\";i:3;s:11:\"price_order\";i:3;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:3;s:18:\"rating_color_rated\";i:3;s:16:\"rating_font_size\";i:3;s:13:\"rating_margin\";i:3;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:3;s:28:\"badge_typography_font_family\";i:3;s:26:\"badge_typography_font_size\";i:3;s:28:\"badge_typography_font_weight\";i:3;s:28:\"badge_typography_line_height\";i:3;s:19:\"badge_border_radius\";i:3;s:19:\"badge_on_sale_color\";i:3;s:35:\"badge_on_sale_background_background\";i:3;s:30:\"badge_on_sale_background_color\";i:3;s:13:\"badge_padding\";i:3;s:12:\"badge_margin\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:3;s:11:\"_element_id\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:8;s:21:\"space_between_widgets\";i:4;s:19:\"_inline_size_tablet\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:4;s:13:\"margin_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:12:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:23:\"background_image_mobile\";i:1;s:26:\"background_position_tablet\";i:1;s:26:\"background_position_mobile\";i:1;s:15:\"background_xpos\";i:1;s:22:\"background_xpos_tablet\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_mobile\";i:1;}s:14:\"section_border\";a:1:{s:20:\"border_radius_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:6;s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:4;s:6:\"margin\";i:2;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:10:\"jet-banner\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:12:\"banner_image\";i:3;s:11:\"banner_link\";i:3;}s:16:\"section_settings\";a:1:{s:16:\"animation_effect\";i:3;}}s:5:\"style\";a:1:{s:25:\"section_banner_item_style\";a:2:{s:20:\"banner_border_radius\";i:3;s:13:\"hover_opacity\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_tablet\";i:1;}s:14:\"_section_style\";a:1:{s:14:\"_margin_mobile\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:28:\"jet-smart-filters-pagination\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}s:16:\"section_controls\";a:2:{s:9:\"prev_text\";i:1;s:9:\"next_text\";i:1;}}s:5:\"style\";a:2:{s:16:\"pagination_style\";a:2:{s:17:\"pagination_margin\";i:1;s:24:\"pagination_margin_tablet\";i:1;}s:22:\"pagination_items_style\";a:14:{s:38:\"pagination_items_typography_typography\";i:1;s:39:\"pagination_items_typography_font_family\";i:1;s:37:\"pagination_items_typography_font_size\";i:1;s:39:\"pagination_items_typography_font_weight\";i:1;s:39:\"pagination_items_typography_line_height\";i:1;s:22:\"pagination_items_color\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_color_active\";i:1;s:30:\"pagination_items_bg_color_dots\";i:1;s:24:\"pagination_items_padding\";i:1;s:31:\"pagination_items_horizontal_gap\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:26:\"pagination_items_alignment\";i:1;s:38:\"pagination_items_horizontal_gap_mobile\";i:1;}}}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3303, 5916, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3304, 5916, '_elementor_template_type', 'jet-woo-builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3305, 5916, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3306, 5916, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3307, 5916, '_elementor_data', '[{\"id\":\"9aab433\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c061843\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"28f258e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"space_between_widgets\":0,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"06c16dc\",\"elType\":\"widget\",\"settings\":{\"single_badge_text\":\"Sale\",\"single_badge_color\":\"#FB571C\",\"single_badge_background\":\"#FFFFFF\",\"single_badge_typography_typography\":\"custom\",\"single_badge_typography_font_family\":\"DM Sans\",\"single_badge_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"single_badge_typography_font_weight\":\"500\",\"single_badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"single_badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"single_badge_content_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"9\",\"bottom\":\"19\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-single-sale-badge\"},{\"id\":\"3163b7b\",\"elType\":\"widget\",\"settings\":{\"gallery_source\":\"products\",\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"image_size\":\"full\",\"thumbs_image_size\":\"full\",\"slider_show_nav\":\"\",\"slider_pagination_type\":\"thumbnails\",\"pagination_thumbnails_columns\":\"3\",\"pagination_thumbnails_columns_tablet\":\"3\",\"pagination_thumbnails_columns_mobile\":\"3\",\"pagination_thumbnails_space_between\":25,\"pagination_thumbnails_space_between_tablet\":15,\"pagination_thumbnails_space_between_mobile\":15,\"images_alignment\":\"left\",\"images_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumbnails_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumbnails_gutter_h\":{\"unit\":\"px\",\"top\":\"25\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"thumbnails_gutter_h_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"slider_equal_slides_height\":\"yes\",\"thumbnails_gutter_h_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-woo-product-gallery-slider\"}],\"isInner\":false},{\"id\":\"c1b8f25\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"31\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c819b3\",\"elType\":\"widget\",\"settings\":{\"single_title_color\":\"#202020\",\"single_title_typography_typography\":\"custom\",\"single_title_typography_font_family\":\"DM Sans\",\"single_title_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"single_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"single_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"single_title_typography_font_weight\":\"700\",\"single_title_typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"single_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"single_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-title\"},{\"id\":\"59e5722\",\"elType\":\"widget\",\"settings\":{\"show_single_empty_rating\":\"true\",\"rating_icon\":\"jetwoo-front-icon-rating-3\",\"stars_color_all\":\"#D7D7D7\",\"stars_color_rated\":\"#FFA922\",\"stars_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"stars_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"stars_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reviews_link_typography_typography\":\"custom\",\"reviews_link_typography_font_family\":\"DM Sans\",\"reviews_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"reviews_link_typography_font_weight\":\"400\",\"reviews_link_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"reviews_link_color_normal\":\"#999999\",\"reviews_link_color_hover\":\"#202020\",\"reviews_link_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"11\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-rating\"},{\"id\":\"1d0d6ee\",\"elType\":\"widget\",\"settings\":{\"single_excerpt_color\":\"#202020\",\"single_excerpt_typography_typography\":\"custom\",\"single_excerpt_typography_font_family\":\"DM Sans\",\"single_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"single_excerpt_typography_font_weight\":\"400\",\"single_excerpt_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-excerpt\"},{\"id\":\"5047271\",\"elType\":\"widget\",\"settings\":{\"single_price_typography_typography\":\"custom\",\"single_price_typography_font_family\":\"DM Sans\",\"single_price_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"single_price_typography_font_weight\":\"700\",\"single_price_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"single_price_color\":\"#202020\",\"single_price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"single_price_regular_color\":\"#999999\",\"single_price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"single_price_sale_color\":\"#202020\",\"single_price_sale_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"single_price_sale_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-price\"},{\"id\":\"48bc540\",\"elType\":\"widget\",\"settings\":{\"add_to_cart_typography_typography\":\"custom\",\"add_to_cart_typography_font_family\":\"DM Sans\",\"add_to_cart_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"add_to_cart_typography_font_weight\":\"700\",\"add_to_cart_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"add_to_cart_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_width\":{\"unit\":\"%\",\"size\":74.1,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":70.6,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"add_to_cart_text_color\":\"#FFFFFF\",\"add_to_cart_background_color\":\"#FB571C\",\"add_to_cart_hover_color\":\"#FFFFFF\",\"add_to_cart_background_hover_color\":\"#202020\",\"add_to_cart_disabled_color\":\"#FFFFFF\",\"add_to_cart_background_disabled_color\":\"#FB571C\",\"add_to_cart_border_border\":\"solid\",\"add_to_cart_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"add_to_cart_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"add_to_cart_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":false},\"add_to_cart_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_typography_typography\":\"custom\",\"qty_typography_font_family\":\"DM Sans\",\"qty_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"qty_typography_font_weight\":\"500\",\"qty_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"qty_input_width\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]},\"qty_color\":\"#202020\",\"qty_background_color\":\"#F7F7F7\",\"qty_border_border\":\"solid\",\"qty_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"qty_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"qty_box_shadow_box_shadow_type\":\"yes\",\"qty_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"qty_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"26\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"qty_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"11\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_typography_font_weight\":\"700\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_sale_weight\":\"700\",\"price_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"availability_out_of_stock_color\":\"#FF0000\",\"availability_typography_typography\":\"custom\",\"availability_typography_font_family\":\"DM Sans\",\"availability_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"availability_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"availability_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"availability_typography_font_weight\":\"500\",\"availability_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"availability_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reset_button_typography_typography\":\"custom\",\"reset_button_typography_font_family\":\"DM Sans\",\"reset_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"reset_button_typography_font_weight\":\"500\",\"reset_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"reset_button_text_color\":\"#202020\",\"reset_button_hover_color\":\"#FB571C\",\"reset_button_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reset_button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"variation_select_typography_typography\":\"custom\",\"variation_select_typography_font_family\":\"DM Sans\",\"variation_select_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"variation_select_typography_font_weight\":\"400\",\"variation_select_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"variation_select_input_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"variation_select_color\":\"#999999\",\"variation_select_background_color\":\"#F7F7F7\",\"variation_select_border_border\":\"solid\",\"variation_select_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"variation_select_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"variation_select_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"18\",\"bottom\":\"16\",\"left\":\"18\",\"isLinked\":false},\"variation_select_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"variation_title_typography_typography\":\"custom\",\"variation_title_typography_font_family\":\"DM Sans\",\"variation_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"variation_title_typography_font_weight\":\"400\",\"variation_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"variation_title_color\":\"#999999\",\"variation_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-add-to-cart\"},{\"id\":\"a830326\",\"elType\":\"widget\",\"settings\":{\"sku_color\":\"#999999\",\"_margin\":{\"unit\":\"px\",\"top\":\"39\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"sku_typography_typography\":\"custom\",\"sku_typography_font_family\":\"DM Sans\",\"sku_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sku_typography_font_weight\":\"400\",\"sku_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"sku_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sku_value_color\":\"#202020\",\"sku_value_typography_typography\":\"custom\",\"sku_value_typography_font_family\":\"DM Sans\",\"sku_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sku_value_typography_font_weight\":\"400\",\"sku_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_color\":\"#999999\",\"categories_typography_typography\":\"custom\",\"categories_typography_font_family\":\"DM Sans\",\"categories_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_typography_font_weight\":\"400\",\"categories_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"categories_link_typography_typography\":\"custom\",\"categories_link_typography_font_family\":\"DM Sans\",\"categories_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"categories_link_typography_font_weight\":\"400\",\"categories_link_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"categories_link_color\":\"#202020\",\"categories_link_hover_color\":\"#FB571C\",\"tags_color\":\"#999999\",\"tags_typography_typography\":\"custom\",\"tags_typography_font_family\":\"DM Sans\",\"tags_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tags_typography_font_weight\":\"400\",\"tags_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"tags_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tags_link_typography_typography\":\"custom\",\"tags_link_typography_font_family\":\"DM Sans\",\"tags_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tags_link_typography_font_weight\":\"400\",\"tags_link_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"tags_link_color\":\"#202020\",\"tags_link_hover_color\":\"#FB571C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-meta\"},{\"id\":\"62bb039\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/link-1.svg\",\"id\":2976},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"10ff802\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF00\",\"icon_secondary_color\":\"#202020\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.7,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FB561C\",\"hover_secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06503c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3d80627\"}],\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2452023\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"75a1094\",\"elType\":\"widget\",\"settings\":{\"single_tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_control_border_border\":\"solid\",\"single_tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_control_border_color\":\"#F2F2F2\",\"single_tabs_item_typography_typography\":\"custom\",\"single_tabs_item_typography_font_family\":\"DM Sans\",\"single_tabs_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"single_tabs_item_typography_font_weight\":\"500\",\"single_tabs_item_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"single_tabs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"19\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"19\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_border_color\":\"#02010100\",\"single_tabs_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"single_tabs_item_color_normal\":\"#202020\",\"single_tabs_item_color_hover\":\"#FB571C\",\"single_tabs_item_color_active\":\"#FB571C\",\"single_tabs_content_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-109\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_items_display_mobile\":\"column\",\"single_tabs_control_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"single_tabs_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"single_tabs_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-single-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"af9c093\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false},\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"a5ddd0f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fbd517e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1431.png\",\"id\":591,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b5382fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Recent products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be8c4de\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"products_orderby\":\"rand\",\"products_query\":[\"all\"],\"column_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3309, 5916, '_elementor_controls_usage', 'a:15:{s:30:\"jet-woo-product-gallery-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:23:\"section_general_content\";a:1:{s:14:\"gallery_source\";i:1;}s:22:\"section_product_images\";a:2:{s:10:\"image_size\";i:1;s:17:\"thumbs_image_size\";i:1;}s:20:\"section_slider_style\";a:9:{s:15:\"slider_show_nav\";i:1;s:22:\"slider_pagination_type\";i:1;s:21:\"slider_show_thumb_nav\";i:1;s:29:\"pagination_thumbnails_columns\";i:1;s:36:\"pagination_thumbnails_columns_tablet\";i:1;s:36:\"pagination_thumbnails_columns_mobile\";i:1;s:35:\"pagination_thumbnails_space_between\";i:1;s:42:\"pagination_thumbnails_space_between_tablet\";i:1;s:42:\"pagination_thumbnails_space_between_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_images_style\";a:2:{s:16:\"images_alignment\";i:1;s:20:\"images_border_radius\";i:1;}s:24:\"section_thumbnails_style\";a:4:{s:24:\"thumbnails_border_radius\";i:1;s:19:\"thumbnails_gutter_h\";i:1;s:30:\"thumbnails_arrows_normal_color\";i:1;s:26:\"thumbnails_gutter_h_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:21:\"jet-single-sale-badge\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:21:\"section_badge_content\";a:1:{s:17:\"single_badge_text\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_single_badge_style\";a:9:{s:18:\"single_badge_color\";i:1;s:23:\"single_badge_background\";i:1;s:34:\"single_badge_typography_typography\";i:1;s:35:\"single_badge_typography_font_family\";i:1;s:33:\"single_badge_typography_font_size\";i:1;s:35:\"single_badge_typography_font_weight\";i:1;s:35:\"single_badge_typography_line_height\";i:1;s:26:\"single_badge_border_radius\";i:1;s:28:\"single_badge_content_padding\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:6:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:9:\"_offset_y\";i:1;s:16:\"_offset_y_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:1;}}}}s:16:\"jet-single-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_single_title_style\";a:10:{s:18:\"single_title_color\";i:1;s:34:\"single_title_typography_typography\";i:1;s:35:\"single_title_typography_font_family\";i:1;s:33:\"single_title_typography_font_size\";i:1;s:40:\"single_title_typography_font_size_tablet\";i:1;s:40:\"single_title_typography_font_size_mobile\";i:1;s:35:\"single_title_typography_font_weight\";i:1;s:35:\"single_title_typography_line_height\";i:1;s:42:\"single_title_typography_line_height_tablet\";i:1;s:19:\"single_title_margin\";i:1;}}}}s:17:\"jet-single-rating\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_rating_styles\";a:15:{s:24:\"show_single_empty_rating\";i:1;s:11:\"rating_icon\";i:1;s:15:\"stars_color_all\";i:1;s:17:\"stars_color_rated\";i:1;s:15:\"stars_font_size\";i:1;s:19:\"stars_space_between\";i:1;s:12:\"stars_margin\";i:1;s:34:\"reviews_link_typography_typography\";i:1;s:35:\"reviews_link_typography_font_family\";i:1;s:33:\"reviews_link_typography_font_size\";i:1;s:35:\"reviews_link_typography_font_weight\";i:1;s:35:\"reviews_link_typography_line_height\";i:1;s:25:\"reviews_link_color_normal\";i:1;s:24:\"reviews_link_color_hover\";i:1;s:19:\"reviews_link_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-single-excerpt\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:28:\"section_single_excerpt_style\";a:6:{s:20:\"single_excerpt_color\";i:1;s:36:\"single_excerpt_typography_typography\";i:1;s:37:\"single_excerpt_typography_font_family\";i:1;s:35:\"single_excerpt_typography_font_size\";i:1;s:37:\"single_excerpt_typography_font_weight\";i:1;s:37:\"single_excerpt_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-single-price\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:26:\"section_single_price_style\";a:12:{s:34:\"single_price_typography_typography\";i:1;s:35:\"single_price_typography_font_family\";i:1;s:33:\"single_price_typography_font_size\";i:1;s:35:\"single_price_typography_font_weight\";i:1;s:35:\"single_price_typography_line_height\";i:1;s:18:\"single_price_color\";i:1;s:26:\"single_price_space_between\";i:1;s:26:\"single_price_regular_color\";i:1;s:25:\"single_price_regular_size\";i:1;s:23:\"single_price_sale_color\";i:1;s:22:\"single_price_sale_size\";i:1;s:24:\"single_price_sale_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:22:\"jet-single-add-to-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:12;s:8:\"controls\";a:1:{s:5:\"style\";a:7:{s:25:\"section_add_to_cart_style\";a:20:{s:33:\"add_to_cart_typography_typography\";i:1;s:34:\"add_to_cart_typography_font_family\";i:1;s:32:\"add_to_cart_typography_font_size\";i:1;s:34:\"add_to_cart_typography_font_weight\";i:1;s:34:\"add_to_cart_typography_line_height\";i:1;s:37:\"add_to_cart_typography_letter_spacing\";i:1;s:12:\"button_width\";i:1;s:19:\"button_width_tablet\";i:1;s:19:\"button_width_mobile\";i:1;s:22:\"add_to_cart_text_color\";i:1;s:28:\"add_to_cart_background_color\";i:1;s:23:\"add_to_cart_hover_color\";i:1;s:34:\"add_to_cart_background_hover_color\";i:1;s:26:\"add_to_cart_disabled_color\";i:1;s:37:\"add_to_cart_background_disabled_color\";i:1;s:25:\"add_to_cart_border_border\";i:1;s:24:\"add_to_cart_border_width\";i:1;s:25:\"add_to_cart_border_radius\";i:1;s:19:\"add_to_cart_padding\";i:1;s:18:\"add_to_cart_margin\";i:1;}s:17:\"section_qty_style\";a:16:{s:25:\"qty_typography_typography\";i:1;s:26:\"qty_typography_font_family\";i:1;s:24:\"qty_typography_font_size\";i:1;s:26:\"qty_typography_font_weight\";i:1;s:26:\"qty_typography_line_height\";i:1;s:15:\"qty_input_width\";i:1;s:9:\"qty_color\";i:1;s:20:\"qty_background_color\";i:1;s:17:\"qty_border_border\";i:1;s:16:\"qty_border_width\";i:1;s:17:\"qty_border_radius\";i:1;s:30:\"qty_box_shadow_box_shadow_type\";i:1;s:25:\"qty_box_shadow_box_shadow\";i:1;s:11:\"qty_padding\";i:1;s:10:\"qty_margin\";i:1;s:17:\"qty_margin_tablet\";i:1;}s:19:\"section_price_style\";a:12:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:13:\"price_padding\";i:1;}s:26:\"section_availability_style\";a:9:{s:31:\"availability_out_of_stock_color\";i:1;s:34:\"availability_typography_typography\";i:1;s:35:\"availability_typography_font_family\";i:1;s:33:\"availability_typography_font_size\";i:1;s:40:\"availability_typography_font_size_tablet\";i:1;s:40:\"availability_typography_font_size_mobile\";i:1;s:35:\"availability_typography_font_weight\";i:1;s:35:\"availability_typography_line_height\";i:1;s:20:\"availability_padding\";i:1;}s:26:\"section_reset_button_style\";a:9:{s:34:\"reset_button_typography_typography\";i:1;s:35:\"reset_button_typography_font_family\";i:1;s:33:\"reset_button_typography_font_size\";i:1;s:35:\"reset_button_typography_font_weight\";i:1;s:35:\"reset_button_typography_line_height\";i:1;s:23:\"reset_button_text_color\";i:1;s:24:\"reset_button_hover_color\";i:1;s:20:\"reset_button_padding\";i:1;s:19:\"reset_button_margin\";i:1;}s:30:\"section_variation_select_style\";a:13:{s:38:\"variation_select_typography_typography\";i:1;s:39:\"variation_select_typography_font_family\";i:1;s:37:\"variation_select_typography_font_size\";i:1;s:39:\"variation_select_typography_font_weight\";i:1;s:39:\"variation_select_typography_line_height\";i:1;s:28:\"variation_select_input_width\";i:1;s:22:\"variation_select_color\";i:1;s:33:\"variation_select_background_color\";i:1;s:30:\"variation_select_border_border\";i:1;s:29:\"variation_select_border_width\";i:1;s:30:\"variation_select_border_radius\";i:1;s:24:\"variation_select_padding\";i:1;s:23:\"variation_select_margin\";i:1;}s:29:\"section_variation_title_style\";a:7:{s:37:\"variation_title_typography_typography\";i:1;s:38:\"variation_title_typography_font_family\";i:1;s:36:\"variation_title_typography_font_size\";i:1;s:38:\"variation_title_typography_font_weight\";i:1;s:38:\"variation_title_typography_line_height\";i:1;s:21:\"variation_title_color\";i:1;s:22:\"variation_title_margin\";i:1;}}}}s:15:\"jet-single-meta\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:5:\"style\";a:3:{s:18:\"section_sku_styles\";a:13:{s:9:\"sku_color\";i:1;s:25:\"sku_typography_typography\";i:1;s:26:\"sku_typography_font_family\";i:1;s:24:\"sku_typography_font_size\";i:1;s:26:\"sku_typography_font_weight\";i:1;s:26:\"sku_typography_line_height\";i:1;s:10:\"sku_margin\";i:1;s:15:\"sku_value_color\";i:1;s:31:\"sku_value_typography_typography\";i:1;s:32:\"sku_value_typography_font_family\";i:1;s:30:\"sku_value_typography_font_size\";i:1;s:32:\"sku_value_typography_font_weight\";i:1;s:32:\"sku_value_typography_line_height\";i:1;}s:25:\"section_categories_styles\";a:14:{s:16:\"categories_color\";i:1;s:32:\"categories_typography_typography\";i:1;s:33:\"categories_typography_font_family\";i:1;s:31:\"categories_typography_font_size\";i:1;s:33:\"categories_typography_font_weight\";i:1;s:33:\"categories_typography_line_height\";i:1;s:17:\"categories_margin\";i:1;s:37:\"categories_link_typography_typography\";i:1;s:38:\"categories_link_typography_font_family\";i:1;s:36:\"categories_link_typography_font_size\";i:1;s:38:\"categories_link_typography_font_weight\";i:1;s:38:\"categories_link_typography_line_height\";i:1;s:21:\"categories_link_color\";i:1;s:27:\"categories_link_hover_color\";i:1;}s:19:\"section_tags_styles\";a:14:{s:10:\"tags_color\";i:1;s:26:\"tags_typography_typography\";i:1;s:27:\"tags_typography_font_family\";i:1;s:25:\"tags_typography_font_size\";i:1;s:27:\"tags_typography_font_weight\";i:1;s:27:\"tags_typography_line_height\";i:1;s:11:\"tags_margin\";i:1;s:31:\"tags_link_typography_typography\";i:1;s:32:\"tags_link_typography_font_family\";i:1;s:30:\"tags_link_typography_font_size\";i:1;s:32:\"tags_link_typography_font_weight\";i:1;s:32:\"tags_link_typography_line_height\";i:1;s:15:\"tags_link_color\";i:1;s:21:\"tags_link_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;s:15:\"stretch_section\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:13:\"margin_tablet\";i:1;}}}}s:15:\"jet-single-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:5:\"style\";a:4:{s:33:\"section_single_tabs_control_style\";a:5:{s:27:\"single_tabs_control_padding\";i:1;s:33:\"single_tabs_control_border_border\";i:1;s:32:\"single_tabs_control_border_width\";i:1;s:32:\"single_tabs_control_border_color\";i:1;s:39:\"single_tabs_control_border_width_mobile\";i:1;}s:30:\"section_single_tabs_item_style\";a:18:{s:38:\"single_tabs_item_typography_typography\";i:1;s:39:\"single_tabs_item_typography_font_family\";i:1;s:37:\"single_tabs_item_typography_font_size\";i:1;s:39:\"single_tabs_item_typography_font_weight\";i:1;s:39:\"single_tabs_item_typography_line_height\";i:1;s:24:\"single_tabs_item_padding\";i:1;s:23:\"single_tabs_item_margin\";i:1;s:30:\"single_tabs_item_border_border\";i:1;s:29:\"single_tabs_item_border_width\";i:1;s:29:\"single_tabs_item_border_color\";i:1;s:30:\"single_tabs_item_border_radius\";i:1;s:29:\"single_tabs_item_color_normal\";i:1;s:28:\"single_tabs_item_color_hover\";i:1;s:35:\"single_tabs_item_border_color_hover\";i:1;s:29:\"single_tabs_item_color_active\";i:1;s:36:\"single_tabs_item_border_color_active\";i:1;s:31:\"single_tabs_item_padding_mobile\";i:1;s:30:\"single_tabs_item_margin_mobile\";i:1;}s:33:\"section_single_tabs_content_style\";a:3:{s:27:\"single_tabs_content_padding\";i:1;s:34:\"single_tabs_content_padding_mobile\";i:1;s:34:\"single_tabs_content_padding_tablet\";i:1;}s:25:\"section_single_tabs_style\";a:1:{s:32:\"single_tabs_items_display_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:10:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;s:14:\"products_query\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3310, 5917, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3311, 5917, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3312, 5917, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3313, 5917, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3314, 5917, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3315, 5917, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.699,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4f142a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/localhost:8888\\/FundCrest\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width\":{\"unit\":\"%\",\"size\":150,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"032\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*These statements have not been evaluated by the Food and Drug Administration.\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.966,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.999,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"Contact for a Free Consultation:\",\"services_description\":\"\",\"button_text\":\"+1 8 800 555 35 35 \",\"button_url\":{\"url\":\"tel:188005553535\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"160 Broadway, New York, NY 10038,\\u2028<br>\\n102 1st Avenue, New York, NY 100\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<a href=\\\"#\\\">Zemez<\\/a> \\u00a9. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3317, 5917, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3320, 5918, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3321, 5918, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3322, 5918, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3323, 5918, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3324, 5918, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3325, 5918, '_elementor_data', '[{\"id\":\"ad38621\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-30-1.png\",\"id\":684,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"81b94d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ea3d6e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41b70cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"3c2ec66\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"668b43a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"67ef282\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"5a6ebe0\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"6215d0e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f6eb819\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"9ae7334\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"57a6add\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a87ee3d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b34cd84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"79fbfc1\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"020\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_link_bg_color\":\"#FFFFFF\",\"breadcrumbs_target_item_bg_color\":\"#FFFFFF\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"010\",\"isLinked\":false},\"breadcrumbs_sep_bg_color\":\"#FFFFFF\",\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3327, 5918, '_elementor_controls_usage', 'a:8:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:19:\"_inline_size_tablet\";i:2;s:16:\"content_position\";i:2;s:12:\"align_mobile\";i:2;s:21:\"space_between_widgets\";i:3;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:6:\"layout\";i:1;s:3:\"gap\";i:2;s:13:\"custom_height\";i:1;s:13:\"content_width\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:15:\"jet-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:28:\"section_breadcrumbs_settings\";a:6:{s:10:\"show_title\";i:1;s:9:\"title_tag\";i:1;s:14:\"separator_type\";i:1;s:16:\"custom_separator\";i:1;s:9:\"path_type\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:2:{s:11:\"title_style\";a:11:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:11:\"title_color\";i:1;s:12:\"title_margin\";i:1;s:31:\"title_typography_text_transform\";i:1;}s:17:\"breadcrumbs_style\";a:20:{s:38:\"breadcrumbs_item_typography_typography\";i:1;s:39:\"breadcrumbs_item_typography_font_family\";i:1;s:37:\"breadcrumbs_item_typography_font_size\";i:1;s:39:\"breadcrumbs_item_typography_font_weight\";i:1;s:43:\"breadcrumbs_item_typography_text_decoration\";i:1;s:39:\"breadcrumbs_item_typography_line_height\";i:1;s:22:\"breadcrumbs_link_color\";i:1;s:44:\"breadcrumbs_link_hover_typography_typography\";i:1;s:28:\"breadcrumbs_link_hover_color\";i:1;s:45:\"breadcrumbs_target_item_typography_typography\";i:1;s:50:\"breadcrumbs_target_item_typography_text_decoration\";i:1;s:29:\"breadcrumbs_target_item_color\";i:1;s:29:\"breadcrumbs_item_border_width\";i:1;s:19:\"breadcrumbs_sep_gap\";i:1;s:37:\"breadcrumbs_sep_typography_typography\";i:1;s:38:\"breadcrumbs_sep_typography_font_family\";i:1;s:36:\"breadcrumbs_sep_typography_font_size\";i:1;s:38:\"breadcrumbs_sep_typography_font_weight\";i:1;s:38:\"breadcrumbs_sep_typography_line_height\";i:1;s:21:\"breadcrumbs_sep_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3330, 5919, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3331, 5919, '_elementor_template_type', 'jet-woo-builder-shop');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3332, 5919, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3333, 5919, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3334, 5919, '_elementor_data', '[{\"id\":\"df4fafc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"08a8b4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.33,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e805527\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d682b9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"075a578\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"c8f053c\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"f3de367\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d5e546\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2bfb3ba\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"5a03b6f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3bfc1a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6e31672\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"372561f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49ba5c2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b867ca\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"b83971b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.67,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"099a8f3\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"edafc8b\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"953182e\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"907753d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_alignment\":\"center\",\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3336, 5919, '_elementor_controls_usage', 'a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:4;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}s:19:\"_section_background\";a:4:{s:22:\"_background_background\";i:4;s:17:\"_background_color\";i:4;s:19:\"_background_color_b\";i:4;s:26:\"_background_gradient_angle\";i:4;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:4;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:4;s:21:\"_element_custom_width\";i:4;}}}}s:28:\"jet-smart-filters-checkboxes\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:9:\"filter_id\";i:3;s:16:\"content_provider\";i:3;s:8:\"query_id\";i:3;}}s:5:\"style\";a:5:{s:19:\"section_items_style\";a:4:{s:19:\"items_space_between\";i:3;s:21:\"sub_items_offset_left\";i:3;s:16:\"filters_position\";i:1;s:32:\"filters_space_between_horizontal\";i:1;}s:18:\"section_item_style\";a:9:{s:26:\"item_typography_typography\";i:3;s:27:\"item_typography_font_family\";i:3;s:25:\"item_typography_font_size\";i:3;s:27:\"item_typography_font_weight\";i:3;s:27:\"item_typography_line_height\";i:3;s:17:\"item_normal_color\";i:3;s:12:\"item_padding\";i:3;s:18:\"item_checked_color\";i:3;s:14:\"show_decorator\";i:1;}s:22:\"section_checkbox_style\";a:10:{s:13:\"checkbox_size\";i:3;s:19:\"checkbox_top_offset\";i:3;s:21:\"checkbox_label_offset\";i:3;s:32:\"checkbox_normal_background_color\";i:2;s:33:\"checkbox_checked_background_color\";i:2;s:22:\"checkbox_border_border\";i:3;s:21:\"checkbox_border_width\";i:3;s:21:\"checkbox_border_color\";i:2;s:22:\"checkbox_border_radius\";i:2;s:29:\"checkbox_checked_border_color\";i:2;}s:26:\"section_checked_icon_style\";a:2:{s:18:\"checked_icon_color\";i:2;s:17:\"checked_icon_size\";i:1;}s:27:\"section_group_filters_style\";a:1:{s:29:\"group_filters_vertical_offset\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:23:\"jet-smart-filters-range\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:4:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:10:\"show_label\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:3:{s:20:\"section_slider_style\";a:6:{s:23:\"slider_background_color\";i:1;s:29:\"slider_range_background_color\";i:1;s:20:\"slider_border_radius\";i:1;s:18:\"range_points_width\";i:1;s:19:\"range_points_height\";i:1;s:29:\"range_points_background_color\";i:1;}s:20:\"section_values_style\";a:8:{s:28:\"values_typography_typography\";i:1;s:29:\"values_typography_font_family\";i:1;s:27:\"values_typography_font_size\";i:1;s:29:\"values_typography_font_weight\";i:1;s:29:\"values_typography_line_height\";i:1;s:12:\"values_color\";i:1;s:13:\"values_margin\";i:1;s:16:\"values_alignment\";i:1;}s:19:\"section_label_style\";a:7:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_family\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:28:\"label_typography_line_height\";i:1;s:11:\"label_color\";i:1;s:12:\"label_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:21:\"jet-woo-products-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:7:{s:6:\"number\";i:1;s:14:\"products_query\";i:1;s:16:\"products_orderby\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:8:\"show_cat\";i:1;s:11:\"show_button\";i:1;}}s:5:\"style\";a:6:{s:18:\"section_item_style\";a:2:{s:31:\"item_content_vertical_alignment\";i:1;s:18:\"item_space_between\";i:1;}s:19:\"section_thumb_style\";a:3:{s:11:\"thumb_width\";i:1;s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;}s:21:\"section_content_style\";a:2:{s:15:\"content_padding\";i:1;s:17:\"content_alignment\";i:1;}s:19:\"section_title_style\";a:10:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:12:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;s:19:\"_inline_size_tablet\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:24:\"jet-smart-filters-active\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:3:{s:27:\"section_filters_title_style\";a:7:{s:35:\"filters_title_typography_typography\";i:1;s:36:\"filters_title_typography_font_family\";i:1;s:34:\"filters_title_typography_font_size\";i:1;s:36:\"filters_title_typography_font_weight\";i:1;s:36:\"filters_title_typography_line_height\";i:1;s:19:\"filters_title_color\";i:1;s:20:\"filters_title_margin\";i:1;}s:22:\"section_filters_styles\";a:2:{s:32:\"filters_space_between_horizontal\";i:1;s:30:\"filters_space_between_vertical\";i:1;}s:20:\"section_filters_item\";a:19:{s:40:\"filters_item_label_typography_typography\";i:1;s:41:\"filters_item_label_typography_font_family\";i:1;s:39:\"filters_item_label_typography_font_size\";i:1;s:41:\"filters_item_label_typography_font_weight\";i:1;s:41:\"filters_item_label_typography_line_height\";i:1;s:31:\"filters_item_label_normal_color\";i:1;s:30:\"filters_item_label_hover_color\";i:1;s:40:\"filters_item_value_typography_typography\";i:1;s:41:\"filters_item_value_typography_font_family\";i:1;s:39:\"filters_item_value_typography_font_size\";i:1;s:41:\"filters_item_value_typography_font_weight\";i:1;s:41:\"filters_item_value_typography_line_height\";i:1;s:31:\"filters_item_value_normal_color\";i:1;s:30:\"filters_item_value_hover_color\";i:1;s:24:\"filters_item_remove_size\";i:1;s:30:\"filters_item_remove_offset_top\";i:1;s:32:\"filters_item_remove_offset_right\";i:1;s:32:\"filters_item_remove_normal_color\";i:1;s:31:\"filters_item_remove_hover_color\";i:1;}}}}s:32:\"jet-smart-filters-remove-filters\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:16:\"content_provider\";i:1;s:19:\"remove_filters_text\";i:1;s:8:\"query_id\";i:1;}}s:5:\"style\";a:1:{s:35:\"section_remove_filters_button_style\";a:11:{s:43:\"remove_filters_button_typography_typography\";i:1;s:44:\"remove_filters_button_typography_font_family\";i:1;s:42:\"remove_filters_button_typography_font_size\";i:1;s:44:\"remove_filters_button_typography_font_weight\";i:1;s:47:\"remove_filters_button_typography_text_transform\";i:1;s:44:\"remove_filters_button_typography_line_height\";i:1;s:47:\"remove_filters_button_typography_letter_spacing\";i:1;s:34:\"remove_filters_button_normal_color\";i:1;s:45:\"remove_filters_button_normal_background_color\";i:1;s:33:\"remove_filters_button_hover_color\";i:1;s:29:\"remove_filters_button_padding\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:11:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:7:\"columns\";i:1;s:17:\"use_current_query\";i:1;s:6:\"number\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:11:\"_element_id\";i:1;}}}}s:28:\"jet-smart-filters-pagination\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:2:{s:16:\"content_provider\";i:1;s:8:\"query_id\";i:1;}s:16:\"section_controls\";a:2:{s:9:\"prev_text\";i:1;s:9:\"next_text\";i:1;}}s:5:\"style\";a:2:{s:16:\"pagination_style\";a:2:{s:17:\"pagination_margin\";i:1;s:24:\"pagination_margin_tablet\";i:1;}s:22:\"pagination_items_style\";a:14:{s:38:\"pagination_items_typography_typography\";i:1;s:39:\"pagination_items_typography_font_family\";i:1;s:37:\"pagination_items_typography_font_size\";i:1;s:39:\"pagination_items_typography_font_weight\";i:1;s:39:\"pagination_items_typography_line_height\";i:1;s:22:\"pagination_items_color\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_color_active\";i:1;s:30:\"pagination_items_bg_color_dots\";i:1;s:24:\"pagination_items_padding\";i:1;s:31:\"pagination_items_horizontal_gap\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:26:\"pagination_items_alignment\";i:1;s:38:\"pagination_items_horizontal_gap_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3337, 5920, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3338, 5920, '_elementor_page_settings', 'a:6:{s:14:\"jet_conditions\";a:0:{}s:23:\"conditions_sub_singular\";s:18:\"singular-post-type\";s:35:\"conditions_singular-post-type_types\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}s:22:\"conditions_sub_archive\";s:17:\"archive-post-type\";s:34:\"conditions_archive-post-type_types\";a:1:{i:0;s:4:\"post\";}s:14:\"conditions_top\";s:8:\"singular\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3339, 5920, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3340, 5920, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3341, 5920, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3342, 5920, '_elementor_data', '[{\"id\":\"08d0f41\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-30-1.png\",\"id\":684,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"d60b051\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8426e0b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8fa467b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"6942e0c\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"9559a4e\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"9d543ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"757bccf\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"7800a52\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3541547\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"4b5d1a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9af46b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3f7ee75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb4109\",\"elType\":\"widget\",\"settings\":{\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"|\",\"path_type\":\"minified\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_link_bg_color\":\"#FFFFFF\",\"breadcrumbs_target_item_bg_color\":\"#FFFFFF\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_bg_color\":\"#FFFFFF\",\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3344, 5921, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3345, 5921, '_elementor_page_settings', 'a:5:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:3:{i:0;s:4:\"5375\";i:1;s:4:\"5369\";i:2;s:2:\"50\";}s:36:\"conditions_singular-page-child_pages\";s:2:\"48\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3346, 5921, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3347, 5921, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3348, 5921, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3349, 5921, '_elementor_data', '[{\"id\":\"a0a34ad\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3a43ff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\"},\"elements\":[{\"id\":\"5500c3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"b5a1b88\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"34cb872\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36c13ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"_inline_size_tablet\":40,\"content_position\":\"center\",\"align_mobile\":\"flex-start\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"b187fa6\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo.svg\",\"id\":4700,\"alt\":\"logo\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"012\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"efbda4d\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":true},{\"id\":\"b620ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"_inline_size_tablet\":60,\"content_position\":\"center\",\"align\":\"flex-end\",\"align_mobile\":\"flex-end\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":60},\"elements\":[{\"id\":\"6174b87\",\"elType\":\"widget\",\"settings\":{\"menu\":\"18\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"48\",\"bottom\":\"28\",\"left\":\"-21\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"mobile\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FFC11F\",\"top_item_text_color_active\":\"#FFC11F\",\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"31\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-7\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-17\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"013\",\"right\":\"-5\",\"bottom\":\"015\",\"left\":\"018\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"toggle_closed_state_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/burger.svg\",\"id\":4804},\"library\":\"svg\"},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":3,\"jet_family_widget_is_flex_basis\":\"\",\"item_after_template\":\"5566\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_order_orientaion_tablet\":3},\"elements\":[],\"widgetType\":\"jet-mega-menu\"},{\"id\":\"c4d7be2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"022\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0653934\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"6f5ba35\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2889388\",\"elType\":\"widget\",\"settings\":{\"show_title\":\"yes\",\"title_tag\":\"div\",\"browse_label\":\"Browse:\",\"custom_home_page_label\":\"Home\",\"separator_type\":\"custom\",\"custom_separator\":\"\",\"path_type\":\"minified\",\"alignment\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_item_typography_typography\":\"custom\",\"breadcrumbs_item_typography_font_family\":\"DM Sans\",\"breadcrumbs_item_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_item_typography_font_weight\":\"400\",\"breadcrumbs_item_typography_text_decoration\":\"none\",\"breadcrumbs_item_typography_line_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_link_color\":\"#FB571C\",\"breadcrumbs_link_hover_color\":\"#999999\",\"breadcrumbs_target_item_typography_text_decoration\":\"none\",\"breadcrumbs_target_item_color\":\"#999999\",\"breadcrumbs_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"breadcrumbs_sep_typography_typography\":\"custom\",\"breadcrumbs_sep_typography_font_family\":\"DM Sans\",\"breadcrumbs_sep_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"breadcrumbs_sep_typography_font_weight\":\"400\",\"breadcrumbs_sep_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"breadcrumbs_sep_color\":\"#999999\",\"_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"42\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"title_typography_text_transform\":\"capitalize\",\"breadcrumbs_sep_typography_text_decoration\":\"none\",\"breadcrumbs_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"2\",\"left\":\"10\",\"isLinked\":false},\"breadcrumbs_sep_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"breadcrumbs_sep_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-breadcrumbs\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3351, 5923, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3352, 5923, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3353, 5923, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3354, 5923, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3355, 5923, '_elementor_data', '[{\"id\":\"d9fd66f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"178\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c30c935\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"664022f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/policy.svg\",\"id\":4768,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2967b91\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b9e36c\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Ultricies mi quis hendrerit\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76919d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a5e2fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Lorem ipsum dolor sit amet<br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Consectetur adipiscing elit, sed do eiusmod tempor <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Labore et dolore magna aliqua <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Ut enim ad minim veniam, quis nostrud<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"11\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8864a8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69c11e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ce13ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"762bcfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u2028Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54fb0cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pretium nibh ipsum Vitae tortor condimentum\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c2b655\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a0874b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac1b492\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6c6d46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad2d8e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d1d4aa0\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 5923, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:9;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:9;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:4;s:14:\"_margin_tablet\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3365, 5925, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3366, 5925, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3367, 5925, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3368, 5925, '_elementor_version', '3.6.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3369, 5925, '_elementor_data', '[{\"id\":\"efadd9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"431bbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"6df2438\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/hello.svg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fada8da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life.Church wants to make a lasting difference in your life, in our community, and in the world.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":891,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef2ad2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ed4304\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee44168\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"b9e292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e89048\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0131e70\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3034784\"}],\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ff0f6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e5889ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a6879e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Life\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa554c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"019cf74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"63\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c162b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4eaa7c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"content_position\":\"center\",\"content_position_tablet\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"95c5ec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1977-1-1.png\",\"id\":3074,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-64\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-34\",\"bottom\":\"-35\",\"left\":\"-13\",\"isLinked\":false},\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4ac3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b173e3d\"}],\"background_background\":\"classic\",\"background_color\":\"#FFF5F1\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"123\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6704d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0c9c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cbfbba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Achievement!\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"51\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1156ba2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c54fac0\"}],\"structure\":\"40\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c09ac82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52f5276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1.svg\",\"id\":790},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0be074c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1145,\"thousand_separator\":\"\",\"title\":\"New parishioners\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7f69cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6ccf7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1-1.svg\",\"id\":789},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-76,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ff0a4ed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":74,\"thousand_separator\":\"\",\"title\":\"Open churches\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"e0eda06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"017\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964b16\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/tribune-1-1.svg\",\"id\":788},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-19,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d7379d1\",\"elType\":\"widget\",\"settings\":{\"ending_number\":11,\"thousand_separator\":\"\",\"title\":\"Sermon of the Year\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"f1d9bd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ffa18\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/lotus-1.svg\",\"id\":787},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-45,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4f3e549\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250124,\"thousand_separator\":\"\",\"title\":\"Saved souls\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1429cb0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c15ea42\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"576fad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a34cb1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1978-1.png\",\"id\":3102,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"-103\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-31\",\"left\":\"-50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"87a2b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1880763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bcbf770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Family\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112ca5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d863dcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"58\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b7dc2d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f256abd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe6a7c1\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\",\"id\":885,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"138\",\"right\":\"0\",\"bottom\":\"137\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a129815\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"13f826a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7813872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d903f64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a003adf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"adc4a5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Billy Graham\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61ece65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e76353\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c742d5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"cde8c1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e41640c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53d73e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"54d060c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68ba127\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"be5f517\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2215c00\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c84f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"5e2fb66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9fb177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a653e4a\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fb9323e\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"cef2812\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"161c444\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"0033f1b\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"3b1adc5\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aff9294\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-71-1.jpg\",\"id\":1073,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"253\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a5deccb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c45139c\",\"elType\":\"widget\",\"settings\":{\"title\":\"To Worship God and Equip The Saints For Ministry.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b381225\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"155798b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"131\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b62685\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dbb916\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-626.svg\",\"id\":1089,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cf576f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Can We Help?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2f0cd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd00520\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b3cf771\"}],\"structure\":\"30\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c4c5657\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53857fe\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1120\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"23bd50d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1152\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"143fd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb2d7d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1150\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"dcc4bc6\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1153\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"8e1d8ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766ff56\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1151\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"803ac01\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1154\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3371, 5925, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:6;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:8:{s:21:\"_element_width_mobile\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:11;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:2;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:13;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:8;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:5;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:4;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:19;s:5:\"align\";i:4;s:19:\"column_order_mobile\";i:6;s:16:\"content_position\";i:6;s:23:\"content_position_tablet\";i:1;s:19:\"_inline_size_tablet\";i:19;s:19:\"column_order_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:18;s:13:\"margin_tablet\";i:21;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:13:\"margin_mobile\";i:17;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:11:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:26:\"background_position_tablet\";i:2;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:3:\"gap\";i:13;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:18:\"thousand_separator\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:8:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;s:36:\"typography_number_line_height_tablet\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:10:\"jet-unfold\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"section_settings\";a:6:{s:4:\"fold\";i:6;s:11:\"fold_scroll\";i:6;s:11:\"mask_height\";i:6;s:16:\"separator_height\";i:6;s:18:\"mask_height_tablet\";i:6;s:18:\"mask_height_mobile\";i:6;}s:14:\"section_button\";a:5:{s:16:\"button_alignment\";i:6;s:25:\"selected_button_fold_icon\";i:6;s:16:\"button_fold_text\";i:6;s:27:\"selected_button_unfold_icon\";i:6;s:18:\"button_unfold_text\";i:6;}s:15:\"section_content\";a:2:{s:12:\"content_type\";i:6;s:11:\"template_id\";i:6;}}s:5:\"style\";a:3:{s:23:\"section_container_style\";a:5:{s:41:\"container_fold_box_shadow_box_shadow_type\";i:6;s:36:\"container_fold_box_shadow_box_shadow\";i:6;s:23:\"container_border_radius\";i:6;s:28:\"container_fold_bg_background\";i:6;s:23:\"container_fold_bg_color\";i:6;}s:23:\"section_separator_style\";a:2:{s:23:\"separator_bg_background\";i:6;s:18:\"separator_bg_color\";i:6;}s:20:\"section_button_style\";a:8:{s:28:\"button_typography_typography\";i:6;s:27:\"button_typography_font_size\";i:6;s:14:\"button_padding\";i:6;s:13:\"button_margin\";i:6;s:15:\"button_bg_color\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:20:\"button_margin_tablet\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:6;}s:17:\"_section_position\";a:3:{s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3372, 5926, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 5926, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 5926, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 5926, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3376, 5926, '_elementor_data', '[{\"id\":\"b14723b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1273,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e48fa09\"}],\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"d785af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFF9F7\"},\"elements\":[{\"id\":\"e226fba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ea22e9b\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"69\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"068c881\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7144c5f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-4.jpg\",\"id\":1285,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8ca4bb3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"858e734\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441.jpg\",\"id\":1253,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6065fdd\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"\\u0421hief preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"Billy Graham\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/about-billy-graham\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true},{\"id\":\"785257c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cb468c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-5.jpg\",\"id\":1292,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d595861\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9f968f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441-1.jpg\",\"id\":1294,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2890cec\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"Preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"John Stewart\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/about-john-stewart\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true},{\"id\":\"9e5f222\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0a6227\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1440-6.jpg\",\"id\":1293,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c736965\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e7e5238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1441-2.jpg\",\"id\":1295,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-148\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9e186a7\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"url\":\"\",\"id\":\"\"},\"member_first_name\":\"\",\"member_last_name\":\"\",\"member_name_html_tag\":\"div\",\"member_position\":\"Preacher\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"_id\":\"f861ca0\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true}},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"995f710\"},{\"social_icon\":\"fa fa-facebook\",\"social_label\":\"\",\"social_link\":\"#\",\"selected_social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"__fa4_migrated\":{\"selected_social_icon\":true},\"_id\":\"0618e9e\"}],\"button_text\":\"Hanna Brown\",\"button_url\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/hanna-brown\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"first_name_color\":\"#202020\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_family\":\"DM Sans\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"first_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"first_name_typography_font_weight\":\"700\",\"first_name_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"first_name_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"name_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#B4B4B4\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"DM Sans\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"position_typography_font_weight\":\"400\",\"position_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"position_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"-1\",\"bottom\":\"-1\",\"left\":\"-1\",\"isLinked\":true},\"social_alignment\":\"flex-start\",\"social_items_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"social_icon_color\":\"#FB571C\",\"social_icon_bg_color\":\"#FFFFFF\",\"social_icon_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"social_icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"social_icon_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"social_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"social_icon_color_hover\":\"#FFFFFF\",\"social_icon_bg_color_hover\":\"#FB571C\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#202020\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"primary_button_hover_bg_color\":\"#02010100\",\"button_hover_color\":\"#FB571C\",\"button_order\":1,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e51165a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dd2eb60\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"f2cf1f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1814b24\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"09a16ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"What We Believe\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf0c0b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9d06dc5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6ba80a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"afee85d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-4.jpg\",\"id\":1324,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_animation\":\"none\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9f4451f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"_offset_x_end_tablet\":{\"size\":5,\"unit\":\"px\"},\"_offset_y\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"_offset_y_tablet\":{\"size\":32,\"unit\":\"px\"},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"cacc065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":286,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":286,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":81,\"unit\":\"px\"},\"_offset_y\":{\"size\":46,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"61cad50\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_offset_x_end\":{\"size\":216,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":115,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"867fe7e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":18,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":15,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":148,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":200,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"39e40d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5.jpg\",\"id\":1323,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"_element_width\":\"auto\",\"_element_width_tablet\":\"auto\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":307},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1a0544\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-4-1.jpg\",\"id\":1391,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b53ff9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dd2eb60\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca60137\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2927336\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5-2.jpg\",\"id\":1443,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2022ca1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/0014-4.png\",\"id\":4083,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_z_index\":1,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f5a8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":31,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":30,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":136,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":120,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c64684a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"_z_index\":1,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":155,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":71,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":12,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9a7bbb9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":431,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":431,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"size\":22,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":30,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":447,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":284,\"unit\":\"px\"},\"_offset_y_end\":{\"size\":13,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":120,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fc3a1de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"size\":35,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_x_end\":{\"size\":128,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":56,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_end\":{\"size\":134,\"unit\":\"px\"},\"_offset_y_end_tablet\":{\"size\":\"\",\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f696fba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/0014-5-1.jpg\",\"id\":1436,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"space_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":20,\"vertical\":24,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_orientation_v\":\"end\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6f21f13\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"32\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"ab73615\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9149ff\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":525,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-11,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e43935a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"48\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f606b6e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, friends, you can laugh, grow, and serve with people who genuinely care about you or LifeGroup to join.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"545323d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac51c1d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-71.jpg\",\"id\":1402,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"253\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"4f90cfe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a3887c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":660,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b05a238\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1e4e0ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"29a5f90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e586a1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9e9ab9\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"4fb16f5\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"ca9bb0b\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"d9801ab\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"57f5b68\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fbd208e\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3378, 5926, '_elementor_controls_usage', 'a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:18;s:10:\"image_size\";i:18;s:5:\"align\";i:8;s:12:\"align_tablet\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:8:{s:5:\"width\";i:7;s:5:\"space\";i:6;s:19:\"image_border_radius\";i:10;s:27:\"image_box_shadow_box_shadow\";i:9;s:6:\"height\";i:3;s:12:\"width_tablet\";i:3;s:12:\"space_tablet\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:6;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:2;s:8:\"_z_index\";i:2;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:7;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_custom_width\";i:3;s:9:\"_position\";i:4;s:28:\"_element_custom_width_tablet\";i:1;s:21:\"_offset_orientation_h\";i:2;s:21:\"_offset_orientation_v\";i:2;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:5;s:11:\"hide_mobile\";i:7;s:12:\"hide_desktop\";i:2;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:11;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:14:\"_margin_tablet\";i:3;s:8:\"_z_index\";i:6;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:11;s:17:\"_background_color\";i:11;s:22:\"_background_color_stop\";i:11;s:19:\"_background_color_b\";i:11;s:24:\"_background_color_b_stop\";i:11;s:26:\"_background_gradient_angle\";i:11;}s:17:\"_section_position\";a:19:{s:14:\"_element_width\";i:11;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_custom_width\";i:11;s:9:\"_position\";i:8;s:21:\"_offset_orientation_h\";i:3;s:13:\"_offset_x_end\";i:8;s:20:\"_offset_x_end_tablet\";i:1;s:9:\"_offset_y\";i:8;s:16:\"_offset_y_tablet\";i:1;s:9:\"_offset_x\";i:6;s:21:\"_offset_orientation_v\";i:5;s:13:\"_offset_y_end\";i:6;s:16:\"_offset_x_tablet\";i:5;s:16:\"_offset_x_mobile\";i:5;s:20:\"_offset_y_end_tablet\";i:5;s:20:\"_offset_y_end_mobile\";i:5;s:28:\"_element_custom_width_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_mobile\";i:5;s:11:\"hide_tablet\";i:3;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:9:{s:12:\"member_image\";i:3;s:17:\"member_first_name\";i:3;s:16:\"member_last_name\";i:3;s:20:\"member_name_html_tag\";i:3;s:15:\"member_position\";i:3;s:18:\"member_description\";i:3;s:11:\"social_list\";i:3;s:11:\"button_text\";i:3;s:10:\"button_url\";i:3;}}s:5:\"style\";a:6:{s:30:\"section_team_member_name_style\";a:10:{s:16:\"first_name_color\";i:3;s:32:\"first_name_typography_typography\";i:3;s:33:\"first_name_typography_font_family\";i:3;s:31:\"first_name_typography_font_size\";i:3;s:38:\"first_name_typography_font_size_tablet\";i:3;s:33:\"first_name_typography_font_weight\";i:3;s:33:\"first_name_typography_line_height\";i:3;s:40:\"first_name_typography_line_height_tablet\";i:3;s:11:\"name_margin\";i:3;s:19:\"name_text_alignment\";i:3;}s:34:\"section_team_member_position_style\";a:10:{s:14:\"position_color\";i:3;s:30:\"position_typography_typography\";i:3;s:31:\"position_typography_font_family\";i:3;s:29:\"position_typography_font_size\";i:3;s:31:\"position_typography_font_weight\";i:3;s:31:\"position_typography_line_height\";i:3;s:15:\"position_margin\";i:3;s:22:\"position_margin_tablet\";i:3;s:18:\"position_alignment\";i:3;s:23:\"position_text_alignment\";i:3;}s:30:\"section_team_member_desc_style\";a:1:{s:11:\"desc_margin\";i:3;}s:25:\"section_social_list_style\";a:10:{s:16:\"social_alignment\";i:3;s:20:\"social_items_spacing\";i:3;s:17:\"social_icon_color\";i:3;s:20:\"social_icon_bg_color\";i:3;s:21:\"social_icon_font_size\";i:3;s:16:\"social_icon_size\";i:3;s:29:\"social_icon_box_border_radius\";i:3;s:22:\"social_icon_box_margin\";i:3;s:23:\"social_icon_color_hover\";i:3;s:26:\"social_icon_bg_color_hover\";i:3;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:3;s:15:\"button_bg_color\";i:3;s:12:\"button_color\";i:3;s:28:\"button_typography_typography\";i:3;s:29:\"button_typography_font_family\";i:3;s:27:\"button_typography_font_size\";i:3;s:34:\"button_typography_font_size_tablet\";i:3;s:29:\"button_typography_font_weight\";i:3;s:29:\"button_typography_line_height\";i:3;s:36:\"button_typography_line_height_tablet\";i:3;s:14:\"button_padding\";i:3;s:13:\"button_margin\";i:3;s:29:\"primary_button_hover_bg_color\";i:3;s:18:\"button_hover_color\";i:3;s:32:\"button_typography_text_transform\";i:3;}s:19:\"section_order_style\";a:1:{s:12:\"button_order\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:18;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:18;s:21:\"space_between_widgets\";i:13;s:19:\"column_order_mobile\";i:6;s:5:\"align\";i:1;s:19:\"_inline_size_tablet\";i:8;s:19:\"column_order_tablet\";i:8;s:16:\"content_position\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:9;s:13:\"margin_tablet\";i:15;s:13:\"margin_mobile\";i:12;s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:5;s:16:\"background_color\";i:5;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:6;s:3:\"gap\";i:8;s:6:\"layout\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:5;s:14:\"padding_tablet\";i:5;s:14:\"padding_mobile\";i:5;s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:16:\"background_image\";i:2;s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:3;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:28:\"_element_custom_width_tablet\";i:3;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:10;s:21:\"typography_typography\";i:10;s:22:\"typography_font_family\";i:10;s:20:\"typography_font_size\";i:10;s:22:\"typography_font_weight\";i:10;s:22:\"typography_line_height\";i:10;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:3;s:14:\"_margin_tablet\";i:3;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:12:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;s:36:\"jet_tricks_widget_satellite_x_offset\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_mobile\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:17:\"_section_position\";a:1:{s:21:\"_element_custom_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 5927, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3380, 5927, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3381, 5927, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3382, 5927, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3383, 5927, '_elementor_data', '[{\"id\":\"fd9e577\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"730a698\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a37246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c021c73\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d564ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0ef9bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"4aca87a\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"323c26e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"598f944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2c38a47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"1ecccad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0182dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"815a444\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"38f98b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95555a5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ce205b4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c5952e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e8a80a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0242f4e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"79fd414\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fb6932\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"4d611a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e6845f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ce2b2d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b92f5f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a215d62\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f154cca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"ca8fc57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3802434\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e1fe87d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"8efb265\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c16c6e2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"84006c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06aa2c7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"23c262c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae87491\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7351753\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31ee7b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5340140\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9417cdc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da4073d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"33f4195\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd890d2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"06182d2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"98a5374\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"b8dbe19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb74aa3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44c0469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"721dc8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e6be80d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3385, 5927, '_elementor_controls_usage', 'a:12:{s:15:\"jet-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:28:\"section_breadcrumbs_settings\";a:6:{s:10:\"show_title\";i:1;s:9:\"title_tag\";i:1;s:14:\"separator_type\";i:1;s:16:\"custom_separator\";i:1;s:9:\"path_type\";i:1;s:9:\"alignment\";i:1;}}s:5:\"style\";a:2:{s:11:\"title_style\";a:10:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:11:\"title_color\";i:1;s:12:\"title_margin\";i:1;}s:17:\"breadcrumbs_style\";a:20:{s:38:\"breadcrumbs_item_typography_typography\";i:1;s:39:\"breadcrumbs_item_typography_font_family\";i:1;s:37:\"breadcrumbs_item_typography_font_size\";i:1;s:39:\"breadcrumbs_item_typography_font_weight\";i:1;s:43:\"breadcrumbs_item_typography_text_decoration\";i:1;s:39:\"breadcrumbs_item_typography_line_height\";i:1;s:22:\"breadcrumbs_link_color\";i:1;s:44:\"breadcrumbs_link_hover_typography_typography\";i:1;s:28:\"breadcrumbs_link_hover_color\";i:1;s:45:\"breadcrumbs_target_item_typography_typography\";i:1;s:50:\"breadcrumbs_target_item_typography_text_decoration\";i:1;s:29:\"breadcrumbs_target_item_color\";i:1;s:29:\"breadcrumbs_item_border_width\";i:1;s:19:\"breadcrumbs_sep_gap\";i:1;s:37:\"breadcrumbs_sep_typography_typography\";i:1;s:38:\"breadcrumbs_sep_typography_font_family\";i:1;s:36:\"breadcrumbs_sep_typography_font_size\";i:1;s:38:\"breadcrumbs_sep_typography_font_weight\";i:1;s:38:\"breadcrumbs_sep_typography_line_height\";i:1;s:21:\"breadcrumbs_sep_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:11;s:16:\"content_position\";i:1;s:5:\"align\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:11;s:13:\"margin_tablet\";i:9;s:13:\"margin_mobile\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:5:\"align\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:14:\"_margin_tablet\";i:1;s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:6;s:14:\"_margin_tablet\";i:2;s:8:\"_padding\";i:1;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:21:\"_offset_orientation_h\";i:1;s:13:\"_offset_x_end\";i:2;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:9:\"_offset_y\";i:2;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:21:\"_offset_orientation_v\";i:1;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:8;s:13:\"content_width\";i:6;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:17:\"background_repeat\";i:2;s:15:\"background_size\";i:2;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}s:13:\"section_video\";a:1:{s:12:\"aspect_ratio\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:11:\"image_space\";i:3;s:10:\"image_size\";i:3;}s:21:\"section_style_content\";a:16:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_custom_width\";i:3;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3386, 5928, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3387, 5928, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3388, 5928, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3389, 5928, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3390, 5928, '_elementor_data', '[{\"id\":\"0955209\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0feaed3\"}],\"background_background\":\"video\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/bg-event.jpg\",\"id\":4087,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"344\",\"right\":\"0\",\"bottom\":\"360\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"201\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_video_link\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/3.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"e13ac9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ae63a3f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bring your skills to Life.\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"header_size\":\"h1\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b497fd8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"October 1, 2021 \\u2013 November 1, 2021 \\u2022 Senior Weekend is November 12\\u201314\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b31075c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2deebbf\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74d78bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-17\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"f091d66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"732c462\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"db2ec17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4336483\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FFF9F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"67\",\"right\":\"20\",\"bottom\":\"72\",\"left\":\"57\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_position_tablet\":\"center\"},\"elements\":[{\"id\":\"ab71dc9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ab9b2d1\"}],\"structure\":\"20\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"b053116\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":23,\"_inline_size_tablet\":30,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FAEFE9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_position_tablet\":\"space-between\"},\"elements\":[{\"id\":\"5e97fa3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Location\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4527490\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d6c014\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d420a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Times\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f34edbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":77,\"_inline_size_tablet\":70,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"26\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"ace6366\",\"elType\":\"widget\",\"settings\":{\"editor\":\"LCBC BranchCreek (Harleysville)\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"763ae83\",\"elType\":\"widget\",\"settings\":{\"editor\":\"100 Main Street Harleysville, PA 19438\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef5f2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"215-256-0100\",\"link\":{\"url\":\"tel:+2152560100\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFC11F\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"8314213\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Email\",\"link\":{\"url\":\"mailto:example@church.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#FFC11F\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7497c08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sundays: 9am, *10:45am \\/ Mondays: *6:30pm\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bf0ab4a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ab9b2d1\"}],\"hide_desktop\":\"hidden-desktop\"},\"elements\":[{\"id\":\"34d4dd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2df387\",\"elType\":\"widget\",\"settings\":{\"title\":\"Location\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f972638\",\"elType\":\"widget\",\"settings\":{\"editor\":\"LCBC BranchCreek (Harleysville)\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4820579\",\"elType\":\"widget\",\"settings\":{\"title\":\"Address\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b4656db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"100 Main Street Harleysville, PA 19438\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"45cb5d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7bd5270\",\"elType\":\"widget\",\"settings\":{\"text\":\"215-256-0100\",\"link\":{\"url\":\"tel:+2152560100\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#202020\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFC11F\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"99ef899\",\"elType\":\"widget\",\"settings\":{\"text\":\"Send Email\",\"link\":{\"url\":\"mailto:example@church.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#FFC11F\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"button_background_hover_color\":\"#02010100\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"536f98b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Times\",\"header_size\":\"div\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"352bd06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Sundays: 9am, *10:45am \\/ Mondays: *6:30pm\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7f38f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"196\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"8c7d5db\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"111\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223d2ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":37.9,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"4a4665c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":11.8,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"63e0e21\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":18.6,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"42d796d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8.2,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"43e318c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":12.6,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"59b2b2b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":24.5,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"84fc233\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"06b3c1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"b182ca6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":13.3,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"0d4c877\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":26.2,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":392,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"faea208\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"2ca8b9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"God speaks to us everywhere\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d5b77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2011, churches around the world have leveraged the Church Online Platform every country on Earth.<\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"79\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":670,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d86d613\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"039c016\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1171487,\"duration\":3000,\"thousand_separator_char\":\" \",\"title\":\"Indicated salvations since 2011\",\"number_color\":\"#FB571C\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_number_font_weight\":\"500\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_title_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_title_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c9e6dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe6a7c1\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\",\"id\":885,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"138\",\"right\":\"0\",\"bottom\":\"137\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"97a84e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"9920be6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8adfbb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cda653b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d189cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe5ae85\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Billy Graham\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fe85d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f18740c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31a0ab5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"db533a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d5082c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ef1e21\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"dcc9641\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb973e7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d5bea16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37bd905\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5cadea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"bfe04e6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fa763a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e176b67\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7ebcfb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"79a97f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eaabd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a1eb024\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2664dfe\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3392, 5928, '_elementor_controls_usage', 'a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:13;s:11:\"header_size\";i:9;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:13;s:22:\"typography_font_family\";i:13;s:20:\"typography_font_size\";i:13;s:27:\"typography_font_size_tablet\";i:5;s:27:\"typography_font_size_mobile\";i:5;s:22:\"typography_font_weight\";i:13;s:22:\"typography_line_height\";i:13;s:29:\"typography_line_height_tablet\";i:5;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:14:\"_margin_tablet\";i:10;s:14:\"_margin_mobile\";i:2;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:1;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:9;s:14:\"_margin_tablet\";i:5;s:14:\"_margin_mobile\";i:3;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:2;s:28:\"_element_custom_width_tablet\";i:1;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:12;s:21:\"space_between_widgets\";i:11;s:19:\"column_order_mobile\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:5;s:23:\"content_position_tablet\";i:2;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:8;s:13:\"margin_tablet\";i:6;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:13:\"margin_mobile\";i:3;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:12:\"border_color\";i:1;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:5;s:3:\"gap\";i:8;s:6:\"layout\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:8;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:26:\"background_position_mobile\";i:1;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:22:\"background_size_mobile\";i:1;s:26:\"background_bg_width_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:6;s:14:\"padding_tablet\";i:6;s:14:\"padding_mobile\";i:5;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:6;s:4:\"link\";i:6;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:6;s:17:\"button_text_color\";i:6;s:16:\"background_color\";i:6;s:11:\"hover_color\";i:6;s:29:\"button_background_hover_color\";i:6;s:12:\"text_padding\";i:6;s:25:\"typography_text_transform\";i:4;s:13:\"border_radius\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:2;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:4;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:7:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:4;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3393, 5929, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3394, 5929, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3395, 5929, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3396, 5929, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3397, 5929, '_elementor_data', '[{\"id\":\"f071c4b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"86\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"296c22c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"9019349\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a75a163\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enter To Worship, Depart To Serve\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"41\",\"left\":\"015\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"499850f\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fcdc622\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"02ea4f6\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"606ffb3\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"50d3f66\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"9b33755\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b743eb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":665,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ebcc1f1\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Review.jpg\",\"id\":2067,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5fd1393\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"6da5bcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1486.png\",\"id\":470,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"29\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5745bec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thoughts of our parishioners\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"28\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"696efa2\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"_id\":\"2d75abe\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col4.jpeg\",\"id\":4944,\"alt\":\"image\",\"source\":\"library\"}},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"image\",\"source\":\"library\"},\"_id\":\"1cb900f\"},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/col3.jpeg\",\"id\":4943,\"alt\":\"image\",\"source\":\"library\"},\"_id\":\"cfe79d0\"}],\"slides_to_show_tablet\":\"1\",\"slides_to_show_mobile\":\"1\",\"autoplay_speed\":3000,\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"57\",\"left\":\"15\",\"isLinked\":false},\"item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"image_width\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":69,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"comment_color\":\"#202020\",\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"DM Sans\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"comment_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"comment_typography_font_weight\":\"500\",\"comment_typography_font_style\":\"italic\",\"comment_typography_line_height\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"comment_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"comment_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"use_comment_corner\":\"\",\"comment_background_background\":\"classic\",\"comment_background_color\":\"#FFFFFF00\",\"comment_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Subtract.png\",\"id\":2090,\"alt\":\"\",\"source\":\"library\"},\"comment_background_position\":\"top center\",\"comment_background_repeat\":\"no-repeat\",\"comment_background_size\":\"cover\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"54\",\"right\":\"34\",\"bottom\":\"26\",\"left\":\"34\",\"isLinked\":false},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"comment_padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"comment_margin\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"dots_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#FFFFFF\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\"},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"446305f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b8d02f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"03ed3bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"447fc5f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0bd3f09\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"02242d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2f3836\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b3429d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c2527e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"90b6838\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3399, 5929, '_elementor_controls_usage', 'a:9:{s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:8;s:10:\"image_size\";i:8;s:5:\"align\";i:2;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:2;s:8:\"_z_index\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:5;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:3;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:12;s:19:\"_inline_size_tablet\";i:8;s:19:\"column_order_tablet\";i:8;s:19:\"column_order_mobile\";i:4;s:16:\"content_position\";i:4;s:21:\"space_between_widgets\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:13:\"margin_tablet\";i:10;s:13:\"margin_mobile\";i:9;s:7:\"padding\";i:4;s:14:\"padding_tablet\";i:4;s:14:\"padding_mobile\";i:4;s:6:\"margin\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:5;s:13:\"content_width\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:3:{s:21:\"slides_to_show_tablet\";i:1;s:21:\"slides_to_show_mobile\";i:1;s:14:\"autoplay_speed\";i:1;}}s:5:\"style\";a:4:{s:18:\"section_item_style\";a:3:{s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}s:19:\"section_image_style\";a:3:{s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:19:\"image_border_radius\";i:1;}s:21:\"section_comment_style\";a:22:{s:13:\"comment_color\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:28:\"comment_typography_font_size\";i:1;s:35:\"comment_typography_font_size_mobile\";i:1;s:30:\"comment_typography_font_weight\";i:1;s:29:\"comment_typography_font_style\";i:1;s:30:\"comment_typography_line_height\";i:1;s:37:\"comment_typography_line_height_mobile\";i:1;s:13:\"comment_width\";i:1;s:18:\"use_comment_corner\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:24:\"comment_background_image\";i:1;s:27:\"comment_background_position\";i:1;s:25:\"comment_background_repeat\";i:1;s:23:\"comment_background_size\";i:1;s:15:\"comment_padding\";i:1;s:22:\"comment_padding_tablet\";i:1;s:22:\"comment_padding_mobile\";i:1;s:14:\"comment_margin\";i:1;s:21:\"comment_border_radius\";i:1;}s:18:\"section_dots_style\";a:12:{s:11:\"dots_margin\";i:1;s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:3;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 5930, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 5930, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3402, 5930, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3403, 5930, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3404, 5930, '_elementor_data', '[{\"id\":\"0fa8625\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0d135d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"0ae8181\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"70813af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da43c1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"328129e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ee6d235\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad5e878\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e52ab73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbe029f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a415e89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"43439b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a11adb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"35f96d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5635309\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f00c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e68d370\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac8b4c1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a2b1772\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a911a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8d12550\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9b7d677\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"4d274ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a340a8e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d0d18c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eea1c13\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2ba3be2\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3406, 5930, '_elementor_controls_usage', 'a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:3;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:4;s:14:\"_margin_mobile\";i:4;s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;s:14:\"_margin_tablet\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:27:\"typography_font_size_tablet\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:29:\"typography_line_height_tablet\";i:3;s:27:\"typography_font_size_mobile\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:6;s:19:\"column_order_mobile\";i:1;s:21:\"space_between_widgets\";i:6;s:16:\"content_position\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:4;s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:4;s:13:\"content_width\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:2;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_general_style\";a:3:{s:15:\"container_width\";i:1;s:22:\"container_width_mobile\";i:1;s:15:\"container_align\";i:1;}s:19:\"section_input_style\";a:17:{s:18:\"input_width_mobile\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:19:\"button_width_mobile\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_mobile\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:3;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:1:{s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:2;s:22:\"_background_color_stop\";i:2;s:19:\"_background_color_b\";i:2;s:24:\"_background_color_b_stop\";i:2;s:26:\"_background_gradient_angle\";i:2;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:2;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3407, 5931, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3408, 5931, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3409, 5931, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3410, 5931, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3411, 5931, '_elementor_data', '[{\"id\":\"0f61e48\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"86\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"08cc0d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2caae8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-626.svg\",\"id\":1089,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1059ffc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Church FAQ\\u2019s\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"090aed7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Many questions get asked by visitors to church, newcomers to town, and friends and neighbors of our members. Here\\u2019s a list of questions that may help you get to know Christian Church better\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"54\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":871,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"106f26b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"13ea4b0\"}]},\"elements\":[{\"id\":\"5f87fb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"e0b40cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who are the Disciples of Christ?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21b8ce2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We are a mainline Protestant denomination (similar to Methodists and Presbyterians) with more than 700,000 members in the United States and Canada. We believe that Jesus Christ is the Son of God. We believe the Bible is God\\u2019s word, and we give each person the freedom to responsibly interpret the Bible for themselves. We celebrate communion weekly, and each church is autonomously governed (no one \\u201chigher up\\u201d tells us what to do \\u2013 except God!). For more information on the denomination,\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdeff1e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6d2687e\",\"elType\":\"widget\",\"settings\":{\"title\":\"How big is the church?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8527dbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our church, founded in 1960, has grown into a healthy and vibrant congregation. We currently have more than 600 active members and regular attendees. Our 8:30 a.m. service averages around 60 people; our 10:45 a.m. service usually has about 250 in attendance.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b7131af\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1a81d53\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do you offer for children on Sunday morning?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a0f360\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Children are a special part of our congregation and we value them as full participants in the life of our church. Sunday School classes for children (preschool through the 12th grade) begin at 9:30 a.m. Following the Children\\u2019s Time in the 10:45 worship service, children ages 3 years old through second grade are dismissed to participate in their own time of singing, prayer and Bible learning known as Worship and Wonder\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f2d84f7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8f5363a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What do you offer for babies and toddlers?\\n\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10c2a5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nursery care is provided for both infants and toddlers (to age 3) from 8:30 a.m. until the conclusion of the 10:45 service each week. The nurseries are located in the children\\u2019s education wing on the south side of the church building. Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children. Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F0F0F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e7bc03\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":81.99,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"70778f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Who goes to your church?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ac417d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We have quite a mixture of people at Crestwood. Our congregation truly spans the ages, from newborns to folks in their 80s. You\\u2019ll find just about every type of person here \\u2013 married, single, divorced, widowed \\u2013 professionals, workers, retired \\u2013 life-long Lexington residents and those who have just recently moved to the Bluegrass. But even more important than the kind of people who go here is the kind of people who are welcome here \\u2013 everyone!\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5619fe4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d2ef316\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"07cfeb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f03ef1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2637b4f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"75ea8c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1050b28\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e10ac30\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44f5bb6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"588083f\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3413, 5931, '_elementor_controls_usage', 'a:7:{s:5:\"image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:3;s:10:\"image_size\";i:3;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:1;s:8:\"_z_index\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:20:\"typography_font_size\";i:7;s:27:\"typography_font_size_tablet\";i:7;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:29:\"typography_line_height_tablet\";i:7;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:14:\"_margin_mobile\";i:5;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:22:\"typography_line_height\";i:6;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;s:8:\"_padding\";i:4;s:15:\"_padding_tablet\";i:4;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;s:13:\"_border_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:2:{s:5:\"space\";i:7;s:12:\"space_tablet\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_z_index\";i:2;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;s:22:\"_background_color_stop\";i:6;s:19:\"_background_color_b\";i:6;s:24:\"_background_color_b_stop\";i:6;s:26:\"_background_gradient_angle\";i:6;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:6;s:27:\"_box_shadow_box_shadow_type\";i:2;s:22:\"_box_shadow_box_shadow\";i:2;}s:17:\"_section_position\";a:17:{s:14:\"_element_width\";i:6;s:21:\"_element_custom_width\";i:6;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:1;s:16:\"_offset_x_tablet\";i:1;s:16:\"_offset_x_mobile\";i:1;s:13:\"_offset_x_end\";i:2;s:21:\"_offset_orientation_v\";i:1;s:9:\"_offset_y\";i:2;s:13:\"_offset_y_end\";i:1;s:20:\"_offset_y_end_tablet\";i:1;s:20:\"_offset_y_end_mobile\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:20:\"_offset_x_end_mobile\";i:1;s:16:\"_offset_y_tablet\";i:1;s:16:\"_offset_y_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:4;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:3;s:13:\"content_width\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3414, 5932, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 5932, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 5932, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 5932, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 5932, '_elementor_data', '[{\"id\":\"0244b9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e123f28\"}],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"87\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f971b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"75320d2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Vector.svg\",\"id\":2309},\"library\":\"svg\"},\"title_text\":\"Our Location\",\"description_text\":\"Wonogiri City Central\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#B4B4B4\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"b44bf95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"271bab6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group.svg\",\"id\":2308},\"library\":\"svg\"},\"title_text\":\"Give Us A Call\",\"description_text\":\"\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"3de3901\",\"elType\":\"widget\",\"settings\":{\"text\":\"+ 7 9555 333 55\",\"link\":{\"url\":\"tel:+7955533355\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#B4B4B4\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"03201c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1487.png\",\"id\":2310,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"29\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"72\",\"right\":\"30\",\"bottom\":\"136\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3a2c1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Vector-1.svg\",\"id\":2307},\"library\":\"svg\"},\"title_text\":\"Send Us A Message\",\"description_text\":\"\",\"title_size\":\"div\",\"icon_space\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"icon_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"da9fcde\",\"elType\":\"widget\",\"settings\":{\"text\":\"Churchecenter@mail.com\",\"link\":{\"url\":\"mailto:Churchecenter@mail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"button_text_color\":\"#B4B4B4\",\"background_color\":\"#02010100\",\"hover_color\":\"#202020\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"none\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef89a43\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eb1add4\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"806dd50\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"91fbaa4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"35967f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"auto\",\"_element_width_tablet\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31a0f8e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"95e3d0d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false},{\"id\":\"367410b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8f6ab\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab6c59f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"441d2a3\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c74a145\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5752b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"A place where all of you connect to each other.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_vertical_align\":\"flex-end\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"83a1ded\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1619de2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb6262e\",\"elType\":\"widget\",\"settings\":{\"text\":\"know more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"a520ae4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"05\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"7641860\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo1.svg\",\"id\":4956,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"77e84da\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo2.svg\",\"id\":4958,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"c58b1ad\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo3.svg\",\"id\":4959,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"0e7449f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo13.svg\",\"id\":4983,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"ffd266b\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo5.svg\",\"id\":4961,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"0848b2f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo6.svg\",\"id\":4962,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"a9c4dca\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo7.svg\",\"id\":4963,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"dcaf0b6\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo8.svg\",\"id\":4964,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"23121d5\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo9.svg\",\"id\":4965,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"4f0605f\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo-1.svg\",\"id\":4969,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"41b5d7b\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo11.svg\",\"id\":4967,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"bf01cc5\"},{\"item_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/logo12.svg\",\"id\":4968,\"alt\":\"\",\"source\":\"library\"},\"item_url\":{\"url\":\"#\"},\"_id\":\"ad4a52a\"}],\"columns\":\"4\",\"columns_tablet\":\"3\",\"columns_mobile\":\"2\",\"vertical_brands_alignment\":\"center\",\"logo_alignment\":\"center\",\"logo_alignment_tablet\":\"right\",\"logo_alignment_mobile\":\"center\",\"_css_classes\":\"logo-hover\",\"logo_wrap_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 5932, '_elementor_controls_usage', 'a:11:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:17:\"icon_space_tablet\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:16:{s:18:\"title_bottom_space\";i:1;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:35:\"title_typography_line_height_tablet\";i:3;s:17:\"description_color\";i:1;s:33:\"description_typography_typography\";i:1;s:34:\"description_typography_font_family\";i:1;s:32:\"description_typography_font_size\";i:1;s:34:\"description_typography_font_weight\";i:1;s:34:\"description_typography_line_height\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:7;s:21:\"space_between_widgets\";i:5;s:19:\"column_order_mobile\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:3;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:22:\"background_size_tablet\";i:3;s:26:\"background_bg_width_tablet\";i:3;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:7;s:13:\"margin_tablet\";i:7;s:13:\"margin_mobile\";i:5;s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:12:\"text_padding\";i:3;s:25:\"typography_text_transform\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:3;s:14:\"padding_tablet\";i:3;s:14:\"padding_mobile\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:27:\"typography_font_size_tablet\";i:2;s:27:\"typography_font_size_mobile\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:29:\"typography_line_height_tablet\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:5:{s:28:\"_element_custom_width_tablet\";i:2;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:23:\"_element_vertical_align\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:1;s:12:\"space_tablet\";i:1;s:12:\"space_mobile\";i:1;}}}}s:14:\"contact-form-7\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:1:{s:5:\"style\";a:4:{s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;s:29:\"invalid_typography_typography\";i:1;s:28:\"invalid_typography_font_size\";i:1;s:30:\"invalid_typography_line_height\";i:1;}s:20:\"section_inputs_style\";a:24:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_margin_mobile\";i:1;s:19:\"input_border_radius\";i:1;s:27:\"input_background_background\";i:1;s:22:\"input_background_color\";i:1;s:11:\"input_color\";i:1;s:23:\"input_placeholder_color\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:18:\"input_border_color\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;s:24:\"input_focus_border_color\";i:1;s:27:\"input_invalid_border_border\";i:1;s:26:\"input_invalid_border_width\";i:1;s:26:\"input_invalid_border_color\";i:1;s:19:\"textarea_min_height\";i:1;}s:12:\"submit_style\";a:17:{s:15:\"submit_bg_color\";i:1;s:12:\"submit_color\";i:1;s:28:\"submit_typography_typography\";i:1;s:29:\"submit_typography_font_family\";i:1;s:27:\"submit_typography_font_size\";i:1;s:29:\"submit_typography_font_weight\";i:1;s:32:\"submit_typography_text_transform\";i:1;s:29:\"submit_typography_line_height\";i:1;s:32:\"submit_typography_letter_spacing\";i:1;s:14:\"submit_padding\";i:1;s:20:\"submit_border_radius\";i:1;s:21:\"submit_hover_bg_color\";i:1;s:18:\"submit_hover_color\";i:1;s:21:\"submit_focus_bg_color\";i:1;s:18:\"submit_focus_color\";i:1;s:13:\"submit_margin\";i:1;s:20:\"submit_margin_tablet\";i:1;}s:20:\"section_alerts_style\";a:5:{s:27:\"alert_typography_typography\";i:1;s:26:\"alert_typography_font_size\";i:1;s:28:\"alert_typography_line_height\";i:1;s:13:\"alert_padding\";i:1;s:12:\"alert_margin\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:4:{s:4:\"zoom\";i:1;s:6:\"height\";i:1;s:13:\"height_tablet\";i:1;s:13:\"height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:1;s:27:\"_box_shadow_box_shadow_type\";i:1;s:22:\"_box_shadow_box_shadow\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_mobile\";i:2;s:14:\"_margin_tablet\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:3:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:2:{s:24:\"section_brand_item_style\";a:1:{s:25:\"vertical_brands_alignment\";i:1;}s:24:\"section_brand_logo_style\";a:3:{s:14:\"logo_alignment\";i:1;s:21:\"logo_alignment_tablet\";i:1;s:21:\"logo_alignment_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3429, 5937, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3430, 5937, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 5937, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 5937, '_elementor_version', '3.5.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3433, 5937, '_elementor_data', '[{\"id\":\"504cbda\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9468f85\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"178\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"245f2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ac9ce7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/policy.svg\",\"id\":4768,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39cd5ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"Term and Use\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd32bb5\",\"elType\":\"widget\",\"settings\":{\"title\":\"1. Ultricies mi quis hendrerit\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"477eb74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95542e1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Lorem ipsum dolor sit amet<br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Consectetur adipiscing elit, sed do eiusmod tempor <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Labore et dolore magna aliqua <br \\/><span style=\\\"color: #fb571c;\\\">\\u2022<\\/span>\\u00a0 Ut enim ad minim veniam, quis nostrud<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"11\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c34de22\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5322660\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2748516\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e4d04d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u2028Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0499478\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pretium nibh ipsum Vitae tortor condimentum\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a6b60a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b66e582\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7043dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum odio eu feugiat\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8915a69\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97ed80d\",\"elType\":\"widget\",\"settings\":{\"editor\":\" Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3435, 5937, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:27:\"typography_font_size_tablet\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:29:\"typography_line_height_tablet\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:5;}s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:20:\"typography_font_size\";i:9;s:22:\"typography_font_weight\";i:9;s:22:\"typography_line_height\";i:9;s:29:\"typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_mobile\";i:4;s:14:\"_margin_tablet\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:1;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3436, 5938, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3437, 5938, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3438, 5938, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3439, 5938, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3440, 5938, '_elementor_data', '[{\"id\":\"6240de7c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61ea1faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5bdc1d85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3d71eb06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"291045d2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"258a0a97\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e3345d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76a89891\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48b4d39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70ee22ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6d286016\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"159cf063\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c0d6d78\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"3efe9ed1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"19c05ff1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"314dff0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ef5cb45\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"102b8e92\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16291372\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"f2a7a18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"86d1d96\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239fb105\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"588c40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"76454b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65ba3b5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14ffe9ba\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a2d361b\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 5939, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3443, 5939, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3444, 5939, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3445, 5939, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3446, 5939, '_elementor_data', '[{\"id\":\"3d5ff9fc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17ca058d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cd659ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"794ea412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ce9d5d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"66077fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7da0ac20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d2094ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e114834\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"38e331c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"14c9e3f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"636b9763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7de0f2b7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"1530f66e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"1940fd81\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ff44907\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1107a24d\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"575eaa95\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29af7dd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e6aa8b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"553589e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"da091f0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"3a2e061b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"384850ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"374201d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c2d9a8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6a84caf9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 5940, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 5940, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 5940, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 5940, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3452, 5940, '_elementor_data', '[{\"id\":\"5967651e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79fd9fc6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"5350eb57\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58b70208\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"46f9fb24\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"337b3f03\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"289fd499\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f3012c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7dda3e23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37360e77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ed6ee8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"3bc4050e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4cd000bb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"484db606\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"b9a7b61\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"259fb051\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"274e7100\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a68e757\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ee07338\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"438601c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"50ea1f87\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d6d347c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"213cbd45\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"592ee345\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"721c058a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55b7fdd0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5972bfe\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3454, 5941, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3455, 5941, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3456, 5941, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3457, 5941, '_elementor_version', '3.5.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3458, 5941, '_elementor_data', '[{\"id\":\"368d8b73\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cc2d91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"55f5700\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67eb4c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19627ec6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4195ba69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2f0ff69e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5519ea07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"443d53f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14bf1f8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"36a194f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"50707098\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7947b877\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"4384554f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"1d324fd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a7c7ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"52c0c51c\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"625f2f26\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d6cba7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"33dde232\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19134610\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5efeb8bc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5041f3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e3e21bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"144aa951\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2781c425\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"73befa61\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 5942, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 5942, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 5942, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 5942, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3464, 5942, '_elementor_data', '[{\"id\":\"207a6682\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b85e45f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a9dd170\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"18865a4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"29beffe1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. \",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"53\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65dfff25\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cc801\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"249bdee3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.66,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6efb6b99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anyone who loves or pursues or desires\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bf86347\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77a3d4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.\",\"text_color\":\"#FB571C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"33\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"537d889c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"50362062\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.34,\"content_position\":\"bottom\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"33\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"41\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"top\"},\"elements\":[{\"id\":\"5bcd1136\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24268f0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6ff00d\"}]},\"elements\":[{\"id\":\"2743d392\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-74.jpg\",\"id\":2168,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"64\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"15\",\"bottom\":\"90\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"6ec3bc88\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019Re Boldly Going Where No Faith Has Gone Before.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa4261\",\"elType\":\"widget\",\"settings\":{\"editor\":\"It is made for the people by the people to pray in the church of God.\",\"align\":\"center\",\"text_color\":\"#FDC8B5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7aa3143a\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"405605d\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"81f0a04\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"11b6b9a\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"5a7d899\"}],\"redirect_url\":\"#\",\"container_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_align\":\"center\",\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"74\",\"bottom\":\"15\",\"left\":\"24\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_color\":\"#FFC11F\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"37\",\"bottom\":\"15\",\"left\":\"38\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FB571C\",\"button_hover_color\":\"#FFFFFF\",\"message_alignment\":\"flex-start\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d36f3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4b5bc2d\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6026a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ab99cdb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ecc8c17\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"44aa1317\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"19a8688c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"75661259\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"179e3e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21f0f182\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2d0ff58d\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sent_border_border\":\"solid\",\"sent_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"sent_border_color\":\"#02010100\",\"error_bg\":\"#02010100\",\"error_border_border\":\"solid\",\"error_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"error_border_color\":\"#02010100\",\"invalid_alert_border_border\":\"solid\",\"invalid_alert_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"invalid_alert_border_color\":\"#02010105\",\"spam_border_border\":\"solid\",\"spam_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"spam_border_color\":\"#02010100\"},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3466, 5943, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 5943, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3468, 5943, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3469, 5943, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3470, 5943, '_elementor_data', '[{\"id\":\"efc434b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"4e31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"b995a03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a935b4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59eafc9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c18c306\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"ad311a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b3dfae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7850999\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b21bb3a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"357777f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"224f894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b747a5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a936d16\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26b5956\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"df2c58a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"12a88133\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a10d040\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"32d04019\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"26b325b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b230fbf\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"f0a9b84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"852fa6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"44af8bae\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1e684c41\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"350836ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ca88849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"783c3abb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"156c3591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65c25123\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"316c40a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"76152b66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e3576d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e0cfa9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"24a9224f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"63d778b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26f42824\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"49d0ae40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f683775\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"490ae265\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f50a7e3\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"128ea802\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3db1381a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c5226e4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"492a925b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"554a6681\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7d409e99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"667a3804\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a9a86c0\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27380345\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3472, 5944, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3473, 5944, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3474, 5944, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3475, 5944, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3476, 5944, '_elementor_data', '[{\"id\":\"cb9e375\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"710ae40\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/single-team-bg.jpg\",\"id\":4105,\"alt\":\"image\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"-250\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-199\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-224\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"82\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"structure\":\"20\"},\"elements\":[{\"id\":\"5e7f6d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"748f3fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8fd5a94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e316de3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac4ac98\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"9722d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The leadership of the servant\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e70fdfb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bb8d779\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d468e31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"a545c39\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fe032b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6605b67\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a2ebf87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"468f5d0\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e8b4b01\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1632e174\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1ab316a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"129\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d634750\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"702cadcc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"77a4983\"}]},\"elements\":[{\"id\":\"7383935c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ed2dd9b\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\",\"aspect_ratio\":\"21-9\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"91\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-video\"},{\"id\":\"3bda27a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d53fba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"29ddf189\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8cba988\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1341b8d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"29\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4a8a71da\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1470.png\",\"id\":4006,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"8\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"974c9b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Preacher of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"61ace7c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"78256aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1469.png\",\"id\":4011,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"10\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"786b7865\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Person of the Year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"5255f2ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"17d0062c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/12\\/Group-1468.png\",\"id\":4010,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-26\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16c83f97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Sermon of the year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"description_color\":\"#202020\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b1cb11a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-1443.jpg\",\"id\":1700,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"252\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"457aae09\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"3ab1f194\",\"elType\":\"widget\",\"settings\":{\"title\":\"Solutions for all situations\\nis Christianity\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":595,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c5b9a97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0eff77\"}],\"padding\":{\"unit\":\"px\",\"top\":\"81\",\"right\":\"0\",\"bottom\":\"154\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1eab76c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4335e15e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1b34a3bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24cfcbf9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4013149\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"59948c27\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a08b93c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\",\"id\":1739,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"_z_index\":1},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4cc555ee\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_z_index\":2,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"size\":23,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":45,\"unit\":\"px\"},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ae5848e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_z_index\":0,\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":19.89,\"sizes\":[]},\"_background_color_b\":\"#FFBD12\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":83.77,\"sizes\":[]},\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":127.5,\"sizes\":[]},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":21,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.7)\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":156,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-73,\"sizes\":[]},\"_offset_x_tablet\":{\"size\":-40,\"unit\":\"px\"},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_offset_x_end\":{\"size\":264,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-24,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":165,\"unit\":\"px\"},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5538d226\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fcee2d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"27\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f91f5a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Do you want to be saved? \",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5294ada1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"147248e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#202020\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"DM Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"text_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"invalid_typography_typography\":\"custom\",\"invalid_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"invalid_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"input_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"21\",\"bottom\":\"16\",\"left\":\"21\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"13\",\"bottom\":\"17\",\"left\":\"13\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"31\",\"left\":\"0\",\"isLinked\":false},\"input_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"input_background_background\":\"classic\",\"input_background_color\":\"#F7F7F7\",\"input_color\":\"#B4B4B4\",\"input_placeholder_color\":\"#B4B4B4\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_border_color\":\"#F7F7F7\",\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"input_focus_border_color\":\"#202020\",\"input_invalid_border_border\":\"solid\",\"input_invalid_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"input_invalid_border_color\":\"#FF0000\",\"textarea_min_height\":117,\"submit_bg_color\":\"#FB571C\",\"submit_color\":\"#FFFFFF\",\"submit_typography_typography\":\"custom\",\"submit_typography_font_family\":\"DM Sans\",\"submit_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"submit_typography_font_weight\":\"700\",\"submit_typography_text_transform\":\"uppercase\",\"submit_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"submit_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"submit_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"submit_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"submit_hover_bg_color\":\"#FFC11F\",\"submit_hover_color\":\"#FFFFFF\",\"submit_focus_bg_color\":\"#FFC11F\",\"submit_focus_color\":\"#FFFFFF\",\"submit_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"submit_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_typography_typography\":\"custom\",\"alert_typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"alert_typography_line_height\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"alert_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"alert_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"contact-form-7\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3500, 372, '_is_deps_ready', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3503, 372, '_is_style_deps', 'a:1:{s:7:\"depends\";a:0:{}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3504, 372, '_is_script_deps', 'a:2:{s:7:\"depends\";a:0:{}s:7:\"widgets\";a:1:{i:0;s:9:\"jet-video\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3928, 2463, '_edit_lock', '1746863094:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3931, 2463, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3932, 2463, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3933, 2463, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3936, 2463, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3937, 2463, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3938, 2463, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3939, 2463, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3940, 2463, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3941, 2463, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3942, 2463, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3943, 2463, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3986, 20, '_edit_lock', '1747058655:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4350, 24, '_edit_lock', '1738417097:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4375, 5979, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4376, 5979, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4377, 5979, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4378, 5979, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4379, 5979, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4380, 5979, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ca01370\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"top_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"top_item_margin\":{\"unit\":\"px\",\"top\":\"28\",\"right\":\"27\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"device-view\":\"desktop\",\"top_item_typography_typography\":\"custom\",\"top_item_typography_font_family\":\"DM Sans\",\"top_item_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"top_item_typography_font_weight\":\"500\",\"top_item_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"top_item_text_color\":\"#FFFFFF\",\"top_item_text_color_hover\":\"#FB571C\",\"top_item_text_color_active\":\"#FB571C\",\"simple_sub_panel_background_background\":\"classic\",\"simple_sub_panel_background_color\":\"#FFFFFF\",\"simple_sub_panel_border_border\":\"solid\",\"simple_sub_panel_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"simple_sub_panel_border_color\":\"#FFFFFF\",\"simple_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"simple_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"simple_sub_panel_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"simple_sub_panel_padding\":{\"unit\":\"px\",\"top\":\"017\",\"right\":\"27\",\"bottom\":\"16\",\"left\":\"27\",\"isLinked\":false},\"simple_sub_panel_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_menu_item_typography_typography\":\"custom\",\"sub_menu_item_typography_font_family\":\"DM Sans\",\"sub_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"sub_menu_item_typography_font_weight\":\"500\",\"sub_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"sub_item_text_color\":\"#202020\",\"sub_item_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"09\",\"left\":\"0\",\"isLinked\":false},\"sub_item_text_color_hover\":\"#FB571C\",\"sub_item_text_color_active\":\"#FB571C\",\"top_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"top_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sub_level_arrow_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_level_arrow_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"simple_sub_panel_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mobile_toggle_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"mobile_menu_loader_color\":\"#FB571C\",\"container-position\":\"left\",\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"mega_sub_panel_background_background\":\"classic\",\"mega_sub_panel_background_color\":\"#02010100\",\"mega_sub_panel_box_shadow_box_shadow_type\":\"yes\",\"mega_sub_panel_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"simple_sub_panel_width\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"roll-up-item-text\":\"...\",\"dropdown-breakpoint\":\"none\",\"use-mobile-device-render\":\"\",\"dropdown_menu_container_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-mega-menu\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e69ff7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Vector-1.svg\",\"id\":150},\"library\":\"svg\"},\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#FB571C\",\"size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"0\",\"isLinked\":false},\"jet_attached_popup\":\"34\",\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-6\",\"left\":\"22\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"fbbcdb1\",\"elType\":\"widget\",\"settings\":{\"cart_label\":\"\",\"selected_cart_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Vector.svg\",\"id\":141},\"library\":\"svg\"},\"count_format\":\"%s\",\"show_total\":\"\",\"total_format\":\"%s\",\"cart_list_label\":\"My cart\",\"cart_link_typography_typography\":\"custom\",\"cart_link_typography_font_family\":\"DM Sans\",\"cart_link_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_link_typography_font_weight\":\"700\",\"cart_link_typography_line_height\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"cart_icon_color\":\"#FFFFFF\",\"cart_count_color\":\"#FFFFFF\",\"cart_icon_color_hover\":\"#FB571C\",\"cart_count_color_hover\":\"#FB571C\",\"cart_link_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"cart_icon_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"nav_items_icon_gap\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"cart_count_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_count_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_hor_position\":\"right\",\"cart_list_right_position\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-25\",\"left\":\"31\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"-22\",\"left\":\"18\",\"isLinked\":false},\"cart_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_width\":{\"unit\":\"px\",\"size\":345,\"sizes\":[]},\"cart_list_width_mobile\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"cart_list_bg_color\":\"#FFFFFF\",\"cart_list_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"26\",\"bottom\":\"37\",\"left\":\"26\",\"isLinked\":false},\"cart_list_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"cart_list_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"cart_list_container_box_shadow_box_shadow_type\":\"yes\",\"cart_list_container_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":14,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.09)\"},\"cart_list_right_position_mobile\":{\"unit\":\"px\",\"size\":-48,\"sizes\":[]},\"cart_list_title_typography_typography\":\"custom\",\"cart_list_title_typography_font_family\":\"DM Sans\",\"cart_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_title_typography_font_weight\":\"700\",\"cart_list_title_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"cart_list_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"cart_list_title_alignment\":\"left\",\"cart_list_empty_message_typography_typography\":\"custom\",\"cart_list_empty_message_typography_font_family\":\"DM Sans\",\"cart_list_empty_message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_list_empty_message_typography_font_weight\":\"500\",\"cart_list_empty_message_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_list_empty_message_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_empty_message_alignment\":\"left\",\"cart_product_list_height\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]},\"cart_product_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"cart_product_img_size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"cart_product_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_product_title_typography_typography\":\"custom\",\"cart_product_title_typography_font_family\":\"DM Sans\",\"cart_product_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cart_product_title_typography_font_weight\":\"500\",\"cart_product_title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"cart_product_title_color\":\"#202020\",\"cart_product_title_hover_color\":\"#FB571C\",\"cart_product_remove_bnt_color\":\"#999999\",\"cart_product_remove_bnt_hover_color\":\"#202020\",\"cart_product_quantity_typography_typography\":\"custom\",\"cart_product_quantity_typography_font_family\":\"DM Sans\",\"cart_product_quantity_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cart_product_quantity_typography_font_weight\":\"400\",\"cart_product_quantity_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_cart_product_quantity_color\":\"#999999\",\"cart_product_amount_typography_typography\":\"custom\",\"cart_product_amount_typography_font_family\":\"DM Sans\",\"cart_product_amount_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"cart_product_amount_typography_font_weight\":\"500\",\"cart_product_amount_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"cart_product_amount_color\":\"#202020\",\"cart_list_total_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_total_title_typography_typography\":\"custom\",\"cart_list_total_title_typography_font_family\":\"DM Sans\",\"cart_list_total_title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_title_typography_font_weight\":\"500\",\"cart_list_total_title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_title_color\":\"#202020\",\"cart_list_total_amount_typography_typography\":\"custom\",\"cart_list_total_amount_typography_font_family\":\"DM Sans\",\"cart_list_total_amount_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"cart_list_total_amount_typography_font_weight\":\"500\",\"cart_list_total_amount_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"cart_list_total_amount_color\":\"#FB571C\",\"cart_list_buttons_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"cart_list_buttons_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_typography_typography\":\"custom\",\"view_cart_btn_typography_font_family\":\"DM Sans\",\"view_cart_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view_cart_btn_typography_font_weight\":\"700\",\"view_cart_btn_typography_text_transform\":\"uppercase\",\"view_cart_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"view_cart_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"view_cart_btn_background\":\"#FB571C\",\"view_cart_btn_color\":\"#FFFFFF\",\"view_cart_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"view_cart_btn_hover_background\":\"#FFC11F\",\"view_cart_btn_hover_color\":\"#FFFFFF\",\"view_cart_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"view_cart_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"22\",\"left\":\"0\",\"isLinked\":false},\"checkout_btn_typography_typography\":\"custom\",\"checkout_btn_typography_font_family\":\"DM Sans\",\"checkout_btn_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkout_btn_typography_font_weight\":\"700\",\"checkout_btn_typography_text_transform\":\"uppercase\",\"checkout_btn_typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"checkout_btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkout_btn_background\":\"#FFC11F\",\"checkout_btn_color\":\"#FFFFFF\",\"checkout_btn_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"checkout_btn_hover_background\":\"#FB571C\",\"checkout_btn_hover_color\":\"#FFFFFF\",\"checkout_btn_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"checkout_btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"view_cart_btn_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blocks-cart\"},{\"id\":\"a757a62\",\"elType\":\"widget\",\"settings\":{\"menu\":\"47\",\"mobile_menu\":\"18\",\"item_after_template\":\"5566\",\"toggle_icon_color\":\"#FFFFFF\",\"toggle_icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"toggle_icon_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"navi_controls_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_close_icon_color\":\"#202020\",\"container_close_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"breadcrums_text_color\":\"#202020\",\"breadcrums_text_typography_typography\":\"custom\",\"breadcrums_text_typography_font_family\":\"DM Sans\",\"breadcrums_text_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"breadcrums_text_typography_font_weight\":\"700\",\"breadcrums_text_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"breadcrums_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"container_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"container_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"menu_item_icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_item_icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"menu_item_icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"item_label_typography_typography\":\"custom\",\"item_label_typography_font_family\":\"DM Sans\",\"item_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"item_label_typography_font_weight\":\"500\",\"item_label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"menu_item_dropdown_icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"item_label_color\":\"#202020\",\"menu_item_dropdown_color\":\"#202020\",\"item_label_color_hover\":\"#FB571C\",\"menu_item_dropdown_color_hover\":\"#FB571C\",\"item_label_color_active\":\"#FB571C\",\"menu_item_dropdown_color_active\":\"#FB571C\",\"mobile_menu_loader_color\":\"#FB571C\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-5\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"-5\",\"bottom\":\"15\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_tablet\":3,\"jet_family_widget_order_orientaion_mobile\":3,\"_element_width\":\"auto\",\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"jet-mobile-menu\"},{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4381, 5979, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4421, 5, '_edit_lock', '1740990797:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4509, 5993, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4510, 5993, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4511, 5993, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4512, 5993, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4513, 5993, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4514, 5993, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4515, 5993, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4524, 5995, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4525, 5995, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4526, 5995, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4527, 5995, '_elementor_page_settings', 'a:2:{s:16:\"site_description\";s:0:\"\";s:9:\"site_name\";s:8:\"My Grace\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4531, 5996, '_wp_attached_file', '2021/10/bellavie-logo.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4532, 5996, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2021/10/bellavie-logo.png\";s:8:\"filesize\";i:21419;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"bellavie-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13850;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3877;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13850;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6361;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18061;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18130;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17001;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17001;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:24:\"bellavie-logo-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4638;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:23:\"bellavie-logo-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1686;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10744;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21223;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:23:\"bellavie-logo-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3354;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21158;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:25:\"bellavie-logo-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14804;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4533, 25, '_edit_lock', '1740991130:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4534, 5997, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4535, 5997, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4536, 5997, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4537, 5997, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4538, 5997, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4539, 5997, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"b498aaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/bellavie-logo.png\",\"id\":5996,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4540, 5997, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4546, 5998, '_wp_attached_file', '2021/10/bellavie-bg.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4547, 5998, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:344;s:6:\"height\";i:276;s:4:\"file\";s:23:\"2021/10/bellavie-bg.png\";s:8:\"filesize\";i:51671;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"bellavie-bg-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51134;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11197;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45222;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"bellavie-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:20093;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-344x260.png\";s:5:\"width\";i:344;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52673;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:22:\"bellavie-bg-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11089;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:21:\"bellavie-bg-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5094;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31066;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:21:\"bellavie-bg-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6930;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:23:\"bellavie-bg-260x276.png\";s:5:\"width\";i:260;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45169;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4548, 5999, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4549, 5999, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4550, 5999, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4551, 5999, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4552, 5999, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4553, 5999, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"b498aaa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/bellavie-bg.png\",\"id\":5998,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4554, 5999, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4560, 6000, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4561, 6000, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4562, 6000, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4563, 6000, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4564, 6000, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4565, 6000, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4566, 6000, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4570, 6001, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4571, 6001, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4572, 6001, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4573, 6001, '_elementor_version', '3.5.5');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4574, 6001, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4575, 6001, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7d298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.643000000000000682121026329696178436279296875},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"Contact for a Free Consultation:\",\"services_description\":\"\",\"button_text\":\"+1 8 800 555 35 35 \",\"button_url\":{\"url\":\"tel:188005553535\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"160 Broadway, New York, NY 10038,\\u2028<br>\\n102 1st Avenue, New York, NY 100\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4576, 6001, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4584, 6002, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4585, 6002, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4586, 6002, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4587, 6002, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4588, 6002, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4589, 6002, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7d298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.643000000000000682121026329696178436279296875},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"Contact for a Free Consultation:\",\"services_description\":\"\",\"button_text\":\"+1 8 800 555 35 35 \",\"button_url\":{\"url\":\"tel:188005553535\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"160 Broadway, New York, NY 10038,\\u2028<br>\\n102 1st Avenue, New York, NY 100\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4590, 6002, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4634, 6003, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4635, 6003, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4636, 6003, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4637, 6003, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4638, 6003, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4639, 6003, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7d298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.643000000000000682121026329696178436279296875},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"Contact for a Free Consultation:\",\"services_description\":\"\",\"button_text\":\"+971562657965\",\"button_url\":{\"url\":\"tel:971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4640, 6003, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4644, 6004, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4645, 6004, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4646, 6004, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4647, 6004, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4648, 6004, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4649, 6004, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7d298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.643000000000000682121026329696178436279296875},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"\",\"button_text\":\"+971562657965\",\"button_url\":{\"url\":\"tel:971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4650, 6004, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5165, 6005, '_wp_attached_file', 'woocommerce-placeholder.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5166, 6005, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:48149;s:5:\"sizes\";a:22:{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:10479;s:9:\"uncropped\";b:0;}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:1786;}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:31289;}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:10479;}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:76215;}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:3753;}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:46535;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13977;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14103;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87171;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43890;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13167;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13167;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:34:\"woocommerce-placeholder-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2130;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30711;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:33:\"woocommerce-placeholder-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1002;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7113;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17464;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:33:\"woocommerce-placeholder-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1626;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17438;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10784;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31063;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5304, 6007, '_edit_lock', '1733466757:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5305, 6007, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5306, 6007, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5307, 6007, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5308, 6007, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5309, 6007, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5310, 6007, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5311, 6007, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5312, 6007, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5313, 6007, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5314, 6007, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5315, 6007, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5316, 54, '_edit_lock', '1733466775:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5317, 54, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5318, 54, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5319, 54, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5320, 54, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5321, 54, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5322, 54, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5323, 54, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5324, 54, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5325, 54, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5326, 54, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5327, 54, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5328, 6007, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5329, 6007, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5330, 6007, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5331, 6007, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5351, 6010, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5352, 6010, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5353, 6010, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5354, 6010, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5355, 6011, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5356, 6011, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5357, 6011, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5358, 6011, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5359, 6007, '_elementor_data', '[{\"id\":\"4456a2a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"21d4904\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe id=\\\"storePreview\\\" src=\\\"https:\\/\\/one-ai-force.smblogin.com\\/public\\/store\\/EY8W\\/default\\/?hide=topbar\\\" width=\\\"1200\\\" height=\\\"680\\\" frameborder=\\\"0\\\" style=\\\"max-width:100%;display:block;margin:0 auto;\\\"><\\/iframe>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5360, 6012, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5361, 6012, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5362, 6012, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5363, 6012, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5364, 6012, '_elementor_data', '[{\"id\":\"4456a2a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"21d4904\",\"elType\":\"widget\",\"settings\":{\"html\":\"<iframe id=\\\"storePreview\\\" src=\\\"https:\\/\\/one-ai-force.smblogin.com\\/public\\/store\\/EY8W\\/default\\/?hide=topbar\\\" width=\\\"1200\\\" height=\\\"680\\\" frameborder=\\\"0\\\" style=\\\"max-width:100%;display:block;margin:0 auto;\\\"><\\/iframe>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5487, 6013, '_wp_attached_file', '2021/10/9c70yfdl.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5488, 6013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:509;s:6:\"height\";i:456;s:4:\"file\";s:20:\"2021/10/9c70yfdl.png\";s:8:\"filesize\";i:134467;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"9c70yfdl-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53996;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10232;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48672;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-300x269.png\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19332;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60825;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62452;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59684;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59684;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:19:\"9c70yfdl-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10282;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:18:\"9c70yfdl-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4205;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34585;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86885;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:18:\"9c70yfdl-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7126;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86006;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:20:\"9c70yfdl-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53514;}s:22:\"elementor_custom_75x75\";a:4:{s:4:\"file\";s:72:\"elementor/thumbs/9c70yfdl-qy3j0651xfcsnjgzaesh2z8tirfz5daxjo4615v9ny.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5489, 6014, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5490, 6014, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5491, 6014, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5492, 6014, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5493, 6014, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5494, 6014, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0017c8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/9c70yfdl.png\",\"id\":6013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"75\",\"height\":\"75\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5495, 6014, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5501, 6015, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5502, 6015, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5503, 6015, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5504, 6015, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5505, 6015, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5506, 6015, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0017c8d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/9c70yfdl.png\",\"id\":6013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"75\",\"height\":\"75\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5507, 6015, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5513, 6016, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5514, 6016, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5515, 6016, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5516, 6016, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5517, 6016, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5518, 6016, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"f306289\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FC6B1D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"128\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5519, 6016, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5707, 2664, '_edit_lock', '1737553706:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5708, 2664, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5709, 2664, '_wp_old_slug', 'the-friend-who-forgives');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5710, 2664, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5711, 2664, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5712, 2664, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5713, 2664, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5714, 2664, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5715, 6031, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5716, 6031, '_thumbnail_id', 2659);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5717, 6031, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5718, 6031, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5719, 6031, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5720, 6031, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5721, 6031, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5722, 6032, 'wre_pool_point_stack', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5723, 6032, 'wre_pool_type', 'standard');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5724, 6032, 'wre_pool_whitelist', 'a:1:{i:0;s:8:\"standard\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5725, 6032, 'wre_pool_blacklist', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5726, 6032, 'wre_pool_options', 'O:8:\"stdClass\":0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5727, 6032, 'wre_pool_direct_reward_mode', 'on');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5728, 6032, 'wre_pool_direct_reward_point_rate', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5729, 6032, 'wre_pool_direct_reward_discount_cats', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5730, 6033, 'wre_event_multiplier', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5731, 6033, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5732, 6033, 'wre_event_type', 'lws_woorewards_events_orderamount');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5733, 6033, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5734, 6033, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5735, 6033, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5736, 6033, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5737, 6033, 'wre_event_after_discount', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5738, 6033, 'wre_event_include_shipping', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5739, 6033, 'wre_event_include_fees', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5740, 6033, 'wre_event_threshold_effect', 'on');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5741, 6033, 'wre_event_denominator', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5742, 6033, 'wre_event_priority', 99);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5743, 6033, 'woorewards_sponsorship_origin', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5744, 6034, 'wre_event_multiplier', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5745, 6034, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5746, 6034, 'wre_event_type', 'lws_woorewards_events_ordercompleted');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5747, 6034, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5748, 6034, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5749, 6034, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5750, 6034, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5751, 6034, 'wre_event_priority', 102);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5752, 6034, 'woorewards_sponsorship_origin', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5753, 6035, 'wre_event_multiplier', 250);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5754, 6035, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5755, 6035, 'wre_event_type', 'lws_woorewards_events_firstorder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5756, 6035, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5757, 6035, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5758, 6035, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5759, 6035, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5760, 6035, 'wre_event_priority', 100);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5761, 6035, 'woorewards_sponsorship_origin', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5762, 6036, 'wre_event_multiplier', 50);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5763, 6036, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5764, 6036, 'wre_event_type', 'lws_woorewards_events_productreview');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5765, 6036, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5766, 6036, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5767, 6036, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5768, 6036, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5769, 6036, 'wre_event_purchase_required', 'on');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5770, 6037, 'wre_event_multiplier', 200);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5771, 6037, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5772, 6037, 'wre_event_type', 'lws_woorewards_events_sponsoredorderamount');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5773, 6037, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5774, 6037, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5775, 6037, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5776, 6037, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5777, 6037, 'wre_event_after_discount', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5778, 6037, 'wre_event_include_shipping', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5779, 6037, 'wre_event_include_fees', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5780, 6037, 'wre_event_threshold_effect', 'on');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5781, 6037, 'wre_event_denominator', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5782, 6037, 'wre_event_priority', 99);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5783, 6037, 'woorewards_sponsorship_origin', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5784, 6038, 'wre_event_multiplier', 100);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5785, 6038, 'wre_event_gain_alt', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5786, 6038, 'wre_event_type', 'lws_woorewards_events_sponsoredorder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5787, 6038, 'wre_event_cooldown', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5788, 6038, 'wre_event_delay', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5789, 6038, 'wre_event_max_triggers', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5790, 6038, 'wre_event_recurrent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5791, 6038, 'wre_event_first_order_only', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5792, 6038, 'wre_event_priority', 101);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5793, 6038, 'woorewards_sponsorship_origin', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5794, 6032, 'wre_pool_prefab', 'yes');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5830, 11, '_edit_lock', '1733470453:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5927, 6042, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5928, 6042, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5929, 6042, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5930, 6042, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5931, 6042, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5932, 6042, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1b7d298\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_style\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"initial\",\"_flex_align_self\":\"center\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.643000000000000682121026329696178436279296875},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"\",\"button_text\":\"+971506396374\",\"button_url\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"c560cdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Under Luliia Portal<br \\/>Lisence Number <strong>1216030<\\/strong><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5933, 6042, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5956, 39, '_is_deps_ready', 'true');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5959, 39, '_is_style_deps', 'a:1:{s:7:\"depends\";a:5:{i:0;a:3:{s:6:\"handle\";s:12:\"widget-image\";s:3:\"src\";s:80:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-image.min.css\";s:3:\"obj\";O:14:\"_WP_Dependency\":8:{s:6:\"handle\";s:12:\"widget-image\";s:3:\"src\";s:106:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-image.min.css\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";s:7:\"3.25.10\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}i:1;a:3:{s:6:\"handle\";s:14:\"widget-heading\";s:3:\"src\";s:82:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css\";s:3:\"obj\";O:14:\"_WP_Dependency\":8:{s:6:\"handle\";s:14:\"widget-heading\";s:3:\"src\";s:108:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";s:7:\"3.25.10\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}i:2;a:3:{s:6:\"handle\";s:18:\"widget-text-editor\";s:3:\"src\";s:86:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css\";s:3:\"obj\";O:14:\"_WP_Dependency\":8:{s:6:\"handle\";s:18:\"widget-text-editor\";s:3:\"src\";s:112:\"https://bookblv.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css\";s:4:\"deps\";a:1:{i:0;s:18:\"elementor-frontend\";}s:3:\"ver\";s:7:\"3.25.10\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}i:3;a:3:{s:6:\"handle\";s:18:\"jet-subscribe-form\";s:3:\"src\";s:92:\"https://bookblv.com/wp-content/plugins/jet-elements/assets/css/addons/jet-subscribe-form.css\";s:3:\"obj\";O:14:\"_WP_Dependency\":8:{s:6:\"handle\";s:18:\"jet-subscribe-form\";s:3:\"src\";s:118:\"https://bookblv.com/wp-content/plugins/jet-elements/assets/css/addons/jet-subscribe-form.css\";s:4:\"deps\";a:1:{i:0;s:12:\"jet-elements\";}s:3:\"ver\";s:7:\"2.7.1.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}i:4;a:3:{s:6:\"handle\";s:23:\"jet-subscribe-form-skin\";s:3:\"src\";s:90:\"https://bookblv.com/wp-content/plugins/jet-elements/assets/css/skin/jet-subscribe-form.css\";s:3:\"obj\";O:14:\"_WP_Dependency\":8:{s:6:\"handle\";s:23:\"jet-subscribe-form-skin\";s:3:\"src\";s:116:\"https://bookblv.com/wp-content/plugins/jet-elements/assets/css/skin/jet-subscribe-form.css\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:7:\"2.7.1.1\";s:4:\"args\";s:3:\"all\";s:5:\"extra\";a:0:{}s:10:\"textdomain\";N;s:17:\"translations_path\";N;}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5960, 39, '_is_script_deps', 'a:2:{s:7:\"depends\";a:0:{}s:7:\"widgets\";a:4:{i:0;s:5:\"image\";i:2;s:7:\"heading\";i:4;s:11:\"text-editor\";i:7;s:18:\"jet-subscribe-form\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6826, 6046, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6827, 6046, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6828, 6046, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6829, 6046, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6830, 6046, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6831, 6046, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6832, 6046, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6880, 2664, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6881, 2664, '_wp_old_slug', 'exclusive-spa-day');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6882, 6048, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6883, 6048, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6884, 6048, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6885, 6048, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6886, 6048, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6887, 6048, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6889, 6048, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8933, 6057, '_wp_attached_file', '2025/01/Form-filling.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8934, 6057, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:334;s:6:\"height\";i:237;s:4:\"file\";s:24:\"2025/01/Form-filling.jpg\";s:8:\"filesize\";i:63955;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Form-filling-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13031;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Form-filling-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3247;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Form-filling-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10747;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Form-filling-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Form-filling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5725;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:23:\"Form-filling-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3077;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:22:\"Form-filling-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1639;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:24:\"Form-filling-180x237.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9010;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:22:\"Form-filling-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2138;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:24:\"Form-filling-260x237.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12029;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8935, 6058, '_wp_attached_file', '2025/01/Premium-lounge.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8936, 6058, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:334;s:6:\"height\";i:234;s:4:\"file\";s:26:\"2025/01/Premium-lounge.jpg\";s:8:\"filesize\";i:93565;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Premium-lounge-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20105;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4578;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16170;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8144;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:25:\"Premium-lounge-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4001;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:24:\"Premium-lounge-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2080;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-180x234.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13966;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:24:\"Premium-lounge-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:26:\"Premium-lounge-260x234.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18858;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8937, 6059, '_wp_attached_file', '2025/01/SMS-alerts.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8938, 6059, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:334;s:6:\"height\";i:234;s:4:\"file\";s:22:\"2025/01/SMS-alerts.jpg\";s:8:\"filesize\";i:57373;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"SMS-alerts-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11729;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2779;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9572;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4706;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:21:\"SMS-alerts-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2494;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:20:\"SMS-alerts-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1483;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-180x234.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7251;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:20:\"SMS-alerts-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1625;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:22:\"SMS-alerts-260x234.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10831;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8939, 6060, '_wp_attached_file', '2025/01/Courier-service.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8940, 6060, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:334;s:6:\"height\";i:234;s:4:\"file\";s:27:\"2025/01/Courier-service.jpg\";s:8:\"filesize\";i:49365;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Courier-service-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8347;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Courier-service-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2182;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Courier-service-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Courier-service-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Courier-service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3519;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:26:\"Courier-service-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2200;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:25:\"Courier-service-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1214;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:27:\"Courier-service-180x234.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4579;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:25:\"Courier-service-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1278;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:27:\"Courier-service-260x234.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7302;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8973, 6064, '_wp_attached_file', '2025/01/BellaVie-Rewards.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8974, 6064, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:595;s:6:\"height\";i:419;s:4:\"file\";s:28:\"2025/01/BellaVie-Rewards.png\";s:8:\"filesize\";i:79542;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"BellaVie-Rewards-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38988;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6899;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25784;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13527;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35771;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39801;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42151;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42151;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:27:\"BellaVie-Rewards-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6116;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:26:\"BellaVie-Rewards-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2929;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24874;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-370x419.png\";s:5:\"width\";i:370;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58521;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:26:\"BellaVie-Rewards-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4968;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-360x419.png\";s:5:\"width\";i:360;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57645;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38253;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:28:\"BellaVie-Rewards-570x419.png\";s:5:\"width\";i:570;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69823;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8975, 6065, '_wp_attached_file', '2021/10/BellaVie-Rewards-Logo.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8976, 6065, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:529;s:6:\"height\";i:218;s:4:\"file\";s:33:\"2021/10/BellaVie-Rewards-Logo.png\";s:8:\"filesize\";i:49923;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41730;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12202;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25523;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21450;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-350x218.png\";s:5:\"width\";i:350;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43235;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-350x218.png\";s:5:\"width\";i:350;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43235;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:32:\"BellaVie-Rewards-Logo-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11747;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:31:\"BellaVie-Rewards-Logo-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5289;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-180x218.png\";s:5:\"width\";i:180;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28953;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:31:\"BellaVie-Rewards-Logo-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7626;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-360x218.png\";s:5:\"width\";i:360;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43457;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-260x218.png\";s:5:\"width\";i:260;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38381;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8977, 6066, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8978, 6066, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8979, 6066, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8980, 6066, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8981, 6066, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8982, 6066, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8983, 6066, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8987, 6067, '_wp_attached_file', '2025/01/BellaVie-Rewards-Logo.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8988, 6067, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:529;s:6:\"height\";i:218;s:4:\"file\";s:33:\"2025/01/BellaVie-Rewards-Logo.png\";s:8:\"filesize\";i:49923;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41730;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12202;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25523;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25523;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21450;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-350x218.png\";s:5:\"width\";i:350;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43235;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-350x218.png\";s:5:\"width\";i:350;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43235;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:32:\"BellaVie-Rewards-Logo-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11747;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:31:\"BellaVie-Rewards-Logo-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5289;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-180x218.png\";s:5:\"width\";i:180;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28953;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-370x218.png\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44066;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:31:\"BellaVie-Rewards-Logo-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7626;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-360x218.png\";s:5:\"width\";i:360;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43457;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:33:\"BellaVie-Rewards-Logo-260x218.png\";s:5:\"width\";i:260;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38381;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8989, 6068, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8990, 6068, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8991, 6068, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8992, 6068, '_elementor_version', '3.25.10');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8993, 6068, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8994, 6068, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/BellaVie-Rewards.png\",\"id\":6064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"mygrace-thumb-nav\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"\",\"button_text\":\"+971506396374\",\"button_url\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"c560cdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Under Luliia Portal<br \\/>Lisence Number <strong>1216030<\\/strong><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8995, 6068, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9003, 6069, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9004, 6069, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9005, 6069, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9006, 6069, '_elementor_version', '3.26.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9007, 6069, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9008, 6069, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9009, 6069, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9015, 6070, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9016, 6070, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9017, 6070, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9018, 6070, '_elementor_version', '3.26.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9019, 6070, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9020, 6070, '_elementor_data', '[{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9021, 6070, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9027, 6071, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9028, 6071, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9029, 6071, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9030, 6071, '_elementor_version', '3.26.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9031, 6071, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9032, 6071, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/BellaVie-Rewards.png\",\"id\":6064,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"mygrace-thumb-nav\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"\",\"button_text\":\"+971506396374\",\"button_url\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"c560cdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Under Luliia Portal<br \\/>Lisence Number <strong>1216030<\\/strong><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9033, 6071, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9048, 6073, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9049, 6073, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9530, 6085, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9531, 6085, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9532, 6085, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9533, 6085, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9534, 6085, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9535, 6085, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9536, 6085, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9570, 6087, '_wp_attached_file', '2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9571, 6087, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1160;s:6:\"height\";i:773;s:4:\"file\";s:97:\"2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif\";s:8:\"filesize\";i:123091;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x300.avif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:33156;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-100x100.avif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:4835;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x400.avif\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:63525;}s:6:\"medium\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x200.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:19880;}s:5:\"large\";a:5:{s:4:\"file\";s:98:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1024x682.avif\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:143972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-768x512.avif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:94090;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-370x260.avif\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:30705;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-370x280.avif\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:34021;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:98:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1150x670.avif\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:146837;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-750x500.avif\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:91121;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-350x298.avif\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36636;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-350x298.avif\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36636;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:96:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-115x85.avif\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:4245;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x511.avif\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:88567;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:95:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-58x58.avif\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:1921;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-180x240.avif\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:17774;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-370x420.avif\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:53437;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:95:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-60x91.avif\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:3080;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-360x420.avif\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:51633;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-260x312.avif\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:30340;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:97:\"2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-570x600.avif\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:99147;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9642, 8, '_edit_lock', '1737543490:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9643, 14, '_edit_lock', '1737543509:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9644, 2852, '_edit_lock', '1737544682:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9645, 6089, '_edit_lock', '1737553939:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9646, 6089, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9647, 6089, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9648, 6089, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9649, 6089, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9650, 6089, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9651, 6089, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9652, 6089, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9653, 6089, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9654, 6089, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9655, 6089, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9656, 6089, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9657, 6089, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9658, 6089, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9659, 6089, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9660, 6089, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9661, 6091, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9662, 6091, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9663, 6091, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9664, 6092, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9665, 6092, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9666, 6092, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9667, 6091, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9668, 6091, '_elementor_data', '[{\"id\":\"527a6cf4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7275d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e107177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cc6196c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"538446e9\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"445fe9bf\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"393599b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55dbefea\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64d7250e\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"1097c697\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3556c3b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"208ecfd\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"71429c24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59c606a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bd3ffb2\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"7aab10de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f3cd607\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"7e86e50b\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"345c7893\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"50cd07f2\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9669, 6093, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9670, 6093, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9671, 6093, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9672, 6093, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9673, 6093, '_elementor_data', '[{\"id\":\"527a6cf4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7275d3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e107177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cc6196c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"538446e9\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"445fe9bf\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"393599b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55dbefea\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64d7250e\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"1097c697\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3556c3b8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"208ecfd\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"71429c24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59c606a9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1bd3ffb2\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"7aab10de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f3cd607\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"7e86e50b\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"345c7893\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"50cd07f2\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9689, 6089, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"},{\"id\":\"4f52071\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"6139\",\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"hide_apply_button\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9784, 6102, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9785, 6102, '_wp_page_template', 'elementor_header_footer');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9786, 6102, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9787, 6102, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9788, 6102, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9789, 6102, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9790, 6102, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9791, 6102, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9792, 6102, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9793, 6102, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9794, 6102, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9795, 6102, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9796, 6102, '_edit_lock', '1737551733:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9797, 6102, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9798, 6102, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9799, 6102, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9806, 6105, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9807, 6105, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9808, 6105, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9809, 6105, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9810, 6106, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9811, 6106, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9812, 6106, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9813, 6106, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9814, 6102, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a2efc5\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"placeholder\":\"Sort...\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"sorting_list\":[{\"title\":\"By title from lowest to highest\",\"orderby\":\"title\",\"_id\":\"8c86c26\"},{\"title\":\"By title from highest to lowest\",\"orderby\":\"title\",\"order\":\"DESC\",\"_id\":\"b6f10ce\"},{\"title\":\"By date from lowest to highest\",\"orderby\":\"date\",\"_id\":\"1b20a44\"},{\"title\":\"By date from highest to lowest\",\"orderby\":\"date\",\"order\":\"DESC\",\"_id\":\"7513dfb\"}]},\"elements\":[],\"widgetType\":\"jet-smart-filters-sorting\"}],\"isInner\":false},{\"id\":\"13a9897\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a75777\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"quickview_button_label_normal\":\"Quick View\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9815, 6107, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9816, 6107, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9817, 6107, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9818, 6107, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9819, 6107, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a2efc5\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"placeholder\":\"Sort...\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"sorting_list\":[{\"title\":\"By title from lowest to highest\",\"orderby\":\"title\",\"_id\":\"8c86c26\"},{\"title\":\"By title from highest to lowest\",\"orderby\":\"title\",\"order\":\"DESC\",\"_id\":\"b6f10ce\"},{\"title\":\"By date from lowest to highest\",\"orderby\":\"date\",\"_id\":\"1b20a44\"},{\"title\":\"By date from highest to lowest\",\"orderby\":\"date\",\"order\":\"DESC\",\"_id\":\"7513dfb\"}]},\"elements\":[],\"widgetType\":\"jet-smart-filters-sorting\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9821, 6108, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9822, 6108, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9823, 6108, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9824, 6108, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9825, 6108, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9826, 6108, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9827, 6108, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9828, 6108, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9829, 6108, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9830, 6108, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9831, 6108, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9832, 6108, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9833, 6108, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9834, 6108, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9835, 6108, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9836, 6108, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9837, 6108, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9838, 6108, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9839, 6108, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9840, 6108, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9841, 6108, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9842, 6108, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9843, 6108, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9844, 6108, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9845, 6108, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9846, 6108, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9847, 6108, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9848, 6108, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9849, 6108, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9850, 6108, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9851, 6108, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9852, 6108, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9853, 6108, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9854, 6108, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9855, 6108, '_edit_lock', '1737553705:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9856, 6108, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9857, 6108, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9858, 6108, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9859, 6108, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9860, 6108, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9861, 6108, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9862, 6109, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9863, 6109, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9864, 6109, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9865, 6109, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9866, 6109, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9867, 6109, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9868, 6109, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9881, 6110, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9882, 6110, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9883, 6110, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9884, 6110, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9885, 6110, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a2efc5\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"placeholder\":\"Sort...\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"sorting_list\":[{\"title\":\"By title from lowest to highest\",\"orderby\":\"title\",\"_id\":\"8c86c26\"},{\"title\":\"By title from highest to lowest\",\"orderby\":\"title\",\"order\":\"DESC\",\"_id\":\"b6f10ce\"},{\"title\":\"By date from lowest to highest\",\"orderby\":\"date\",\"_id\":\"1b20a44\"},{\"title\":\"By date from highest to lowest\",\"orderby\":\"date\",\"order\":\"DESC\",\"_id\":\"7513dfb\"}]},\"elements\":[],\"widgetType\":\"jet-smart-filters-sorting\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9889, 6111, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9890, 6111, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9891, 6111, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9892, 6111, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9893, 6111, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a2efc5\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"placeholder\":\"Sort...\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"sorting_list\":[{\"title\":\"By title from lowest to highest\",\"orderby\":\"title\",\"_id\":\"8c86c26\"},{\"title\":\"By title from highest to lowest\",\"orderby\":\"title\",\"order\":\"DESC\",\"_id\":\"b6f10ce\"},{\"title\":\"By date from lowest to highest\",\"orderby\":\"date\",\"_id\":\"1b20a44\"},{\"title\":\"By date from highest to lowest\",\"orderby\":\"date\",\"order\":\"DESC\",\"_id\":\"7513dfb\"}]},\"elements\":[],\"widgetType\":\"jet-smart-filters-sorting\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9897, 6112, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9898, 6112, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9899, 6112, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9900, 6112, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9901, 6112, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a2efc5\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"placeholder\":\"Sort...\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"sorting_list\":[{\"title\":\"By title from lowest to highest\",\"orderby\":\"title\",\"_id\":\"8c86c26\"},{\"title\":\"By title from highest to lowest\",\"orderby\":\"title\",\"order\":\"DESC\",\"_id\":\"b6f10ce\"},{\"title\":\"By date from lowest to highest\",\"orderby\":\"date\",\"_id\":\"1b20a44\"},{\"title\":\"By date from highest to lowest\",\"orderby\":\"date\",\"order\":\"DESC\",\"_id\":\"7513dfb\"}]},\"elements\":[],\"widgetType\":\"jet-smart-filters-sorting\"}],\"isInner\":false},{\"id\":\"13a9897\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a75777\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"quickview_button_label_normal\":\"Quick View\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9907, 6113, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9908, 6113, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9909, 6113, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9910, 6113, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9911, 6113, '_elementor_data', '[{\"id\":\"4927ac1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"ceb10a9\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":false},{\"id\":\"13a9897\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4a75777\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"quickview_button_label_normal\":\"Quick View\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9959, 2663, '_source_manual_input_range', 'a:1:{i:0;a:3:{s:3:\"min\";s:3:\"100\";s:3:\"max\";s:3:\"100\";s:2:\"id\";s:7:\"ec6f07a\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9968, 6121, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9969, 6121, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9970, 6121, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9971, 6121, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9972, 6121, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9976, 6122, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9977, 6122, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9978, 6122, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9979, 6122, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9980, 6122, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9984, 6123, '_filter_type', 'check-range');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9985, 6123, '_data_source', 'manual_input');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9986, 6123, '_is_hierarchical', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9987, 6123, '_ih_source_map', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9988, 6123, '_ih_terms_orderby', 'name');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9989, 6123, '_ih_terms_orderby_meta_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9990, 6123, '_ih_terms_order', 'ASC');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9991, 6123, '_source_manual_input', 'a:5:{i:0;a:3:{s:5:\"label\";s:2:\"10\";s:5:\"value\";s:2:\"10\";s:2:\"id\";s:7:\"326e85b\";}i:1;a:3:{s:5:\"label\";s:2:\"20\";s:5:\"value\";s:2:\"20\";s:2:\"id\";s:7:\"5f30e68\";}i:2;a:3:{s:5:\"label\";s:2:\"30\";s:5:\"value\";s:2:\"30\";s:2:\"id\";s:7:\"7986ae2\";}i:3;a:3:{s:5:\"label\";s:2:\"40\";s:5:\"value\";s:2:\"40\";s:2:\"id\";s:7:\"2b4f121\";}i:4;a:3:{s:5:\"label\";s:2:\"50\";s:5:\"value\";s:2:\"50\";s:2:\"id\";s:7:\"7a65d25\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9992, 6123, '_source_taxonomy', 'category');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9993, 6123, '_terms_orderby', 'name');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9994, 6123, '_terms_orderby_meta_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9995, 6123, '_terms_order', 'ASC');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9996, 6123, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9997, 6123, '_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9998, 6123, '_source_manual_input_range', 'a:3:{i:0;a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:2:\"20\";s:2:\"id\";s:7:\"445fec2\";}i:1;a:3:{s:3:\"min\";s:2:\"20\";s:3:\"max\";s:2:\"30\";s:2:\"id\";s:7:\"42a142f\";}i:2;a:3:{s:3:\"min\";s:2:\"30\";s:3:\"max\";s:2:\"50\";s:2:\"id\";s:7:\"c1a3cd8\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9999, 6123, '_source_callback', 'none');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10000, 6123, '_source_min', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10001, 6123, '_source_max', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10002, 6123, '_source_step', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10003, 6123, '_values_prefix', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10004, 6123, '_values_suffix', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10005, 6123, '_range_inputs_enabled', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10006, 6123, '_range_inputs_separators_enabled', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10007, 6123, '_values_decimal_num', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10008, 6123, '_values_decimal_sep', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10009, 6123, '_values_thousand_sep', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10010, 6123, '_date_source', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10011, 6123, '_date_type', 'date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10012, 6123, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10013, 6123, '_date_from_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10014, 6123, '_date_to_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10015, 6123, '_date_period_type', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10016, 6123, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10017, 6123, '_date_available_range', 'all');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10018, 6123, '_date_available_range_custom_min', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10019, 6123, '_date_available_range_custom_max', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10020, 6123, '_date_available_range_custom_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10021, 6123, '_date_period_start_end_enabled', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10022, 6123, '_date_period_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10023, 6123, '_date_period_start_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10024, 6123, '_date_period_separator', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10025, 6123, '_date_period_end_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10026, 6123, '_date_period_date_formats_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10027, 6123, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10028, 6123, '_add_all_option', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10029, 6123, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10030, 6123, '_ability_deselect_radio', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10031, 6123, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10032, 6123, '_rating_compare_operand', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10033, 6123, '_alphabet_behavior', 'radio');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10034, 6123, '_alphabet_radio_deselect', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10035, 6123, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10036, 6123, '_s_by', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10037, 6123, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10038, 6123, '_color_image_type', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10039, 6123, '_color_image_behavior', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10040, 6123, '_source_color_image_input', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10041, 6123, '_color_image_add_all_option', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10042, 6123, '_color_image_add_all_option_lael', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10043, 6123, '_color_image_add_all_option_image', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10044, 6123, '_color_image_ability_deselect_radio', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10045, 6123, '_show_empty_terms', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10046, 6123, '_only_child', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10047, 6123, '_group_by_parent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10048, 6123, '_group_collapsible', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10049, 6123, '_source_custom_field', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10050, 6123, '_source_get_from_field_data', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10051, 6123, '_custom_field_source_plugin', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10052, 6123, '_is_custom_checkbox', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10053, 6123, '_use_exclude_include', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10054, 6123, '_data_exclude_include', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10055, 6123, '_query_var', '_price');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10056, 6123, '_is_custom_query_var', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10057, 6123, '_custom_query_var', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10058, 6123, '_query_compare', 'greater');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10059, 6123, '_is_default_filter_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10060, 6123, '_default_filter_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10061, 6123, '_default_filter_value_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10062, 6123, '_default_filter_value_info_hierarchical', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10063, 6123, '_default_filter_value_info_range', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10064, 6123, '_default_filter_value_info_date', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10065, 6123, '_default_filter_value_info_multiple', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10066, 6123, '_filter_label', 'New Price');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10067, 6123, '_active_label', 'New Price');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10068, 6124, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10069, 6124, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10070, 6124, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10071, 6124, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10072, 6124, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10074, 6125, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10075, 6125, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10076, 6125, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10077, 6125, '_elementor_version', '3.27.0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10078, 6125, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10080, 6126, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10081, 6126, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10082, 6126, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10083, 6126, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10084, 6126, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10088, 6127, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10089, 6127, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10090, 6127, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10091, 6127, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10092, 6127, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10096, 6128, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10097, 6128, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10098, 6128, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10099, 6128, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10100, 6128, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"-102\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10104, 6129, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10105, 6129, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10106, 6129, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10107, 6129, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10108, 6129, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10114, 6130, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10115, 6130, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10116, 6130, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10117, 6130, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10118, 6130, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10122, 6131, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10123, 6131, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10124, 6131, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10125, 6131, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10126, 6131, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"05ebd36\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10130, 6132, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10131, 6132, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10132, 6132, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10133, 6132, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10134, 6132, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10140, 6133, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10141, 6133, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10142, 6133, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10143, 6133, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10144, 6133, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10148, 6134, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10149, 6134, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10150, 6134, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10151, 6134, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10152, 6134, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10156, 6135, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10157, 6135, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10158, 6135, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10159, 6135, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10160, 6135, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"},{\"id\":\"5f5cad5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-radio\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10166, 6136, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10167, 6136, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10168, 6136, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10169, 6136, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10170, 6136, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"},{\"id\":\"5f5cad5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-radio\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10174, 6137, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10175, 6137, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10176, 6137, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10177, 6137, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10178, 6137, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"},{\"id\":\"5f5cad5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-radio\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10182, 6138, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10183, 6138, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10184, 6138, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10185, 6138, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10186, 6138, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10202, 6139, '_filter_type', 'search');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10203, 6139, '_data_source', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10204, 6139, '_is_hierarchical', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10205, 6139, '_ih_source_map', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10206, 6139, '_ih_terms_orderby', 'name');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10207, 6139, '_ih_terms_orderby_meta_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10208, 6139, '_ih_terms_order', 'ASC');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10209, 6139, '_source_manual_input', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10210, 6139, '_source_taxonomy', 'category');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10211, 6139, '_terms_orderby', 'name');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10212, 6139, '_terms_orderby_meta_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10213, 6139, '_terms_order', 'ASC');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10214, 6139, '_terms_relational_operator', 'OR');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10215, 6139, '_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10216, 6139, '_source_manual_input_range', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10217, 6139, '_source_callback', 'none');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10218, 6139, '_source_min', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10219, 6139, '_source_max', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10220, 6139, '_source_step', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10221, 6139, '_values_prefix', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10222, 6139, '_values_suffix', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10223, 6139, '_range_inputs_enabled', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10224, 6139, '_range_inputs_separators_enabled', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10225, 6139, '_values_decimal_num', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10226, 6139, '_values_decimal_sep', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10227, 6139, '_values_thousand_sep', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10228, 6139, '_date_source', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10229, 6139, '_date_type', 'date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10230, 6139, '_date_format', 'mm/dd/yy');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10231, 6139, '_date_from_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10232, 6139, '_date_to_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10233, 6139, '_date_period_type', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10234, 6139, '_date_period_datepicker_button_text', 'Select Date');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10235, 6139, '_date_available_range', 'all');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10236, 6139, '_date_available_range_custom_min', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10237, 6139, '_date_available_range_custom_max', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10238, 6139, '_date_available_range_custom_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10239, 6139, '_date_period_start_end_enabled', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10240, 6139, '_date_period_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10241, 6139, '_date_period_start_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10242, 6139, '_date_period_separator', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10243, 6139, '_date_period_end_format', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10244, 6139, '_date_period_date_formats_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10245, 6139, '_source_post_type', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10246, 6139, '_add_all_option', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10247, 6139, '_all_option_label', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10248, 6139, '_ability_deselect_radio', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10249, 6139, '_rating_options', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10250, 6139, '_rating_compare_operand', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10251, 6139, '_alphabet_behavior', 'radio');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10252, 6139, '_alphabet_radio_deselect', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10253, 6139, '_alphabet_options', 'A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10254, 6139, '_s_by', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10255, 6139, '_s_placeholder', 'Search...');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10256, 6139, '_color_image_type', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10257, 6139, '_color_image_behavior', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10258, 6139, '_source_color_image_input', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10259, 6139, '_color_image_add_all_option', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10260, 6139, '_color_image_add_all_option_lael', 'All');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10261, 6139, '_color_image_add_all_option_image', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10262, 6139, '_color_image_ability_deselect_radio', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10263, 6139, '_show_empty_terms', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10264, 6139, '_only_child', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10265, 6139, '_group_by_parent', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10266, 6139, '_group_collapsible', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10267, 6139, '_source_custom_field', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10268, 6139, '_source_get_from_field_data', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10269, 6139, '_custom_field_source_plugin', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10270, 6139, '_is_custom_checkbox', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10271, 6139, '_use_exclude_include', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10272, 6139, '_data_exclude_include', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10273, 6139, '_query_var', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10274, 6139, '_is_custom_query_var', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10275, 6139, '_custom_query_var', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10276, 6139, '_query_compare', 'equal');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10277, 6139, '_is_default_filter_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10278, 6139, '_default_filter_value', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10279, 6139, '_default_filter_value_info', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10280, 6139, '_default_filter_value_info_hierarchical', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10281, 6139, '_default_filter_value_info_range', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10282, 6139, '_default_filter_value_info_date', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10283, 6139, '_default_filter_value_info_multiple', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10284, 6139, '_filter_label', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10285, 6139, '_active_label', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10286, 6140, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10287, 6140, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10288, 6140, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10289, 6140, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10290, 6140, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10294, 6141, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10295, 6141, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10296, 6141, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10297, 6141, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10298, 6141, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10302, 6142, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10303, 6142, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10304, 6142, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10305, 6142, '_elementor_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10306, 6142, '_elementor_data', '[{\"id\":\"02f7efa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"05137aa\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"fedf40f\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"adfbeee\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"6123\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-check-range\"},{\"id\":\"4f52071\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"6139\",\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"hide_apply_button\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"30368f58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"450e115\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"119\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-70\",\"right\":0,\"bottom\":\"-55\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"506cdcf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"4027152b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\",\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19bfbe80\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2660\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"3d473461\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"631265da\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2663\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"slider_background_color\":\"#E0E0E0\",\"slider_range_background_color\":\"#F26837\",\"slider_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"range_points_width\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"range_points_background_color\":\"#F26837\",\"values_typography_typography\":\"custom\",\"values_typography_font_family\":\"DM Sans\",\"values_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"values_typography_font_weight\":\"500\",\"values_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"values_color\":\"#202020\",\"values_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"values_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"DM Sans\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"label_color\":\"#202020\",\"label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-range\"},{\"id\":\"3b67f628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manufactures\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"502fbdf\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"64e637f3\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filter_id\":[\"2661\"],\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"checkbox_normal_background_color\":\"#F6F6F6\",\"checkbox_checked_background_color\":\"#F6F6F6\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#E0E0E0\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"checked_icon_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"item_checked_color\":\"#202020\",\"checkbox_checked_border_color\":\"#E0E0E0\",\"group_filters_vertical_offset\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"7283ae70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tag Cloud\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"400505a8\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"729b5cc5\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"2662\"],\"content_provider\":\"jet-woo-products-grid\",\"apply_button_text\":\"Apply filter\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"items_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"show_decorator\":\"\",\"item_typography_typography\":\"custom\",\"item_typography_font_family\":\"DM Sans\",\"item_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"item_typography_font_weight\":\"500\",\"item_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"item_normal_color\":\"#202020\",\"item_checked_color\":\"#FB571C\",\"item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"checkbox_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_top_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"checked_icon_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"4768f72d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Rated Products\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbacb8a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"gradient\",\"_background_color\":\"#F26837\",\"_background_color_b\":\"#FFBD12\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":304.05000000000001136868377216160297393798828125,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"497bb74d\",\"elType\":\"widget\",\"settings\":{\"number\":2,\"products_query\":[\"all\"],\"products_orderby\":\"price\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"show_cat\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"item_content_vertical_alignment\":\"flex-start\",\"item_space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"thumb_width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_alignment\":\"flex-start\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"price_sale_weight\":\"500\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_badge_text\":\"Sale!\"},\"elements\":[],\"widgetType\":\"jet-woo-products-list\"}],\"isInner\":false},{\"id\":\"38689a46\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":66.6700000000000017053025658242404460906982421875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"414e8abc\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"filters_label\":\"Active filters:\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"filters_title_typography_typography\":\"custom\",\"filters_title_typography_font_family\":\"DM Sans\",\"filters_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_title_typography_font_weight\":\"500\",\"filters_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_title_color\":\"#202020\",\"filters_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"filters_space_between_vertical\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"filters_item_label_typography_typography\":\"custom\",\"filters_item_label_typography_font_family\":\"DM Sans\",\"filters_item_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_label_typography_font_weight\":\"400\",\"filters_item_label_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_label_normal_color\":\"#202020\",\"filters_item_label_hover_color\":\"#FB571C\",\"filters_item_value_typography_typography\":\"custom\",\"filters_item_value_typography_font_family\":\"DM Sans\",\"filters_item_value_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"filters_item_value_typography_font_weight\":\"400\",\"filters_item_value_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"filters_item_value_normal_color\":\"#202020\",\"filters_item_value_hover_color\":\"#FB571C\",\"filters_item_remove_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"filters_item_remove_offset_top\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"filters_item_remove_offset_right\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"filters_item_remove_normal_color\":\"#202020\",\"filters_item_remove_hover_color\":\"#FB571C\",\"_css_classes\":\"active-filters-label\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-active\"},{\"id\":\"2eb078e1\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"remove_filters_text\":\"Clear all\",\"query_id\":\"shop-filter\",\"additional_providers_list\":[],\"remove_filters_button_typography_typography\":\"custom\",\"remove_filters_button_typography_font_family\":\"DM Sans\",\"remove_filters_button_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"remove_filters_button_typography_font_weight\":\"500\",\"remove_filters_button_typography_text_transform\":\"none\",\"remove_filters_button_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"remove_filters_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"remove_filters_button_normal_color\":\"#202020\",\"remove_filters_button_normal_background_color\":\"#02010100\",\"remove_filters_button_hover_color\":\"#FB571C\",\"remove_filters_button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-remove-filters\"},{\"id\":\"7864313f\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h2\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"49\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"13\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"columns\":\"3\",\"use_current_query\":\"yes\",\"number\":15,\"_element_id\":\"shop-filter\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"},{\"id\":\"4015ecc8\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"jet-woo-products-grid\",\"query_id\":\"shop-filter\",\"prev_text\":\"< Prew\",\"next_text\":\"Next >\",\"pagination_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_typography_typography\":\"custom\",\"pagination_items_typography_font_family\":\"DM Sans\",\"pagination_items_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pagination_items_typography_font_weight\":\"500\",\"pagination_items_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"pagination_items_color\":\"#202020\",\"pagination_items_color_hover\":\"#FB571C\",\"pagination_items_color_active\":\"#FB571C\",\"pagination_items_bg_color_dots\":\"#202020\",\"pagination_items_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pagination_items_horizontal_gap\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"pagination_items_horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pagination_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"load_more_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10422, 6143, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10423, 6143, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10424, 6143, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10425, 6143, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10426, 6143, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10427, 6143, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10428, 6143, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10429, 6143, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10430, 6143, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10431, 6143, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10432, 6143, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10433, 6143, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10434, 6143, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10435, 6143, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10436, 6143, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10437, 6143, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10438, 6143, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10439, 6143, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10440, 6143, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10441, 6143, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10442, 6143, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10443, 6143, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10444, 6143, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10445, 6143, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10446, 6143, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10447, 6143, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10448, 6143, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10449, 6143, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10450, 6143, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10451, 6143, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10452, 6143, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10453, 6143, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10454, 6143, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10455, 6143, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10456, 6143, 'wpp_send_notification_for_new_post', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10457, 6143, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10458, 6143, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10459, 6143, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10460, 6143, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10464, 6143, '_edit_lock', '1737639657:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10465, 6143, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10466, 6144, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10467, 6144, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10468, 6144, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10469, 6144, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10470, 6144, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10471, 6144, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10472, 6144, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10503, 6148, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10504, 6148, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10505, 6148, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10506, 6148, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10507, 6148, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10508, 6148, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10509, 6148, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10510, 6148, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10511, 6148, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10512, 6148, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10513, 6148, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10514, 6148, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10515, 6148, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10516, 6148, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10517, 6148, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10518, 6148, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10519, 6148, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10520, 6148, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10521, 6148, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10522, 6148, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10523, 6148, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10524, 6148, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10525, 6148, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10526, 6148, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10527, 6148, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10528, 6148, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10529, 6148, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10530, 6148, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10531, 6148, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10532, 6148, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10533, 6148, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10534, 6148, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10535, 6148, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10536, 6148, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10537, 6148, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10538, 6148, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10539, 6148, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10540, 6148, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10541, 6148, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10545, 6148, '_edit_lock', '1737639840:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10546, 6148, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10547, 6149, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10548, 6149, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10549, 6149, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10550, 6149, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10551, 6149, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10552, 6149, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10553, 6149, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10607, 6156, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10608, 6156, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10609, 6156, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10610, 6156, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10611, 6156, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10612, 6156, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10613, 6156, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10614, 6156, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10615, 6156, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10616, 6156, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10617, 6156, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10618, 6156, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10619, 6156, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10620, 6156, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10621, 6156, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10622, 6156, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10623, 6156, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10624, 6156, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10625, 6156, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10626, 6156, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10627, 6156, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10628, 6156, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10629, 6156, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10630, 6156, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10631, 6156, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10632, 6156, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10633, 6156, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10634, 6156, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10635, 6156, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10636, 6156, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10637, 6156, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10638, 6156, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10639, 6156, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10640, 6156, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10641, 6156, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10642, 6156, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10643, 6156, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10644, 6156, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10645, 6156, 'webpushr_notification_body', 'Test');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10649, 6156, '_edit_lock', '1737639876:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10650, 6156, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10651, 6157, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10652, 6157, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10653, 6157, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10654, 6157, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10655, 6157, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10656, 6157, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10657, 6157, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10663, 6158, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10664, 6158, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10665, 6158, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10666, 6158, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10667, 6158, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10668, 6158, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10669, 6158, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10670, 6158, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10671, 6158, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10672, 6158, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10673, 6158, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10674, 6158, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10675, 6158, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10676, 6158, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10677, 6158, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10678, 6158, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10679, 6158, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10680, 6158, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10681, 6158, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10682, 6158, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10683, 6158, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10684, 6158, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10685, 6158, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10686, 6158, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10687, 6158, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10688, 6158, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10689, 6158, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10690, 6158, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10691, 6158, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10692, 6158, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10693, 6158, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10694, 6158, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10695, 6158, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10696, 6158, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10697, 6158, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10698, 6158, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10699, 6158, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10700, 6158, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10701, 6158, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10705, 6158, '_edit_lock', '1737639928:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10706, 6159, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10707, 6159, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10708, 6159, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10709, 6159, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10710, 6159, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10711, 6159, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10712, 6159, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10713, 6159, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10714, 6159, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10715, 6159, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10716, 6159, '_download_expiry', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10717, 6159, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10718, 6159, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10719, 6159, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10720, 6159, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10721, 6159, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10722, 6159, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10723, 6159, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10724, 6159, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10725, 6159, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10726, 6159, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10727, 6159, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10728, 6159, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10729, 6159, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10730, 6159, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10731, 6159, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10732, 6159, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10733, 6159, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10734, 6159, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10735, 6159, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10736, 6159, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10737, 6159, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10738, 6159, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10739, 6159, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10740, 6159, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10741, 6159, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10742, 6159, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10743, 6159, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10744, 6159, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10748, 6159, '_edit_lock', '1737639929:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10749, 6160, '_regular_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10750, 6160, 'total_sales', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10751, 6160, '_tax_status', 'taxable');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10752, 6160, '_tax_class', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10753, 6160, '_manage_stock', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10754, 6160, '_backorders', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10755, 6160, '_sold_individually', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10756, 6160, '_virtual', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10757, 6160, '_downloadable', 'no');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10758, 6160, '_download_limit', -1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10759, 6160, '_download_expiry', -1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10760, 6160, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10761, 6160, '_stock', NULL);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10762, 6160, '_stock_status', 'instock');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10763, 6160, '_wc_average_rating', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10764, 6160, '_wc_review_count', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10765, 6160, '_product_attributes', 'a:1:{s:15:\"pa_manufactures\";a:6:{s:4:\"name\";s:15:\"pa_manufactures\";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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10766, 6160, '_product_version', '9.6.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10767, 6160, '_price', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10768, 6160, 'pushpad_send_notification', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10769, 6160, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10770, 6160, '_template_type', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10771, 6160, '_jet_woo_product_video_type', 'youtube');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10772, 6160, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10773, 6160, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10774, 6160, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10775, 6160, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10776, 6160, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10777, 6160, '_wxr_import_user_slug', 'admin');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10778, 6160, '_jet_woo_product_video_placeholder', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10779, 6160, '_jet_woo_product_vimeo_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10780, 6160, '_jet_woo_product_youtube_video_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10781, 6160, '_jet_woo_product_self_hosted_video', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10782, 6160, '_jet_woo_template', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10783, 6160, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10784, 6160, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10785, 6160, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10786, 6160, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10787, 6160, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10791, 6160, '_edit_lock', '1737639936:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10792, 6158, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10793, 6161, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10794, 6161, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10795, 6161, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10796, 6161, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10797, 6161, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10798, 6161, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10799, 6161, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10803, 6159, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10804, 6162, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10805, 6162, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10806, 6162, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10807, 6162, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10808, 6162, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10809, 6162, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10810, 6162, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10814, 6160, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10815, 6163, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10816, 6163, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10817, 6163, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10818, 6163, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10819, 6163, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10820, 6163, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10821, 6163, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10825, 6164, '_thumbnail_id', 2659);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10826, 6164, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10827, 6164, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10828, 6164, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10829, 6164, '_elementor_version', '3.5.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10830, 6164, '_elementor_data', '[{\"id\":\"f27259e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"accbf72\"}]},\"elements\":[{\"id\":\"0761623\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"716acf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Description\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8ff2b5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35b0db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10831, 6164, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:1;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11000, 6167, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11001, 6167, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11002, 6167, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11003, 6167, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11004, 6167, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11005, 6167, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11006, 6167, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11007, 6167, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11008, 6167, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11009, 6167, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11010, 6167, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11011, 6167, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11012, 6167, '_edit_lock', '1746867543:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11013, 6169, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11014, 6169, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11015, 6169, '_menu_item_object_id', 6167);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11016, 6169, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11017, 6169, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11018, 6169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11019, 6169, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11020, 6169, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11022, 6170, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11023, 6170, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11024, 6170, '_menu_item_object_id', 20);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11025, 6170, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11026, 6170, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11027, 6170, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11028, 6170, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11029, 6170, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11031, 6171, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11032, 6171, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11033, 6171, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11034, 6171, '_elementor_version', '3.26.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11035, 6171, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11036, 6171, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"a8be6ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"56\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11037, 6171, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11056, 6172, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11057, 6172, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11058, 6172, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11059, 6172, '_elementor_version', '3.27.1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11060, 6172, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11061, 6172, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11062, 6172, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11097, 6176, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11098, 6176, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11099, 6176, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11100, 6176, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11101, 6176, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11102, 6176, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11103, 6176, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11109, 6177, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11110, 6177, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11111, 6177, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11112, 6177, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11113, 6177, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11114, 6177, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11115, 6177, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11150, 6181, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11151, 6181, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11152, 6181, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11153, 6181, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11154, 6181, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11155, 6181, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_hover_typography\":\"custom\",\"nav_items_typography_hover_text_decoration\":\"underline\",\"nav_items_typography_active_typography\":\"custom\",\"nav_items_typography_active_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11156, 6181, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11163, 6182, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11164, 6182, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11165, 6182, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11166, 6183, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11167, 6183, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11168, 6183, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11169, 6182, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11170, 6182, '_elementor_data', '[{\"id\":\"4c0e979e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4e5794c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_play_on_mobile\":\"yes\",\"background_color\":\"#2F5579\"},\"elements\":[{\"id\":\"3b3d9fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"042\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"513d2358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beautiful Life Awaits\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd137d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join our Wellness Loyalty Program today and start enjoying<\\/p><p>the benefits of a healthier, more rewarding lifestyle.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ebb713d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"#season_packages\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e846155\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"106\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg3.png\",\"id\":4159,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_element_id\":\"season_packages\"},\"elements\":[{\"id\":\"40128e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7db2f42d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Visas, eVisas & Permits\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Passport Services\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Tourism Services\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Exclusive Lounge Service\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"416a252d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"106\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg3.png\",\"id\":4159,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"47279355\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7921be1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7255f830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Season Packages\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a035e96\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"show_price\":\"\",\"number\":8},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e085f50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"1f13e321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"3b142554\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 class=\\\"main_heading padt_extra_small big_heading hide_break_from_big_mobile\\\" style=\\\"margin-top: 0px; padding: 7px 0px 0px; font-weight: 400; font-size: 2.25em; color: rgb(3, 27, 48); font-family: InterUI, sans-serif; letter-spacing: normal; text-align: start; white-space-collapse: collapse; background-color: rgb(255, 255, 255);\\\">Enhance your application journey with our optional services designed for your convenience and comfort.<\\/h3>\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d9be73a\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"5a0867b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Form-filling.jpg\",\"id\":6057,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a seamless start to your wellness journey. Our Form Filling service ensures your membership details are accurately completed, offering you the ease of precision and the assurance of expert guidance\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"77a9730c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Premium-lounge.jpg\",\"id\":6058,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Experience indulgence like never before. With our Premium Lounge service, we provide personalized attention and luxurious comfort as you access your wellness benefits, reflecting the care and exclusivity you deserve.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"21df9ffd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/SMS-alerts.jpg\",\"id\":6059,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Stay informed with timely updates. Our WhatsApp Alerts service keeps you effortlessly connected, delivering real-time updates about your rewards, wellness experiences, and special offers\\u2014all at your fingertips.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5efbebd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Courier-service.jpg\",\"id\":6060,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Redefine convenience with BellaVie\\u2019s AI Concierge. From personalized recommendations to tailored guidance, our intelligent assistant elevates your wellness experience with precision, reliability, and an understanding that\\u2019s uniquely yours.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"285dba93\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"620065d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"771eba46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/dove.svg\",\"id\":4747,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f62e0d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our events\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f22dbab\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"carousel_enabled\":\"yes\",\"arrows\":\"\",\"dots\":\"true\",\"autoplay\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b74ef37\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8caec8b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"55\",\"left\":\"25\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"content_bg\":\"#FFFFFF\",\"content_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"meta_color\":\"#B4B4B4\",\"meta_link_color\":\"#B4B4B4\",\"meta_link_color_hover\":\"#202020\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"DM Sans\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"meta_typography_font_weight\":\"500\",\"meta_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB561C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB561C\",\"dots_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"-30\",\"left\":\"-10\",\"isLinked\":false},\"_css_classes\":\"widget-posts-content\",\"infinite\":\"\",\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dots_style_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"dots_style_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"dots_style_active_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_active_box_border_color\":\"#FB561C1A\",\"dots_style_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns_tablet\":\"2\",\"columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ff59ad\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8726a95\"}],\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg.png\",\"id\":4157,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"058\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"classic\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"42909963\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d0c12a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cross.svg\",\"id\":4745,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b9e10e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best sermons of 2021\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e5cf77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":790,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c043964\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"73408e0\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Rectangle-387.png\",\"id\":386,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"animation\":\"fadeIn\",\"background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_position_tablet\":\"center center\"},\"elements\":[{\"id\":\"293680ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"db70a95\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"41b0be80\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"6cc44650\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"44c0c5f5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"72bf91ab\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"436cbf5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"4f56ea08\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"1d09f803\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"4866aaca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"3bbe57d1\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"3c94334f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5490a849\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5cef067\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4831407e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.5,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg\",\"id\":4209,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"370\",\"right\":\"30\",\"bottom\":\"033\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"576f2e46\",\"elType\":\"widget\",\"settings\":{\"services_title\":\"Need Help, Call Us!\",\"services_title_size\":\"h2\",\"services_description\":\"\",\"button_text\":\"+ 8 555 33 55 66\",\"button_url\":{\"url\":\"tel:+8555335566\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_cover_location\":\"\",\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"container_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"026\",\"bottom\":\"17\",\"left\":\"26\",\"isLinked\":false},\"header_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FB571C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_font_style\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":298,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"7c952e29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.4560000000000030695446184836328029632568359375,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5d87bdef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Sermon\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559f7161\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d98223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"54\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e57af53\",\"elType\":\"widget\",\"settings\":{\"text\":\"About us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d13a5c0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac3fcff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg2-scaled.jpeg\",\"id\":4158,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_attachment\":\"fixed\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3a7dffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.59899999999999664623828721232712268829345703125,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"column_order_mobile\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"472312ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Worship With Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.37000000000000010658141036401502788066864013671875,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570897d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus. Come worship with us this weekend, and listen now on your favorite digital music platform.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"136c867a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1ea81bff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"479333c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup.svg\",\"id\":4169},\"library\":\"svg\"},\"title_text\":\"Preacher of year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"position\":\"left\",\"title_size\":\"h2\",\"icon_space\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3404b382\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91199999999999903366187936626374721527099609375,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b3a2ea4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup.svg\",\"id\":4169},\"library\":\"svg\"},\"title_text\":\"Priest church 2022\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"position\":\"left\",\"title_size\":\"h2\",\"icon_space\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-11\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"710bf344\",\"elType\":\"widget\",\"settings\":{\"text\":\"Listen To Life\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"66c06979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.356999999999999317878973670303821563720703125,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":52,\"column_order_mobile\":2},\"elements\":[{\"id\":\"49f5aa7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/pastor_home-1-1.png\",\"id\":4226,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":\"-21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"657c367c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"196\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5e1d67b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"111\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d7501b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":37.89999999999999857891452847979962825775146484375,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"3e897736\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":11.800000000000000710542735760100185871124267578125,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"2f29656\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":18.60000000000000142108547152020037174224853515625,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"61d4b872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8.199999999999999289457264239899814128875732421875,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"5d73df67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":12.5999999999999996447286321199499070644378662109375,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"5f232204\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":24.5,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"1837f06c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"257edd3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"17d80d1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":13.300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"f4a2d4e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":26.199999999999999289457264239899814128875732421875,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":-3,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":392,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":299,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"f5da1af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"68b8fd78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to our Wellness Loyalty Program\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a3f20aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our program offers unparalleled rewards and benefits, tailored to enhance your wellness journey.<\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"79\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":670,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1896cb06\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7b39d648\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"34bc02ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c11a953\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"623d9dde\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"28dc6ab6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cdcf049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f361f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6733cb66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e31fb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"33d7c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e60ca9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7641eec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"31b7b343\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2146b852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d0ec4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13758449\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"1b498f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c374f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4cf4b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7761fc91\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"72e52a46\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"Tap here to sign up on WhatsApp!\",\"description_text\":\"<\\/br>\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562567965?text=Hello\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6474ea58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ba6ee65\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Review.jpg\",\"id\":463,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"629fe0c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"17f0a705\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1486.png\",\"id\":470,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e9439fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thoughts of our parishioners\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60252bbb\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"_id\":\"66d8247\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"image\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"}},{\"item_comment\":\"Worship will be powerful, the life-changing Word of God will be preached and we and engage with services in a prefera integrate new way. both men and women, young and iportant features very old.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col2.jpeg\",\"id\":4942,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"625b13f\"},{\"item_comment\":\"Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col3.jpeg\",\"id\":4943,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"c169a24\"},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col4.jpeg\",\"id\":4944,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"754b950\"},{\"item_comment\":\"Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"04a1840\"}],\"slides_to_show\":\"3\",\"slides_to_scroll\":\"2\",\"item_background_background\":\"classic\",\"item_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"025\",\"bottom\":\"56\",\"left\":\"025\",\"isLinked\":false},\"item_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"item_shadow_box_shadow_type\":\"yes\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"icon_order\":3,\"comment_order\":2,\"image_width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#202020\",\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"DM Sans\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"comment_typography_font_weight\":\"400\",\"comment_typography_font_style\":\"italic\",\"comment_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"comment_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"comment_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"comment_background_background\":\"classic\",\"comment_background_color\":\"#02010100\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"018\",\"left\":\"25\",\"isLinked\":false},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"-148\",\"left\":\"-10\",\"isLinked\":false},\"item_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"015\",\"bottom\":\"36\",\"left\":\"015\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-180\",\"left\":\"0\",\"isLinked\":false},\"slides_to_show_mobile\":\"1\",\"slides_to_show_tablet\":\"2\",\"item_background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Subtract.png\",\"id\":4904,\"alt\":\"image\",\"source\":\"library\"},\"item_background_position\":\"center center\",\"item_background_position_mobile\":\"center center\",\"item_background_repeat\":\"no-repeat\",\"item_background_size\":\"cover\",\"item_background_size_mobile\":\"cover\",\"comment_background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"comment_background_position\":\"center center\",\"comment_background_repeat\":\"no-repeat\",\"comment_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d881b37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"94\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":4172,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"6eb991e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"18fd6f0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/play-1.svg\",\"id\":5127,\"alt\":\"play\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fd27bda\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our best sermons\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"482610a1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"_id\":\"3019c5e\",\"item_content_type\":\"template\",\"template_id\":\"4383\"},{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"item_content_type\":\"template\",\"template_id\":\"4383\",\"_id\":\"46f2fa9\"},{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"item_content_type\":\"template\",\"template_id\":\"4383\",\"_id\":\"a868c45\"}],\"slides_to_show\":\"1\",\"column_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"title_html_tag\":\"div\",\"arrows\":\"\",\"dots\":\"true\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\",\"dots_alignment\":\"flex-end\",\"dots_margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":\"017.1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dots_alignment_mobile\":\"flex-end\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11171, 6184, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11172, 6184, '_elementor_template_type', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11173, 6184, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11174, 6184, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11175, 6184, '_elementor_data', '[{\"id\":\"4c0e979e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4e5794c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-89\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-136\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"z_index\":0,\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":900,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"background_background\":\"classic\",\"background_play_on_mobile\":\"yes\",\"background_color\":\"#2F5579\"},\"elements\":[{\"id\":\"3b3d9fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":14,\"padding\":{\"unit\":\"px\",\"top\":\"042\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"513d2358\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beautiful Life Awaits\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":88,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd137d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join our Wellness Loyalty Program today and start enjoying<\\/p><p>the benefits of a healthier, more rewarding lifestyle.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"47\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ebb713d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"#season_packages\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e846155\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"106\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg3.png\",\"id\":4159,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_element_id\":\"season_packages\"},\"elements\":[{\"id\":\"40128e58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7db2f42d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Visas, eVisas & Permits\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Passport Services\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Tourism Services\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Exclusive Lounge Service\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"416a252d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"0\",\"bottom\":\"106\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg3.png\",\"id\":4159,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"47279355\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7921be1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7255f830\",\"elType\":\"widget\",\"settings\":{\"title\":\"Season Packages\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a035e96\",\"elType\":\"widget\",\"settings\":{\"products_order\":\"asc\",\"title_html_tag\":\"h3\",\"thumb_size\":\"full\",\"sale_badge_text\":\"Sale\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"show_button\":\"\",\"not_found_message\":\"Products not found\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"show_price\":\"\",\"number\":8},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e085f50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"1f13e321\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"3b142554\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h3 class=\\\"main_heading padt_extra_small big_heading hide_break_from_big_mobile\\\" style=\\\"margin-top: 0px; padding: 7px 0px 0px; font-weight: 400; font-size: 2.25em; color: rgb(3, 27, 48); font-family: InterUI, sans-serif; letter-spacing: normal; text-align: start; white-space-collapse: collapse; background-color: rgb(255, 255, 255);\\\">Enhance your application journey with our optional services designed for your convenience and comfort.<\\/h3>\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d9be73a\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"5a0867b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Form-filling.jpg\",\"id\":6057,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a seamless start to your wellness journey. Our Form Filling service ensures your membership details are accurately completed, offering you the ease of precision and the assurance of expert guidance\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"77a9730c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Premium-lounge.jpg\",\"id\":6058,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Experience indulgence like never before. With our Premium Lounge service, we provide personalized attention and luxurious comfort as you access your wellness benefits, reflecting the care and exclusivity you deserve.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"21df9ffd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/SMS-alerts.jpg\",\"id\":6059,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Stay informed with timely updates. Our WhatsApp Alerts service keeps you effortlessly connected, delivering real-time updates about your rewards, wellness experiences, and special offers\\u2014all at your fingertips.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5efbebd8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/01\\/Courier-service.jpg\",\"id\":6060,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Redefine convenience with BellaVie\\u2019s AI Concierge. From personalized recommendations to tailored guidance, our intelligent assistant elevates your wellness experience with precision, reliability, and an understanding that\\u2019s uniquely yours.\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"jet_family_widget_is_flex_basis\":\"\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_parallax\":\"\",\"jet_tricks_widget_satellite\":\"\",\"jet_tricks_widget_satellite_position\":\"top-left\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":207,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":11,\"sizes\":[]},\"jet_tricks_widget_tooltip_description\":\"<p>This is Tooltip!<\\/p>\",\"_transform_translate_popover\":\"transform\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"285dba93\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"620065d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"771eba46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/dove.svg\",\"id\":4747,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f62e0d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our events\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f22dbab\",\"elType\":\"widget\",\"settings\":{\"number\":5,\"title_trimmed_ending_text\":\"...\",\"thumb_size\":\"full\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"carousel_enabled\":\"yes\",\"arrows\":\"\",\"dots\":\"true\",\"autoplay\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"b74ef37\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8caec8b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"55\",\"left\":\"25\",\"isLinked\":false},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"content_bg\":\"#FFFFFF\",\"content_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"23\",\"bottom\":\"23\",\"left\":\"23\",\"isLinked\":true},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"meta_color\":\"#B4B4B4\",\"meta_link_color\":\"#B4B4B4\",\"meta_link_color_hover\":\"#202020\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_family\":\"DM Sans\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"meta_typography_font_weight\":\"500\",\"meta_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_box_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB561C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB561C\",\"dots_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"-30\",\"left\":\"-10\",\"isLinked\":false},\"_css_classes\":\"widget-posts-content\",\"infinite\":\"\",\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"content_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dots_style_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"dots_style_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"dots_style_active_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_active_box_border_color\":\"#FB561C1A\",\"dots_style_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":4,\"color\":\"rgba(251, 86.0000000000002, 27.999999999999975, 0.1)\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"columns_tablet\":\"2\",\"columns_mobile\":\"1\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ff59ad\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8726a95\"}],\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"134\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg.png\",\"id\":4157,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"058\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_overlay_background\":\"classic\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"42909963\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d0c12a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cross.svg\",\"id\":4745,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"39b9e10e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best sermons of 2021\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e5cf77\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":790,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c043964\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"73408e0\"}],\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Rectangle-387.png\",\"id\":386,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size_mobile\":\"initial\",\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"animation\":\"fadeIn\",\"background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_xpos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_position_tablet\":\"center center\"},\"elements\":[{\"id\":\"293680ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"38\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"db70a95\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"41b0be80\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"6cc44650\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"44c0c5f5\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"72bf91ab\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"436cbf5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"4f56ea08\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"1d09f803\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"4866aaca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"38\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":0},\"elements\":[{\"id\":\"3bbe57d1\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"3c94334f\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1435-2.svg\",\"id\":309},\"library\":\"svg\"},\"services_title\":\"Greatest Sermon Ever Preached\",\"services_description\":\"How do you explain Jesus and His authority. In this message from Billy Graham.\",\"button_text\":\"Watch now\",\"button_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"add_button_icon\":\"yes\",\"selected_button_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Polygon-3-1.svg\",\"id\":306},\"library\":\"svg\"},\"button_icon_position\":\"before\",\"header_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_box_alignment\":\"flex-start\",\"title_color\":\"#202020\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"desc_color\":\"#202020\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_icon_color\":\"#FB571C\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_color\":\"#FB571C\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"400\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#202020\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"31\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#F9F9F9\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(164.99999999999997, 164.99999999999997, 164.99999999999997, 0.12)\"},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":20,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.12)\"},\"jet_attached_popup\":\"372\",\"jet_trigger_type\":\"click-selector\",\"jet_trigger_custom_selector\":\".jet-services__button\",\"button_typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5490a849\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5cef067\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4831407e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.5,\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"bottom\",\"align\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg\",\"id\":4209,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"370\",\"right\":\"30\",\"bottom\":\"033\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":4,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"576f2e46\",\"elType\":\"widget\",\"settings\":{\"services_title\":\"Need Help, Call Us!\",\"services_title_size\":\"h2\",\"services_description\":\"\",\"button_text\":\"+ 8 555 33 55 66\",\"button_url\":{\"url\":\"tel:+8555335566\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon_cover_location\":\"\",\"container_background_background\":\"classic\",\"container_background_color\":\"#FFFFFF\",\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"container_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"026\",\"bottom\":\"17\",\"left\":\"26\",\"isLinked\":false},\"header_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#FB571C\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_font_style\":\"normal\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.2600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":298,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"jet-services\"}],\"isInner\":true},{\"id\":\"7c952e29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43.4560000000000030695446184836328029632568359375,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"5d87bdef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Sermon\",\"header_size\":\"h1\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559f7161\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d98223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"54\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e57af53\",\"elType\":\"widget\",\"settings\":{\"text\":\"About us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d13a5c0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ac3fcff\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg2-scaled.jpeg\",\"id\":4158,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"56\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_attachment\":\"fixed\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"3a7dffe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.59899999999999664623828721232712268829345703125,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":48,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"column_order_mobile\":2,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[{\"id\":\"472312ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Worship With Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.37000000000000010658141036401502788066864013671875,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"570897d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages people to pursue a relationship with Jesus. Come worship with us this weekend, and listen now on your favorite digital music platform.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"136c867a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1ea81bff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"479333c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup.svg\",\"id\":4169},\"library\":\"svg\"},\"title_text\":\"Preacher of year 2021\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"position\":\"left\",\"title_size\":\"h2\",\"icon_space\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"text_align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3404b382\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.91199999999999903366187936626374721527099609375,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b3a2ea4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup.svg\",\"id\":4169},\"library\":\"svg\"},\"title_text\":\"Priest church 2022\",\"description_text\":\"Churches run online services with a variety of paid volunteer\",\"position\":\"left\",\"title_size\":\"h2\",\"icon_space\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-11\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"710bf344\",\"elType\":\"widget\",\"settings\":{\"text\":\"Listen To Life\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FFC11F\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FB571C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"66c06979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.356999999999999317878973670303821563720703125,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":52,\"column_order_mobile\":2},\"elements\":[{\"id\":\"49f5aa7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/pastor_home-1-1.png\",\"id\":4226,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"-142\",\"right\":\"-21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_tablet\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"657c367c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"140\",\"right\":\"0\",\"bottom\":\"196\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5e1d67b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"111\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d7501b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":37.89999999999999857891452847979962825775146484375,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"3e897736\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":11.800000000000000710542735760100185871124267578125,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":-8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"2f29656\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":18.60000000000000142108547152020037174224853515625,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":177,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"61d4b872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8.199999999999999289457264239899814128875732421875,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"5d73df67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":12.5999999999999996447286321199499070644378662109375,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":-4,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"5f232204\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":24.5,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":9,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":108,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":87,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"1837f06c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":24,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":112,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"257edd3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":19.5,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":310,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"17d80d1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":13.300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":222,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"f4a2d4e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle1.svg\",\"id\":4329},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":26.199999999999999289457264239899814128875732421875,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":-3,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":392,\"sizes\":[]},\"hotspot_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":299,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"f5da1af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/transparent.png\",\"id\":4340,\"alt\":\"\",\"source\":\"library\"},\"hotspots\":[{\"horizontal_position\":{\"size\":50,\"unit\":\"%\"},\"vertical_position\":{\"size\":50,\"unit\":\"%\"},\"_id\":\"3540ae8\",\"selected_hotspot_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/circle3.svg\",\"id\":4331},\"library\":\"svg\"}}],\"hotspots_animation\":\"flash\",\"tooltip_arrow\":\"\",\"hotspot_icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"hotspot_background_background\":\"classic\",\"hotspot_background_color\":\"#02010100\",\"tooltip_background_background\":\"classic\",\"tooltip_background_color\":\"#02010100\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"jet-hotspots\"},{\"id\":\"68b8fd78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to our Wellness Loyalty Program\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5a3f20aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our program offers unparalleled rewards and benefits, tailored to enhance your wellness journey.<\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"79\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":670,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1896cb06\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7b39d648\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"34bc02ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c11a953\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"623d9dde\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"28dc6ab6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cdcf049\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7f361f61\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6733cb66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e31fb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"33d7c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e60ca9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7641eec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"31b7b343\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2146b852\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d0ec4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13758449\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"109\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/home_bg4.png\",\"id\":4160,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"1b498f99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7c374f72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"52\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c4cf4b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7761fc91\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"72e52a46\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"title_text\":\"Tap here to sign up on WhatsApp!\",\"description_text\":\"<\\/br>\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562567965?text=Hello\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6474ea58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ba6ee65\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Review.jpg\",\"id\":463,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"629fe0c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"17f0a705\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/Group-1486.png\",\"id\":470,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e9439fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thoughts of our parishioners\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60252bbb\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"_id\":\"66d8247\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"image\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"}},{\"item_comment\":\"Worship will be powerful, the life-changing Word of God will be preached and we and engage with services in a prefera integrate new way. both men and women, young and iportant features very old.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col2.jpeg\",\"id\":4942,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"625b13f\"},{\"item_comment\":\"Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col3.jpeg\",\"id\":4943,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"c169a24\"},{\"item_comment\":\"The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col4.jpeg\",\"id\":4944,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"754b950\"},{\"item_comment\":\"Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\",\"item_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/col5.jpeg\",\"id\":4945,\"alt\":\"\",\"source\":\"library\"},\"selected_item_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/svg\",\"id\":4171},\"library\":\"svg\"},\"_id\":\"04a1840\"}],\"slides_to_show\":\"3\",\"slides_to_scroll\":\"2\",\"item_background_background\":\"classic\",\"item_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"025\",\"bottom\":\"56\",\"left\":\"025\",\"isLinked\":false},\"item_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"item_shadow_box_shadow_type\":\"yes\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"icon_order\":3,\"comment_order\":2,\"image_width\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"23\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"comment_color\":\"#202020\",\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"DM Sans\",\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"comment_typography_font_weight\":\"400\",\"comment_typography_font_style\":\"italic\",\"comment_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"comment_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"comment_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"comment_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"comment_background_background\":\"classic\",\"comment_background_color\":\"#02010100\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"018\",\"left\":\"25\",\"isLinked\":false},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-10\",\"bottom\":\"-148\",\"left\":\"-10\",\"isLinked\":false},\"item_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"015\",\"bottom\":\"36\",\"left\":\"015\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-180\",\"left\":\"0\",\"isLinked\":false},\"slides_to_show_mobile\":\"1\",\"slides_to_show_tablet\":\"2\",\"item_background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Subtract.png\",\"id\":4904,\"alt\":\"image\",\"source\":\"library\"},\"item_background_position\":\"center center\",\"item_background_position_mobile\":\"center center\",\"item_background_repeat\":\"no-repeat\",\"item_background_size\":\"cover\",\"item_background_size_mobile\":\"cover\",\"comment_background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"comment_background_position\":\"center center\",\"comment_background_repeat\":\"no-repeat\",\"comment_background_size\":\"cover\"},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d881b37\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"108\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"94\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/Map.png\",\"id\":4172,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"6eb991e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"18fd6f0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/play-1.svg\",\"id\":5127,\"alt\":\"play\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2fd27bda\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our best sermons\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"482610a1\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"_id\":\"3019c5e\",\"item_content_type\":\"template\",\"template_id\":\"4383\"},{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"item_content_type\":\"template\",\"template_id\":\"4383\",\"_id\":\"46f2fa9\"},{\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_title\":\"Item #1\",\"item_text\":\"Item #1 Description\",\"item_link\":\"#\",\"item_content_type\":\"template\",\"template_id\":\"4383\",\"_id\":\"a868c45\"}],\"slides_to_show\":\"1\",\"column_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"title_html_tag\":\"div\",\"arrows\":\"\",\"dots\":\"true\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"dots_style_popover_toggle\":\"custom\",\"dots_style_background\":\"color\",\"dots_style_color\":\"#E0E0E0\",\"dots_style_box_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"dots_style_hover_popover_toggle\":\"custom\",\"dots_style_hover_background\":\"color\",\"dots_style_hover_color\":\"#FB571C\",\"dots_style_active_popover_toggle\":\"custom\",\"dots_style_active_background\":\"color\",\"dots_style_active_color\":\"#FB571C\",\"dots_alignment\":\"flex-end\",\"dots_margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":\"017.1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"dots_alignment_mobile\":\"flex-end\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11177, 6167, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11178, 6167, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11179, 6167, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11187, 75, '_edit_lock', '1737719343:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11383, 6170, '_wp_old_date', '2025-01-24');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11384, 6169, '_wp_old_date', '2025-01-24');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11391, 6187, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11392, 6187, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11393, 6187, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11394, 6187, '_elementor_version', '3.27.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11395, 6187, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11396, 6187, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"59\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_hover_typography\":\"custom\",\"nav_items_typography_hover_text_decoration\":\"underline\",\"nav_items_typography_active_typography\":\"custom\",\"nav_items_typography_active_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1750,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11397, 6187, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11484, 6188, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11485, 6188, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11486, 6188, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11487, 6188, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11488, 6188, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11489, 6188, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_hover_typography\":\"custom\",\"nav_items_typography_hover_text_decoration\":\"underline\",\"nav_items_typography_active_typography\":\"custom\",\"nav_items_typography_active_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/BellaVie-Rewards-Logo.png\",\"id\":6065,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11490, 6188, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11759, 2463, 'ekit_post_views_count', 51);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11775, 2459, 'ekit_post_views_count', 51);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11777, 2455, 'ekit_post_views_count', 33);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11779, 2461, 'ekit_post_views_count', 48);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11783, 6148, 'ekit_post_views_count', 23);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11794, 6143, 'ekit_post_views_count', 34);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11796, 6200, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11797, 6200, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11798, 6200, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11799, 6200, '_elementor_version', '3.27.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11800, 6200, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11801, 6200, '_edit_lock', '1740976002:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11802, 6200, 'ekit_post_views_count', 15);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11803, 6201, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11804, 6201, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11805, 6201, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11806, 6201, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11807, 6201, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11808, 6200, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11809, 6200, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"837032b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximize Your Investments with BellaVie Rewards\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be3812e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards<\\/strong><\\/p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.<\\/p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5192478\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"0b6ece5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb9498\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Invest Smart, Earn More. Investor-Centric Rewards Program\",\"acc_content\":\"<p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:<\\/p><p>\\ud83d\\udd39 <strong>Gold Tier (1.5%)<\\/strong><\\/p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Tier (1.75%)<\\/strong><\\/p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Elite (2%)<\\/strong><\\/p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.<\\/p><p>\\ud83d\\udd39 <strong>Titanium (2.25%)<\\/strong><\\/p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.<\\/p><p>\\ud83d\\udc8e <strong>Titanium Plus (2.5%)<\\/strong><\\/p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.<\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"Introducing BellaVie\\u2019s Exclusive Investor Group Buying\",\"acc_content\":\"<p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation<\\/strong><\\/p><p>At\\u00a0<strong>BellaVie Rewards<\\/strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new\\u00a0<strong>group buying opportunity<\\/strong>\\u00a0alongside our signature\\u00a0<strong>Architectural Design Consultation Add-On<\\/strong>\\u2014a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.<\\/p><h3><strong>Introducing BellaVie\\u2019s Exclusive Investor Group Buying<\\/strong><\\/h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in\\u00a0<strong>exclusive groups<\\/strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.<\\/p><p>As a\\u00a0<strong>BellaVie Investor<\\/strong>, you will have access to:<\\/p><ul><li><strong>Priority Access<\\/strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.<\\/li><li><strong>Exclusive Properties<\\/strong>: Properties available for group buying include\\u00a0<strong>Branded Residences<\\/strong>,\\u00a0<strong>Penthouses<\\/strong>, and\\u00a0<strong>Townhouses<\\/strong>\\u00a0located in Dubai\\u2019s most prestigious developments.<\\/li><li><strong>Private Investor Network<\\/strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.<\\/li><\\/ul><p>When you invest in properties via group buying, you not only unlock a\\u00a0<strong>higher return on investment<\\/strong>\\u00a0through shared purchasing power but also enjoy\\u00a0<strong>exclusive bonuses<\\/strong>\\u00a0such as\\u00a0<strong>BellaVie Points<\\/strong>, which can be redeemed for wellness services,\\u00a0<strong>architectural consultations<\\/strong>, and\\u00a0<strong>luxury retreats<\\/strong>.<\\/p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On<\\/strong><\\/h3><p>As part of our commitment to making your investment more than just a purchase, we offer the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0for BellaVie Rewards members who invest in properties valued at\\u00a0<strong>45 million AED<\\/strong>\\u00a0or higher.<\\/p><p><strong>This premium service<\\/strong>\\u2014valued at 500,000\\u00a0<strong>AED<\\/strong>\\u2014includes a personalized, world-class consultation with our partner,\\u00a0<strong>ADC Architects<\\/strong>, who will work closely with you to design a space that aligns with your unique lifestyle.<\\/p><ul><li><strong>Personalized Service<\\/strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.<\\/li><li><strong>Architectural Excellence<\\/strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.<\\/li><li><strong>Luxury Reimagined<\\/strong>: In addition to the consultation, you may choose to enhance your property with our\\u00a0<strong>exclusive upgrade package<\\/strong>, which includes\\u00a0<strong>three innovative repurposing design concepts<\\/strong>, valued at\\u00a0<strong>900,000 AED<\\/strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.<\\/li><\\/ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Smart Investment Lifestyle Elevated<\\/strong>: Not only will your investment provide a return through the\\u00a0<strong>group buying<\\/strong>\\u00a0strategy, but you\\u2019ll also enjoy the added luxury of personalized\\u00a0<strong>architectural design<\\/strong>\\u00a0to ensure your property is a perfect reflection of your vision.<\\/li><li><strong>Exclusivity at its Best<\\/strong>: As part of the\\u00a0<strong>BellaVie community<\\/strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to\\u00a0<strong>premium properties<\\/strong>.<\\/li><li><strong>Elevate Your Lifestyle<\\/strong>: Use your\\u00a0<strong>BellaVie Points<\\/strong>\\u00a0earned from your investment to redeem exclusive\\u00a0<strong>wellness services<\\/strong>\\u00a0and\\u00a0<strong>luxury retreats<\\/strong>, ensuring you live in both luxury and health.<\\/li><\\/ul><h3><strong>Become Part of the BellaVie Investor Family<\\/strong><\\/h3><p>At BellaVie Rewards, we don\\u2019t just offer properties; we offer a\\u00a0<strong>lifestyle<\\/strong>. As an investor, you are not simply purchasing real estate\\u2014you are gaining access to\\u00a0<strong>curated experiences<\\/strong>,\\u00a0<strong>personalized services<\\/strong>, and\\u00a0<strong>exclusive opportunities<\\/strong>\\u00a0designed to elevate every aspect of your life.<\\/p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.<\\/p><h3><strong>Contact Us Today<\\/strong><\\/h3><p>Unlock\\u00a0<strong>exceptional<\\/strong>\\u00a0rewards, exclusive\\u00a0<strong>group buying opportunities<\\/strong>, and the highest standards of\\u00a0<strong>architectural luxury<\\/strong>. Connect with our team to explore these\\u00a0<strong>unmatched<\\/strong>\\u00a0benefits and start your journey with\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0today.<\\/p><p>ADC logo<\\/p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow<\\/strong><\\/h3><p><strong>At\\u00a0ADC<\\/strong> <strong>Architectural Design Consultants<\\/strong>, sustainability is at the heart of everything we do. We believe that true luxury isn\\u2019t just about aesthetics; it\\u2019s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.<\\/p><h3><strong>Sustainable Architecture<\\/strong><\\/h3><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use\\u00a0<strong>eco-friendly materials<\\/strong>, optimize\\u00a0<strong>natural lighting<\\/strong>, and incorporate\\u00a0<strong>energy-efficient technologies<\\/strong>\\u00a0that reduce environmental impact while maintaining the highest standards of luxury and comfort.<\\/p><ul><li><strong>Energy-Efficient Design<\\/strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.<\\/li><li><strong>Green Building Materials<\\/strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.<\\/li><li><strong>Passive Design Strategies<\\/strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.<\\/li><\\/ul><h3><strong>Landscape Design with a Green Focus<\\/strong><\\/h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating\\u00a0<strong>beautiful<\\/strong>,\\u00a0<strong>functional<\\/strong>, and\\u00a0<strong>ecologically responsible<\\/strong>\\u00a0outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.<\\/p><ul><li><strong>Native Plant Selection<\\/strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.<\\/li><li><strong>Water Conservation<\\/strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.<\\/li><li><strong>Biodiversity<\\/strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.<\\/li><\\/ul><h3><strong>Sustainable Interior Design<\\/strong><\\/h3><p>Our interior design approach goes beyond aesthetics, focusing on\\u00a0<strong>creating healthy, sustainable indoor environments<\\/strong>\\u00a0that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of\\u00a0<strong>sustainable materials<\\/strong>\\u00a0and\\u00a0<strong>eco-conscious furniture<\\/strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.<\\/p><ul><li><strong>Non-Toxic Materials<\\/strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.<\\/li><li><strong>Energy-Efficient Systems<\\/strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.<\\/li><li><strong>Smart Technologies<\\/strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.<\\/li><\\/ul><h3><strong>Sustainable Project Management<\\/strong><\\/h3><p>Sustainability isn\\u2019t just about the finished product\\u2014it\\u2019s also about how we manage and execute each project. Our\\u00a0<strong>project management<\\/strong>\\u00a0team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.<\\/p><ul><li><strong>Efficient Construction Practices<\\/strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.<\\/li><li><strong>Green Certifications<\\/strong>: We work towards achieving certifications like\\u00a0<strong>LEED<\\/strong>\\u00a0(Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.<\\/li><li><strong>Waste Reduction<\\/strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.<\\/li><\\/ul><h3><strong>Sustainability in Action: Making a Difference<\\/strong><\\/h3><p>At ADC Consultants, sustainability is more than just a concept\\u2014it\\u2019s a responsibility. We\\u2019re dedicated to\\u00a0<strong>creating spaces that serve both people and the planet<\\/strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don\\u2019t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.<\\/p><p>By choosing ADC Consultants, you\\u2019re not just investing in luxury\\u2014you\\u2019re investing in a more sustainable, responsible future.\\u00a0<strong>Let us help you create a space that\\u2019s not only a reflection of your personal style but also of your commitment to the environment.<\\/strong><\\/p><p><strong>Contact ADC Consultants<\\/strong>\\u00a0today to learn more about how we can make your vision a sustainable reality.<\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<h3><strong>Invest with Precision. Live with Excellence.<\\/strong><\\/h3><p>In 2025, wellness and sustainability are no longer trends\\u2014they are the foundation of the future of investment.\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0is designed for investors who\\u00a0<strong>demand more than just returns\\u2014they seek holistic value, long-term sustainability, and unmatched distinction<\\/strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.<\\/p><p>Our exclusive\\u00a0<strong>investor benefits<\\/strong>\\u00a0ensure:<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority access to ultra-premium wellness-centric properties<\\/strong><\\/p><p>before market release, ensuring you\\u2019re ahead of the curve in this rapidly growing sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Personalized investment guidance<\\/strong><\\/p><p>focused on<\\/p><p><strong>high-yield wellness and sustainable properties<\\/strong><\\/p><p>that are positioned for growth, longevity, and responsible stewardship.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Global networking opportunities<\\/strong><\\/p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.<\\/p><p><strong>Why Invest in Wellness and Sustainability?<\\/strong>\\u00a0Wellness is no longer a niche\\u2014it\\u2019s a way of life.\\u00a0<strong>Investing in wellness-focused real estate<\\/strong>\\u00a0means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.<\\/p><p>As a\\u00a0<strong>BellaVie Rewards investor<\\/strong>, you gain access to a\\u00a0<strong>privileged network<\\/strong>\\u00a0of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png<\\/a><\\/p><p><strong>Sustainability<\\/strong><\\/p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support<\\/p><p><strong>a healthier, more sustainable lifestyle<\\/strong><\\/p><p>, driving both social and environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request your investor package today<\\/strong><\\/p><p>and be part of the wellness revolution in real estate.<\\/p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate<\\/strong><\\/h3><p><strong>Headline:<\\/strong>\\u00a0<strong>Your Exclusive Path to High-Yield Wellness Investments<\\/strong><\\/p><p><strong>Content:<\\/strong><\\/p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our\\u00a0<strong>Investor Package<\\/strong>\\u00a0provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.<\\/p><h3><strong>What\\u2019s Inside Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority Property Access:<\\/strong><\\/p><p>Gain exclusive first-look access to\\u00a0<strong>wellness-focused, high-end real estate<\\/strong>\\u00a0opportunities\\u2014available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Comprehensive Investment Analysis:<\\/strong><\\/p><p>Receive a\\u00a0<strong>personalized investment strategy<\\/strong>\\u00a0tailored to your goals. Our team of expert consultants will guide you through opportunities that balance\\u00a0<strong>high returns with long-term sustainability<\\/strong>.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural Insights &amp; Design Innovations:<\\/strong><\\/p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our\\u00a0<strong>partnership with ADC Architects<\\/strong>, known for their commitment to innovation, sustainability, and wellness design.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Exclusive Networking Opportunities:<\\/strong><\\/p><p>Connect with a select group of\\u00a0<strong>elite investors<\\/strong>,\\u00a0<strong>premium developers<\\/strong>, and\\u00a0<strong>wellness-focused architects<\\/strong>\\u00a0from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Access to Premium Events &amp; Retreats:<\\/strong><\\/p><p>As a BellaVie Rewards investor, you\\u2019ll be invited to\\u00a0<strong>exclusive wellness retreats, private events<\\/strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Sustainability Focused Opportunities:<\\/strong><\\/p><p>Invest in properties that go beyond the ordinary, incorporating\\u00a0<strong>green technologies, wellness-oriented amenities<\\/strong>, and\\u00a0<strong>biophilic design principles<\\/strong>\\u2014ensuring both financial returns and a positive environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Real-Time Project Updates:<\\/strong><\\/p><p>Stay informed with\\u00a0<strong>detailed progress reports<\\/strong>\\u00a0and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on\\u00a0<strong>sustainability and wellness<\\/strong>.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Reputation for Excellence:<\\/strong>\\u00a0Our hand-picked, wellness-focused properties are designed to meet the needs of today\\u2019s luxury market while keeping sustainability at the forefront.<\\/li><li><strong>Long-Term Value:<\\/strong>\\u00a0By investing in wellness properties, you\\u2019re aligning your portfolio with a trend that\\u2019s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.<\\/li><li><strong>Commitment to Your Success:<\\/strong>\\u00a0Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.<\\/li><\\/ul><h3><strong>How to Get Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request Your Investor Package Today<\\/strong><\\/p><p>by filling out the form below. Join the<\\/p><p><strong>wellness revolution<\\/strong><\\/p><p>and position yourself to thrive in the future of luxury real estate.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><p><strong>Be a part of a community that redefines luxury and investment opportunities.<\\/strong>\\u00a0With BellaVie Rewards, you\\u2019re not just investing in real estate\\u2014you\\u2019re investing in\\u00a0<strong>a lifestyle of wellness, sustainability, and unparalleled luxury<\\/strong>.<\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"d5dce58\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Exclusive Investor Benefits\",\"acc_content\":\"<p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><hr \\/><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><hr \\/><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\",\"acc_content\":\"<p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><hr \\/><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><hr \\/><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><hr \\/><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><hr \\/><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><hr \\/><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><hr \\/><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><hr \\/><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><hr \\/><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><hr \\/><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"1a28d16\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"BellaVie Rewards Investor Ambassadors Program\",\"acc_content\":\"<p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><hr \\/><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><hr \\/><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><hr \\/><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><hr \\/><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\",\"acc_content\":\"<p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><hr \\/><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><hr \\/><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><hr \\/><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><hr \\/><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11810, 6202, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11811, 6202, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11812, 6202, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11813, 6202, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11814, 6202, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11815, 6202, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11816, 6202, '_elementor_data', '[{\"id\":\"7fb9223\",\"elType\":\"container\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4c08f0f\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Attestation and Verification Services\",\"_id\":\"734b59d\"},{\"item_title\":\"Migration Services\",\"_id\":\"97177ef\"},{\"item_title\":\"Public Services\",\"_id\":\"929c7ee\"}]},\"elements\":[{\"id\":\"48e1daf\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e6b347a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"d5f90ac\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"717e082\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"76048ec\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"77665e5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"bc2ef7c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"0472ca0\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[],\"isInner\":true,\"isLocked\":true},{\"id\":\"9c97b3a\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11820, 6203, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11821, 6203, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11822, 6203, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11823, 6203, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11824, 6203, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11825, 6203, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11826, 6203, '_elementor_data', '[{\"id\":\"7fb9223\",\"elType\":\"container\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"4c08f0f\",\"elType\":\"widget\",\"widgetType\":\"nested-accordion\",\"settings\":{\"items\":[{\"item_title\":\"Attestation and Verification Services\",\"_id\":\"734b59d\"},{\"item_title\":\"Migration Services\",\"_id\":\"97177ef\"},{\"item_title\":\"Public Services\",\"_id\":\"929c7ee\"}]},\"elements\":[{\"id\":\"48e1daf\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #1\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e6b347a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"d5f90ac\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"717e082\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"76048ec\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"77665e5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"bc2ef7c\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"0472ca0\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #2\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"bce91fa\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"2d0ce92\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89f8241\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"jet_sticky_section_min_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_min_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"07554e4\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"position\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true,\"isLocked\":true},{\"id\":\"9c97b3a\",\"elType\":\"container\",\"settings\":{\"_title\":\"item #3\",\"content_width\":\"full\",\"jet_parallax_layout_list\":[]},\"elements\":[],\"isInner\":true,\"isLocked\":true}]}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11857, 20, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11887, 6207, '_wp_attached_file', '2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11888, 6207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:832;s:4:\"file\";s:55:\"2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png\";s:8:\"filesize\";i:97026;s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10515;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2130;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13140;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4611;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19484;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8620;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9626;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:56:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37267;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23960;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10620;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10620;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:54:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1687;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24434;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:53:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:969;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6008;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16547;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:53:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1315;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16190;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9945;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:55:\"B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29675;}s:24:\"elementor_custom_250x200\";a:4:{s:4:\"file\";s:107:\"elementor/thumbs/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-r0v29qrv8q6kiawo4dr12h4kv9yyn3d3e9ufiayde8.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"elementor_custom_150x200\";a:4:{s:4:\"file\";s:107:\"elementor/thumbs/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-r0v29qru0vepcw381jkbhi487s7j984k3yr3dv04eo.png\";s:5:\"width\";i:150;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11889, 6208, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11890, 6208, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11891, 6208, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11892, 6208, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11893, 6208, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11894, 6208, '_elementor_data', '[{\"id\":\"41e5791\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"3880c33\",\"elType\":\"widget\",\"settings\":{\"nav_menu\":\"56\",\"dropdown_position\":\"left-side\",\"nav_items_color\":\"#000000\",\"nav_items_typography_typography\":\"custom\",\"nav_items_typography_hover_typography\":\"custom\",\"nav_items_typography_hover_text_decoration\":\"underline\",\"nav_items_typography_active_typography\":\"custom\",\"nav_items_typography_active_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"jet-nav-menu\"}],\"isInner\":false},{\"id\":\"0e676f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"eaf3483\"}],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#02010100\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bb111c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":40,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-start\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"015\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_mobile\":40,\"content_position_mobile\":\"top\"},\"elements\":[{\"id\":\"9022ab4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png\",\"id\":6207,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3f8153a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":60,\"content_position_tablet\":\"center\",\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align_mobile\":\"flex-end\",\"_inline_size_mobile\":60,\"content_position_mobile\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ee7f6b6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"50\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_mobile\":\"right\",\"_element_width_mobile\":\"auto\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"014\",\"right\":\"30\",\"bottom\":\"014\",\"left\":\"30\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"018\",\"isLinked\":false},\"jet_family_widget_is_order_orientaion\":\"true\",\"jet_family_widget_order_orientaion_mobile\":4,\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11895, 6208, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11899, 24, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11949, 6108, 'ekit_post_views_count', 25);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12083, 6220, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12084, 6220, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12085, 6220, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12086, 6220, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12087, 6220, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12088, 6220, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12089, 6220, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12107, 6222, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12108, 6222, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12109, 6222, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12110, 6222, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12111, 6222, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12112, 6222, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12113, 6222, '_elementor_data', '[{\"id\":\"80ab1e8\",\"elType\":\"container\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"98b412a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Accordion #1\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"9a41530\"},{\"tab_title\":\"Accordion #2\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"a7c2d94\"}]},\"elements\":[],\"widgetType\":\"accordion\"},{\"id\":\"6be49e0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Toggle #1\",\"_id\":\"f4c38cf\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Toggle #2\",\"_id\":\"7017afd\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Toggle #3\",\"_id\":\"c6b0d68\"}]},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false},{\"id\":\"0812a71\",\"elType\":\"container\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62c0d12\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Change my Photo from Admin Dashboard?\",\"acc_content\":\"<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"5f71726\"},{\"acc_title\":\"How to Change my Password easily?\",\"acc_content\":\"<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"1f925c4\"},{\"acc_title\":\"How to Change my Subscription Plan using PayPal\",\"acc_content\":\"<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast<\\/p>\",\"_id\":\"f5be036\"}]},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"1518c7f\",\"elType\":\"container\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b4a01ac\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Visas, eVisas & Permits\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Passport Services\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"item_label\":\"Tourism Services\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"content_type\":\"editor\",\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Exclusive Lounge Service\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12188, 6227, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12189, 6227, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12190, 6227, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12191, 6227, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12192, 6227, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12193, 6227, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12194, 6227, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9574ef0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Attestation and Verification Services\",\"_id\":\"9bdbaaa\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Migration Services\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"595c035\"},{\"item_label\":\"Public Services\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"3916f02\"}]},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12197, 6228, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12198, 6228, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12199, 6228, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12200, 6228, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12201, 6228, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12202, 6228, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12203, 6228, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9574ef0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Attestation and Verification Services\",\"_id\":\"9bdbaaa\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\"},{\"item_label\":\"Migration Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"595c035\"},{\"item_label\":\"Public Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"3916f02\"}]},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12276, 6235, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12277, 6235, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12278, 6236, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12279, 6236, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12280, 6235, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12281, 6235, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12282, 6235, '_edit_lock', '1740977075:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12283, 6235, 'ekit_post_views_count', 5);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12285, 6237, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12286, 6237, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12287, 6237, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12288, 6237, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12289, 6237, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12290, 6237, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12291, 6237, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9574ef0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Attestation and Verification Services\",\"_id\":\"9bdbaaa\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6232\"},{\"item_label\":\"Migration Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"595c035\"},{\"item_label\":\"Public Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"3916f02\"}]},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12328, 6241, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12329, 6241, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12330, 6241, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12331, 6241, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12332, 6241, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12333, 6241, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12334, 6241, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9574ef0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Attestation and Verification Services\",\"_id\":\"9bdbaaa\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6232\"},{\"item_label\":\"Migration Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"595c035\"},{\"item_label\":\"Public Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"3916f02\"}],\"collapsible\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12458, 6248, '_elementor_template_type', 'jet_header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12459, 6248, '_elementor_page_settings', 'a:4:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:8:\"singular\";s:23:\"conditions_sub_singular\";s:13:\"singular-page\";s:30:\"conditions_singular-page_pages\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"52\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12460, 6248, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12461, 6248, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12462, 6248, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12463, 6248, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12464, 6248, '_elementor_controls_usage', 'a:7:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:13:\"jet-mega-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:3:{s:4:\"menu\";i:2;s:11:\"mobile_menu\";i:2;s:11:\"device-view\";i:2;}s:21:\"section_mobile_layout\";a:1:{s:18:\"container-position\";i:2;}}s:5:\"style\";a:7:{s:23:\"section_main_menu_style\";a:10:{s:16:\"top_item_padding\";i:2;s:15:\"top_item_margin\";i:2;s:30:\"top_item_typography_typography\";i:2;s:31:\"top_item_typography_font_family\";i:2;s:29:\"top_item_typography_font_size\";i:2;s:31:\"top_item_typography_font_weight\";i:2;s:31:\"top_item_typography_line_height\";i:2;s:19:\"top_item_text_color\";i:2;s:25:\"top_item_text_color_hover\";i:2;s:26:\"top_item_text_color_active\";i:2;}s:22:\"section_sub_menu_style\";a:26:{s:38:\"simple_sub_panel_background_background\";i:2;s:33:\"simple_sub_panel_background_color\";i:2;s:30:\"simple_sub_panel_border_border\";i:2;s:29:\"simple_sub_panel_border_width\";i:2;s:29:\"simple_sub_panel_border_color\";i:2;s:43:\"simple_sub_panel_box_shadow_box_shadow_type\";i:2;s:38:\"simple_sub_panel_box_shadow_box_shadow\";i:2;s:30:\"simple_sub_panel_border_radius\";i:2;s:24:\"simple_sub_panel_padding\";i:2;s:23:\"simple_sub_panel_margin\";i:2;s:35:\"sub_menu_item_typography_typography\";i:2;s:36:\"sub_menu_item_typography_font_family\";i:2;s:34:\"sub_menu_item_typography_font_size\";i:2;s:36:\"sub_menu_item_typography_font_weight\";i:2;s:36:\"sub_menu_item_typography_line_height\";i:2;s:19:\"sub_item_text_color\";i:2;s:16:\"sub_item_padding\";i:2;s:15:\"sub_item_margin\";i:2;s:25:\"sub_item_text_color_hover\";i:2;s:26:\"sub_item_text_color_active\";i:2;s:30:\"simple_sub_panel_margin_tablet\";i:2;s:36:\"mega_sub_panel_background_background\";i:1;s:31:\"mega_sub_panel_background_color\";i:1;s:41:\"mega_sub_panel_box_shadow_box_shadow_type\";i:1;s:36:\"mega_sub_panel_box_shadow_box_shadow\";i:1;s:22:\"simple_sub_panel_width\";i:1;}s:19:\"section_arrow_style\";a:4:{s:20:\"top_level_arrow_size\";i:2;s:22:\"top_level_arrow_margin\";i:2;s:20:\"sub_level_arrow_size\";i:2;s:22:\"sub_level_arrow_margin\";i:2;}s:32:\"section_mobile_menu_toggle_style\";a:2:{s:19:\"mobile_toggle_color\";i:2;s:16:\"toggle_icon_size\";i:2;}s:35:\"section_mobile_menu_container_style\";a:13:{s:21:\"navi_controls_padding\";i:2;s:26:\"container_close_icon_color\";i:2;s:25:\"container_close_icon_size\";i:2;s:21:\"breadcrums_text_color\";i:2;s:37:\"breadcrums_text_typography_typography\";i:2;s:38:\"breadcrums_text_typography_font_family\";i:2;s:36:\"breadcrums_text_typography_font_size\";i:2;s:38:\"breadcrums_text_typography_font_weight\";i:2;s:38:\"breadcrums_text_typography_line_height\";i:2;s:20:\"breadcrums_icon_size\";i:2;s:15:\"container_width\";i:2;s:22:\"container_width_mobile\";i:2;s:17:\"container_padding\";i:2;}s:34:\"section_mobile_menu_advanced_style\";a:1:{s:24:\"mobile_menu_loader_color\";i:2;}s:31:\"section_mobile_menu_items_style\";a:14:{s:19:\"menu_item_icon_size\";i:2;s:32:\"item_label_typography_typography\";i:2;s:33:\"item_label_typography_font_family\";i:2;s:31:\"item_label_typography_font_size\";i:2;s:33:\"item_label_typography_font_weight\";i:2;s:33:\"item_label_typography_line_height\";i:2;s:17:\"menu_item_padding\";i:2;s:28:\"menu_item_dropdown_icon_size\";i:2;s:16:\"item_label_color\";i:2;s:24:\"menu_item_dropdown_color\";i:2;s:22:\"item_label_color_hover\";i:2;s:30:\"menu_item_dropdown_color_hover\";i:2;s:23:\"item_label_color_active\";i:2;s:31:\"menu_item_dropdown_color_active\";i:2;}}s:8:\"advanced\";a:3:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:2;s:19:\"_inline_size_tablet\";i:2;s:21:\"space_between_widgets\";i:2;s:12:\"align_mobile\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:3:{s:13:\"primary_color\";i:1;s:19:\"hover_primary_color\";i:1;s:4:\"size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:16:\"widget_jet_popup\";a:1:{s:18:\"jet_attached_popup\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:15:\"jet-blocks-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:16:\"section_settings\";a:4:{s:10:\"cart_label\";i:1;s:18:\"selected_cart_icon\";i:1;s:10:\"show_total\";i:1;s:15:\"cart_list_label\";i:1;}}s:5:\"style\";a:4:{s:15:\"cart_link_style\";a:15:{s:31:\"cart_link_typography_typography\";i:1;s:32:\"cart_link_typography_font_family\";i:1;s:30:\"cart_link_typography_font_size\";i:1;s:32:\"cart_link_typography_font_weight\";i:1;s:32:\"cart_link_typography_line_height\";i:1;s:15:\"cart_icon_color\";i:1;s:16:\"cart_count_color\";i:1;s:21:\"cart_icon_color_hover\";i:1;s:22:\"cart_count_color_hover\";i:1;s:17:\"cart_link_padding\";i:1;s:14:\"cart_icon_size\";i:1;s:18:\"nav_items_icon_gap\";i:1;s:20:\"cart_count_font_size\";i:1;s:17:\"cart_count_margin\";i:1;s:24:\"cart_link_padding_mobile\";i:1;}s:15:\"cart_list_style\";a:25:{s:22:\"cart_list_hor_position\";i:1;s:24:\"cart_list_right_position\";i:1;s:15:\"cart_list_width\";i:1;s:22:\"cart_list_width_mobile\";i:1;s:18:\"cart_list_bg_color\";i:1;s:17:\"cart_list_padding\";i:1;s:24:\"cart_list_padding_mobile\";i:1;s:23:\"cart_list_border_radius\";i:1;s:46:\"cart_list_container_box_shadow_box_shadow_type\";i:1;s:41:\"cart_list_container_box_shadow_box_shadow\";i:1;s:31:\"cart_list_right_position_mobile\";i:1;s:37:\"cart_list_title_typography_typography\";i:1;s:38:\"cart_list_title_typography_font_family\";i:1;s:36:\"cart_list_title_typography_font_size\";i:1;s:38:\"cart_list_title_typography_font_weight\";i:1;s:38:\"cart_list_title_typography_line_height\";i:1;s:22:\"cart_list_title_margin\";i:1;s:25:\"cart_list_title_alignment\";i:1;s:45:\"cart_list_empty_message_typography_typography\";i:1;s:46:\"cart_list_empty_message_typography_font_family\";i:1;s:44:\"cart_list_empty_message_typography_font_size\";i:1;s:46:\"cart_list_empty_message_typography_font_weight\";i:1;s:46:\"cart_list_empty_message_typography_line_height\";i:1;s:30:\"cart_list_empty_message_margin\";i:1;s:33:\"cart_list_empty_message_alignment\";i:1;}s:21:\"cart_list_items_style\";a:42:{s:24:\"cart_product_list_height\";i:1;s:24:\"cart_product_list_margin\";i:1;s:24:\"cart_product_item_margin\";i:1;s:21:\"cart_product_img_size\";i:1;s:23:\"cart_product_img_margin\";i:1;s:40:\"cart_product_title_typography_typography\";i:1;s:41:\"cart_product_title_typography_font_family\";i:1;s:39:\"cart_product_title_typography_font_size\";i:1;s:46:\"cart_product_title_typography_font_size_mobile\";i:1;s:41:\"cart_product_title_typography_font_weight\";i:1;s:41:\"cart_product_title_typography_line_height\";i:1;s:48:\"cart_product_title_typography_line_height_mobile\";i:1;s:24:\"cart_product_title_color\";i:1;s:30:\"cart_product_title_hover_color\";i:1;s:29:\"cart_product_remove_bnt_color\";i:1;s:35:\"cart_product_remove_bnt_hover_color\";i:1;s:43:\"cart_product_quantity_typography_typography\";i:1;s:44:\"cart_product_quantity_typography_font_family\";i:1;s:42:\"cart_product_quantity_typography_font_size\";i:1;s:44:\"cart_product_quantity_typography_font_weight\";i:1;s:44:\"cart_product_quantity_typography_line_height\";i:1;s:32:\"cart_cart_product_quantity_color\";i:1;s:41:\"cart_product_amount_typography_typography\";i:1;s:42:\"cart_product_amount_typography_font_family\";i:1;s:40:\"cart_product_amount_typography_font_size\";i:1;s:42:\"cart_product_amount_typography_font_weight\";i:1;s:42:\"cart_product_amount_typography_line_height\";i:1;s:25:\"cart_product_amount_color\";i:1;s:22:\"cart_list_total_margin\";i:1;s:23:\"cart_list_total_padding\";i:1;s:43:\"cart_list_total_title_typography_typography\";i:1;s:44:\"cart_list_total_title_typography_font_family\";i:1;s:42:\"cart_list_total_title_typography_font_size\";i:1;s:44:\"cart_list_total_title_typography_font_weight\";i:1;s:44:\"cart_list_total_title_typography_line_height\";i:1;s:27:\"cart_list_total_title_color\";i:1;s:44:\"cart_list_total_amount_typography_typography\";i:1;s:45:\"cart_list_total_amount_typography_font_family\";i:1;s:43:\"cart_list_total_amount_typography_font_size\";i:1;s:45:\"cart_list_total_amount_typography_font_weight\";i:1;s:45:\"cart_list_total_amount_typography_line_height\";i:1;s:28:\"cart_list_total_amount_color\";i:1;}s:18:\"cart_buttons_style\";a:31:{s:24:\"cart_list_buttons_margin\";i:1;s:25:\"cart_list_buttons_padding\";i:1;s:35:\"view_cart_btn_typography_typography\";i:1;s:36:\"view_cart_btn_typography_font_family\";i:1;s:34:\"view_cart_btn_typography_font_size\";i:1;s:36:\"view_cart_btn_typography_font_weight\";i:1;s:39:\"view_cart_btn_typography_text_transform\";i:1;s:36:\"view_cart_btn_typography_line_height\";i:1;s:39:\"view_cart_btn_typography_letter_spacing\";i:1;s:24:\"view_cart_btn_background\";i:1;s:19:\"view_cart_btn_color\";i:1;s:27:\"view_cart_btn_border_radius\";i:1;s:30:\"view_cart_btn_hover_background\";i:1;s:25:\"view_cart_btn_hover_color\";i:1;s:21:\"view_cart_btn_padding\";i:1;s:20:\"view_cart_btn_margin\";i:1;s:34:\"checkout_btn_typography_typography\";i:1;s:35:\"checkout_btn_typography_font_family\";i:1;s:33:\"checkout_btn_typography_font_size\";i:1;s:35:\"checkout_btn_typography_font_weight\";i:1;s:38:\"checkout_btn_typography_text_transform\";i:1;s:35:\"checkout_btn_typography_line_height\";i:1;s:38:\"checkout_btn_typography_letter_spacing\";i:1;s:23:\"checkout_btn_background\";i:1;s:18:\"checkout_btn_color\";i:1;s:26:\"checkout_btn_border_radius\";i:1;s:29:\"checkout_btn_hover_background\";i:1;s:24:\"checkout_btn_hover_color\";i:1;s:20:\"checkout_btn_padding\";i:1;s:19:\"checkout_btn_margin\";i:1;s:27:\"view_cart_btn_margin_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:28:\"_element_custom_width_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12465, 6248, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12472, 24, 'ekit_post_views_count', 2);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12516, 6250, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12517, 6250, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12518, 6250, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12519, 6250, '_elementor_page_settings', 'a:2:{s:16:\"site_description\";s:24:\"Wellness Loyalty Program\";s:9:\"site_name\";s:16:\"BellaVie Rewards\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12521, 5, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12522, 6251, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12523, 6251, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12524, 6251, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12525, 6251, '_elementor_page_settings', 'a:18:{s:16:\"site_description\";s:24:\"Wellness Loyalty Program\";s:9:\"site_name\";s:16:\"BellaVie Rewards\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:94:\"https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png\";s:2:\"id\";i:6207;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:94:\"https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png\";s:2:\"id\";i:6207;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:24:\"woocommerce_cart_page_id\";s:1:\"9\";s:28:\"woocommerce_checkout_page_id\";s:2:\"10\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"10\";s:25:\"woocommerce_terms_page_id\";s:0:\"\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:24:\"woocommerce_shop_page_id\";s:1:\"8\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12527, 6251, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12529, 5, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12530, 5, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12686, 6160, 'ekit_post_views_count', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12706, 6255, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12707, 6255, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12708, 6255, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12709, 6255, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12710, 6255, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12711, 6255, '_edit_lock', '1746867829:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12712, 6255, 'ekit_post_views_count', 18);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12713, 6256, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12714, 6256, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12715, 6256, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12716, 6256, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12717, 6256, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12718, 6255, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12719, 6255, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <a href=\\\"https:\\/\\/wa.me\\/+971506396374\\\" id=\\\"redirect-button\\\" class=\\\"disabled\\\" style=\\\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\\\">Proceed<\\/a>\\r\\n    <\\/div>\\r\\n<\\/form>\\r\\n\\r\\n<script>\\r\\n  const residentSelect = document.getElementById(\\\"resident-country\\\");\\r\\n  const applyingSelect = document.getElementById(\\\"applying-country\\\");\\r\\n  const redirectButton = document.getElementById(\\\"redirect-button\\\");\\r\\n\\r\\n  const countryOptions = {\\r\\n    USA: [\\\"Canada\\\", \\\"UK\\\"],\\r\\n    Canada: [\\\"USA\\\", \\\"UK\\\"],\\r\\n    UK: [\\\"USA\\\", \\\"Canada\\\"]\\r\\n  };\\r\\n\\r\\n  residentSelect.addEventListener(\\\"change\\\", function () {\\r\\n    const selected = this.value;\\r\\n    applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n\\r\\n    if (selected && countryOptions[selected]) {\\r\\n      countryOptions[selected].forEach(country => {\\r\\n        const option = document.createElement(\\\"option\\\");\\r\\n        option.value = country;\\r\\n        option.textContent = country;\\r\\n        applyingSelect.appendChild(option);\\r\\n      });\\r\\n    } else {\\r\\n      applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select Resident Country First --<\\/option>\';\\r\\n    }\\r\\n\\r\\n    checkProceedState();\\r\\n  });\\r\\n\\r\\n  applyingSelect.addEventListener(\\\"change\\\", checkProceedState);\\r\\n\\r\\n  function checkProceedState() {\\r\\n    const residentVal = residentSelect.value;\\r\\n    const applyingVal = applyingSelect.value;\\r\\n\\r\\n    if (residentVal && applyingVal) {\\r\\n      redirectButton.style.background = \\\"#0073e6\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"auto\\\";\\r\\n    } else {\\r\\n      redirectButton.style.background = \\\"#ccc\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"none\\\";\\r\\n    }\\r\\n  }\\r\\n<\\/script>\\r\\n\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 130px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\\n@media (max-width: 768px) {\\n    #country-form {\\n        flex-direction: column;\\n        align-items: stretch;\\n        gap: 20px; \\/* Reduced spacing for smaller screens *\\/\\n        padding: 15px;\\n    }\\n\\n    .form-group {\\n        width: 100%;\\n    }\\n\\n    #redirect-button {\\n        width: 100%;\\n    }\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12720, 6257, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12721, 6257, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12722, 6257, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12723, 6257, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12724, 6257, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12725, 6257, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12726, 6257, '_elementor_data', '[{\"id\":\"4dd3c3d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"a6db8ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4942ae5\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Dropbar\",\"simple_content\":\"Dropbar Content\\nagran\\npakistan\\nuae\"},\"elements\":[],\"widgetType\":\"jet-dropbar\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12736, 6259, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12737, 6259, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12738, 6259, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12739, 6259, '_elementor_version', '3.27.2');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12740, 6259, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12741, 6259, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12742, 6259, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form>\\r\\n    <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n    <select id=\\\"resident-country\\\" name=\\\"resident-country\\\">\\r\\n        <option value=\\\"\\\">-- Select --<\\/option>\\r\\n        <option value=\\\"USA\\\">United States<\\/option>\\r\\n        <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n        <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n        <!-- Add more countries here -->\\r\\n    <\\/select>\\r\\n\\r\\n    <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n    <select id=\\\"applying-country\\\" name=\\\"applying-country\\\">\\r\\n        <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n    <\\/select>\\r\\n<\\/form>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n\\r\\n    \\/\\/ Define country mappings\\r\\n    const countryMappings = {\\r\\n        USA: [\'Canada\', \'Mexico\', \'UK\'],\\r\\n        Canada: [\'USA\', \'Mexico\', \'France\'],\\r\\n        UK: [\'USA\', \'Canada\', \'Germany\'],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country;\\r\\n            option.textContent = country;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12752, 6261, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12753, 6261, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12754, 6261, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12755, 6261, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12756, 6261, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12757, 6261, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12758, 6261, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12762, 6262, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12763, 6262, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12764, 6262, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12765, 6262, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12766, 6262, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12767, 6262, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12768, 6262, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\r\\n#country-form {\\r\\n    max-width: 500px;\\r\\n    margin: 0 auto;\\r\\n    padding: 20px;\\r\\n    background: #f9f9f9;\\r\\n    border: 1px solid #ddd;\\r\\n    border-radius: 8px;\\r\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\r\\n}\\r\\n\\r\\n\\/* Form Group *\\/\\r\\n.form-group {\\r\\n    margin-bottom: 20px;\\r\\n}\\r\\n\\r\\n\\/* Labels *\\/\\r\\nlabel {\\r\\n    display: block;\\r\\n    margin-bottom: 8px;\\r\\n    font-weight: bold;\\r\\n    color: #333;\\r\\n}\\r\\n\\r\\n\\/* Dropdowns *\\/\\r\\n.form-control {\\r\\n    width: 100%;\\r\\n    padding: 10px;\\r\\n    border: 1px solid #ccc;\\r\\n    border-radius: 4px;\\r\\n    font-size: 16px;\\r\\n    color: #555;\\r\\n    background: #fff;\\r\\n    transition: border-color 0.3s ease;\\r\\n}\\r\\n\\r\\n.form-control:focus {\\r\\n    border-color: #0073e6;\\r\\n    outline: none;\\r\\n}\\r\\n\\r\\n\\/* Button *\\/\\r\\n#redirect-button {\\r\\n    display: block;\\r\\n    width: 100%;\\r\\n    padding: 12px;\\r\\n    background: #0073e6;\\r\\n    color: #fff;\\r\\n    border: none;\\r\\n    border-radius: 4px;\\r\\n    font-size: 16px;\\r\\n    cursor: pointer;\\r\\n    transition: background 0.3s ease;\\r\\n}\\r\\n\\r\\n#redirect-button:disabled {\\r\\n    background: #ccc;\\r\\n    cursor: not-allowed;\\r\\n}\\r\\n\\r\\n#redirect-button:not(:disabled):hover {\\r\\n    background: #005bb5;\\r\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12813, 2453, 'ekit_post_views_count', 28);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12957, 6270, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12958, 6270, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12959, 6270, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12960, 6270, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12961, 6270, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12962, 6270, '_edit_lock', '1745561134:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12963, 6270, 'ekit_post_views_count', 35);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12970, 2457, 'ekit_post_views_count', 32);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12976, 6270, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12977, 6270, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a0c82\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03fecb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3de3090\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b3c4642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12979, 6271, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12980, 6271, '_elementor_template_type', 'loop-item');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12981, 6272, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12982, 6272, '_elementor_template_type', 'loop-item');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12983, 6271, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12984, 6271, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12985, 6271, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12986, 6271, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12990, 6273, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12991, 6273, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12992, 6273, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12993, 6273, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12994, 6273, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12995, 6273, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12996, 6273, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"15be363\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"3\",\"2\",\"1\"],\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"},{\"id\":\"a6be7a1\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"title_trimmed_ending_text\":\"...\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d2d41a6\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"db2b8f5\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12998, 6274, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12999, 6274, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13000, 6274, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13001, 6274, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13002, 6274, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13003, 6274, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13004, 6274, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"},{\"id\":\"15be363\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_cats\":[\"3\",\"2\",\"1\"],\"ekit_blog_posts_btn_text\":\"Learn more \"},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"},{\"id\":\"a6be7a1\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"title_trimmed_ending_text\":\"...\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d2d41a6\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"db2b8f5\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13006, 6271, '_edit_lock', '1747058792:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13007, 6275, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13008, 6275, '_elementor_template_type', 'loop-item');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13009, 6275, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13010, 6275, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13011, 6275, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13012, 6275, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13013, 6275, '_elementor_page_settings', 'a:1:{s:6:\"source\";s:4:\"post\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13014, 6271, '_elementor_data', '[{\"id\":\"5b46085\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03cac07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462978c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b8e47b3\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"3526054\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"faea9ed\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22apply_to_post_content%22%3A%22%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13015, 6276, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13016, 6276, '_elementor_template_type', 'loop-item');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13017, 6276, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13018, 6276, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13019, 6276, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13020, 6276, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13021, 6276, '_elementor_data', '[{\"id\":\"5b46085\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03cac07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462978c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"3526054\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"faea9ed\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22apply_to_post_content%22%3A%22%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13024, 6278, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13025, 6278, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13026, 6278, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13027, 6278, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13028, 6278, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13029, 6278, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13030, 6278, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13262, 6283, '_wp_attached_file', '2025/02/need-visa-information.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13263, 6283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:796;s:4:\"file\";s:33:\"2025/02/need-visa-information.jpg\";s:8:\"filesize\";i:26527;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"need-visa-information-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"need-visa-information-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1511;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"need-visa-information-600x318.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11276;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"need-visa-information-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4160;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"need-visa-information-1024x543.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"need-visa-information-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"need-visa-information-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16391;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"need-visa-information-370x260.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7342;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:33:\"need-visa-information-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7748;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:34:\"need-visa-information-1150x670.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33632;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:33:\"need-visa-information-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20023;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:33:\"need-visa-information-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7584;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:33:\"need-visa-information-350x298.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7584;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:32:\"need-visa-information-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1533;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:33:\"need-visa-information-600x511.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16835;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:31:\"need-visa-information-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:842;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:33:\"need-visa-information-180x240.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3773;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:33:\"need-visa-information-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9916;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:31:\"need-visa-information-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1056;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:33:\"need-visa-information-360x420.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9322;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:33:\"need-visa-information-260x312.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5973;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:33:\"need-visa-information-570x600.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17729;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13264, 6284, '_wp_attached_file', '2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13265, 6284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:405;s:6:\"height\";i:215;s:4:\"file\";s:129:\"2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\";s:8:\"filesize\";i:50134;s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9132;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25922;}s:6:\"medium\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17123;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-370x215.png\";s:5:\"width\";i:370;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46315;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-370x215.png\";s:5:\"width\";i:370;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46315;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-350x215.png\";s:5:\"width\";i:350;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46077;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-350x215.png\";s:5:\"width\";i:350;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46077;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:128:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9424;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:127:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3974;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-180x215.png\";s:5:\"width\";i:180;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27953;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-370x215.png\";s:5:\"width\";i:370;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46315;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:127:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5172;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-360x215.png\";s:5:\"width\";i:360;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46192;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:129:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-260x215.png\";s:5:\"width\";i:260;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40921;}s:24:\"elementor_custom_250x200\";a:4:{s:4:\"file\";s:166:\"elementor/thumbs/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--r11kpnmgnnsb7rgoykwfeoyflqpswt8brymj0p0g28.png\";s:5:\"width\";i:250;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"elementor_custom_350x200\";a:4:{s:4:\"file\";s:181:\"elementor/thumbs/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-r11lbk935ijqy0gm4dz4lmyinii6oqfnqp28sahe1c.png\";s:5:\"width\";i:350;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13365, 6284, '_wp_attachment_backup_sizes', 'a:15:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:500;s:6:\"height\";i:329;s:8:\"filesize\";i:46305;s:4:\"file\";s:106:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات-.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12233;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19278;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29892;}s:20:\"mygrace-thumb-m-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33711;}s:28:\"mygrace-thumb-grid-3col-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36853;}s:36:\"mygrace-thumb-grid-2col-sidebar-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36853;}s:22:\"mygrace-thumb-nav-orig\";a:5:{s:4:\"file\";s:113:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5302;}s:30:\"mygrace-thumb-post-widget-orig\";a:5:{s:4:\"file\";s:112:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2839;}s:32:\"mygrace-thumb-search-result-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21698;}s:23:\"mygrace-thumb-grid-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--370x329.png\";s:5:\"width\";i:370;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47195;}s:27:\"mygrace-thumb-wishlist-orig\";a:5:{s:4:\"file\";s:112:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4291;}s:31:\"mygrace-thumb-products-cat-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--360x329.png\";s:5:\"width\";i:360;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47057;}s:34:\"mygrace-thumb-product-archive-orig\";a:5:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36811;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:114:\"لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36510;s:9:\"uncropped\";b:0;}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13366, 6291, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13367, 6291, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13368, 6291, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13369, 6291, '_elementor_page_settings', 'a:18:{s:16:\"site_description\";s:24:\"Wellness Loyalty Program\";s:9:\"site_name\";s:16:\"BellaVie Rewards\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:153:\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات-.png\";s:2:\"id\";i:6284;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:153:\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات-.png\";s:2:\"id\";i:6284;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:24:\"woocommerce_cart_page_id\";s:1:\"9\";s:28:\"woocommerce_checkout_page_id\";s:2:\"10\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"10\";s:25:\"woocommerce_terms_page_id\";s:0:\"\";s:24:\"woocommerce_shop_page_id\";s:1:\"8\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13370, 6291, '_elementor_data', '[]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13371, 6291, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13372, 6291, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13420, 6292, '_wp_attached_file', '2021/10/300_Million_Corporate-_Website_Banner.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13421, 6292, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1668;s:6:\"height\";i:211;s:4:\"file\";s:49:\"2021/10/300_Million_Corporate-_Website_Banner.jpg\";s:8:\"filesize\";i:218713;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54057;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41757;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"300_Million_Corporate-_Website_Banner-600x76.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52334;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"300_Million_Corporate-_Website_Banner-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43022;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"300_Million_Corporate-_Website_Banner-1024x130.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70375;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44130;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"300_Million_Corporate-_Website_Banner-768x97.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58928;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"300_Million_Corporate-_Website_Banner-1536x194.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94501;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-370x211.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57264;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-370x211.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57264;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:50:\"300_Million_Corporate-_Website_Banner-1150x211.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86737;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-750x211.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72836;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-350x211.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56487;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-350x211.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56487;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:48:\"300_Million_Corporate-_Website_Banner-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42140;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-600x211.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67442;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:47:\"300_Million_Corporate-_Website_Banner-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39686;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-180x211.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46624;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-370x211.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57264;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:47:\"300_Million_Corporate-_Website_Banner-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40107;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-360x211.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56791;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-260x211.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51673;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:49:\"300_Million_Corporate-_Website_Banner-570x211.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65942;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13422, 6293, '_wp_attached_file', '2021/10/travel-insurance-digital-new-banner.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13423, 6293, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:120;s:4:\"file\";s:47:\"2021/10/travel-insurance-digital-new-banner.jpg\";s:8:\"filesize\";i:127917;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14073;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7995;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"travel-insurance-digital-new-banner-600x60.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"travel-insurance-digital-new-banner-300x30.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9061;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"travel-insurance-digital-new-banner-1024x102.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-150x120.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"travel-insurance-digital-new-banner-768x77.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23377;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-370x120.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-370x120.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:48:\"travel-insurance-digital-new-banner-1150x120.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44478;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-750x120.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29048;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-350x120.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15517;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-350x120.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15517;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:46:\"travel-insurance-digital-new-banner-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8247;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-600x120.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24185;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:45:\"travel-insurance-digital-new-banner-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6700;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11218;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-370x120.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:45:\"travel-insurance-digital-new-banner-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6654;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-360x120.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16050;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13204;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:47:\"travel-insurance-digital-new-banner-570x120.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23210;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13424, 6294, '_wp_attached_file', '2021/10/indonesia-evoa-website-banner.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13425, 6294, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:204;s:4:\"file\";s:41:\"2021/10/indonesia-evoa-website-banner.jpg\";s:8:\"filesize\";i:237835;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8623;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5401;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"indonesia-evoa-website-banner-600x60.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12895;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"indonesia-evoa-website-banner-300x30.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6968;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"indonesia-evoa-website-banner-1024x102.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23739;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"indonesia-evoa-website-banner-768x77.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17383;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"indonesia-evoa-website-banner-1536x153.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-370x204.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10169;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-370x204.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10169;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:42:\"indonesia-evoa-website-banner-1150x204.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29632;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-750x204.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19179;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9591;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9591;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:40:\"indonesia-evoa-website-banner-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5454;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15431;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:39:\"indonesia-evoa-website-banner-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4844;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-180x204.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6763;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-370x204.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10169;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:39:\"indonesia-evoa-website-banner-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5071;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-360x204.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9782;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-260x204.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7872;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:41:\"indonesia-evoa-website-banner-570x204.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14672;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13458, 6295, '_wp_attached_file', '2021/10/rush-my-passport.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13459, 6295, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1253;s:6:\"height\";i:129;s:4:\"file\";s:28:\"2021/10/rush-my-passport.jpg\";s:8:\"filesize\";i:120924;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"rush-my-passport-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10742;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3010;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"rush-my-passport-600x62.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10060;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"rush-my-passport-300x31.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3556;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"rush-my-passport-1024x105.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-150x129.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5735;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"rush-my-passport-768x79.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15026;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-370x129.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12917;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-370x129.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12917;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:29:\"rush-my-passport-1150x129.jpg\";s:5:\"width\";i:1150;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32332;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-750x129.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21672;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11863;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-350x129.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11863;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:27:\"rush-my-passport-115x85.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3075;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-600x129.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20194;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:26:\"rush-my-passport-58x58.jpg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1552;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-180x129.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6706;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-370x129.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12917;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:26:\"rush-my-passport-60x91.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1823;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-360x129.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12607;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-260x129.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9255;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:28:\"rush-my-passport-570x129.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19575;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13501, 6300, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13502, 6300, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13503, 6300, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13504, 6300, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13505, 6300, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13506, 6300, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13507, 6300, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 500px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 10px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13513, 6301, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13514, 6301, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13515, 6301, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13516, 6301, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13517, 6301, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13518, 6301, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13519, 6301, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    \\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 10px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13525, 6302, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13526, 6302, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13527, 6302, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13528, 6302, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13529, 6302, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13530, 6302, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13531, 6302, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    \\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 100px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13537, 6303, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13538, 6303, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13539, 6303, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13540, 6303, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13541, 6303, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13542, 6303, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13543, 6303, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 800px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 100px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13549, 6304, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13550, 6304, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13551, 6304, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13552, 6304, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13553, 6304, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13554, 6304, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13555, 6304, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 100px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13561, 6305, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13562, 6305, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13563, 6305, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13564, 6305, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13565, 6305, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13566, 6305, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13567, 6305, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 130px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13676, 6271, 'ekit_post_views_count', 3);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13696, 6316, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13697, 6316, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13698, 6316, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13699, 6316, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13700, 6316, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13701, 6316, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13702, 6316, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[searchandfilter fields=\\\"search,category,post_tag\\\"]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13740, 6317, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13741, 6317, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13742, 6317, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13743, 6317, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13744, 6317, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13745, 6317, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13746, 6317, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"48293d2\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Type to start searching...\",\"submit_button_text\":\"Search\",\"live_results\":\"yes\",\"template_id\":\"6271\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\"},\"elements\":[],\"widgetType\":\"search\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[searchandfilter fields=\\\"search,category,post_tag\\\"]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13752, 6318, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13753, 6318, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13754, 6318, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13755, 6318, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13756, 6318, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13757, 6318, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13758, 6318, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"48293d2\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Type to start searching...\",\"submit_button_text\":\"Search\",\"live_results\":\"yes\",\"template_id\":\"6271\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"results_is_dropdown_width\":\"widget_width\"},\"elements\":[],\"widgetType\":\"search\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[searchandfilter fields=\\\"search,category,post_tag\\\"]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13764, 6319, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13765, 6319, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13766, 6319, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13767, 6319, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13768, 6319, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13769, 6319, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13770, 6319, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"48293d2\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Type to start searching...\",\"submit_button_text\":\"Search\",\"live_results\":\"yes\",\"template_id\":\"6271\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"results_is_dropdown_width\":\"widget_width\"},\"elements\":[],\"widgetType\":\"search\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[searchandfilter fields=\\\"search,category,post_title\\\"]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13776, 6320, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13777, 6320, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13778, 6320, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13779, 6320, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13780, 6320, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13781, 6320, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13782, 6320, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"48293d2\",\"elType\":\"widget\",\"settings\":{\"search_input_placeholder_text\":\"Type to start searching...\",\"submit_button_text\":\"Search\",\"live_results\":\"yes\",\"template_id\":\"6271\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"results_is_dropdown_width\":\"widget_width\"},\"elements\":[],\"widgetType\":\"search\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13814, 6321, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13815, 6321, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13816, 6321, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13817, 6321, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13818, 6321, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13819, 6321, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13820, 6321, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"},{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13826, 6322, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13827, 6322, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13828, 6322, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13829, 6322, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13830, 6322, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13831, 6322, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13832, 6322, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a0c82\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"03fecb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true},{\"id\":\"a95efaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13979, 2664, 'ekit_post_views_count', 76);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14071, 6334, '_wp_attached_file', '2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14072, 6334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:832;s:4:\"file\";s:62:\"2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\";s:8:\"filesize\";i:82847;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45086;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8208;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95835;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31934;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-3_11zon-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:216710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15646;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140547;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54974;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57721;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-3_11zon-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:265564;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158469;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54970;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54970;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:61:\"Personalized-Real-Estate-Concierge-service-3_11zon-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8893;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124084;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-3_11zon-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3400;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20936;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62241;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-3_11zon-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4029;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59097;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36176;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-3_11zon-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117650;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14073, 6335, '_wp_attached_file', '2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14074, 6335, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:832;s:4:\"file\";s:62:\"2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\";s:8:\"filesize\";i:194092;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108715;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16012;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:219861;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64313;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-1_11zon-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:557678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32083;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339838;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115187;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124235;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-1_11zon-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:684360;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:377238;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125255;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125255;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:61:\"Personalized-Real-Estate-Concierge-service-1_11zon-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16012;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321264;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-1_11zon-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6204;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55633;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175661;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-1_11zon-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8989;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170996;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97955;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-1_11zon-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346889;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14075, 6336, '_wp_attached_file', '2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14076, 6336, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:832;s:4:\"file\";s:62:\"2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\";s:8:\"filesize\";i:61187;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45528;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8242;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74206;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25317;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-2_11zon-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15437;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111402;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47324;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52706;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-2_11zon-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231557;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136784;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51267;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51267;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:61:\"Personalized-Real-Estate-Concierge-service-2_11zon-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8902;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115271;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-2_11zon-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3446;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20011;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58200;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-2_11zon-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3845;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55875;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33447;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-2_11zon-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122623;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14077, 6337, '_wp_attached_file', '2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14078, 6337, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:832;s:4:\"file\";s:62:\"2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\";s:8:\"filesize\";i:109440;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48012;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9016;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129673;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43070;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-4_11zon-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191088;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-370x260.png\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61145;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-370x280.png\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61854;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:63:\"Personalized-Real-Estate-Concierge-service-4_11zon-1150x670.png\";s:5:\"width\";i:1150;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344130;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-750x500.png\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177917;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57391;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-350x298.png\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57391;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:61:\"Personalized-Real-Estate-Concierge-service-4_11zon-115x85.png\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10100;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-600x511.png\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125151;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-4_11zon-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3796;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-180x240.png\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26648;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69055;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:60:\"Personalized-Real-Estate-Concierge-service-4_11zon-60x91.png\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5392;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-360x420.png\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67320;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-260x312.png\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43043;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:62:\"Personalized-Real-Estate-Concierge-service-4_11zon-570x600.png\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120347;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14332, 6159, 'ekit_post_views_count', 40);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14605, 6158, 'ekit_post_views_count', 21);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14610, 6156, 'ekit_post_views_count', 16);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15353, 6346, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15354, 6346, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15355, 6346, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15356, 6346, '_elementor_version', '3.26.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15357, 6346, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15358, 6346, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Shop\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/shop\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Story\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"Faq\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/church-faqs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2d1d5d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c047365\"},{\"text\":\"Location\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b71c5f5\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a4958c0\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d7dd46a\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/telephone-1.svg\",\"id\":656},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"\",\"button_text\":\"+971506396374\",\"button_url\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_position\":\"left\",\"title_cover_location\":\"\",\"desc_cover_location\":\"\",\"button_cover_location\":\"\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_box_alignment\":\"\",\"title_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"title_alignment\":\"flex-start\",\"title_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#02010100\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"button_typography_font_weight\":\"500\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_hover_color\":\"#FFC11F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"27\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"2a3847b\",\"elType\":\"widget\",\"settings\":{\"selected_services_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/placeholder-1.svg\",\"id\":655},\"library\":\"svg\"},\"services_title\":\"\",\"services_description\":\"Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United\",\"button_text\":\"\",\"header_position\":\"left\",\"header_width\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_width_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_height\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"header_height_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"header_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon_bg_color\":\"#02010100\",\"icon_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"desc_color\":\"#FFFFFF\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"desc_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"desc_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"desc_typography_font_weight\":\"500\",\"desc_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"desc_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"desc_alignment\":\"flex-start\",\"desc_text_alignment\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-services\"},{\"id\":\"c560cdf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Under Luliia Portal<br \\/>Lisence Number <strong>1216030<\\/strong><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2024 by Bellavie Rewards. All rights reserved.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15359, 6346, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15363, 25, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15376, 6348, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15377, 6348, '_elementor_template_type', 'widget');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15378, 6349, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15379, 6349, '_elementor_template_type', 'widget');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15380, 6348, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15381, 6348, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15382, 6348, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15383, 6348, '_elementor_data', '[{\"id\":\"4afe1ac7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/9c70yfdl.png\",\"id\":6013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Document Attestation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"text_align\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15384, 6350, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15385, 6350, '_elementor_template_type', 'widget');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15386, 6350, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15387, 6350, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15388, 6350, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15389, 6350, '_elementor_data', '[{\"id\":\"4afe1ac7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/9c70yfdl.png\",\"id\":6013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Document Attestation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"text_align\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15391, 6348, '_elementor_template_widget_type', 'image-box');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15425, 6255, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15426, 6255, '_wp_old_slug', 'tab-2-content');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15427, 6354, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15428, 6354, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15429, 6354, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15430, 6354, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15431, 6354, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15432, 6354, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15433, 6354, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 130px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15437, 6270, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15438, 6270, '_wp_old_slug', 'tab-3-content');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15439, 6355, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15440, 6355, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15441, 6355, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15442, 6355, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15443, 6355, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15444, 6355, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15445, 6355, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a0c82\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"03fecb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true},{\"id\":\"a95efaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15449, 6200, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15450, 6200, '_wp_old_slug', 'tab-1-content');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15451, 6356, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15452, 6356, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15453, 6356, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15454, 6356, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15455, 6356, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15456, 6356, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15457, 6356, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9574ef0\",\"elType\":\"widget\",\"settings\":{\"toggles\":[{\"item_label\":\"Attestation and Verification Services\",\"_id\":\"9bdbaaa\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6232\"},{\"item_label\":\"Migration Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"595c035\"},{\"item_label\":\"Public Services\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"selected_item_active_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"_id\":\"3916f02\"}],\"collapsible\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15462, 6357, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15463, 6357, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15464, 6357, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15465, 6357, '_elementor_version', '3.27.2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15466, 6357, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15467, 6357, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15468, 6357, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"837032b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximize Your Investments with BellaVie Rewards\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be3812e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards<\\/strong><\\/p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.<\\/p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5192478\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0b6ece5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb9498\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Invest Smart, Earn More. Investor-Centric Rewards Program\",\"acc_content\":\"<p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:<\\/p><p>\\ud83d\\udd39 <strong>Gold Tier (1.5%)<\\/strong><\\/p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Tier (1.75%)<\\/strong><\\/p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Elite (2%)<\\/strong><\\/p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.<\\/p><p>\\ud83d\\udd39 <strong>Titanium (2.25%)<\\/strong><\\/p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.<\\/p><p>\\ud83d\\udc8e <strong>Titanium Plus (2.5%)<\\/strong><\\/p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.<\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"Introducing BellaVie\\u2019s Exclusive Investor Group Buying\",\"acc_content\":\"<p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation<\\/strong><\\/p><p>At\\u00a0<strong>BellaVie Rewards<\\/strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new\\u00a0<strong>group buying opportunity<\\/strong>\\u00a0alongside our signature\\u00a0<strong>Architectural Design Consultation Add-On<\\/strong>\\u2014a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.<\\/p><h3><strong>Introducing BellaVie\\u2019s Exclusive Investor Group Buying<\\/strong><\\/h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in\\u00a0<strong>exclusive groups<\\/strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.<\\/p><p>As a\\u00a0<strong>BellaVie Investor<\\/strong>, you will have access to:<\\/p><ul><li><strong>Priority Access<\\/strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.<\\/li><li><strong>Exclusive Properties<\\/strong>: Properties available for group buying include\\u00a0<strong>Branded Residences<\\/strong>,\\u00a0<strong>Penthouses<\\/strong>, and\\u00a0<strong>Townhouses<\\/strong>\\u00a0located in Dubai\\u2019s most prestigious developments.<\\/li><li><strong>Private Investor Network<\\/strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.<\\/li><\\/ul><p>When you invest in properties via group buying, you not only unlock a\\u00a0<strong>higher return on investment<\\/strong>\\u00a0through shared purchasing power but also enjoy\\u00a0<strong>exclusive bonuses<\\/strong>\\u00a0such as\\u00a0<strong>BellaVie Points<\\/strong>, which can be redeemed for wellness services,\\u00a0<strong>architectural consultations<\\/strong>, and\\u00a0<strong>luxury retreats<\\/strong>.<\\/p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On<\\/strong><\\/h3><p>As part of our commitment to making your investment more than just a purchase, we offer the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0for BellaVie Rewards members who invest in properties valued at\\u00a0<strong>45 million AED<\\/strong>\\u00a0or higher.<\\/p><p><strong>This premium service<\\/strong>\\u2014valued at 500,000\\u00a0<strong>AED<\\/strong>\\u2014includes a personalized, world-class consultation with our partner,\\u00a0<strong>ADC Architects<\\/strong>, who will work closely with you to design a space that aligns with your unique lifestyle.<\\/p><ul><li><strong>Personalized Service<\\/strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.<\\/li><li><strong>Architectural Excellence<\\/strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.<\\/li><li><strong>Luxury Reimagined<\\/strong>: In addition to the consultation, you may choose to enhance your property with our\\u00a0<strong>exclusive upgrade package<\\/strong>, which includes\\u00a0<strong>three innovative repurposing design concepts<\\/strong>, valued at\\u00a0<strong>900,000 AED<\\/strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.<\\/li><\\/ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Smart Investment Lifestyle Elevated<\\/strong>: Not only will your investment provide a return through the\\u00a0<strong>group buying<\\/strong>\\u00a0strategy, but you\\u2019ll also enjoy the added luxury of personalized\\u00a0<strong>architectural design<\\/strong>\\u00a0to ensure your property is a perfect reflection of your vision.<\\/li><li><strong>Exclusivity at its Best<\\/strong>: As part of the\\u00a0<strong>BellaVie community<\\/strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to\\u00a0<strong>premium properties<\\/strong>.<\\/li><li><strong>Elevate Your Lifestyle<\\/strong>: Use your\\u00a0<strong>BellaVie Points<\\/strong>\\u00a0earned from your investment to redeem exclusive\\u00a0<strong>wellness services<\\/strong>\\u00a0and\\u00a0<strong>luxury retreats<\\/strong>, ensuring you live in both luxury and health.<\\/li><\\/ul><h3><strong>Become Part of the BellaVie Investor Family<\\/strong><\\/h3><p>At BellaVie Rewards, we don\\u2019t just offer properties; we offer a\\u00a0<strong>lifestyle<\\/strong>. As an investor, you are not simply purchasing real estate\\u2014you are gaining access to\\u00a0<strong>curated experiences<\\/strong>,\\u00a0<strong>personalized services<\\/strong>, and\\u00a0<strong>exclusive opportunities<\\/strong>\\u00a0designed to elevate every aspect of your life.<\\/p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.<\\/p><h3><strong>Contact Us Today<\\/strong><\\/h3><p>Unlock\\u00a0<strong>exceptional<\\/strong>\\u00a0rewards, exclusive\\u00a0<strong>group buying opportunities<\\/strong>, and the highest standards of\\u00a0<strong>architectural luxury<\\/strong>. Connect with our team to explore these\\u00a0<strong>unmatched<\\/strong>\\u00a0benefits and start your journey with\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0today.<\\/p><p>ADC logo<\\/p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow<\\/strong><\\/h3><p><strong>At\\u00a0ADC<\\/strong> <strong>Architectural Design Consultants<\\/strong>, sustainability is at the heart of everything we do. We believe that true luxury isn\\u2019t just about aesthetics; it\\u2019s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.<\\/p><h3><strong>Sustainable Architecture<\\/strong><\\/h3><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use\\u00a0<strong>eco-friendly materials<\\/strong>, optimize\\u00a0<strong>natural lighting<\\/strong>, and incorporate\\u00a0<strong>energy-efficient technologies<\\/strong>\\u00a0that reduce environmental impact while maintaining the highest standards of luxury and comfort.<\\/p><ul><li><strong>Energy-Efficient Design<\\/strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.<\\/li><li><strong>Green Building Materials<\\/strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.<\\/li><li><strong>Passive Design Strategies<\\/strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.<\\/li><\\/ul><h3><strong>Landscape Design with a Green Focus<\\/strong><\\/h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating\\u00a0<strong>beautiful<\\/strong>,\\u00a0<strong>functional<\\/strong>, and\\u00a0<strong>ecologically responsible<\\/strong>\\u00a0outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.<\\/p><ul><li><strong>Native Plant Selection<\\/strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.<\\/li><li><strong>Water Conservation<\\/strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.<\\/li><li><strong>Biodiversity<\\/strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.<\\/li><\\/ul><h3><strong>Sustainable Interior Design<\\/strong><\\/h3><p>Our interior design approach goes beyond aesthetics, focusing on\\u00a0<strong>creating healthy, sustainable indoor environments<\\/strong>\\u00a0that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of\\u00a0<strong>sustainable materials<\\/strong>\\u00a0and\\u00a0<strong>eco-conscious furniture<\\/strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.<\\/p><ul><li><strong>Non-Toxic Materials<\\/strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.<\\/li><li><strong>Energy-Efficient Systems<\\/strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.<\\/li><li><strong>Smart Technologies<\\/strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.<\\/li><\\/ul><h3><strong>Sustainable Project Management<\\/strong><\\/h3><p>Sustainability isn\\u2019t just about the finished product\\u2014it\\u2019s also about how we manage and execute each project. Our\\u00a0<strong>project management<\\/strong>\\u00a0team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.<\\/p><ul><li><strong>Efficient Construction Practices<\\/strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.<\\/li><li><strong>Green Certifications<\\/strong>: We work towards achieving certifications like\\u00a0<strong>LEED<\\/strong>\\u00a0(Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.<\\/li><li><strong>Waste Reduction<\\/strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.<\\/li><\\/ul><h3><strong>Sustainability in Action: Making a Difference<\\/strong><\\/h3><p>At ADC Consultants, sustainability is more than just a concept\\u2014it\\u2019s a responsibility. We\\u2019re dedicated to\\u00a0<strong>creating spaces that serve both people and the planet<\\/strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don\\u2019t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.<\\/p><p>By choosing ADC Consultants, you\\u2019re not just investing in luxury\\u2014you\\u2019re investing in a more sustainable, responsible future.\\u00a0<strong>Let us help you create a space that\\u2019s not only a reflection of your personal style but also of your commitment to the environment.<\\/strong><\\/p><p><strong>Contact ADC Consultants<\\/strong>\\u00a0today to learn more about how we can make your vision a sustainable reality.<\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<h3><strong>Invest with Precision. Live with Excellence.<\\/strong><\\/h3><p>In 2025, wellness and sustainability are no longer trends\\u2014they are the foundation of the future of investment.\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0is designed for investors who\\u00a0<strong>demand more than just returns\\u2014they seek holistic value, long-term sustainability, and unmatched distinction<\\/strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.<\\/p><p>Our exclusive\\u00a0<strong>investor benefits<\\/strong>\\u00a0ensure:<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority access to ultra-premium wellness-centric properties<\\/strong><\\/p><p>before market release, ensuring you\\u2019re ahead of the curve in this rapidly growing sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Personalized investment guidance<\\/strong><\\/p><p>focused on<\\/p><p><strong>high-yield wellness and sustainable properties<\\/strong><\\/p><p>that are positioned for growth, longevity, and responsible stewardship.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Global networking opportunities<\\/strong><\\/p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.<\\/p><p><strong>Why Invest in Wellness and Sustainability?<\\/strong>\\u00a0Wellness is no longer a niche\\u2014it\\u2019s a way of life.\\u00a0<strong>Investing in wellness-focused real estate<\\/strong>\\u00a0means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.<\\/p><p>As a\\u00a0<strong>BellaVie Rewards investor<\\/strong>, you gain access to a\\u00a0<strong>privileged network<\\/strong>\\u00a0of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png<\\/a><\\/p><p><strong>Sustainability<\\/strong><\\/p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support<\\/p><p><strong>a healthier, more sustainable lifestyle<\\/strong><\\/p><p>, driving both social and environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request your investor package today<\\/strong><\\/p><p>and be part of the wellness revolution in real estate.<\\/p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate<\\/strong><\\/h3><p><strong>Headline:<\\/strong>\\u00a0<strong>Your Exclusive Path to High-Yield Wellness Investments<\\/strong><\\/p><p><strong>Content:<\\/strong><\\/p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our\\u00a0<strong>Investor Package<\\/strong>\\u00a0provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.<\\/p><h3><strong>What\\u2019s Inside Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority Property Access:<\\/strong><\\/p><p>Gain exclusive first-look access to\\u00a0<strong>wellness-focused, high-end real estate<\\/strong>\\u00a0opportunities\\u2014available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Comprehensive Investment Analysis:<\\/strong><\\/p><p>Receive a\\u00a0<strong>personalized investment strategy<\\/strong>\\u00a0tailored to your goals. Our team of expert consultants will guide you through opportunities that balance\\u00a0<strong>high returns with long-term sustainability<\\/strong>.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural Insights &amp; Design Innovations:<\\/strong><\\/p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our\\u00a0<strong>partnership with ADC Architects<\\/strong>, known for their commitment to innovation, sustainability, and wellness design.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Exclusive Networking Opportunities:<\\/strong><\\/p><p>Connect with a select group of\\u00a0<strong>elite investors<\\/strong>,\\u00a0<strong>premium developers<\\/strong>, and\\u00a0<strong>wellness-focused architects<\\/strong>\\u00a0from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Access to Premium Events &amp; Retreats:<\\/strong><\\/p><p>As a BellaVie Rewards investor, you\\u2019ll be invited to\\u00a0<strong>exclusive wellness retreats, private events<\\/strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Sustainability Focused Opportunities:<\\/strong><\\/p><p>Invest in properties that go beyond the ordinary, incorporating\\u00a0<strong>green technologies, wellness-oriented amenities<\\/strong>, and\\u00a0<strong>biophilic design principles<\\/strong>\\u2014ensuring both financial returns and a positive environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Real-Time Project Updates:<\\/strong><\\/p><p>Stay informed with\\u00a0<strong>detailed progress reports<\\/strong>\\u00a0and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on\\u00a0<strong>sustainability and wellness<\\/strong>.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Reputation for Excellence:<\\/strong>\\u00a0Our hand-picked, wellness-focused properties are designed to meet the needs of today\\u2019s luxury market while keeping sustainability at the forefront.<\\/li><li><strong>Long-Term Value:<\\/strong>\\u00a0By investing in wellness properties, you\\u2019re aligning your portfolio with a trend that\\u2019s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.<\\/li><li><strong>Commitment to Your Success:<\\/strong>\\u00a0Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.<\\/li><\\/ul><h3><strong>How to Get Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request Your Investor Package Today<\\/strong><\\/p><p>by filling out the form below. Join the<\\/p><p><strong>wellness revolution<\\/strong><\\/p><p>and position yourself to thrive in the future of luxury real estate.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><p><strong>Be a part of a community that redefines luxury and investment opportunities.<\\/strong>\\u00a0With BellaVie Rewards, you\\u2019re not just investing in real estate\\u2014you\\u2019re investing in\\u00a0<strong>a lifestyle of wellness, sustainability, and unparalleled luxury<\\/strong>.<\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"8ce3403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d5dce58\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Exclusive Investor Benefits\",\"acc_content\":\"<p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><hr \\/><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><hr \\/><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\",\"acc_content\":\"<p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><hr \\/><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><hr \\/><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><hr \\/><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><hr \\/><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><hr \\/><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><hr \\/><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><hr \\/><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><hr \\/><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><hr \\/><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false},{\"id\":\"7d31384\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1a28d16\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"BellaVie Rewards Investor Ambassadors Program\",\"acc_content\":\"<p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><hr \\/><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><hr \\/><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><hr \\/><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><hr \\/><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\",\"acc_content\":\"<p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><hr \\/><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><hr \\/><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><hr \\/><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><hr \\/><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"14c3c0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2021\\/10\\/9c70yfdl.png\",\"id\":6013,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Document Attestation\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"text_align\":\"left\",\"image_size\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15572, 6358, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15573, 6358, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15574, 6358, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15575, 6358, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15576, 6358, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15577, 6358, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15578, 6358, '_elementor_data', '[{\"id\":\"a9bfaa9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"145b97c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"837032b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximize Your Investments with BellaVie Rewards\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be3812e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards<\\/strong><\\/p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.<\\/p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5192478\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"0b6ece5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9cb9498\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Invest Smart, Earn More. Investor-Centric Rewards Program\",\"acc_content\":\"<p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:<\\/p><p>\\ud83d\\udd39 <strong>Gold Tier (1.5%)<\\/strong><\\/p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Tier (1.75%)<\\/strong><\\/p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Elite (2%)<\\/strong><\\/p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.<\\/p><p>\\ud83d\\udd39 <strong>Titanium (2.25%)<\\/strong><\\/p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.<\\/p><p>\\ud83d\\udc8e <strong>Titanium Plus (2.5%)<\\/strong><\\/p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.<\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"Introducing BellaVie\\u2019s Exclusive Investor Group Buying\",\"acc_content\":\"<p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation<\\/strong><\\/p><p>At\\u00a0<strong>BellaVie Rewards<\\/strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new\\u00a0<strong>group buying opportunity<\\/strong>\\u00a0alongside our signature\\u00a0<strong>Architectural Design Consultation Add-On<\\/strong>\\u2014a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.<\\/p><h3><strong>Introducing BellaVie\\u2019s Exclusive Investor Group Buying<\\/strong><\\/h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in\\u00a0<strong>exclusive groups<\\/strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.<\\/p><p>As a\\u00a0<strong>BellaVie Investor<\\/strong>, you will have access to:<\\/p><ul><li><strong>Priority Access<\\/strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.<\\/li><li><strong>Exclusive Properties<\\/strong>: Properties available for group buying include\\u00a0<strong>Branded Residences<\\/strong>,\\u00a0<strong>Penthouses<\\/strong>, and\\u00a0<strong>Townhouses<\\/strong>\\u00a0located in Dubai\\u2019s most prestigious developments.<\\/li><li><strong>Private Investor Network<\\/strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.<\\/li><\\/ul><p>When you invest in properties via group buying, you not only unlock a\\u00a0<strong>higher return on investment<\\/strong>\\u00a0through shared purchasing power but also enjoy\\u00a0<strong>exclusive bonuses<\\/strong>\\u00a0such as\\u00a0<strong>BellaVie Points<\\/strong>, which can be redeemed for wellness services,\\u00a0<strong>architectural consultations<\\/strong>, and\\u00a0<strong>luxury retreats<\\/strong>.<\\/p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On<\\/strong><\\/h3><p>As part of our commitment to making your investment more than just a purchase, we offer the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0for BellaVie Rewards members who invest in properties valued at\\u00a0<strong>45 million AED<\\/strong>\\u00a0or higher.<\\/p><p><strong>This premium service<\\/strong>\\u2014valued at 500,000\\u00a0<strong>AED<\\/strong>\\u2014includes a personalized, world-class consultation with our partner,\\u00a0<strong>ADC Architects<\\/strong>, who will work closely with you to design a space that aligns with your unique lifestyle.<\\/p><ul><li><strong>Personalized Service<\\/strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.<\\/li><li><strong>Architectural Excellence<\\/strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.<\\/li><li><strong>Luxury Reimagined<\\/strong>: In addition to the consultation, you may choose to enhance your property with our\\u00a0<strong>exclusive upgrade package<\\/strong>, which includes\\u00a0<strong>three innovative repurposing design concepts<\\/strong>, valued at\\u00a0<strong>900,000 AED<\\/strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.<\\/li><\\/ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Smart Investment Lifestyle Elevated<\\/strong>: Not only will your investment provide a return through the\\u00a0<strong>group buying<\\/strong>\\u00a0strategy, but you\\u2019ll also enjoy the added luxury of personalized\\u00a0<strong>architectural design<\\/strong>\\u00a0to ensure your property is a perfect reflection of your vision.<\\/li><li><strong>Exclusivity at its Best<\\/strong>: As part of the\\u00a0<strong>BellaVie community<\\/strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to\\u00a0<strong>premium properties<\\/strong>.<\\/li><li><strong>Elevate Your Lifestyle<\\/strong>: Use your\\u00a0<strong>BellaVie Points<\\/strong>\\u00a0earned from your investment to redeem exclusive\\u00a0<strong>wellness services<\\/strong>\\u00a0and\\u00a0<strong>luxury retreats<\\/strong>, ensuring you live in both luxury and health.<\\/li><\\/ul><h3><strong>Become Part of the BellaVie Investor Family<\\/strong><\\/h3><p>At BellaVie Rewards, we don\\u2019t just offer properties; we offer a\\u00a0<strong>lifestyle<\\/strong>. As an investor, you are not simply purchasing real estate\\u2014you are gaining access to\\u00a0<strong>curated experiences<\\/strong>,\\u00a0<strong>personalized services<\\/strong>, and\\u00a0<strong>exclusive opportunities<\\/strong>\\u00a0designed to elevate every aspect of your life.<\\/p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.<\\/p><h3><strong>Contact Us Today<\\/strong><\\/h3><p>Unlock\\u00a0<strong>exceptional<\\/strong>\\u00a0rewards, exclusive\\u00a0<strong>group buying opportunities<\\/strong>, and the highest standards of\\u00a0<strong>architectural luxury<\\/strong>. Connect with our team to explore these\\u00a0<strong>unmatched<\\/strong>\\u00a0benefits and start your journey with\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0today.<\\/p><p>ADC logo<\\/p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow<\\/strong><\\/h3><p><strong>At\\u00a0ADC<\\/strong> <strong>Architectural Design Consultants<\\/strong>, sustainability is at the heart of everything we do. We believe that true luxury isn\\u2019t just about aesthetics; it\\u2019s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.<\\/p><h3><strong>Sustainable Architecture<\\/strong><\\/h3><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use\\u00a0<strong>eco-friendly materials<\\/strong>, optimize\\u00a0<strong>natural lighting<\\/strong>, and incorporate\\u00a0<strong>energy-efficient technologies<\\/strong>\\u00a0that reduce environmental impact while maintaining the highest standards of luxury and comfort.<\\/p><ul><li><strong>Energy-Efficient Design<\\/strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.<\\/li><li><strong>Green Building Materials<\\/strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.<\\/li><li><strong>Passive Design Strategies<\\/strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.<\\/li><\\/ul><h3><strong>Landscape Design with a Green Focus<\\/strong><\\/h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating\\u00a0<strong>beautiful<\\/strong>,\\u00a0<strong>functional<\\/strong>, and\\u00a0<strong>ecologically responsible<\\/strong>\\u00a0outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.<\\/p><ul><li><strong>Native Plant Selection<\\/strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.<\\/li><li><strong>Water Conservation<\\/strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.<\\/li><li><strong>Biodiversity<\\/strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.<\\/li><\\/ul><h3><strong>Sustainable Interior Design<\\/strong><\\/h3><p>Our interior design approach goes beyond aesthetics, focusing on\\u00a0<strong>creating healthy, sustainable indoor environments<\\/strong>\\u00a0that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of\\u00a0<strong>sustainable materials<\\/strong>\\u00a0and\\u00a0<strong>eco-conscious furniture<\\/strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.<\\/p><ul><li><strong>Non-Toxic Materials<\\/strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.<\\/li><li><strong>Energy-Efficient Systems<\\/strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.<\\/li><li><strong>Smart Technologies<\\/strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.<\\/li><\\/ul><h3><strong>Sustainable Project Management<\\/strong><\\/h3><p>Sustainability isn\\u2019t just about the finished product\\u2014it\\u2019s also about how we manage and execute each project. Our\\u00a0<strong>project management<\\/strong>\\u00a0team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.<\\/p><ul><li><strong>Efficient Construction Practices<\\/strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.<\\/li><li><strong>Green Certifications<\\/strong>: We work towards achieving certifications like\\u00a0<strong>LEED<\\/strong>\\u00a0(Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.<\\/li><li><strong>Waste Reduction<\\/strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.<\\/li><\\/ul><h3><strong>Sustainability in Action: Making a Difference<\\/strong><\\/h3><p>At ADC Consultants, sustainability is more than just a concept\\u2014it\\u2019s a responsibility. We\\u2019re dedicated to\\u00a0<strong>creating spaces that serve both people and the planet<\\/strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don\\u2019t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.<\\/p><p>By choosing ADC Consultants, you\\u2019re not just investing in luxury\\u2014you\\u2019re investing in a more sustainable, responsible future.\\u00a0<strong>Let us help you create a space that\\u2019s not only a reflection of your personal style but also of your commitment to the environment.<\\/strong><\\/p><p><strong>Contact ADC Consultants<\\/strong>\\u00a0today to learn more about how we can make your vision a sustainable reality.<\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<h3><strong>Invest with Precision. Live with Excellence.<\\/strong><\\/h3><p>In 2025, wellness and sustainability are no longer trends\\u2014they are the foundation of the future of investment.\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0is designed for investors who\\u00a0<strong>demand more than just returns\\u2014they seek holistic value, long-term sustainability, and unmatched distinction<\\/strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.<\\/p><p>Our exclusive\\u00a0<strong>investor benefits<\\/strong>\\u00a0ensure:<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority access to ultra-premium wellness-centric properties<\\/strong><\\/p><p>before market release, ensuring you\\u2019re ahead of the curve in this rapidly growing sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Personalized investment guidance<\\/strong><\\/p><p>focused on<\\/p><p><strong>high-yield wellness and sustainable properties<\\/strong><\\/p><p>that are positioned for growth, longevity, and responsible stewardship.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Global networking opportunities<\\/strong><\\/p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.<\\/p><p><strong>Why Invest in Wellness and Sustainability?<\\/strong>\\u00a0Wellness is no longer a niche\\u2014it\\u2019s a way of life.\\u00a0<strong>Investing in wellness-focused real estate<\\/strong>\\u00a0means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.<\\/p><p>As a\\u00a0<strong>BellaVie Rewards investor<\\/strong>, you gain access to a\\u00a0<strong>privileged network<\\/strong>\\u00a0of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png<\\/a><\\/p><p><strong>Sustainability<\\/strong><\\/p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support<\\/p><p><strong>a healthier, more sustainable lifestyle<\\/strong><\\/p><p>, driving both social and environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request your investor package today<\\/strong><\\/p><p>and be part of the wellness revolution in real estate.<\\/p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate<\\/strong><\\/h3><p><strong>Headline:<\\/strong>\\u00a0<strong>Your Exclusive Path to High-Yield Wellness Investments<\\/strong><\\/p><p><strong>Content:<\\/strong><\\/p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our\\u00a0<strong>Investor Package<\\/strong>\\u00a0provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.<\\/p><h3><strong>What\\u2019s Inside Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority Property Access:<\\/strong><\\/p><p>Gain exclusive first-look access to\\u00a0<strong>wellness-focused, high-end real estate<\\/strong>\\u00a0opportunities\\u2014available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Comprehensive Investment Analysis:<\\/strong><\\/p><p>Receive a\\u00a0<strong>personalized investment strategy<\\/strong>\\u00a0tailored to your goals. Our team of expert consultants will guide you through opportunities that balance\\u00a0<strong>high returns with long-term sustainability<\\/strong>.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural Insights &amp; Design Innovations:<\\/strong><\\/p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our\\u00a0<strong>partnership with ADC Architects<\\/strong>, known for their commitment to innovation, sustainability, and wellness design.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Exclusive Networking Opportunities:<\\/strong><\\/p><p>Connect with a select group of\\u00a0<strong>elite investors<\\/strong>,\\u00a0<strong>premium developers<\\/strong>, and\\u00a0<strong>wellness-focused architects<\\/strong>\\u00a0from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Access to Premium Events &amp; Retreats:<\\/strong><\\/p><p>As a BellaVie Rewards investor, you\\u2019ll be invited to\\u00a0<strong>exclusive wellness retreats, private events<\\/strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Sustainability Focused Opportunities:<\\/strong><\\/p><p>Invest in properties that go beyond the ordinary, incorporating\\u00a0<strong>green technologies, wellness-oriented amenities<\\/strong>, and\\u00a0<strong>biophilic design principles<\\/strong>\\u2014ensuring both financial returns and a positive environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Real-Time Project Updates:<\\/strong><\\/p><p>Stay informed with\\u00a0<strong>detailed progress reports<\\/strong>\\u00a0and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on\\u00a0<strong>sustainability and wellness<\\/strong>.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Reputation for Excellence:<\\/strong>\\u00a0Our hand-picked, wellness-focused properties are designed to meet the needs of today\\u2019s luxury market while keeping sustainability at the forefront.<\\/li><li><strong>Long-Term Value:<\\/strong>\\u00a0By investing in wellness properties, you\\u2019re aligning your portfolio with a trend that\\u2019s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.<\\/li><li><strong>Commitment to Your Success:<\\/strong>\\u00a0Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.<\\/li><\\/ul><h3><strong>How to Get Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request Your Investor Package Today<\\/strong><\\/p><p>by filling out the form below. Join the<\\/p><p><strong>wellness revolution<\\/strong><\\/p><p>and position yourself to thrive in the future of luxury real estate.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><p><strong>Be a part of a community that redefines luxury and investment opportunities.<\\/strong>\\u00a0With BellaVie Rewards, you\\u2019re not just investing in real estate\\u2014you\\u2019re investing in\\u00a0<strong>a lifestyle of wellness, sustainability, and unparalleled luxury<\\/strong>.<\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"d5dce58\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Exclusive Investor Benefits\",\"acc_content\":\"<p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><hr \\/><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><hr \\/><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\",\"acc_content\":\"<p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><hr \\/><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><hr \\/><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><hr \\/><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><hr \\/><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><hr \\/><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><hr \\/><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><hr \\/><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><hr \\/><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><hr \\/><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"1a28d16\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"BellaVie Rewards Investor Ambassadors Program\",\"acc_content\":\"<p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><hr \\/><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><hr \\/><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><hr \\/><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><hr \\/><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\",\"acc_content\":\"<p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><hr \\/><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><hr \\/><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><hr \\/><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><hr \\/><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15584, 2463, '_wp_old_slug', 'lets-talk-with-brian-houston-2');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15612, 6360, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.34-PM.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15613, 6360, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1102;s:4:\"file\";s:52:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.34-PM.jpeg\";s:8:\"filesize\";i:85345;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13413;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2357;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-600x608.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42275;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-296x300.jpeg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13335;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-1011x1024.jpeg\";s:5:\"width\";i:1011;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93637;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-768x778.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62165;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15452;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16010;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69399;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46250;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15542;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15542;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2361;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37368;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1145;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7550;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21522;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1568;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20938;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12573;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.34-PM-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40238;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15614, 6361, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-2.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15615, 6361, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1102;s:4:\"file\";s:54:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-2.jpeg\";s:8:\"filesize\";i:63186;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11135;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-600x608.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33701;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-296x300.jpeg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11533;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-1011x1024.jpeg\";s:5:\"width\";i:1011;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-768x778.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47792;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11771;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12292;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45363;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32583;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12388;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12388;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2137;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28082;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1136;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17195;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1460;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16613;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10371;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-2-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31758;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15616, 6362, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15617, 6362, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1095;s:4:\"file\";s:54:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-1.jpeg\";s:8:\"filesize\";i:112989;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18739;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3250;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-600x604.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55322;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-298x300.jpeg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19145;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-1017x1024.jpeg\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6202;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-768x773.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80683;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20931;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21526;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99173;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59205;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3344;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48280;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1475;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10064;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28672;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2021;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28186;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16857;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53239;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15618, 6363, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15619, 6363, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1105;s:4:\"file\";s:52:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM.jpeg\";s:8:\"filesize\";i:111256;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18089;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-600x609.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56318;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-295x300.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18039;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1008x1024.jpeg\";s:5:\"width\";i:1008;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5655;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-768x780.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79838;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18799;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19791;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86593;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53065;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19816;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19816;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2885;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46502;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1356;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9338;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28031;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1725;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26941;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15828;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.33-PM-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52594;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15620, 6364, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM-1.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15621, 6364, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1101;s:4:\"file\";s:54:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM-1.jpeg\";s:8:\"filesize\";i:69441;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13732;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2877;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-600x607.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37477;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-296x300.jpeg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13748;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-1012x1024.jpeg\";s:5:\"width\";i:1012;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-150x150.jpeg\";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:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-768x777.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52746;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13213;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14076;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:55:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49667;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33565;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14463;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14463;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2644;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30943;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1418;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8073;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20615;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1886;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20003;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12817;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35770;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15622, 6365, '_wp_attached_file', '2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15623, 6365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1095;s:4:\"file\";s:52:\"2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM.jpeg\";s:8:\"filesize\";i:178373;s:5:\"sizes\";a:22:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27030;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4031;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-600x604.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85645;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-298x300.jpeg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26914;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1017x1024.jpeg\";s:5:\"width\";i:1017;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7940;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-768x773.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125099;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-370x260.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29749;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-370x280.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30972;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-1088x670.jpeg\";s:5:\"width\";i:1088;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154289;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-750x500.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90213;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30804;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-350x298.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30804;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-115x85.jpeg\";s:5:\"width\";i:115;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3973;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-600x511.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75408;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-58x58.jpeg\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1691;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-180x240.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13806;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-370x420.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-60x91.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2387;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-360x420.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41126;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-260x312.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24166;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-02-14-at-2.11.32-PM-570x600.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81406;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15626, 2461, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15627, 2461, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15628, 2461, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15631, 2461, '_wp_old_slug', 'an-important-conversation-around');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15632, 2461, '_edit_lock', '1746863112:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15635, 2461, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15636, 2461, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15637, 2461, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15638, 2461, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15639, 2461, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15640, 2461, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15641, 2461, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15642, 2461, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15643, 2459, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15644, 2459, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15645, 2459, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15648, 2459, '_wp_old_slug', 'shadows-wonder-poets');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15649, 2459, '_edit_lock', '1744183777:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15652, 2459, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15653, 2459, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15654, 2459, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15655, 2459, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15656, 2459, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15657, 2459, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15658, 2459, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15659, 2459, 'vidbg_metabox_field_tap_to_unmute', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15660, 2457, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15661, 2457, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15662, 2457, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15665, 2457, '_wp_old_slug', 'easter-sunday-at-the-drive-in');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15666, 2457, '_edit_lock', '1739529405:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15669, 2457, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15670, 2457, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15671, 2457, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15672, 2457, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15673, 2457, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15674, 2457, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15675, 2457, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15676, 2457, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15677, 2455, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15678, 2455, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15679, 2455, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15682, 2455, '_wp_old_slug', 'one-church-ten-locations');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15683, 2455, '_edit_lock', '1744183772:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15686, 2455, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15687, 2455, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15688, 2455, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15689, 2455, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15690, 2455, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15691, 2455, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15692, 2455, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15693, 2455, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15694, 2453, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15695, 2453, 'wpp_send_notification_for_new_post', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15696, 2453, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15699, 2453, '_wp_old_slug', 'an-autumn-full-of-good-news');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15700, 2453, '_edit_lock', '1739529530:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15703, 2453, 'webpushr_segment', 'a:1:{i:0;s:6:\"546352\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15704, 2453, 'webpushr_notification_title', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15705, 2453, 'webpushr_notification_body', 'Test');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15706, 2453, 'vidbg_metabox_field_overlay', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15707, 2453, 'vidbg_metabox_field_overlay_color', '#000');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15708, 2453, 'vidbg_metabox_field_overlay_alpha', 30);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15709, 2453, 'vidbg_metabox_field_no_loop', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15710, 2453, 'vidbg_metabox_field_tap_to_unmute', 'off');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17462, 6235, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17463, 6235, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17464, 6235, '_elementor_data', '[{\"id\":\"c53e088\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"16c14c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ff3695\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Join BellaVie Rewards\",\"acc_content\":\"<ol><li><p><strong>Create Your Profile<\\/strong><\\/p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><\\/li><li><p><strong>Choose Your Focus: Wellness or Real Estate<\\/strong><\\/p><ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><\\/li><\\/ol><hr \\/><h3><strong>Personalized Concierge Experience<\\/strong><\\/h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.<\\/p><h3><strong>Concierge Tiers:<\\/strong><\\/h3><ol><li><p><strong>Wellness Concierge<\\/strong><\\/p><p>Our <strong>Wellness Concierge<\\/strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you\\u2019re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:<\\/p><ul><li>Access to luxury wellness resorts and exclusive fitness classes<\\/li><li>Customized dietary plans and expert wellness advice<\\/li><li>Premium spa bookings and health-oriented vacations tailored to your goals<\\/li><\\/ul><\\/li><li><p><strong>Real Estate Concierge<\\/strong><\\/p><p>The <strong>Real Estate Concierge<\\/strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you\\u2019re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:<\\/p><ul><li>Early access to exclusive real estate projects<\\/li><li>Personal tours of properties and meetings with architects<\\/li><li>Investment advice and tailored property portfolios to match your financial goals<\\/li><li>Legal and financial assistance to simplify transactions<\\/li><\\/ul><\\/li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong><\\/p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:<\\/p><ul><li>Curated real estate investments with wellness-focused properties<\\/li><li>Luxury wellness retreats at properties you can invest in<\\/li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being<\\/li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How to earn points \",\"acc_content\":\"<p><strong>Membership Tiers<\\/strong><\\/p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.<\\/p><table><thead><tr><th><strong>Tier<\\/strong><\\/th><th><strong>Minimum Spend<\\/strong><\\/th><th><strong>Bonus Reward for Reaching Tier<\\/strong><\\/th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)<\\/strong><\\/th><th><strong>Real Estate Purchase Bonus<\\/strong><\\/th><th><strong>Exclusive Rewards<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Gold<\\/strong><\\/td><td>5,000 AED<\\/td><td>250 Bonus Points + Wellness Experience<\\/td><td>5% of total spend on eligible aesthetic services and other purchases<\\/td><td>5,000 Bonus Points<\\/td><td>Entry-level rewards, basic spa treatments<\\/td><\\/tr><tr><td><strong>Diamond<\\/strong><\\/td><td>15,000 AED<\\/td><td>500 Bonus Points + Wellness Consultation<\\/td><td>5.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>10,000 Bonus Points<\\/td><td>Enhanced wellness experiences, real estate consultations<\\/td><\\/tr><tr><td><strong>Diamond Elite<\\/strong><\\/td><td>30,000 AED<\\/td><td>1,000 Bonus Points + VIP Retreat Voucher<\\/td><td>6% of total spend on eligible aesthetic services and other purchases<\\/td><td>15,000 Bonus Points<\\/td><td>VIP wellness retreats, designer consultations<\\/td><\\/tr><tr><td><strong>Titanium<\\/strong><\\/td><td>45,000 AED<\\/td><td>1,500 Bonus Points + Designer Consultation<\\/td><td>6.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>20,000 Bonus Points<\\/td><td>High-end rewards, luxury villa viewings<\\/td><\\/tr><tr><td><strong>Titanium Plus<\\/strong><\\/td><td>75,000 AED<\\/td><td>2,000 Bonus Points + Exclusive Seminar Invitation<\\/td><td>7% of total spend on eligible aesthetic services and other purchases<\\/td><td>25,000 Bonus Points<\\/td><td>Most exclusive rewards, private retreats and VIP experiences<\\/td><\\/tr><\\/tbody><\\/table><h3><strong>How to Earn Points<\\/strong><\\/h3><p>Maximize your rewards with every spend:<\\/p><ul><li><strong>Aesthetic Services &amp; Wellness<\\/strong>: Earn <strong>5%\\u20137%<\\/strong> back in points based on your membership tier.<\\/li><li><strong>Exclusive Promotions &amp; In-House Offers<\\/strong>: Enjoy a <strong>fixed 20 points<\\/strong> per redemption.<\\/li><li><strong>Real Estate Purchases<\\/strong>: Unlock <strong>5,000 to 25,000 points<\\/strong> as a bonus, depending on your tier.<\\/li><\\/ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!<\\/strong><\\/p><p>Points are earned based on your spend across a variety of services:<\\/p><ul><li><strong>Aesthetic Services<\\/strong>: Earn 5%\\u20137% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.<\\/li><li><strong>Real Estate<\\/strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000<\\/strong> points, depending on your tier.<\\/li><\\/ul><hr \\/><h3><strong>Savor &amp; Earn: 10% Cashback on Dining<\\/strong><\\/h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible spend.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Dine at Partner Restaurants<\\/strong> \\u2013 Enjoy curated wellness gourmet menus at premium venues.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, luxury getaways, or even real estate perks.<\\/p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.<\\/strong><\\/p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays<\\/strong><\\/h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays<\\/strong> while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible booking.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Book at Partner Spas &amp; Hotels<\\/strong> \\u2013 Enjoy world-class wellness experiences at exclusive locations.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, fine dining, or even real estate rewards.<\\/p><p><strong>Rejuvenate, relax, and get rewarded\\u2014because true luxury gives back.<\\/strong><\\/p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process<\\/strong><\\/h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.<\\/p><ol><li><strong>Gold and Diamond Tiers<\\/strong>:<ul><li><strong>Redeeming Rewards<\\/strong>: To redeem rewards, simply message <strong>BellaVie Rewards<\\/strong> via WhatsApp. Once you\\u2019ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.<\\/li><li><strong>Booking Experiences<\\/strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.<\\/li><\\/ul><\\/li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers<\\/strong>:<ul><li><strong>Personalized Concierge Service<\\/strong>: Members of these higher tiers enjoy <strong>concierge assistance<\\/strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.<\\/li><li><strong>Seamless Experience<\\/strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.<\\/li><\\/ul><\\/li><\\/ol><p><strong>Key Notes:<\\/strong><\\/p><ul><li>For <strong>Gold and Diamond<\\/strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp<\\/strong>.<\\/li><li>For <strong>Diamond Elite<\\/strong>, <strong>Titanium<\\/strong>, and <strong>Titanium Plus<\\/strong> tiers, your <strong>concierge<\\/strong> will take care of all premium bookings, making the experience entirely effortless.<\\/li><\\/ul><hr \\/><h3><strong>Rewards Catalog Updates<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Catalog<\\/strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT<\\/strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you\\u2019re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.<\\/p><hr \\/><h3><strong>Bonus Points &amp; Transfers<\\/strong><\\/h3><p><strong>Earn bonus points<\\/strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.<\\/p><ul><li><strong>Bonus Points for On-Time Arrivals<\\/strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.<\\/li><li><strong>Transfer of Points<\\/strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer<\\/strong>.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!<\\/li><\\/ul><hr \\/><h3><strong>BellaVie Rewards Referral Program<\\/strong><\\/h3><p><strong>Share the Luxury, Earn Exclusive Rewards<\\/strong><\\/p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.<\\/strong><\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Refer a Friend<\\/strong> \\u2013 Share your unique referral link or code.<\\/p><p>\\u2705 <strong>Your Friend Joins<\\/strong> \\u2013 They sign up and make their first eligible purchase.<\\/p><p>\\u2705 <strong>Earn Rewards<\\/strong> \\u2013 Get <strong>250 bonus points<\\/strong> when they complete their first aesthetic service.<\\/p><h3><strong>Exclusive Perks for Top Referrers:<\\/strong><\\/h3><p><strong>VIP Referral Bonuses<\\/strong> \\u2013 Unlock additional <strong>500\\u20135,000 bonus points<\\/strong> for multiple successful referrals.<\\/p><p><strong>Luxury Experiences<\\/strong> \\u2013 Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.<\\/strong><\\/p><p><strong>Start referring today and elevate your BellaVie experience!<\\/strong><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Program<\\/strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you\\u2019re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.<\\/p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards<\\/strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"How to Book Rewards Using Points & Redeem\",\"acc_content\":\"<h3><strong>Explore Our Rewards Catalog<\\/strong><\\/h3><ul><li><strong>Browse<\\/strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.<\\/li><li>Each reward is assigned a specific <strong>points value<\\/strong>, and you can easily see how many points are required to redeem your chosen reward.<\\/li><\\/ul><h3><strong>2. Redeem Your Points<\\/strong><\\/h3><ul><li>Once you\\u2019ve selected your desired reward, simply <strong>contact the partner directly or our concierge service<\\/strong> via WhatsApp or the BellaVie platform to initiate the booking process.<\\/li><li><strong>Provide your BellaVie Rewards ID<\\/strong> to ensure your points are properly credited towards the reward.<\\/li><\\/ul><h3><strong>3. Confirmation &amp; Booking<\\/strong><\\/h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.<\\/li><li>For <strong>real estate rewards<\\/strong> or <strong>luxury experiences<\\/strong>, you\\u2019ll receive a personalized itinerary or consultation details based on your preferences.<\\/li><\\/ul><h3><strong>4. Points Deduction<\\/strong><\\/h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account<\\/strong> once the reward is confirmed.<\\/li><li>If <strong>partial redemption<\\/strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.<\\/li><\\/ul><h3><strong>5. Enjoy Your Reward!<\\/strong><\\/h3><ul><li>After redeeming, you can <strong>enjoy<\\/strong> your experience\\u2014whether it\\u2019s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.<\\/li><\\/ul><h3><strong>Please Note:<\\/strong><\\/h3><ul><li><strong>Points are non-transferable<\\/strong> for rewards unless explicitly stated in the terms of the specific reward.<\\/li><li>Certain high-value rewards may require <strong>advanced booking<\\/strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.<\\/li><li><strong>Points cannot be redeemed for cash<\\/strong> or any other form of monetary exchange.<\\/li><\\/ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"New members Welcome Note\",\"acc_content\":\"<p><strong>\\ud83c\\udf80 Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral<\\/p><p>\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><hr \\/><h3><strong>How to Get Your BellaVie Rewards ID<\\/strong> \\ud83d\\udc8e\\u2728<\\/h3><p>Getting your <strong>exclusive BellaVie ID<\\/strong> is simple and seamless:<\\/p><p>1\\ufe0f\\u20e3 <strong>Sign Up<\\/strong> \\u2013 If you haven\\u2019t already, join BellaVie Rewards via WhatsApp.<\\/p><p>2\\ufe0f\\u20e3 <strong>Check Your Welcome Message<\\/strong> \\u2013 After signing up, you\\u2019ll receive a confirmation message with your unique <strong>BellaVie ID<\\/strong>.<\\/p><p>3\\ufe0f\\u20e3 <strong>Find It Anytime<\\/strong> \\u2013 Need your ID later? Just send \\u201cMy ID\\u201d in our WhatsApp chat, and we\\u2019ll send it instantly.<\\/p><p>4\\ufe0f\\u20e3 <strong>Use It to Earn &amp; Redeem<\\/strong> \\u2013 Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.<\\/p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!<\\/strong> \\u2728<\\/p><hr \\/><p><strong>Thank you for joining BellaVie Rewards. We can\\u2019t wait to share this exceptional journey with you.<\\/strong><\\/p><p><strong>Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"BellaVie Rewards Ambassador Program\",\"acc_content\":\"<p><strong>Refer. Earn. Rise.<\\/strong> \\ud83d\\udc8e\\u2728<\\/p><p>As a <strong>BellaVie Ambassador<\\/strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Become an Ambassador<\\/strong> \\u2013 Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.<\\/p><p>2\\ufe0f\\u20e3 <strong>Earn 250 Bonus Points<\\/strong> \\u2013 For every successful referral, earn <strong>250 bonus points<\\/strong> once they make their first purchase.<\\/p><p>3\\ufe0f\\u20e3 <strong>Unlock VIP Access<\\/strong> \\u2013 With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days<\\/strong>, and <strong>elite real estate opportunities<\\/strong>.<\\/p><h3><strong>Exclusive Tier Upgrades:<\\/strong><\\/h3><p>\\ud83d\\ude80 <strong>The More You Share, The Higher You Rise:<\\/strong><\\/p><ul><li><strong>Bronze Ambassador<\\/strong> \\u2013 <strong>Start Earning Immediately<\\/strong><ul><li><strong>Refer 1 person<\\/strong> and earn your first <strong>250 bonus points<\\/strong>. Unlock exclusive member gifts, <strong>spa treatments<\\/strong>, and basic rewards.<\\/li><\\/ul><\\/li><li><strong>Silver Ambassador<\\/strong> \\u2013 <strong>Exclusive Bonuses &amp; Priority Access<\\/strong><ul><li><strong>Refer 3 people<\\/strong> and unlock additional <strong>250 bonus points<\\/strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking<\\/strong> at partner spas and clinics, and special <strong>access to real estate opportunities<\\/strong>.<\\/li><\\/ul><\\/li><li><strong>Gold Ambassador<\\/strong> \\u2013 <strong>VIP Access &amp; Personalized Perks<\\/strong><ul><li><strong>Refer 5 people<\\/strong> and gain access to <strong>VIP real estate offers<\\/strong>, <strong>exclusive luxury events<\\/strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades<\\/strong> and more exclusive rewards.<\\/li><\\/ul><\\/li><li><strong>Platinum Ambassador<\\/strong> \\u2013 <strong>Ultimate Luxury &amp; Unmatched Rewards<\\/strong><ul><li><strong>Refer 10 people<\\/strong> and unlock <strong>faster point accumulation<\\/strong>, <strong>luxury wellness retreats<\\/strong>, <strong>private real estate deals<\\/strong>, and <strong>bespoke experiences<\\/strong>. As a Platinum Ambassador, enjoy the <strong>highest status<\\/strong> with exclusive offers and invitations to VIP-only events.<\\/li><\\/ul><\\/li><\\/ul><h3><strong>Why Refer as an Ambassador?<\\/strong><\\/h3><p>\\ud83d\\udc8e <strong>Endless Luxury<\\/strong> \\u2013 Each referral takes you one step closer to <strong>elite rewards<\\/strong> and exclusive experiences.<\\/p><p>\\ud83c\\udf81 <strong>Earn While You Share<\\/strong> \\u2013 Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses<\\/strong>.<\\/p><p>\\ud83d\\udc51 <strong>Exclusive Privileges<\\/strong> \\u2013 As a BellaVie Ambassador, you receive <strong>VIP treatment<\\/strong>, including <strong>tailored luxury experiences<\\/strong> and <strong>priority access<\\/strong> to our premium services.<\\/p><h3><strong>Start Referring, Start Earning<\\/strong><\\/h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards<\\/strong> and your rise to <strong>exclusive ambassador status<\\/strong>.<\\/p><hr \\/><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.<\\/strong> \\ud83d\\ude80<\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17465, 6377, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17466, 6377, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17467, 6377, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17468, 6377, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17470, 6377, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17471, 6377, '_elementor_data', '[{\"id\":\"8aa37e4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30f2ed3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ecc7fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximize Your Investments with BellaVie Rewards\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1471b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards<\\/strong><\\/p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.<\\/p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c53e088\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"16c14c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ff3695\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Join BellaVie Rewards\",\"acc_content\":\"<ol><li><p><strong>Create Your Profile<\\/strong><\\/p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><\\/li><li><p><strong>Choose Your Focus: Wellness or Real Estate<\\/strong><\\/p><ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><\\/li><\\/ol><hr \\/><h3><strong>Personalized Concierge Experience<\\/strong><\\/h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.<\\/p><h3><strong>Concierge Tiers:<\\/strong><\\/h3><ol><li><p><strong>Wellness Concierge<\\/strong><\\/p><p>Our <strong>Wellness Concierge<\\/strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you\\u2019re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:<\\/p><ul><li>Access to luxury wellness resorts and exclusive fitness classes<\\/li><li>Customized dietary plans and expert wellness advice<\\/li><li>Premium spa bookings and health-oriented vacations tailored to your goals<\\/li><\\/ul><\\/li><li><p><strong>Real Estate Concierge<\\/strong><\\/p><p>The <strong>Real Estate Concierge<\\/strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you\\u2019re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:<\\/p><ul><li>Early access to exclusive real estate projects<\\/li><li>Personal tours of properties and meetings with architects<\\/li><li>Investment advice and tailored property portfolios to match your financial goals<\\/li><li>Legal and financial assistance to simplify transactions<\\/li><\\/ul><\\/li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong><\\/p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:<\\/p><ul><li>Curated real estate investments with wellness-focused properties<\\/li><li>Luxury wellness retreats at properties you can invest in<\\/li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being<\\/li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How to earn points \",\"acc_content\":\"<p><strong>Membership Tiers<\\/strong><\\/p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.<\\/p><table><thead><tr><th><strong>Tier<\\/strong><\\/th><th><strong>Minimum Spend<\\/strong><\\/th><th><strong>Bonus Reward for Reaching Tier<\\/strong><\\/th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)<\\/strong><\\/th><th><strong>Real Estate Purchase Bonus<\\/strong><\\/th><th><strong>Exclusive Rewards<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Gold<\\/strong><\\/td><td>5,000 AED<\\/td><td>250 Bonus Points + Wellness Experience<\\/td><td>5% of total spend on eligible aesthetic services and other purchases<\\/td><td>5,000 Bonus Points<\\/td><td>Entry-level rewards, basic spa treatments<\\/td><\\/tr><tr><td><strong>Diamond<\\/strong><\\/td><td>15,000 AED<\\/td><td>500 Bonus Points + Wellness Consultation<\\/td><td>5.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>10,000 Bonus Points<\\/td><td>Enhanced wellness experiences, real estate consultations<\\/td><\\/tr><tr><td><strong>Diamond Elite<\\/strong><\\/td><td>30,000 AED<\\/td><td>1,000 Bonus Points + VIP Retreat Voucher<\\/td><td>6% of total spend on eligible aesthetic services and other purchases<\\/td><td>15,000 Bonus Points<\\/td><td>VIP wellness retreats, designer consultations<\\/td><\\/tr><tr><td><strong>Titanium<\\/strong><\\/td><td>45,000 AED<\\/td><td>1,500 Bonus Points + Designer Consultation<\\/td><td>6.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>20,000 Bonus Points<\\/td><td>High-end rewards, luxury villa viewings<\\/td><\\/tr><tr><td><strong>Titanium Plus<\\/strong><\\/td><td>75,000 AED<\\/td><td>2,000 Bonus Points + Exclusive Seminar Invitation<\\/td><td>7% of total spend on eligible aesthetic services and other purchases<\\/td><td>25,000 Bonus Points<\\/td><td>Most exclusive rewards, private retreats and VIP experiences<\\/td><\\/tr><\\/tbody><\\/table><h3><strong>How to Earn Points<\\/strong><\\/h3><p>Maximize your rewards with every spend:<\\/p><ul><li><strong>Aesthetic Services &amp; Wellness<\\/strong>: Earn <strong>5%\\u20137%<\\/strong> back in points based on your membership tier.<\\/li><li><strong>Exclusive Promotions &amp; In-House Offers<\\/strong>: Enjoy a <strong>fixed 20 points<\\/strong> per redemption.<\\/li><li><strong>Real Estate Purchases<\\/strong>: Unlock <strong>5,000 to 25,000 points<\\/strong> as a bonus, depending on your tier.<\\/li><\\/ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!<\\/strong><\\/p><p>Points are earned based on your spend across a variety of services:<\\/p><ul><li><strong>Aesthetic Services<\\/strong>: Earn 5%\\u20137% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.<\\/li><li><strong>Real Estate<\\/strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000<\\/strong> points, depending on your tier.<\\/li><\\/ul><hr \\/><h3><strong>Savor &amp; Earn: 10% Cashback on Dining<\\/strong><\\/h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible spend.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Dine at Partner Restaurants<\\/strong> \\u2013 Enjoy curated wellness gourmet menus at premium venues.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, luxury getaways, or even real estate perks.<\\/p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.<\\/strong><\\/p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays<\\/strong><\\/h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays<\\/strong> while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible booking.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Book at Partner Spas &amp; Hotels<\\/strong> \\u2013 Enjoy world-class wellness experiences at exclusive locations.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, fine dining, or even real estate rewards.<\\/p><p><strong>Rejuvenate, relax, and get rewarded\\u2014because true luxury gives back.<\\/strong><\\/p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process<\\/strong><\\/h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.<\\/p><ol><li><strong>Gold and Diamond Tiers<\\/strong>:<ul><li><strong>Redeeming Rewards<\\/strong>: To redeem rewards, simply message <strong>BellaVie Rewards<\\/strong> via WhatsApp. Once you\\u2019ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.<\\/li><li><strong>Booking Experiences<\\/strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.<\\/li><\\/ul><\\/li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers<\\/strong>:<ul><li><strong>Personalized Concierge Service<\\/strong>: Members of these higher tiers enjoy <strong>concierge assistance<\\/strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.<\\/li><li><strong>Seamless Experience<\\/strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.<\\/li><\\/ul><\\/li><\\/ol><p><strong>Key Notes:<\\/strong><\\/p><ul><li>For <strong>Gold and Diamond<\\/strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp<\\/strong>.<\\/li><li>For <strong>Diamond Elite<\\/strong>, <strong>Titanium<\\/strong>, and <strong>Titanium Plus<\\/strong> tiers, your <strong>concierge<\\/strong> will take care of all premium bookings, making the experience entirely effortless.<\\/li><\\/ul><hr \\/><h3><strong>Rewards Catalog Updates<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Catalog<\\/strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT<\\/strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you\\u2019re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.<\\/p><hr \\/><h3><strong>Bonus Points &amp; Transfers<\\/strong><\\/h3><p><strong>Earn bonus points<\\/strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.<\\/p><ul><li><strong>Bonus Points for On-Time Arrivals<\\/strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.<\\/li><li><strong>Transfer of Points<\\/strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer<\\/strong>.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!<\\/li><\\/ul><hr \\/><h3><strong>BellaVie Rewards Referral Program<\\/strong><\\/h3><p><strong>Share the Luxury, Earn Exclusive Rewards<\\/strong><\\/p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.<\\/strong><\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Refer a Friend<\\/strong> \\u2013 Share your unique referral link or code.<\\/p><p>\\u2705 <strong>Your Friend Joins<\\/strong> \\u2013 They sign up and make their first eligible purchase.<\\/p><p>\\u2705 <strong>Earn Rewards<\\/strong> \\u2013 Get <strong>250 bonus points<\\/strong> when they complete their first aesthetic service.<\\/p><h3><strong>Exclusive Perks for Top Referrers:<\\/strong><\\/h3><p><strong>VIP Referral Bonuses<\\/strong> \\u2013 Unlock additional <strong>500\\u20135,000 bonus points<\\/strong> for multiple successful referrals.<\\/p><p><strong>Luxury Experiences<\\/strong> \\u2013 Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.<\\/strong><\\/p><p><strong>Start referring today and elevate your BellaVie experience!<\\/strong><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Program<\\/strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you\\u2019re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.<\\/p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards<\\/strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"How to Book Rewards Using Points & Redeem\",\"acc_content\":\"<h3><strong>Explore Our Rewards Catalog<\\/strong><\\/h3><ul><li><strong>Browse<\\/strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.<\\/li><li>Each reward is assigned a specific <strong>points value<\\/strong>, and you can easily see how many points are required to redeem your chosen reward.<\\/li><\\/ul><h3><strong>2. Redeem Your Points<\\/strong><\\/h3><ul><li>Once you\\u2019ve selected your desired reward, simply <strong>contact the partner directly or our concierge service<\\/strong> via WhatsApp or the BellaVie platform to initiate the booking process.<\\/li><li><strong>Provide your BellaVie Rewards ID<\\/strong> to ensure your points are properly credited towards the reward.<\\/li><\\/ul><h3><strong>3. Confirmation &amp; Booking<\\/strong><\\/h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.<\\/li><li>For <strong>real estate rewards<\\/strong> or <strong>luxury experiences<\\/strong>, you\\u2019ll receive a personalized itinerary or consultation details based on your preferences.<\\/li><\\/ul><h3><strong>4. Points Deduction<\\/strong><\\/h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account<\\/strong> once the reward is confirmed.<\\/li><li>If <strong>partial redemption<\\/strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.<\\/li><\\/ul><h3><strong>5. Enjoy Your Reward!<\\/strong><\\/h3><ul><li>After redeeming, you can <strong>enjoy<\\/strong> your experience\\u2014whether it\\u2019s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.<\\/li><\\/ul><h3><strong>Please Note:<\\/strong><\\/h3><ul><li><strong>Points are non-transferable<\\/strong> for rewards unless explicitly stated in the terms of the specific reward.<\\/li><li>Certain high-value rewards may require <strong>advanced booking<\\/strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.<\\/li><li><strong>Points cannot be redeemed for cash<\\/strong> or any other form of monetary exchange.<\\/li><\\/ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"New members Welcome Note\",\"acc_content\":\"<p><strong>\\ud83c\\udf80 Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral<\\/p><p>\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><hr \\/><h3><strong>How to Get Your BellaVie Rewards ID<\\/strong> \\ud83d\\udc8e\\u2728<\\/h3><p>Getting your <strong>exclusive BellaVie ID<\\/strong> is simple and seamless:<\\/p><p>1\\ufe0f\\u20e3 <strong>Sign Up<\\/strong> \\u2013 If you haven\\u2019t already, join BellaVie Rewards via WhatsApp.<\\/p><p>2\\ufe0f\\u20e3 <strong>Check Your Welcome Message<\\/strong> \\u2013 After signing up, you\\u2019ll receive a confirmation message with your unique <strong>BellaVie ID<\\/strong>.<\\/p><p>3\\ufe0f\\u20e3 <strong>Find It Anytime<\\/strong> \\u2013 Need your ID later? Just send \\u201cMy ID\\u201d in our WhatsApp chat, and we\\u2019ll send it instantly.<\\/p><p>4\\ufe0f\\u20e3 <strong>Use It to Earn &amp; Redeem<\\/strong> \\u2013 Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.<\\/p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!<\\/strong> \\u2728<\\/p><hr \\/><p><strong>Thank you for joining BellaVie Rewards. We can\\u2019t wait to share this exceptional journey with you.<\\/strong><\\/p><p><strong>Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"BellaVie Rewards Ambassador Program\",\"acc_content\":\"<p><strong>Refer. Earn. Rise.<\\/strong> \\ud83d\\udc8e\\u2728<\\/p><p>As a <strong>BellaVie Ambassador<\\/strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Become an Ambassador<\\/strong> \\u2013 Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.<\\/p><p>2\\ufe0f\\u20e3 <strong>Earn 250 Bonus Points<\\/strong> \\u2013 For every successful referral, earn <strong>250 bonus points<\\/strong> once they make their first purchase.<\\/p><p>3\\ufe0f\\u20e3 <strong>Unlock VIP Access<\\/strong> \\u2013 With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days<\\/strong>, and <strong>elite real estate opportunities<\\/strong>.<\\/p><h3><strong>Exclusive Tier Upgrades:<\\/strong><\\/h3><p>\\ud83d\\ude80 <strong>The More You Share, The Higher You Rise:<\\/strong><\\/p><ul><li><strong>Bronze Ambassador<\\/strong> \\u2013 <strong>Start Earning Immediately<\\/strong><ul><li><strong>Refer 1 person<\\/strong> and earn your first <strong>250 bonus points<\\/strong>. Unlock exclusive member gifts, <strong>spa treatments<\\/strong>, and basic rewards.<\\/li><\\/ul><\\/li><li><strong>Silver Ambassador<\\/strong> \\u2013 <strong>Exclusive Bonuses &amp; Priority Access<\\/strong><ul><li><strong>Refer 3 people<\\/strong> and unlock additional <strong>250 bonus points<\\/strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking<\\/strong> at partner spas and clinics, and special <strong>access to real estate opportunities<\\/strong>.<\\/li><\\/ul><\\/li><li><strong>Gold Ambassador<\\/strong> \\u2013 <strong>VIP Access &amp; Personalized Perks<\\/strong><ul><li><strong>Refer 5 people<\\/strong> and gain access to <strong>VIP real estate offers<\\/strong>, <strong>exclusive luxury events<\\/strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades<\\/strong> and more exclusive rewards.<\\/li><\\/ul><\\/li><li><strong>Platinum Ambassador<\\/strong> \\u2013 <strong>Ultimate Luxury &amp; Unmatched Rewards<\\/strong><ul><li><strong>Refer 10 people<\\/strong> and unlock <strong>faster point accumulation<\\/strong>, <strong>luxury wellness retreats<\\/strong>, <strong>private real estate deals<\\/strong>, and <strong>bespoke experiences<\\/strong>. As a Platinum Ambassador, enjoy the <strong>highest status<\\/strong> with exclusive offers and invitations to VIP-only events.<\\/li><\\/ul><\\/li><\\/ul><h3><strong>Why Refer as an Ambassador?<\\/strong><\\/h3><p>\\ud83d\\udc8e <strong>Endless Luxury<\\/strong> \\u2013 Each referral takes you one step closer to <strong>elite rewards<\\/strong> and exclusive experiences.<\\/p><p>\\ud83c\\udf81 <strong>Earn While You Share<\\/strong> \\u2013 Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses<\\/strong>.<\\/p><p>\\ud83d\\udc51 <strong>Exclusive Privileges<\\/strong> \\u2013 As a BellaVie Ambassador, you receive <strong>VIP treatment<\\/strong>, including <strong>tailored luxury experiences<\\/strong> and <strong>priority access<\\/strong> to our premium services.<\\/p><h3><strong>Start Referring, Start Earning<\\/strong><\\/h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards<\\/strong> and your rise to <strong>exclusive ambassador status<\\/strong>.<\\/p><hr \\/><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.<\\/strong> \\ud83d\\ude80<\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"bef321a\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Exclusive Investor Benefits\",\"acc_content\":\"<p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><hr \\/><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><hr \\/><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\",\"acc_content\":\"<p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><hr \\/><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><hr \\/><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><hr \\/><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><hr \\/><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><hr \\/><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><hr \\/><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><hr \\/><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><hr \\/><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><hr \\/><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"da846e3\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"BellaVie Rewards Investor Ambassadors Program\",\"acc_content\":\"<p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><hr \\/><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><hr \\/><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><hr \\/><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><hr \\/><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\",\"acc_content\":\"<p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><hr \\/><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><hr \\/><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><hr \\/><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><hr \\/><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17472, 6235, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17473, 6378, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17474, 6378, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17475, 6378, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17476, 6378, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17478, 6378, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17479, 6378, '_elementor_data', '[{\"id\":\"8aa37e4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"30f2ed3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ecc7fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Maximize Your Investments with BellaVie Rewards\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1471b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards<\\/strong><\\/p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.<\\/p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c53e088\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"16c14c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ff3695\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Join BellaVie Rewards\",\"acc_content\":\"<ol><li><p><strong>Create Your Profile<\\/strong><\\/p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><\\/li><li><p><strong>Choose Your Focus: Wellness or Real Estate<\\/strong><\\/p><ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><\\/li><\\/ol><hr \\/><h3><strong>Personalized Concierge Experience<\\/strong><\\/h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.<\\/p><h3><strong>Concierge Tiers:<\\/strong><\\/h3><ol><li><p><strong>Wellness Concierge<\\/strong><\\/p><p>Our <strong>Wellness Concierge<\\/strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you\\u2019re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:<\\/p><ul><li>Access to luxury wellness resorts and exclusive fitness classes<\\/li><li>Customized dietary plans and expert wellness advice<\\/li><li>Premium spa bookings and health-oriented vacations tailored to your goals<\\/li><\\/ul><\\/li><li><p><strong>Real Estate Concierge<\\/strong><\\/p><p>The <strong>Real Estate Concierge<\\/strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you\\u2019re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:<\\/p><ul><li>Early access to exclusive real estate projects<\\/li><li>Personal tours of properties and meetings with architects<\\/li><li>Investment advice and tailored property portfolios to match your financial goals<\\/li><li>Legal and financial assistance to simplify transactions<\\/li><\\/ul><\\/li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong><\\/p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:<\\/p><ul><li>Curated real estate investments with wellness-focused properties<\\/li><li>Luxury wellness retreats at properties you can invest in<\\/li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being<\\/li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How to earn points \",\"acc_content\":\"<p><strong>Membership Tiers<\\/strong><\\/p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.<\\/p><table><thead><tr><th><strong>Tier<\\/strong><\\/th><th><strong>Minimum Spend<\\/strong><\\/th><th><strong>Bonus Reward for Reaching Tier<\\/strong><\\/th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)<\\/strong><\\/th><th><strong>Real Estate Purchase Bonus<\\/strong><\\/th><th><strong>Exclusive Rewards<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Gold<\\/strong><\\/td><td>5,000 AED<\\/td><td>250 Bonus Points + Wellness Experience<\\/td><td>5% of total spend on eligible aesthetic services and other purchases<\\/td><td>5,000 Bonus Points<\\/td><td>Entry-level rewards, basic spa treatments<\\/td><\\/tr><tr><td><strong>Diamond<\\/strong><\\/td><td>15,000 AED<\\/td><td>500 Bonus Points + Wellness Consultation<\\/td><td>5.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>10,000 Bonus Points<\\/td><td>Enhanced wellness experiences, real estate consultations<\\/td><\\/tr><tr><td><strong>Diamond Elite<\\/strong><\\/td><td>30,000 AED<\\/td><td>1,000 Bonus Points + VIP Retreat Voucher<\\/td><td>6% of total spend on eligible aesthetic services and other purchases<\\/td><td>15,000 Bonus Points<\\/td><td>VIP wellness retreats, designer consultations<\\/td><\\/tr><tr><td><strong>Titanium<\\/strong><\\/td><td>45,000 AED<\\/td><td>1,500 Bonus Points + Designer Consultation<\\/td><td>6.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>20,000 Bonus Points<\\/td><td>High-end rewards, luxury villa viewings<\\/td><\\/tr><tr><td><strong>Titanium Plus<\\/strong><\\/td><td>75,000 AED<\\/td><td>2,000 Bonus Points + Exclusive Seminar Invitation<\\/td><td>7% of total spend on eligible aesthetic services and other purchases<\\/td><td>25,000 Bonus Points<\\/td><td>Most exclusive rewards, private retreats and VIP experiences<\\/td><\\/tr><\\/tbody><\\/table><h3><strong>How to Earn Points<\\/strong><\\/h3><p>Maximize your rewards with every spend:<\\/p><ul><li><strong>Aesthetic Services &amp; Wellness<\\/strong>: Earn <strong>5%\\u20137%<\\/strong> back in points based on your membership tier.<\\/li><li><strong>Exclusive Promotions &amp; In-House Offers<\\/strong>: Enjoy a <strong>fixed 20 points<\\/strong> per redemption.<\\/li><li><strong>Real Estate Purchases<\\/strong>: Unlock <strong>5,000 to 25,000 points<\\/strong> as a bonus, depending on your tier.<\\/li><\\/ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!<\\/strong><\\/p><p>Points are earned based on your spend across a variety of services:<\\/p><ul><li><strong>Aesthetic Services<\\/strong>: Earn 5%\\u20137% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.<\\/li><li><strong>Real Estate<\\/strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000<\\/strong> points, depending on your tier.<\\/li><\\/ul><hr \\/><h3><strong>Savor &amp; Earn: 10% Cashback on Dining<\\/strong><\\/h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible spend.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Dine at Partner Restaurants<\\/strong> \\u2013 Enjoy curated wellness gourmet menus at premium venues.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, luxury getaways, or even real estate perks.<\\/p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.<\\/strong><\\/p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays<\\/strong><\\/h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays<\\/strong> while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible booking.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Book at Partner Spas &amp; Hotels<\\/strong> \\u2013 Enjoy world-class wellness experiences at exclusive locations.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, fine dining, or even real estate rewards.<\\/p><p><strong>Rejuvenate, relax, and get rewarded\\u2014because true luxury gives back.<\\/strong><\\/p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process<\\/strong><\\/h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.<\\/p><ol><li><strong>Gold and Diamond Tiers<\\/strong>:<ul><li><strong>Redeeming Rewards<\\/strong>: To redeem rewards, simply message <strong>BellaVie Rewards<\\/strong> via WhatsApp. Once you\\u2019ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.<\\/li><li><strong>Booking Experiences<\\/strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.<\\/li><\\/ul><\\/li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers<\\/strong>:<ul><li><strong>Personalized Concierge Service<\\/strong>: Members of these higher tiers enjoy <strong>concierge assistance<\\/strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.<\\/li><li><strong>Seamless Experience<\\/strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.<\\/li><\\/ul><\\/li><\\/ol><p><strong>Key Notes:<\\/strong><\\/p><ul><li>For <strong>Gold and Diamond<\\/strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp<\\/strong>.<\\/li><li>For <strong>Diamond Elite<\\/strong>, <strong>Titanium<\\/strong>, and <strong>Titanium Plus<\\/strong> tiers, your <strong>concierge<\\/strong> will take care of all premium bookings, making the experience entirely effortless.<\\/li><\\/ul><hr \\/><h3><strong>Rewards Catalog Updates<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Catalog<\\/strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT<\\/strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you\\u2019re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.<\\/p><hr \\/><h3><strong>Bonus Points &amp; Transfers<\\/strong><\\/h3><p><strong>Earn bonus points<\\/strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.<\\/p><ul><li><strong>Bonus Points for On-Time Arrivals<\\/strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.<\\/li><li><strong>Transfer of Points<\\/strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer<\\/strong>.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!<\\/li><\\/ul><hr \\/><h3><strong>BellaVie Rewards Referral Program<\\/strong><\\/h3><p><strong>Share the Luxury, Earn Exclusive Rewards<\\/strong><\\/p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.<\\/strong><\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Refer a Friend<\\/strong> \\u2013 Share your unique referral link or code.<\\/p><p>\\u2705 <strong>Your Friend Joins<\\/strong> \\u2013 They sign up and make their first eligible purchase.<\\/p><p>\\u2705 <strong>Earn Rewards<\\/strong> \\u2013 Get <strong>250 bonus points<\\/strong> when they complete their first aesthetic service.<\\/p><h3><strong>Exclusive Perks for Top Referrers:<\\/strong><\\/h3><p><strong>VIP Referral Bonuses<\\/strong> \\u2013 Unlock additional <strong>500\\u20135,000 bonus points<\\/strong> for multiple successful referrals.<\\/p><p><strong>Luxury Experiences<\\/strong> \\u2013 Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.<\\/strong><\\/p><p><strong>Start referring today and elevate your BellaVie experience!<\\/strong><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Program<\\/strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you\\u2019re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.<\\/p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards<\\/strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"How to Book Rewards Using Points & Redeem\",\"acc_content\":\"<h3><strong>Explore Our Rewards Catalog<\\/strong><\\/h3><ul><li><strong>Browse<\\/strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.<\\/li><li>Each reward is assigned a specific <strong>points value<\\/strong>, and you can easily see how many points are required to redeem your chosen reward.<\\/li><\\/ul><h3><strong>2. Redeem Your Points<\\/strong><\\/h3><ul><li>Once you\\u2019ve selected your desired reward, simply <strong>contact the partner directly or our concierge service<\\/strong> via WhatsApp or the BellaVie platform to initiate the booking process.<\\/li><li><strong>Provide your BellaVie Rewards ID<\\/strong> to ensure your points are properly credited towards the reward.<\\/li><\\/ul><h3><strong>3. Confirmation &amp; Booking<\\/strong><\\/h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.<\\/li><li>For <strong>real estate rewards<\\/strong> or <strong>luxury experiences<\\/strong>, you\\u2019ll receive a personalized itinerary or consultation details based on your preferences.<\\/li><\\/ul><h3><strong>4. Points Deduction<\\/strong><\\/h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account<\\/strong> once the reward is confirmed.<\\/li><li>If <strong>partial redemption<\\/strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.<\\/li><\\/ul><h3><strong>5. Enjoy Your Reward!<\\/strong><\\/h3><ul><li>After redeeming, you can <strong>enjoy<\\/strong> your experience\\u2014whether it\\u2019s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.<\\/li><\\/ul><h3><strong>Please Note:<\\/strong><\\/h3><ul><li><strong>Points are non-transferable<\\/strong> for rewards unless explicitly stated in the terms of the specific reward.<\\/li><li>Certain high-value rewards may require <strong>advanced booking<\\/strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.<\\/li><li><strong>Points cannot be redeemed for cash<\\/strong> or any other form of monetary exchange.<\\/li><\\/ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"New members Welcome Note\",\"acc_content\":\"<p><strong>\\ud83c\\udf80 Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral<\\/p><p>\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><hr \\/><h3><strong>How to Get Your BellaVie Rewards ID<\\/strong> \\ud83d\\udc8e\\u2728<\\/h3><p>Getting your <strong>exclusive BellaVie ID<\\/strong> is simple and seamless:<\\/p><p>1\\ufe0f\\u20e3 <strong>Sign Up<\\/strong> \\u2013 If you haven\\u2019t already, join BellaVie Rewards via WhatsApp.<\\/p><p>2\\ufe0f\\u20e3 <strong>Check Your Welcome Message<\\/strong> \\u2013 After signing up, you\\u2019ll receive a confirmation message with your unique <strong>BellaVie ID<\\/strong>.<\\/p><p>3\\ufe0f\\u20e3 <strong>Find It Anytime<\\/strong> \\u2013 Need your ID later? Just send \\u201cMy ID\\u201d in our WhatsApp chat, and we\\u2019ll send it instantly.<\\/p><p>4\\ufe0f\\u20e3 <strong>Use It to Earn &amp; Redeem<\\/strong> \\u2013 Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.<\\/p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!<\\/strong> \\u2728<\\/p><hr \\/><p><strong>Thank you for joining BellaVie Rewards. We can\\u2019t wait to share this exceptional journey with you.<\\/strong><\\/p><p><strong>Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"BellaVie Rewards Ambassador Program\",\"acc_content\":\"<p><strong>Refer. Earn. Rise.<\\/strong> \\ud83d\\udc8e\\u2728<\\/p><p>As a <strong>BellaVie Ambassador<\\/strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Become an Ambassador<\\/strong> \\u2013 Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.<\\/p><p>2\\ufe0f\\u20e3 <strong>Earn 250 Bonus Points<\\/strong> \\u2013 For every successful referral, earn <strong>250 bonus points<\\/strong> once they make their first purchase.<\\/p><p>3\\ufe0f\\u20e3 <strong>Unlock VIP Access<\\/strong> \\u2013 With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days<\\/strong>, and <strong>elite real estate opportunities<\\/strong>.<\\/p><h3><strong>Exclusive Tier Upgrades:<\\/strong><\\/h3><p>\\ud83d\\ude80 <strong>The More You Share, The Higher You Rise:<\\/strong><\\/p><ul><li><strong>Bronze Ambassador<\\/strong> \\u2013 <strong>Start Earning Immediately<\\/strong><ul><li><strong>Refer 1 person<\\/strong> and earn your first <strong>250 bonus points<\\/strong>. Unlock exclusive member gifts, <strong>spa treatments<\\/strong>, and basic rewards.<\\/li><\\/ul><\\/li><li><strong>Silver Ambassador<\\/strong> \\u2013 <strong>Exclusive Bonuses &amp; Priority Access<\\/strong><ul><li><strong>Refer 3 people<\\/strong> and unlock additional <strong>250 bonus points<\\/strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking<\\/strong> at partner spas and clinics, and special <strong>access to real estate opportunities<\\/strong>.<\\/li><\\/ul><\\/li><li><strong>Gold Ambassador<\\/strong> \\u2013 <strong>VIP Access &amp; Personalized Perks<\\/strong><ul><li><strong>Refer 5 people<\\/strong> and gain access to <strong>VIP real estate offers<\\/strong>, <strong>exclusive luxury events<\\/strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades<\\/strong> and more exclusive rewards.<\\/li><\\/ul><\\/li><li><strong>Platinum Ambassador<\\/strong> \\u2013 <strong>Ultimate Luxury &amp; Unmatched Rewards<\\/strong><ul><li><strong>Refer 10 people<\\/strong> and unlock <strong>faster point accumulation<\\/strong>, <strong>luxury wellness retreats<\\/strong>, <strong>private real estate deals<\\/strong>, and <strong>bespoke experiences<\\/strong>. As a Platinum Ambassador, enjoy the <strong>highest status<\\/strong> with exclusive offers and invitations to VIP-only events.<\\/li><\\/ul><\\/li><\\/ul><h3><strong>Why Refer as an Ambassador?<\\/strong><\\/h3><p>\\ud83d\\udc8e <strong>Endless Luxury<\\/strong> \\u2013 Each referral takes you one step closer to <strong>elite rewards<\\/strong> and exclusive experiences.<\\/p><p>\\ud83c\\udf81 <strong>Earn While You Share<\\/strong> \\u2013 Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses<\\/strong>.<\\/p><p>\\ud83d\\udc51 <strong>Exclusive Privileges<\\/strong> \\u2013 As a BellaVie Ambassador, you receive <strong>VIP treatment<\\/strong>, including <strong>tailored luxury experiences<\\/strong> and <strong>priority access<\\/strong> to our premium services.<\\/p><h3><strong>Start Referring, Start Earning<\\/strong><\\/h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards<\\/strong> and your rise to <strong>exclusive ambassador status<\\/strong>.<\\/p><hr \\/><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.<\\/strong> \\ud83d\\ude80<\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"bef321a\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Exclusive Investor Benefits\",\"acc_content\":\"<p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><hr \\/><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><hr \\/><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\",\"acc_content\":\"<p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><hr \\/><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><hr \\/><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><hr \\/><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><hr \\/><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><hr \\/><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><hr \\/><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><hr \\/><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><hr \\/><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><hr \\/><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"},{\"id\":\"da846e3\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"BellaVie Rewards Investor Ambassadors Program\",\"acc_content\":\"<p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><hr \\/><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><hr \\/><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><hr \\/><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><hr \\/><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><hr \\/><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"9218704\"},{\"acc_title\":\"Investor Benefits \\u2013 The Future of Investment is Wellness-Focused\",\"acc_content\":\"<p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\",\"acc_content\":\"<p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><hr \\/><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><hr \\/><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><hr \\/><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><hr \\/><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><hr \\/><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17484, 6379, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17485, 6379, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17486, 6379, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17487, 6379, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17489, 6379, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17490, 6379, '_elementor_data', '[{\"id\":\"c53e088\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"16c14c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ff3695\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to Join BellaVie Rewards\",\"acc_content\":\"<ol><li><p><strong>Create Your Profile<\\/strong><\\/p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><\\/li><li><p><strong>Choose Your Focus: Wellness or Real Estate<\\/strong><\\/p><ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><\\/li><\\/ol><hr \\/><h3><strong>Personalized Concierge Experience<\\/strong><\\/h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.<\\/p><h3><strong>Concierge Tiers:<\\/strong><\\/h3><ol><li><p><strong>Wellness Concierge<\\/strong><\\/p><p>Our <strong>Wellness Concierge<\\/strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you\\u2019re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:<\\/p><ul><li>Access to luxury wellness resorts and exclusive fitness classes<\\/li><li>Customized dietary plans and expert wellness advice<\\/li><li>Premium spa bookings and health-oriented vacations tailored to your goals<\\/li><\\/ul><\\/li><li><p><strong>Real Estate Concierge<\\/strong><\\/p><p>The <strong>Real Estate Concierge<\\/strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you\\u2019re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:<\\/p><ul><li>Early access to exclusive real estate projects<\\/li><li>Personal tours of properties and meetings with architects<\\/li><li>Investment advice and tailored property portfolios to match your financial goals<\\/li><li>Legal and financial assistance to simplify transactions<\\/li><\\/ul><\\/li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong><\\/p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:<\\/p><ul><li>Curated real estate investments with wellness-focused properties<\\/li><li>Luxury wellness retreats at properties you can invest in<\\/li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being<\\/li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How to earn points \",\"acc_content\":\"<p><strong>Membership Tiers<\\/strong><\\/p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.<\\/p><table><thead><tr><th><strong>Tier<\\/strong><\\/th><th><strong>Minimum Spend<\\/strong><\\/th><th><strong>Bonus Reward for Reaching Tier<\\/strong><\\/th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)<\\/strong><\\/th><th><strong>Real Estate Purchase Bonus<\\/strong><\\/th><th><strong>Exclusive Rewards<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Gold<\\/strong><\\/td><td>5,000 AED<\\/td><td>250 Bonus Points + Wellness Experience<\\/td><td>5% of total spend on eligible aesthetic services and other purchases<\\/td><td>5,000 Bonus Points<\\/td><td>Entry-level rewards, basic spa treatments<\\/td><\\/tr><tr><td><strong>Diamond<\\/strong><\\/td><td>15,000 AED<\\/td><td>500 Bonus Points + Wellness Consultation<\\/td><td>5.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>10,000 Bonus Points<\\/td><td>Enhanced wellness experiences, real estate consultations<\\/td><\\/tr><tr><td><strong>Diamond Elite<\\/strong><\\/td><td>30,000 AED<\\/td><td>1,000 Bonus Points + VIP Retreat Voucher<\\/td><td>6% of total spend on eligible aesthetic services and other purchases<\\/td><td>15,000 Bonus Points<\\/td><td>VIP wellness retreats, designer consultations<\\/td><\\/tr><tr><td><strong>Titanium<\\/strong><\\/td><td>45,000 AED<\\/td><td>1,500 Bonus Points + Designer Consultation<\\/td><td>6.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>20,000 Bonus Points<\\/td><td>High-end rewards, luxury villa viewings<\\/td><\\/tr><tr><td><strong>Titanium Plus<\\/strong><\\/td><td>75,000 AED<\\/td><td>2,000 Bonus Points + Exclusive Seminar Invitation<\\/td><td>7% of total spend on eligible aesthetic services and other purchases<\\/td><td>25,000 Bonus Points<\\/td><td>Most exclusive rewards, private retreats and VIP experiences<\\/td><\\/tr><\\/tbody><\\/table><h3><strong>How to Earn Points<\\/strong><\\/h3><p>Maximize your rewards with every spend:<\\/p><ul><li><strong>Aesthetic Services &amp; Wellness<\\/strong>: Earn <strong>5%\\u20137%<\\/strong> back in points based on your membership tier.<\\/li><li><strong>Exclusive Promotions &amp; In-House Offers<\\/strong>: Enjoy a <strong>fixed 20 points<\\/strong> per redemption.<\\/li><li><strong>Real Estate Purchases<\\/strong>: Unlock <strong>5,000 to 25,000 points<\\/strong> as a bonus, depending on your tier.<\\/li><\\/ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!<\\/strong><\\/p><p>Points are earned based on your spend across a variety of services:<\\/p><ul><li><strong>Aesthetic Services<\\/strong>: Earn 5%\\u20137% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.<\\/li><li><strong>Real Estate<\\/strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000<\\/strong> points, depending on your tier.<\\/li><\\/ul><hr \\/><h3><strong>Savor &amp; Earn: 10% Cashback on Dining<\\/strong><\\/h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible spend.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Dine at Partner Restaurants<\\/strong> \\u2013 Enjoy curated wellness gourmet menus at premium venues.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, luxury getaways, or even real estate perks.<\\/p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.<\\/strong><\\/p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays<\\/strong><\\/h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays<\\/strong> while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible booking.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Book at Partner Spas &amp; Hotels<\\/strong> \\u2013 Enjoy world-class wellness experiences at exclusive locations.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, fine dining, or even real estate rewards.<\\/p><p><strong>Rejuvenate, relax, and get rewarded\\u2014because true luxury gives back.<\\/strong><\\/p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process<\\/strong><\\/h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.<\\/p><ol><li><strong>Gold and Diamond Tiers<\\/strong>:<ul><li><strong>Redeeming Rewards<\\/strong>: To redeem rewards, simply message <strong>BellaVie Rewards<\\/strong> via WhatsApp. Once you\\u2019ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.<\\/li><li><strong>Booking Experiences<\\/strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.<\\/li><\\/ul><\\/li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers<\\/strong>:<ul><li><strong>Personalized Concierge Service<\\/strong>: Members of these higher tiers enjoy <strong>concierge assistance<\\/strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.<\\/li><li><strong>Seamless Experience<\\/strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.<\\/li><\\/ul><\\/li><\\/ol><p><strong>Key Notes:<\\/strong><\\/p><ul><li>For <strong>Gold and Diamond<\\/strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp<\\/strong>.<\\/li><li>For <strong>Diamond Elite<\\/strong>, <strong>Titanium<\\/strong>, and <strong>Titanium Plus<\\/strong> tiers, your <strong>concierge<\\/strong> will take care of all premium bookings, making the experience entirely effortless.<\\/li><\\/ul><hr \\/><h3><strong>Rewards Catalog Updates<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Catalog<\\/strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT<\\/strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you\\u2019re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.<\\/p><hr \\/><h3><strong>Bonus Points &amp; Transfers<\\/strong><\\/h3><p><strong>Earn bonus points<\\/strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.<\\/p><ul><li><strong>Bonus Points for On-Time Arrivals<\\/strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.<\\/li><li><strong>Transfer of Points<\\/strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer<\\/strong>.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!<\\/li><\\/ul><hr \\/><h3><strong>BellaVie Rewards Referral Program<\\/strong><\\/h3><p><strong>Share the Luxury, Earn Exclusive Rewards<\\/strong><\\/p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.<\\/strong><\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Refer a Friend<\\/strong> \\u2013 Share your unique referral link or code.<\\/p><p>\\u2705 <strong>Your Friend Joins<\\/strong> \\u2013 They sign up and make their first eligible purchase.<\\/p><p>\\u2705 <strong>Earn Rewards<\\/strong> \\u2013 Get <strong>250 bonus points<\\/strong> when they complete their first aesthetic service.<\\/p><h3><strong>Exclusive Perks for Top Referrers:<\\/strong><\\/h3><p><strong>VIP Referral Bonuses<\\/strong> \\u2013 Unlock additional <strong>500\\u20135,000 bonus points<\\/strong> for multiple successful referrals.<\\/p><p><strong>Luxury Experiences<\\/strong> \\u2013 Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.<\\/strong><\\/p><p><strong>Start referring today and elevate your BellaVie experience!<\\/strong><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Program<\\/strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you\\u2019re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.<\\/p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards<\\/strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"How to Book Rewards Using Points & Redeem\",\"acc_content\":\"<h3><strong>Explore Our Rewards Catalog<\\/strong><\\/h3><ul><li><strong>Browse<\\/strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.<\\/li><li>Each reward is assigned a specific <strong>points value<\\/strong>, and you can easily see how many points are required to redeem your chosen reward.<\\/li><\\/ul><h3><strong>2. Redeem Your Points<\\/strong><\\/h3><ul><li>Once you\\u2019ve selected your desired reward, simply <strong>contact the partner directly or our concierge service<\\/strong> via WhatsApp or the BellaVie platform to initiate the booking process.<\\/li><li><strong>Provide your BellaVie Rewards ID<\\/strong> to ensure your points are properly credited towards the reward.<\\/li><\\/ul><h3><strong>3. Confirmation &amp; Booking<\\/strong><\\/h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.<\\/li><li>For <strong>real estate rewards<\\/strong> or <strong>luxury experiences<\\/strong>, you\\u2019ll receive a personalized itinerary or consultation details based on your preferences.<\\/li><\\/ul><h3><strong>4. Points Deduction<\\/strong><\\/h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account<\\/strong> once the reward is confirmed.<\\/li><li>If <strong>partial redemption<\\/strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.<\\/li><\\/ul><h3><strong>5. Enjoy Your Reward!<\\/strong><\\/h3><ul><li>After redeeming, you can <strong>enjoy<\\/strong> your experience\\u2014whether it\\u2019s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.<\\/li><\\/ul><h3><strong>Please Note:<\\/strong><\\/h3><ul><li><strong>Points are non-transferable<\\/strong> for rewards unless explicitly stated in the terms of the specific reward.<\\/li><li>Certain high-value rewards may require <strong>advanced booking<\\/strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.<\\/li><li><strong>Points cannot be redeemed for cash<\\/strong> or any other form of monetary exchange.<\\/li><\\/ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"New members Welcome Note\",\"acc_content\":\"<p><strong>\\ud83c\\udf80 Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral<\\/p><p>\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><hr \\/><h3><strong>How to Get Your BellaVie Rewards ID<\\/strong> \\ud83d\\udc8e\\u2728<\\/h3><p>Getting your <strong>exclusive BellaVie ID<\\/strong> is simple and seamless:<\\/p><p>1\\ufe0f\\u20e3 <strong>Sign Up<\\/strong> \\u2013 If you haven\\u2019t already, join BellaVie Rewards via WhatsApp.<\\/p><p>2\\ufe0f\\u20e3 <strong>Check Your Welcome Message<\\/strong> \\u2013 After signing up, you\\u2019ll receive a confirmation message with your unique <strong>BellaVie ID<\\/strong>.<\\/p><p>3\\ufe0f\\u20e3 <strong>Find It Anytime<\\/strong> \\u2013 Need your ID later? Just send \\u201cMy ID\\u201d in our WhatsApp chat, and we\\u2019ll send it instantly.<\\/p><p>4\\ufe0f\\u20e3 <strong>Use It to Earn &amp; Redeem<\\/strong> \\u2013 Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.<\\/p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!<\\/strong> \\u2728<\\/p><hr \\/><p><strong>Thank you for joining BellaVie Rewards. We can\\u2019t wait to share this exceptional journey with you.<\\/strong><\\/p><p><strong>Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"BellaVie Rewards Ambassador Program\",\"acc_content\":\"<p><strong>Refer. Earn. Rise.<\\/strong> \\ud83d\\udc8e\\u2728<\\/p><p>As a <strong>BellaVie Ambassador<\\/strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Become an Ambassador<\\/strong> \\u2013 Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.<\\/p><p>2\\ufe0f\\u20e3 <strong>Earn 250 Bonus Points<\\/strong> \\u2013 For every successful referral, earn <strong>250 bonus points<\\/strong> once they make their first purchase.<\\/p><p>3\\ufe0f\\u20e3 <strong>Unlock VIP Access<\\/strong> \\u2013 With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days<\\/strong>, and <strong>elite real estate opportunities<\\/strong>.<\\/p><h3><strong>Exclusive Tier Upgrades:<\\/strong><\\/h3><p>\\ud83d\\ude80 <strong>The More You Share, The Higher You Rise:<\\/strong><\\/p><ul><li><strong>Bronze Ambassador<\\/strong> \\u2013 <strong>Start Earning Immediately<\\/strong><ul><li><strong>Refer 1 person<\\/strong> and earn your first <strong>250 bonus points<\\/strong>. Unlock exclusive member gifts, <strong>spa treatments<\\/strong>, and basic rewards.<\\/li><\\/ul><\\/li><li><strong>Silver Ambassador<\\/strong> \\u2013 <strong>Exclusive Bonuses &amp; Priority Access<\\/strong><ul><li><strong>Refer 3 people<\\/strong> and unlock additional <strong>250 bonus points<\\/strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking<\\/strong> at partner spas and clinics, and special <strong>access to real estate opportunities<\\/strong>.<\\/li><\\/ul><\\/li><li><strong>Gold Ambassador<\\/strong> \\u2013 <strong>VIP Access &amp; Personalized Perks<\\/strong><ul><li><strong>Refer 5 people<\\/strong> and gain access to <strong>VIP real estate offers<\\/strong>, <strong>exclusive luxury events<\\/strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades<\\/strong> and more exclusive rewards.<\\/li><\\/ul><\\/li><li><strong>Platinum Ambassador<\\/strong> \\u2013 <strong>Ultimate Luxury &amp; Unmatched Rewards<\\/strong><ul><li><strong>Refer 10 people<\\/strong> and unlock <strong>faster point accumulation<\\/strong>, <strong>luxury wellness retreats<\\/strong>, <strong>private real estate deals<\\/strong>, and <strong>bespoke experiences<\\/strong>. As a Platinum Ambassador, enjoy the <strong>highest status<\\/strong> with exclusive offers and invitations to VIP-only events.<\\/li><\\/ul><\\/li><\\/ul><h3><strong>Why Refer as an Ambassador?<\\/strong><\\/h3><p>\\ud83d\\udc8e <strong>Endless Luxury<\\/strong> \\u2013 Each referral takes you one step closer to <strong>elite rewards<\\/strong> and exclusive experiences.<\\/p><p>\\ud83c\\udf81 <strong>Earn While You Share<\\/strong> \\u2013 Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses<\\/strong>.<\\/p><p>\\ud83d\\udc51 <strong>Exclusive Privileges<\\/strong> \\u2013 As a BellaVie Ambassador, you receive <strong>VIP treatment<\\/strong>, including <strong>tailored luxury experiences<\\/strong> and <strong>priority access<\\/strong> to our premium services.<\\/p><h3><strong>Start Referring, Start Earning<\\/strong><\\/h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards<\\/strong> and your rise to <strong>exclusive ambassador status<\\/strong>.<\\/p><hr \\/><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.<\\/strong> \\ud83d\\ude80<\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17523, 6383, '_edit_lock', '1740977588:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17524, 6383, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17525, 6383, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17526, 6383, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17527, 6383, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17528, 6383, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17541, 6383, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17542, 6383, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17543, 6385, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17544, 6385, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17545, 6385, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17546, 6385, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17547, 6386, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17548, 6386, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17549, 6386, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17550, 6386, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17551, 6383, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17552, 6383, '_elementor_data', '[{\"id\":\"174fa0c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b9db64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73a953a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions (FAQs)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3390c33\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"What is BellaVie Rewards?\",\"acc_content\":\"<p>BellaVie Rewards is an exclusive loyalty program that offers members access to luxury wellness services, real estate investment opportunities, wellness gourmet experiences, and much more. By participating, you can earn points and enjoy tailored rewards to enhance your wellness journey.<\\/p><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How do I join BellaVie Rewards?\",\"acc_content\":\"<p>Joining BellaVie Rewards is simple. You can sign up by contacting us through our WhatsApp channel. After completing the registration process, you\'ll create a profile by answering a few questions about your preferences. You\\u2019ll select whether your focus is wellness, real estate, or both. Based on your unique needs and goals, we\\u2019ll guide you through the program.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Create Your Profile\",\"acc_content\":\"<p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"Choose Your Focus: Wellness or Real Estate\",\"acc_content\":\"<ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><p><!-- notionvc: ef3a3498-36e2-4bf0-832e-6b5336132e6c --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"What concierge services are available?\",\"acc_content\":\"<p>BellaVie Rewards offers a Personalized Concierge Experience to meet the individual needs of our members. We provide tailored services in both wellness and real estate areas to ensure a seamless and luxurious experience. Here\'s an overview of the concierge tiers available:<\\/p><p><strong>Concierge Tiers:<\\/strong><\\/p><ul><li><strong>Wellness Concierge<\\/strong>: For members who prioritize a balanced, health-focused lifestyle. Services include access to luxury wellness resorts, customized dietary plans, and expert wellness advice.<\\/li><li><strong>Real Estate Concierge<\\/strong>: For a seamless and profitable property investment journey. Services include early access to exclusive real estate projects, personal tours of properties, and investment advice.<\\/li><li><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong>: For those interested in both wellness and real estate. Services include curated wellness-focused real estate investments, luxury wellness retreats at investable properties, and expert advice on purchasing wellness-oriented homes.<\\/li><\\/ul><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"},{\"acc_title\":\"How do I earn points?\",\"acc_content\":\"<p>Members earn points by engaging with our partner services, including wellness clinics, luxury hotels, spa experiences, and more. For every 100 AED spent, you can earn between 5-7 points, depending on your membership tier.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d9d7407\"},{\"acc_title\":\"Can I transfer my points to others?\",\"acc_content\":\"<p>Yes, you can transfer your points to other BellaVie members. A small transaction fee of 5 points applies. Points cannot be redeemed for cash.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ce14bac\"},{\"acc_title\":\"How do I redeem my points?\",\"acc_content\":\"<p>Points can be redeemed for exclusive rewards available in the BellaVie Rewards catalog, including aesthetic services, wellness experiences, and real estate investment opportunities. Simply contact us via WhatsApp to explore your redemption options.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d847ed9\"},{\"acc_title\":\"Are there any expiration dates for my points?\",\"acc_content\":\"<p>Yes, points may expire based on program updates. To avoid losing your points, we recommend you redeem them before the expiration date.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"966c930\"},{\"acc_title\":\"How can I earn bonus points?\",\"acc_content\":\"<p>You can earn 50 bonus points for arriving on time for appointments that were booked at least 24 hours in advance. Ensure that your arrival time is accurately recorded by the front office team of the partner clinic or service provider to qualify.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"9eb373a\"},{\"acc_title\":\"How do I book appointments with BellaVie Rewards partners?\",\"acc_content\":\"<p>You can book appointments, wellness services, and experiences directly with our partners by providing your BellaVie Rewards ID. You can also use our concierge service for assistance with booking.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"c75ed59\"},{\"acc_title\":\"What should I do if I need to cancel or reschedule an appointment?\",\"acc_content\":\"<p>Please adhere to the specific cancellation policy of each partner. If you need to cancel or reschedule, inform the partner at least 12 hours in advance to avoid penalties or forfeiture of rewards. Be sure to include your BellaVie Rewards ID when making any changes.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"e4a3b57\"},{\"acc_title\":\"What is your policy on spam or fraudulent activities?\",\"acc_content\":\"<p>BellaVie Rewards has a zero-tolerance policy for spam and fraudulent activities. If you receive unsolicited offers or suspect fraudulent activity, please contact us immediately. We will never ask for payment or sensitive information unrelated to legitimate program processes<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"de4841f\"},{\"acc_title\":\"Can I change my BellaVie Rewards membership tier?\",\"acc_content\":\"<p>Membership tiers are based on your accumulated points and spend. As you earn more points through your activities, you may be eligible to upgrade to a higher tier, unlocking more exclusive benefits. Check the BellaVie Rewards catalog for details on tier qualifications.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"1be49e4\"},{\"acc_title\":\"How do I contact BellaVie Rewards?\",\"acc_content\":\"<p>For any inquiries or further assistance, you can contact us via WhatsApp at +971562657965. Our team is available to answer your questions and guide you through the program.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"0372738\"},{\"acc_title\":\"Can I use BellaVie Rewards points at all partner locations?\",\"acc_content\":\"<p>BellaVie Rewards points are valid across our network of partner clinics, wellness services, real estate experts, and other exclusive providers. Be sure to mention your BellaVie Rewards ID when booking to ensure that points are credited properly.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d15f779\"},{\"acc_title\":\"How do I stay updated on BellaVie Rewards offers and changes?\",\"acc_content\":\"<p>We update our rewards twice a week, every Tuesday and Thursday at 9 AM GMT. Be sure to check our website regularly to stay updated on the latest offers, new rewards, and program changes.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d574940\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17553, 6387, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17554, 6387, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17555, 6387, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17556, 6387, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17557, 6387, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17558, 6387, '_elementor_data', '[{\"id\":\"174fa0c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b9db64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"73a953a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions (FAQs)\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3390c33\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"What is BellaVie Rewards?\",\"acc_content\":\"<p>BellaVie Rewards is an exclusive loyalty program that offers members access to luxury wellness services, real estate investment opportunities, wellness gourmet experiences, and much more. By participating, you can earn points and enjoy tailored rewards to enhance your wellness journey.<\\/p><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"9218704\"},{\"acc_title\":\"How do I join BellaVie Rewards?\",\"acc_content\":\"<p>Joining BellaVie Rewards is simple. You can sign up by contacting us through our WhatsApp channel. After completing the registration process, you\'ll create a profile by answering a few questions about your preferences. You\\u2019ll select whether your focus is wellness, real estate, or both. Based on your unique needs and goals, we\\u2019ll guide you through the program.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"769c4c6\"},{\"acc_title\":\"Create Your Profile\",\"acc_content\":\"<p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ccadb65\"},{\"acc_title\":\"Choose Your Focus: Wellness or Real Estate\",\"acc_content\":\"<ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><p><!-- notionvc: ef3a3498-36e2-4bf0-832e-6b5336132e6c --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"b07ce3a\"},{\"acc_title\":\"What concierge services are available?\",\"acc_content\":\"<p>BellaVie Rewards offers a Personalized Concierge Experience to meet the individual needs of our members. We provide tailored services in both wellness and real estate areas to ensure a seamless and luxurious experience. Here\'s an overview of the concierge tiers available:<\\/p><p><strong>Concierge Tiers:<\\/strong><\\/p><ul><li><strong>Wellness Concierge<\\/strong>: For members who prioritize a balanced, health-focused lifestyle. Services include access to luxury wellness resorts, customized dietary plans, and expert wellness advice.<\\/li><li><strong>Real Estate Concierge<\\/strong>: For a seamless and profitable property investment journey. Services include early access to exclusive real estate projects, personal tours of properties, and investment advice.<\\/li><li><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong>: For those interested in both wellness and real estate. Services include curated wellness-focused real estate investments, luxury wellness retreats at investable properties, and expert advice on purchasing wellness-oriented homes.<\\/li><\\/ul><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"f5160f3\"},{\"acc_title\":\"How do I earn points?\",\"acc_content\":\"<p>Members earn points by engaging with our partner services, including wellness clinics, luxury hotels, spa experiences, and more. For every 100 AED spent, you can earn between 5-7 points, depending on your membership tier.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d9d7407\"},{\"acc_title\":\"Can I transfer my points to others?\",\"acc_content\":\"<p>Yes, you can transfer your points to other BellaVie members. A small transaction fee of 5 points applies. Points cannot be redeemed for cash.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"ce14bac\"},{\"acc_title\":\"How do I redeem my points?\",\"acc_content\":\"<p>Points can be redeemed for exclusive rewards available in the BellaVie Rewards catalog, including aesthetic services, wellness experiences, and real estate investment opportunities. Simply contact us via WhatsApp to explore your redemption options.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d847ed9\"},{\"acc_title\":\"Are there any expiration dates for my points?\",\"acc_content\":\"<p>Yes, points may expire based on program updates. To avoid losing your points, we recommend you redeem them before the expiration date.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"966c930\"},{\"acc_title\":\"How can I earn bonus points?\",\"acc_content\":\"<p>You can earn 50 bonus points for arriving on time for appointments that were booked at least 24 hours in advance. Ensure that your arrival time is accurately recorded by the front office team of the partner clinic or service provider to qualify.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"9eb373a\"},{\"acc_title\":\"How do I book appointments with BellaVie Rewards partners?\",\"acc_content\":\"<p>You can book appointments, wellness services, and experiences directly with our partners by providing your BellaVie Rewards ID. You can also use our concierge service for assistance with booking.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"c75ed59\"},{\"acc_title\":\"What should I do if I need to cancel or reschedule an appointment?\",\"acc_content\":\"<p>Please adhere to the specific cancellation policy of each partner. If you need to cancel or reschedule, inform the partner at least 12 hours in advance to avoid penalties or forfeiture of rewards. Be sure to include your BellaVie Rewards ID when making any changes.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"e4a3b57\"},{\"acc_title\":\"What is your policy on spam or fraudulent activities?\",\"acc_content\":\"<p>BellaVie Rewards has a zero-tolerance policy for spam and fraudulent activities. If you receive unsolicited offers or suspect fraudulent activity, please contact us immediately. We will never ask for payment or sensitive information unrelated to legitimate program processes<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"de4841f\"},{\"acc_title\":\"Can I change my BellaVie Rewards membership tier?\",\"acc_content\":\"<p>Membership tiers are based on your accumulated points and spend. As you earn more points through your activities, you may be eligible to upgrade to a higher tier, unlocking more exclusive benefits. Check the BellaVie Rewards catalog for details on tier qualifications.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"1be49e4\"},{\"acc_title\":\"How do I contact BellaVie Rewards?\",\"acc_content\":\"<p>For any inquiries or further assistance, you can contact us via WhatsApp at +971562657965. Our team is available to answer your questions and guide you through the program.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"0372738\"},{\"acc_title\":\"Can I use BellaVie Rewards points at all partner locations?\",\"acc_content\":\"<p>BellaVie Rewards points are valid across our network of partner clinics, wellness services, real estate experts, and other exclusive providers. Be sure to mention your BellaVie Rewards ID when booking to ensure that points are credited properly.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d15f779\"},{\"acc_title\":\"How do I stay updated on BellaVie Rewards offers and changes?\",\"acc_content\":\"<p>We update our rewards twice a week, every Tuesday and Thursday at 9 AM GMT. Be sure to check our website regularly to stay updated on the latest offers, new rewards, and program changes.<\\/p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --><\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>\",\"_id\":\"d574940\"}],\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"7\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17560, 6388, '_edit_lock', '1740977829:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17561, 6388, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17562, 6388, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17563, 6388, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17564, 6388, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17565, 6388, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17566, 6388, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17567, 6388, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17568, 6389, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17569, 6389, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17570, 6389, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17571, 6389, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17572, 6390, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17573, 6390, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17574, 6390, '_elementor_version', '3.27.6');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17575, 6390, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17576, 6388, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17577, 6388, '_elementor_data', '[{\"id\":\"998ef0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"aa3cad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13dc549\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Introduction<\\/strong><\\/h2><p>At BellaVie Rewards, your privacy is our priority. We are committed to safeguarding the personal information you share with us and ensuring complete confidentiality in your experience. Any data received from members, partners, or visitors will be handled with the highest level of security and in strict accordance with the principles outlined in this policy.<\\/p><h2><strong>Our Cookie Policy<\\/strong><\\/h2><h3><strong>No Cookies, No Tracking\\u2014Your Privacy Comes First<\\/strong><\\/h3><p>BellaVie Rewards operates with a strict <strong>confidentiality-first<\\/strong> approach. We do not use cookies, tracking technologies, or any data collection tools that monitor your browsing activity.<\\/p><h3><strong>Why We Don\\u2019t Use Cookies<\\/strong><\\/h3><ul><li>We respect your <strong>privacy and confidentiality<\\/strong>\\u2014no tracking, no unnecessary data collection.<\\/li><li>Our platform is designed to provide a seamless experience <strong>without invasive technologies<\\/strong>.<\\/li><li>We do not store or share your browsing information, ensuring <strong>complete discretion<\\/strong>.<\\/li><\\/ul><h2><strong>Our Commitment to Data Protection<\\/strong><\\/h2><p>Your trust is our foundation. BellaVie Rewards does not engage in:<\\/p><ul><li>First party or third-party cookies<\\/li><li>Behavioral tracking or analytics tracking<\\/li><li>Selling or sharing any user data<\\/li><\\/ul><h3><strong>Handling of Received Data<\\/strong><\\/h3><p>Any personal data received through inquiries, membership sign-ups, or partner communications will be processed securely and in accordance with the privacy principles outlined in this policy. We ensure that all data is treated with strict confidentiality and is used only for the intended purpose.<\\/p><h2><strong>Have Questions?<\\/strong><\\/h2><p>If you have any inquiries about our <strong>Privacy &amp; Cookies Policy<\\/strong>, feel free to reach out\\u2014we are here to uphold the highest standards of privacy and security.<\\/p><p><!-- notionvc: 105a3f46-3edf-4cff-8a87-c889a73f6879 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17578, 6391, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17579, 6391, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17580, 6391, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17581, 6391, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17582, 6391, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17583, 6391, '_elementor_data', '[{\"id\":\"998ef0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"aa3cad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13dc549\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Introduction<\\/strong><\\/h2><p>At BellaVie Rewards, your privacy is our priority. We are committed to safeguarding the personal information you share with us and ensuring complete confidentiality in your experience. Any data received from members, partners, or visitors will be handled with the highest level of security and in strict accordance with the principles outlined in this policy.<\\/p><h2><strong>Our Cookie Policy<\\/strong><\\/h2><h3><strong>No Cookies, No Tracking\\u2014Your Privacy Comes First<\\/strong><\\/h3><p>BellaVie Rewards operates with a strict <strong>confidentiality-first<\\/strong> approach. We do not use cookies, tracking technologies, or any data collection tools that monitor your browsing activity.<\\/p><h3><strong>Why We Don\\u2019t Use Cookies<\\/strong><\\/h3><ul><li>We respect your <strong>privacy and confidentiality<\\/strong>\\u2014no tracking, no unnecessary data collection.<\\/li><li>Our platform is designed to provide a seamless experience <strong>without invasive technologies<\\/strong>.<\\/li><li>We do not store or share your browsing information, ensuring <strong>complete discretion<\\/strong>.<\\/li><\\/ul><h2><strong>Our Commitment to Data Protection<\\/strong><\\/h2><p>Your trust is our foundation. BellaVie Rewards does not engage in:<\\/p><ul><li>First party or third-party cookies<\\/li><li>Behavioral tracking or analytics tracking<\\/li><li>Selling or sharing any user data<\\/li><\\/ul><h3><strong>Handling of Received Data<\\/strong><\\/h3><p>Any personal data received through inquiries, membership sign-ups, or partner communications will be processed securely and in accordance with the privacy principles outlined in this policy. We ensure that all data is treated with strict confidentiality and is used only for the intended purpose.<\\/p><h2><strong>Have Questions?<\\/strong><\\/h2><p>If you have any inquiries about our <strong>Privacy &amp; Cookies Policy<\\/strong>, feel free to reach out\\u2014we are here to uphold the highest standards of privacy and security.<\\/p><p><!-- notionvc: 105a3f46-3edf-4cff-8a87-c889a73f6879 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17585, 6392, '_edit_lock', '1740977682:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17586, 6392, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17587, 6392, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17588, 6392, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17589, 6392, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17590, 6392, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17591, 6392, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17592, 6392, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17593, 6393, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17594, 6393, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17595, 6393, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17596, 6393, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17597, 6394, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17598, 6394, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17599, 6394, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17600, 6394, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17601, 6392, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17602, 6392, '_elementor_data', '[{\"id\":\"c09af6d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"9757961\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"454f0f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Introduction<\\/strong><\\/h2><p>Thank you for being part of BellaVie Rewards. These Terms and Conditions govern your participation in our program. By joining BellaVie Rewards, you agree to abide by these terms. Please read them carefully to ensure you understand how the program works.<\\/p><hr \\/><h2><strong>Rewards Catalog<\\/strong><\\/h2><p>BellaVie Rewards offers members access to exclusive rewards, including:<\\/p><ul><li>Aesthetic services<\\/li><li>Wellness gourmet experiences<\\/li><li>Luxury spa and hotel stays<\\/li><li>Real estate investment opportunities<\\/li><\\/ul><p>Rewards are subject to availability and may change without prior notice. Specific conditions may apply to each reward, which will be detailed in the BellaVie Rewards catalog.<\\/p><hr \\/><h2><strong>Limited Rewards<\\/strong><\\/h2><p>Some rewards in the BellaVie Rewards catalog are limited in quantity or availability. Once a reward is redeemed, it may no longer be available to other members. BellaVie Rewards reserves the right to limit or discontinue any reward at any time, without prior notice.<\\/p><hr \\/><h2><strong>On-Time Arrival Bonus Points<\\/strong><\\/h2><p>Punctuality is rewarded! To encourage timely planning and optimal scheduling, BellaVie Rewards members can earn <strong>50 bonus points<\\/strong> for arriving on time for appointments booked at least <strong>24 hours<\\/strong> in advance. This bonus will only be awarded if the arrival time is properly recorded by the front office team of the partner clinic or service provider.<\\/p><p>\\ud83d\\udca1 <strong>Tip:<\\/strong> Make sure your appointment is booked at least 24 hours in advance and that your arrival time is accurately logged to qualify for this reward.<\\/p><hr \\/><h2><strong>Points Policy &amp; Transfers<\\/strong><\\/h2><ul><li><strong>Reward Points Transfer<\\/strong>: BellaVie Rewards allows you to <strong>transfer your points<\\/strong> to other BellaVie members. Share the luxury experience by gifting your points to friends or family.<\\/li><li><strong>No Cash Redemption<\\/strong>: Points are <strong>not redeemable for cash<\\/strong> or any other form of monetary exchange. The rewards can only be redeemed for the exclusive experiences and offers available through the BellaVie Rewards catalog.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration based on program updates. Members are advised to use their points before the expiration date to maximize their rewards.<\\/li><li><strong>Transaction Fee for Transfers<\\/strong>: A nominal fee of <strong>5 points<\\/strong> applies for each transfer transaction between BellaVie members. This ensures smooth and secure point transfers within the program.<\\/li><li><strong>Strict Confidentiality<\\/strong>: BellaVie Rewards adheres to <strong>strict confidentiality<\\/strong> in handling all personal and transaction information. All point transfers are conducted securely, and any details shared during the transfer process will remain private.<\\/li><\\/ul><hr \\/><h2><strong>Appointment Scheduling &amp; Cancellations<\\/strong><\\/h2><p>BellaVie Rewards may offer members the opportunity to schedule consultations with our partners, such as wellness professionals or real estate experts. When booking these consultations, members are required to provide accurate and up-to-date personal information. BellaVie Rewards is not liable for any issues arising from incorrect or incomplete information submitted by members.<\\/p><p>Members must also adhere to the cancellation policy of each partner, which may vary. If a member needs to cancel or reschedule a consultation, they must follow the specific partner\'s policy and inform them at least 12 hours in advance to avoid penalties or forfeiture of rewards.<\\/p><p>Please remember to <strong>provide your BellaVie Rewards ID<\\/strong> when booking appointments, wellness services, or any experiences with our partners. This ensures that rewards points and benefits are properly credited.<\\/p><hr \\/><h2><strong>Third-Party Links<\\/strong><\\/h2><p>BellaVie Rewards may provide links to third-party websites or services that are not owned or operated by us. These links are provided for convenience and informational purposes only. BellaVie Rewards does not endorse or take responsibility for the content or practices of these third-party websites. Users are encouraged to read the terms and privacy policies of any third-party website they visit.<\\/p><hr \\/><h2><strong>Direct Bookings with Partners<\\/strong><\\/h2><p>Members of BellaVie Rewards can directly book appointments, wellness services, and experiences with our partners. To facilitate the seamless integration with our luxury wellness and real estate partners, members must provide their <strong>BellaVie Rewards ID<\\/strong> when making bookings. This ensures that rewards points and benefits are properly credited and applied, whether the booking is made through our concierge service or directly with the partner.<\\/p><hr \\/><h2><strong>Spam &amp; Fraudulent Activities<\\/strong><\\/h2><p>BellaVie Rewards has a strict no-tolerance policy for spam. Members may not use our platform or communication tools to send unsolicited messages or content that violates the program\'s terms and conditions. If BellaVie Rewards detects any spam or abuse, we reserve the right to suspend or terminate the member\\u2019s account without notice.<\\/p><p>BellaVie Rewards takes the issue of fraudulent activities seriously. Members must be cautious of any unsolicited offers claiming to be from BellaVie Rewards that request personal information or payment. BellaVie Rewards will never ask for payment or sensitive information unrelated to legitimate program processes. If you suspect fraudulent activity, please contact us immediately through our official contact channels.<\\/p><hr \\/><h2><strong>Changes to These Terms<\\/strong><\\/h2><p>BellaVie Rewards reserves the right to modify or update these Terms and Conditions at any time. All changes will be communicated through our official channels, and members are advised to regularly review the terms to stay informed. Continued participation in the program after changes are made signifies acceptance of the updated terms.<\\/p><hr \\/><h2><strong>Contact Us<\\/strong><\\/h2><p>If you have any questions or concerns regarding these Terms and Conditions or need further clarification, please contact us at +971562657965.<\\/p><p><!-- notionvc: 9af83d8b-e087-4db5-8b0f-7f4368633960 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17603, 6395, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17604, 6395, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17605, 6395, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17606, 6395, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17607, 6395, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17608, 6395, '_elementor_data', '[{\"id\":\"c09af6d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"9757961\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"454f0f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Introduction<\\/strong><\\/h2><p>Thank you for being part of BellaVie Rewards. These Terms and Conditions govern your participation in our program. By joining BellaVie Rewards, you agree to abide by these terms. Please read them carefully to ensure you understand how the program works.<\\/p><hr \\/><h2><strong>Rewards Catalog<\\/strong><\\/h2><p>BellaVie Rewards offers members access to exclusive rewards, including:<\\/p><ul><li>Aesthetic services<\\/li><li>Wellness gourmet experiences<\\/li><li>Luxury spa and hotel stays<\\/li><li>Real estate investment opportunities<\\/li><\\/ul><p>Rewards are subject to availability and may change without prior notice. Specific conditions may apply to each reward, which will be detailed in the BellaVie Rewards catalog.<\\/p><hr \\/><h2><strong>Limited Rewards<\\/strong><\\/h2><p>Some rewards in the BellaVie Rewards catalog are limited in quantity or availability. Once a reward is redeemed, it may no longer be available to other members. BellaVie Rewards reserves the right to limit or discontinue any reward at any time, without prior notice.<\\/p><hr \\/><h2><strong>On-Time Arrival Bonus Points<\\/strong><\\/h2><p>Punctuality is rewarded! To encourage timely planning and optimal scheduling, BellaVie Rewards members can earn <strong>50 bonus points<\\/strong> for arriving on time for appointments booked at least <strong>24 hours<\\/strong> in advance. This bonus will only be awarded if the arrival time is properly recorded by the front office team of the partner clinic or service provider.<\\/p><p>\\ud83d\\udca1 <strong>Tip:<\\/strong> Make sure your appointment is booked at least 24 hours in advance and that your arrival time is accurately logged to qualify for this reward.<\\/p><hr \\/><h2><strong>Points Policy &amp; Transfers<\\/strong><\\/h2><ul><li><strong>Reward Points Transfer<\\/strong>: BellaVie Rewards allows you to <strong>transfer your points<\\/strong> to other BellaVie members. Share the luxury experience by gifting your points to friends or family.<\\/li><li><strong>No Cash Redemption<\\/strong>: Points are <strong>not redeemable for cash<\\/strong> or any other form of monetary exchange. The rewards can only be redeemed for the exclusive experiences and offers available through the BellaVie Rewards catalog.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration based on program updates. Members are advised to use their points before the expiration date to maximize their rewards.<\\/li><li><strong>Transaction Fee for Transfers<\\/strong>: A nominal fee of <strong>5 points<\\/strong> applies for each transfer transaction between BellaVie members. This ensures smooth and secure point transfers within the program.<\\/li><li><strong>Strict Confidentiality<\\/strong>: BellaVie Rewards adheres to <strong>strict confidentiality<\\/strong> in handling all personal and transaction information. All point transfers are conducted securely, and any details shared during the transfer process will remain private.<\\/li><\\/ul><hr \\/><h2><strong>Appointment Scheduling &amp; Cancellations<\\/strong><\\/h2><p>BellaVie Rewards may offer members the opportunity to schedule consultations with our partners, such as wellness professionals or real estate experts. When booking these consultations, members are required to provide accurate and up-to-date personal information. BellaVie Rewards is not liable for any issues arising from incorrect or incomplete information submitted by members.<\\/p><p>Members must also adhere to the cancellation policy of each partner, which may vary. If a member needs to cancel or reschedule a consultation, they must follow the specific partner\'s policy and inform them at least 12 hours in advance to avoid penalties or forfeiture of rewards.<\\/p><p>Please remember to <strong>provide your BellaVie Rewards ID<\\/strong> when booking appointments, wellness services, or any experiences with our partners. This ensures that rewards points and benefits are properly credited.<\\/p><hr \\/><h2><strong>Third-Party Links<\\/strong><\\/h2><p>BellaVie Rewards may provide links to third-party websites or services that are not owned or operated by us. These links are provided for convenience and informational purposes only. BellaVie Rewards does not endorse or take responsibility for the content or practices of these third-party websites. Users are encouraged to read the terms and privacy policies of any third-party website they visit.<\\/p><hr \\/><h2><strong>Direct Bookings with Partners<\\/strong><\\/h2><p>Members of BellaVie Rewards can directly book appointments, wellness services, and experiences with our partners. To facilitate the seamless integration with our luxury wellness and real estate partners, members must provide their <strong>BellaVie Rewards ID<\\/strong> when making bookings. This ensures that rewards points and benefits are properly credited and applied, whether the booking is made through our concierge service or directly with the partner.<\\/p><hr \\/><h2><strong>Spam &amp; Fraudulent Activities<\\/strong><\\/h2><p>BellaVie Rewards has a strict no-tolerance policy for spam. Members may not use our platform or communication tools to send unsolicited messages or content that violates the program\'s terms and conditions. If BellaVie Rewards detects any spam or abuse, we reserve the right to suspend or terminate the member\\u2019s account without notice.<\\/p><p>BellaVie Rewards takes the issue of fraudulent activities seriously. Members must be cautious of any unsolicited offers claiming to be from BellaVie Rewards that request personal information or payment. BellaVie Rewards will never ask for payment or sensitive information unrelated to legitimate program processes. If you suspect fraudulent activity, please contact us immediately through our official contact channels.<\\/p><hr \\/><h2><strong>Changes to These Terms<\\/strong><\\/h2><p>BellaVie Rewards reserves the right to modify or update these Terms and Conditions at any time. All changes will be communicated through our official channels, and members are advised to regularly review the terms to stay informed. Continued participation in the program after changes are made signifies acceptance of the updated terms.<\\/p><hr \\/><h2><strong>Contact Us<\\/strong><\\/h2><p>If you have any questions or concerns regarding these Terms and Conditions or need further clarification, please contact us at +971562657965.<\\/p><p><!-- notionvc: 9af83d8b-e087-4db5-8b0f-7f4368633960 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17619, 6396, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17620, 6396, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17621, 6396, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17622, 6396, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17623, 6396, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17624, 6396, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"notion-enable-hover\\\" data-token-index=\\\"0\\\">About BellaVie Rewards<\\/span><!-- notionvc: 2adb9969-6c59-4573-8aa8-e7594deb44b8 --><\\/p><p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.<\\/p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.<\\/p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.<\\/p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.<\\/strong><\\/p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.<\\/strong><\\/p><p><!-- notionvc: 1264dfff-c0a4-4265-a3d2-ea8e4d3f553f --><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":82.171999999999997044142219237983226776123046875},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dc16c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong>Luxury Wellness &amp; Concierge Services<\\/strong><\\/h5><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.<\\/p><h5><strong>Concierge &amp; Personalized Assistance<\\/strong><\\/h5><ul><li>Book a private viewing of ultra-luxury properties<\\/li><li>Exclusive access to top designers and architects<\\/li><li>VIP wellness retreats and curated luxury experiences<\\/li><\\/ul><h5><strong>Instant Support &amp; Bookings<\\/strong><\\/h5><p>WhatsApp: +971 56 265 7965<\\/p><hr \\/><h5><strong>Business &amp; Partnership Inquiries<\\/strong><\\/h5><p>For those who share our vision of elevated living and refined wellness, let\\u2019s connect.<\\/p><h5><strong>Strategic Collaborations &amp; Business Partnerships<\\/strong><\\/h5><p>WhatsApp: +971 56 265 7965<\\/p><h5><strong>Media, Brand Partnerships &amp; Influencer Collaborations<\\/strong><\\/h5><p>Email: <a href=\\\"mailto:proposals@bellavierewards.com\\\">proposals@bellavierewards.com<\\/a> or reach out via WhatsApp.<\\/p><hr \\/><h5><strong>Reservations &amp; Member Updates<\\/strong><\\/h5><p>For updates regarding BellaVie Rewards member reservations, please contact:<\\/p><p>Email: <a href=\\\"mailto:reservations@bellavierewards.com\\\">reservations@bellavierewards.com<\\/a><\\/p><hr \\/><h5><strong>Feedback, Suggestions &amp; Private Client Requests<\\/strong><\\/h5><p>We value your insights and are committed to delivering an unparalleled experience.<\\/p><p>Email: <a href=\\\"mailto:julia@bellavierewards.com\\\">julia@bellavierewards.com<\\/a><\\/p><p><strong>Exclusively Yours,<\\/strong><\\/p><p><strong>The BellaVie Rewards Team<\\/strong><\\/p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --><\\/p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2025 by Bellavie Rewards. All rights reserved.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17625, 6396, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17626, 6396, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17635, 6397, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17636, 6397, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17637, 6397, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17638, 6397, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17639, 6397, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17640, 6397, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":38.6989999999999980673237587325274944305419921875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"592b5c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.<\\/p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.<\\/p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.<\\/p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.<\\/strong><\\/p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.<\\/strong><\\/p><p><!-- notionvc: 1264dfff-c0a4-4265-a3d2-ea8e4d3f553f --><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2cf5107\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":27.96600000000000108002495835535228252410888671875,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":30,\"column_order_tablet\":2,\"column_order_mobile\":2,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-start\",\"align_tablet\":\"space-between\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"033\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"align_mobile\":\"flex-start\"},\"elements\":[{\"id\":\"5705974\",\"elType\":\"widget\",\"settings\":{\"title\":\"Short links\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"-2\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":82.171999999999997044142219237983226776123046875},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a3d96c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.99900000000000233058017329312860965728759765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":3,\"column_order_mobile\":3,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"25aab41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dc16c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong>Luxury Wellness &amp; Concierge Services<\\/strong><\\/h5><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.<\\/p><h5><strong>Concierge &amp; Personalized Assistance<\\/strong><\\/h5><ul><li>Book a private viewing of ultra-luxury properties<\\/li><li>Exclusive access to top designers and architects<\\/li><li>VIP wellness retreats and curated luxury experiences<\\/li><\\/ul><h5><strong>Instant Support &amp; Bookings<\\/strong><\\/h5><p>WhatsApp: +971 56 265 7965<\\/p><hr \\/><h5><strong>Business &amp; Partnership Inquiries<\\/strong><\\/h5><p>For those who share our vision of elevated living and refined wellness, let\\u2019s connect.<\\/p><h5><strong>Strategic Collaborations &amp; Business Partnerships<\\/strong><\\/h5><p>WhatsApp: +971 56 265 7965<\\/p><h5><strong>Media, Brand Partnerships &amp; Influencer Collaborations<\\/strong><\\/h5><p>Email: <a href=\\\"mailto:proposals@bellavierewards.com\\\">proposals@bellavierewards.com<\\/a> or reach out via WhatsApp.<\\/p><hr \\/><h5><strong>Reservations &amp; Member Updates<\\/strong><\\/h5><p>For updates regarding BellaVie Rewards member reservations, please contact:<\\/p><p>Email: <a href=\\\"mailto:reservations@bellavierewards.com\\\">reservations@bellavierewards.com<\\/a><\\/p><hr \\/><h5><strong>Feedback, Suggestions &amp; Private Client Requests<\\/strong><\\/h5><p>We value your insights and are committed to delivering an unparalleled experience.<\\/p><p>Email: <a href=\\\"mailto:julia@bellavierewards.com\\\">julia@bellavierewards.com<\\/a><\\/p><p><strong>Exclusively Yours,<\\/strong><\\/p><p><strong>The BellaVie Rewards Team<\\/strong><\\/p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --><\\/p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2025 by Bellavie Rewards. All rights reserved.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17641, 6397, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17642, 6397, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17646, 6398, '_edit_lock', '1743765400:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17647, 6398, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17648, 6398, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17649, 6398, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17650, 6398, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17651, 6398, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17663, 6398, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17664, 6398, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17665, 6399, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17666, 6399, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17667, 6399, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17668, 6399, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17669, 6400, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17670, 6400, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17671, 6400, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17672, 6400, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17673, 6398, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17674, 6398, '_elementor_data', '[{\"id\":\"1497fcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7cf1bb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09bfc29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>BellaVie Rewards Profile<\\/h3><p><strong>BellaVie Rewards<\\/strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><hr \\/><h3>Purpose<\\/h3><p>To provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.<\\/p><h3>Vision<\\/h3><p>To set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.<\\/p><h3>Mission<\\/h3><p>To make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.<\\/p><hr \\/><h3>Core Values<\\/h3><ul><li><strong>Integrity:<\\/strong> Upholding transparency and ethical practices in every interaction.<\\/li><li><strong>Commitment:<\\/strong> Prioritizing member wellness and investment goals.<\\/li><li><strong>Innovation:<\\/strong> Leveraging technology for seamless, personalized experiences.<\\/li><li><strong>Customer-Centricity:<\\/strong> Anticipating and exceeding member expectations.<\\/li><li><strong>Exclusivity:<\\/strong> Offering VIP access to premium services and properties.<\\/li><li><strong>Sustainability:<\\/strong> Promoting long-term value and conscious investments.<\\/li><li><strong>People First:<\\/strong> Creating exceptional experiences that enhance lives.<\\/li><li><strong>Agility:<\\/strong> Quickly adapting to market changes and opportunities.<\\/li><li><strong>Digital Mindset:<\\/strong> Embracing digital solutions to elevate luxury living.<\\/li><\\/ul><hr \\/><h3>Core Pillars<\\/h3><ol><li><strong>Personalized Wellness:<\\/strong> Curated global wellness experiences, including spa treatments and transformative retreats.<\\/li><li><strong>Exclusive Real Estate Opportunities:<\\/strong> Access to premium developments with strategic investment advantages.<\\/li><li><strong>AI-Powered Concierge:<\\/strong> Real-time, tailored support for seamless service delivery.<\\/li><li><strong>Global Partner Network:<\\/strong> Collaboration with top-tier wellness and real estate brands.<\\/li><li><strong>Sustainability Focus:<\\/strong> Integrating responsible practices across all services and partnerships.<\\/li><\\/ol><hr \\/><h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE<\\/h3><p>BellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.<\\/p><hr \\/><h3>Sustainability Commitment<\\/h3><p><strong>BellaVie Rewards<\\/strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:<\\/p><ol><li><strong>Economic Growth:<\\/strong> Supporting ethical consumption and financial inclusivity.<\\/li><li><strong>Governance:<\\/strong> Adhering to global ESG standards and ensuring partner integrity.<\\/li><li><strong>Wellness Empowerment:<\\/strong> Investing in health education and fair labor practices.<\\/li><li><strong>Environmental Stewardship:<\\/strong> Reducing waste and promoting eco-conscious living.<\\/li><li><strong>Community Impact:<\\/strong> Enhancing wellness access and supporting philanthropic initiatives.<\\/li><\\/ol><hr \\/><h3>Key Policies Overview<\\/h3><table><thead><tr><th><strong>Category<\\/strong><\\/th><th><strong>Policies<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td>\\ud83c\\udf0d Environmental Responsibility<\\/td><td>Sustainable business operations, eco-friendly travel standards, green procurement practices.<\\/td><\\/tr><tr><td>\\ud83e\\udd1d Social Responsibility<\\/td><td>Inclusive workplace policies, fair labor practices, child safety measures.<\\/td><\\/tr><tr><td>\\ud83c\\udfdb\\ufe0f Governance<\\/td><td>Transparent operations, anti-corruption standards, data privacy protocols.<\\/td><\\/tr><\\/tbody><\\/table><hr \\/><h3>Why BellaVie Rewards?<\\/h3><ul><li>Access to world-class wellness and premium properties.<\\/li><li>Bespoke experiences crafted by an AI-driven concierge.<\\/li><li>Exclusive membership perks and global partner benefits.<\\/li><li>Commitment to sustainability and community well-being.<\\/li><li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.<\\/li><\\/ul><p>Join BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.<\\/p><h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/h3><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17675, 6401, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17676, 6401, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17677, 6401, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17678, 6401, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17679, 6401, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17680, 6401, '_elementor_data', '[{\"id\":\"1497fcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7cf1bb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09bfc29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>BellaVie Rewards Profile<\\/h3><p><strong>BellaVie Rewards<\\/strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><hr \\/><h3>Purpose<\\/h3><p>To provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.<\\/p><h3>Vision<\\/h3><p>To set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.<\\/p><h3>Mission<\\/h3><p>To make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.<\\/p><hr \\/><h3>Core Values<\\/h3><ul><li><strong>Integrity:<\\/strong> Upholding transparency and ethical practices in every interaction.<\\/li><li><strong>Commitment:<\\/strong> Prioritizing member wellness and investment goals.<\\/li><li><strong>Innovation:<\\/strong> Leveraging technology for seamless, personalized experiences.<\\/li><li><strong>Customer-Centricity:<\\/strong> Anticipating and exceeding member expectations.<\\/li><li><strong>Exclusivity:<\\/strong> Offering VIP access to premium services and properties.<\\/li><li><strong>Sustainability:<\\/strong> Promoting long-term value and conscious investments.<\\/li><li><strong>People First:<\\/strong> Creating exceptional experiences that enhance lives.<\\/li><li><strong>Agility:<\\/strong> Quickly adapting to market changes and opportunities.<\\/li><li><strong>Digital Mindset:<\\/strong> Embracing digital solutions to elevate luxury living.<\\/li><\\/ul><hr \\/><h3>Core Pillars<\\/h3><ol><li><strong>Personalized Wellness:<\\/strong> Curated global wellness experiences, including spa treatments and transformative retreats.<\\/li><li><strong>Exclusive Real Estate Opportunities:<\\/strong> Access to premium developments with strategic investment advantages.<\\/li><li><strong>AI-Powered Concierge:<\\/strong> Real-time, tailored support for seamless service delivery.<\\/li><li><strong>Global Partner Network:<\\/strong> Collaboration with top-tier wellness and real estate brands.<\\/li><li><strong>Sustainability Focus:<\\/strong> Integrating responsible practices across all services and partnerships.<\\/li><\\/ol><hr \\/><h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE<\\/h3><p>BellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.<\\/p><hr \\/><h3>Sustainability Commitment<\\/h3><p><strong>BellaVie Rewards<\\/strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:<\\/p><ol><li><strong>Economic Growth:<\\/strong> Supporting ethical consumption and financial inclusivity.<\\/li><li><strong>Governance:<\\/strong> Adhering to global ESG standards and ensuring partner integrity.<\\/li><li><strong>Wellness Empowerment:<\\/strong> Investing in health education and fair labor practices.<\\/li><li><strong>Environmental Stewardship:<\\/strong> Reducing waste and promoting eco-conscious living.<\\/li><li><strong>Community Impact:<\\/strong> Enhancing wellness access and supporting philanthropic initiatives.<\\/li><\\/ol><hr \\/><h3>Key Policies Overview<\\/h3><table><thead><tr><th><strong>Category<\\/strong><\\/th><th><strong>Policies<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td>\\ud83c\\udf0d Environmental Responsibility<\\/td><td>Sustainable business operations, eco-friendly travel standards, green procurement practices.<\\/td><\\/tr><tr><td>\\ud83e\\udd1d Social Responsibility<\\/td><td>Inclusive workplace policies, fair labor practices, child safety measures.<\\/td><\\/tr><tr><td>\\ud83c\\udfdb\\ufe0f Governance<\\/td><td>Transparent operations, anti-corruption standards, data privacy protocols.<\\/td><\\/tr><\\/tbody><\\/table><hr \\/><h3>Why BellaVie Rewards?<\\/h3><ul><li>Access to world-class wellness and premium properties.<\\/li><li>Bespoke experiences crafted by an AI-driven concierge.<\\/li><li>Exclusive membership perks and global partner benefits.<\\/li><li>Commitment to sustainability and community well-being.<\\/li><li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.<\\/li><\\/ul><p>Join BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.<\\/p><h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/h3><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17682, 6402, '_edit_lock', '1740979597:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17683, 6402, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17684, 6402, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17685, 6402, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17686, 6402, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17687, 6402, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17688, 6402, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17689, 6402, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17690, 6403, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17691, 6403, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17692, 6403, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17693, 6403, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17694, 6404, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17695, 6404, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17696, 6404, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17697, 6404, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17698, 6402, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17699, 6402, '_elementor_data', '[{\"id\":\"8e1c6b5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c1d1ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33c0f4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Julia Kushchova<\\/strong><\\/p><p><strong>Founder &amp; Chief Executive Officer, BellaVie Rewards<\\/strong><\\/p><p>Luxury is no longer just about exclusivity\\u2014it\\u2019s about experiences that enrich, elevate, and empower. When I founded BellaVie Rewards, my vision was to create a transformative wellness and lifestyle ecosystem where every choice\\u2014whether an aesthetic treatment, a luxury retreat, or a real estate investment\\u2014delivers true value, effortless indulgence, and long-term rewards.<\\/p><p>At BellaVie Rewards, we are redefining how high-net-worth individuals engage with beauty, wellness, travel, and luxury living by blending cutting-edge rewards, curated partnerships, and sustainable innovation. Our members don\\u2019t just enjoy privileges; they invest in a lifestyle that gives back, nurtures well-being, and opens doors to exclusive opportunities worldwide.<\\/p><h3><strong>A Legacy of Innovation and Refined Luxury<\\/strong><\\/h3><p>In a world constantly evolving, BellaVie Rewards has crafted a billion-dollar ecosystem that seamlessly merges wellness, world-class hospitality, and elite real estate investments, offering effortless access to extraordinary experiences. We transcend the ordinary by blending innovation with timeless luxury, ensuring that every encounter with BellaVie is as distinctive and personalized as our members themselves.<\\/p><h3><strong>Sustainability \\u2013 The Future of True Luxury<\\/strong><\\/h3><p>Luxury is not just about what we possess, but how we protect what matters. At BellaVie, sustainability is woven into our very DNA. From LEED-certified developments to eco-conscious retreats and carbon-neutral travel, we ensure every aspect of BellaVie\\u2019s offerings respects the planet while delivering the pinnacle of luxury living. We believe the true luxury of today is a commitment to a responsible and sustainable future.<\\/p><h3><strong>Empowering Partners, Elevating Communities<\\/strong><\\/h3><p>Luxury should be an experience shared. At BellaVie, we foster meaningful collaborations with our partners and uplift the communities we touch. We carefully curate relationships that promote trust, integrity, and mutual growth, ensuring that each partnership contributes to the creation of a thriving, sustainable ecosystem. Through these efforts, we aim to enhance not just individual lives, but communities at large.<\\/p><h3><strong>Excellence in Every Detail<\\/strong><\\/h3><p>At BellaVie, excellence is our standard. From the moment you engage with us, you\\u2019ll sense the unwavering dedication to perfection that permeates everything we do. Our promise to our members, partners, and investors is simple: we deliver experiences that are elegant, seamless, and above all, unforgettable.<\\/p><p>As we expand our global presence, BellaVie remains steadfast in its commitment to redefining luxury wellness\\u2014not just as a lifestyle, but as an experience that embodies elegance, sustainability, and lasting value.<\\/p><hr \\/><p><strong>Julia Kushchova<\\/strong><\\/p><p>Founder &amp; Chief Executive Officer, BellaVie Rewards<\\/p><p><!-- notionvc: 4fc64832-c445-4aac-be6f-cc9e0db2759f --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17700, 6405, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17701, 6405, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17702, 6405, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17703, 6405, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17704, 6405, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17705, 6405, '_elementor_data', '[{\"id\":\"8e1c6b5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c1d1ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33c0f4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Julia Kushchova<\\/strong><\\/p><p><strong>Founder &amp; Chief Executive Officer, BellaVie Rewards<\\/strong><\\/p><p>Luxury is no longer just about exclusivity\\u2014it\\u2019s about experiences that enrich, elevate, and empower. When I founded BellaVie Rewards, my vision was to create a transformative wellness and lifestyle ecosystem where every choice\\u2014whether an aesthetic treatment, a luxury retreat, or a real estate investment\\u2014delivers true value, effortless indulgence, and long-term rewards.<\\/p><p>At BellaVie Rewards, we are redefining how high-net-worth individuals engage with beauty, wellness, travel, and luxury living by blending cutting-edge rewards, curated partnerships, and sustainable innovation. Our members don\\u2019t just enjoy privileges; they invest in a lifestyle that gives back, nurtures well-being, and opens doors to exclusive opportunities worldwide.<\\/p><h3><strong>A Legacy of Innovation and Refined Luxury<\\/strong><\\/h3><p>In a world constantly evolving, BellaVie Rewards has crafted a billion-dollar ecosystem that seamlessly merges wellness, world-class hospitality, and elite real estate investments, offering effortless access to extraordinary experiences. We transcend the ordinary by blending innovation with timeless luxury, ensuring that every encounter with BellaVie is as distinctive and personalized as our members themselves.<\\/p><h3><strong>Sustainability \\u2013 The Future of True Luxury<\\/strong><\\/h3><p>Luxury is not just about what we possess, but how we protect what matters. At BellaVie, sustainability is woven into our very DNA. From LEED-certified developments to eco-conscious retreats and carbon-neutral travel, we ensure every aspect of BellaVie\\u2019s offerings respects the planet while delivering the pinnacle of luxury living. We believe the true luxury of today is a commitment to a responsible and sustainable future.<\\/p><h3><strong>Empowering Partners, Elevating Communities<\\/strong><\\/h3><p>Luxury should be an experience shared. At BellaVie, we foster meaningful collaborations with our partners and uplift the communities we touch. We carefully curate relationships that promote trust, integrity, and mutual growth, ensuring that each partnership contributes to the creation of a thriving, sustainable ecosystem. Through these efforts, we aim to enhance not just individual lives, but communities at large.<\\/p><h3><strong>Excellence in Every Detail<\\/strong><\\/h3><p>At BellaVie, excellence is our standard. From the moment you engage with us, you\\u2019ll sense the unwavering dedication to perfection that permeates everything we do. Our promise to our members, partners, and investors is simple: we deliver experiences that are elegant, seamless, and above all, unforgettable.<\\/p><p>As we expand our global presence, BellaVie remains steadfast in its commitment to redefining luxury wellness\\u2014not just as a lifestyle, but as an experience that embodies elegance, sustainability, and lasting value.<\\/p><hr \\/><p><strong>Julia Kushchova<\\/strong><\\/p><p>Founder &amp; Chief Executive Officer, BellaVie Rewards<\\/p><p><!-- notionvc: 4fc64832-c445-4aac-be6f-cc9e0db2759f --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17707, 6406, '_edit_lock', '1741324699:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17708, 6406, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17709, 6406, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17710, 6406, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17711, 6406, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17712, 6406, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17713, 6406, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17714, 6406, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17715, 6407, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17716, 6407, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17717, 6407, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17718, 6407, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17719, 6408, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17720, 6408, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17721, 6408, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17722, 6408, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17723, 6406, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17724, 6406, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17725, 6409, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17726, 6409, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17727, 6409, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17728, 6409, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17729, 6409, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17730, 6409, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17732, 6410, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17733, 6410, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17734, 6410, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17735, 6410, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17736, 6410, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17737, 6410, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17739, 6411, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17740, 6411, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17741, 6411, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17742, 6411, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17743, 6411, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17744, 6411, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17746, 6412, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17747, 6412, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17748, 6412, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17749, 6412, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17750, 6412, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17751, 6412, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17753, 6413, '_edit_lock', '1740978821:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17754, 6413, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17755, 6413, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17756, 6413, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17757, 6413, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17758, 6413, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17759, 6413, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17760, 6413, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17761, 6414, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17762, 6414, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17763, 6414, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17764, 6414, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17765, 6415, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17766, 6415, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17767, 6415, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17768, 6415, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17769, 6413, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17770, 6413, '_elementor_data', '[{\"id\":\"d1f0a86\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b3da25a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fd51833\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"The BellaVie Initiative: Empowering Wellness and Community\\u201d<\\/p><p><strong>Empowering Wellness Through the BellaVie Initiative<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re more than just a luxury wellness concierge\\u2014we\\u2019re a movement driven by a mission to promote well-being, social responsibility, and holistic living. Through the BellaVie Initiative, we aim to create a safe, trusted, and reliable ecosystem of partners who are dedicated to empowering individuals to lead healthier, happier lives.<\\/p><p><strong>Our Mission: Building a Healthier, Stronger Community<\\/strong><\\/p><p>The BellaVie Initiative is centered around empowering individuals and communities by promoting active lifestyles, building meaningful social connections, and encouraging proactive wellness habits. Our goal is to foster an environment where wellness and financial prosperity go hand-in-hand, guiding you toward a life of holistic well-being.<\\/p><p><strong>Our Core Values:<\\/strong><\\/p><ul><li><strong>Active Lifestyle:<\\/strong> We believe in the importance of staying active and balanced. Our members gain exclusive access to wellness retreats, fitness centers, and personal training services\\u2014whether it\\u2019s yoga, hiking, or mindfulness. These opportunities help you live a well-rounded, healthy life.<\\/li><li><strong>Social Connections:<\\/strong> BellaVie is a vibrant community that connects like-minded individuals who share wellness goals and aspirations. Through regular events, workshops, and group wellness activities, we help strengthen bonds and encourage personal growth within our network.<\\/li><li><strong>Well-Being and Healthcare:<\\/strong> Optimal health requires consistent care. That\\u2019s why we offer our members special rates for health checkups and wellness assessments, ensuring that you\\u2019re always on top of your health. Additionally, we provide <strong>free diabetes testing<\\/strong> for all BellaVie Rewards members, empowering you to monitor your health regularly and proactively.<\\/li><li><strong>Giving Back:<\\/strong> The BellaVie Charity Initiative is dedicated to supporting wellness programs in underserved communities. We believe in giving back, making a tangible impact, and ensuring that wellness opportunities are accessible to all.<\\/li><\\/ul><p><strong>How We Support Our Members:<\\/strong><\\/p><ul><li><strong>Exclusive Health Benefits:<\\/strong> As a BellaVie member, you\\u2019ll enjoy special rates for essential health checkups and services through our trusted network of healthcare providers, ensuring you receive top-tier care at an affordable cost.<\\/li><li><strong>Free Diabetes Testing:<\\/strong> We\\u2019re committed to preventative care, offering <strong>free diabetes testing<\\/strong> for all members. Early detection is essential to long-term wellness, and we make this an easy and accessible service for you.<\\/li><li><strong>Proven &amp; Trusted Partners:<\\/strong> We partner only with reliable, proven healthcare providers and wellness experts who share our dedication to excellence. Every experience with BellaVie is designed to uphold the highest standards of care and luxury.<\\/li><\\/ul><p><strong>Join BellaVie Rewards Today<\\/strong><\\/p><p>Become part of a movement that goes beyond luxury\\u2014join a community committed to health, well-being, and social connections. By joining BellaVie, you\\u2019re not only investing in your own wellness journey, but you\\u2019re also helping create a future where wellness is prioritized for all. Whether you\\u2019re taking advantage of our exclusive wellness properties or benefiting from our health services, BellaVie is here to elevate your lifestyle and your well-being.<\\/p><p><strong>Your Wellness Journey Awaits<\\/strong><\\/p><p>Together, we will make wellness a lasting priority in your life and in the lives of others.<\\/p><p><!-- notionvc: 5a51a235-b11f-418c-9d3b-f1e34ce09dd5 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17771, 6416, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17772, 6416, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17773, 6416, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17774, 6416, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17775, 6416, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17776, 6416, '_elementor_data', '[{\"id\":\"d1f0a86\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b3da25a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fd51833\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\"The BellaVie Initiative: Empowering Wellness and Community\\u201d<\\/p><p><strong>Empowering Wellness Through the BellaVie Initiative<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re more than just a luxury wellness concierge\\u2014we\\u2019re a movement driven by a mission to promote well-being, social responsibility, and holistic living. Through the BellaVie Initiative, we aim to create a safe, trusted, and reliable ecosystem of partners who are dedicated to empowering individuals to lead healthier, happier lives.<\\/p><p><strong>Our Mission: Building a Healthier, Stronger Community<\\/strong><\\/p><p>The BellaVie Initiative is centered around empowering individuals and communities by promoting active lifestyles, building meaningful social connections, and encouraging proactive wellness habits. Our goal is to foster an environment where wellness and financial prosperity go hand-in-hand, guiding you toward a life of holistic well-being.<\\/p><p><strong>Our Core Values:<\\/strong><\\/p><ul><li><strong>Active Lifestyle:<\\/strong> We believe in the importance of staying active and balanced. Our members gain exclusive access to wellness retreats, fitness centers, and personal training services\\u2014whether it\\u2019s yoga, hiking, or mindfulness. These opportunities help you live a well-rounded, healthy life.<\\/li><li><strong>Social Connections:<\\/strong> BellaVie is a vibrant community that connects like-minded individuals who share wellness goals and aspirations. Through regular events, workshops, and group wellness activities, we help strengthen bonds and encourage personal growth within our network.<\\/li><li><strong>Well-Being and Healthcare:<\\/strong> Optimal health requires consistent care. That\\u2019s why we offer our members special rates for health checkups and wellness assessments, ensuring that you\\u2019re always on top of your health. Additionally, we provide <strong>free diabetes testing<\\/strong> for all BellaVie Rewards members, empowering you to monitor your health regularly and proactively.<\\/li><li><strong>Giving Back:<\\/strong> The BellaVie Charity Initiative is dedicated to supporting wellness programs in underserved communities. We believe in giving back, making a tangible impact, and ensuring that wellness opportunities are accessible to all.<\\/li><\\/ul><p><strong>How We Support Our Members:<\\/strong><\\/p><ul><li><strong>Exclusive Health Benefits:<\\/strong> As a BellaVie member, you\\u2019ll enjoy special rates for essential health checkups and services through our trusted network of healthcare providers, ensuring you receive top-tier care at an affordable cost.<\\/li><li><strong>Free Diabetes Testing:<\\/strong> We\\u2019re committed to preventative care, offering <strong>free diabetes testing<\\/strong> for all members. Early detection is essential to long-term wellness, and we make this an easy and accessible service for you.<\\/li><li><strong>Proven &amp; Trusted Partners:<\\/strong> We partner only with reliable, proven healthcare providers and wellness experts who share our dedication to excellence. Every experience with BellaVie is designed to uphold the highest standards of care and luxury.<\\/li><\\/ul><p><strong>Join BellaVie Rewards Today<\\/strong><\\/p><p>Become part of a movement that goes beyond luxury\\u2014join a community committed to health, well-being, and social connections. By joining BellaVie, you\\u2019re not only investing in your own wellness journey, but you\\u2019re also helping create a future where wellness is prioritized for all. Whether you\\u2019re taking advantage of our exclusive wellness properties or benefiting from our health services, BellaVie is here to elevate your lifestyle and your well-being.<\\/p><p><strong>Your Wellness Journey Awaits<\\/strong><\\/p><p>Together, we will make wellness a lasting priority in your life and in the lives of others.<\\/p><p><!-- notionvc: 5a51a235-b11f-418c-9d3b-f1e34ce09dd5 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17822, 6417, '_menu_item_type', 'custom');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17823, 6417, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17824, 6417, '_menu_item_object_id', 6417);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17825, 6417, '_menu_item_object', 'custom');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17826, 6417, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17827, 6417, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17828, 6417, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17829, 6417, '_menu_item_url', '#');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17831, 6418, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17832, 6418, '_menu_item_menu_item_parent', 6417);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17833, 6418, '_menu_item_object_id', 6413);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17834, 6418, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17835, 6418, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17836, 6418, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17837, 6418, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17838, 6418, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17840, 6419, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17841, 6419, '_menu_item_menu_item_parent', 6417);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17842, 6419, '_menu_item_object_id', 6402);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17843, 6419, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17844, 6419, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17845, 6419, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17846, 6419, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17847, 6419, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17849, 6420, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17850, 6420, '_menu_item_menu_item_parent', 6417);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17851, 6420, '_menu_item_object_id', 6398);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17852, 6420, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17853, 6420, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17854, 6420, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17855, 6420, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17856, 6420, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17858, 6421, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17859, 6421, '_menu_item_menu_item_parent', 6417);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17860, 6421, '_menu_item_object_id', 6406);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17861, 6421, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17862, 6421, '_menu_item_target', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17863, 6421, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17864, 6421, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17865, 6421, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17894, 60, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17895, 60, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17896, 60, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17897, 60, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17898, 60, '_wp_old_date', '2022-02-11');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18078, 46, '_edit_lock', '1740990220:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18079, 6429, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18080, 6429, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18081, 6429, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18082, 6429, '_elementor_version', '3.6.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18083, 6429, '_elementor_data', '[{\"id\":\"efadd9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"431bbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"6df2438\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/hello.svg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fada8da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life.Church wants to make a lasting difference in your life, in our community, and in the world.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":891,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef2ad2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ed4304\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee44168\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"b9e292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e89048\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0131e70\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3034784\"}],\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ff0f6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e5889ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a6879e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Life\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa554c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"019cf74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"63\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c162b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4eaa7c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"content_position\":\"center\",\"content_position_tablet\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"95c5ec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1977-1-1.png\",\"id\":3074,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-64\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-34\",\"bottom\":\"-35\",\"left\":\"-13\",\"isLinked\":false},\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4ac3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b173e3d\"}],\"background_background\":\"classic\",\"background_color\":\"#FFF5F1\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"123\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6704d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0c9c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cbfbba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Achievement!\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"51\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1156ba2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c54fac0\"}],\"structure\":\"40\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c09ac82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52f5276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1.svg\",\"id\":790},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0be074c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1145,\"thousand_separator\":\"\",\"title\":\"New parishioners\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7f69cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6ccf7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1-1.svg\",\"id\":789},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-76,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ff0a4ed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":74,\"thousand_separator\":\"\",\"title\":\"Open churches\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"e0eda06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"017\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964b16\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/tribune-1-1.svg\",\"id\":788},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-19,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d7379d1\",\"elType\":\"widget\",\"settings\":{\"ending_number\":11,\"thousand_separator\":\"\",\"title\":\"Sermon of the Year\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"f1d9bd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ffa18\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/lotus-1.svg\",\"id\":787},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-45,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4f3e549\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250124,\"thousand_separator\":\"\",\"title\":\"Saved souls\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1429cb0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c15ea42\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"576fad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a34cb1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1978-1.png\",\"id\":3102,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"-103\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-31\",\"left\":\"-50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"87a2b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1880763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bcbf770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Family\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112ca5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d863dcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"58\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b7dc2d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f256abd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe6a7c1\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\",\"id\":885,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"138\",\"right\":\"0\",\"bottom\":\"137\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a129815\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"13f826a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7813872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d903f64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a003adf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"adc4a5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Billy Graham\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61ece65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e76353\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c742d5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"cde8c1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e41640c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53d73e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"54d060c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68ba127\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"be5f517\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2215c00\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c84f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"5e2fb66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9fb177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a653e4a\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fb9323e\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"cef2812\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"161c444\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"0033f1b\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"3b1adc5\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aff9294\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-71-1.jpg\",\"id\":1073,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"253\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a5deccb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c45139c\",\"elType\":\"widget\",\"settings\":{\"title\":\"To Worship God and Equip The Saints For Ministry.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b381225\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"155798b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"131\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b62685\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dbb916\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-626.svg\",\"id\":1089,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cf576f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Can We Help?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2f0cd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd00520\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b3cf771\"}],\"structure\":\"30\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c4c5657\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53857fe\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1120\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"23bd50d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1152\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"143fd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb2d7d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1150\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"dcc4bc6\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1153\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"8e1d8ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766ff56\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1151\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"803ac01\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1154\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18084, 6429, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:6;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:8:{s:21:\"_element_width_mobile\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:11;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:2;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:13;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:8;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:5;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:4;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:19;s:5:\"align\";i:4;s:19:\"column_order_mobile\";i:6;s:16:\"content_position\";i:6;s:23:\"content_position_tablet\";i:1;s:19:\"_inline_size_tablet\";i:19;s:19:\"column_order_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:18;s:13:\"margin_tablet\";i:21;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:13:\"margin_mobile\";i:17;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:11:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:26:\"background_position_tablet\";i:2;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:3:\"gap\";i:13;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:18:\"thousand_separator\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:8:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;s:36:\"typography_number_line_height_tablet\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:10:\"jet-unfold\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"section_settings\";a:6:{s:4:\"fold\";i:6;s:11:\"fold_scroll\";i:6;s:11:\"mask_height\";i:6;s:16:\"separator_height\";i:6;s:18:\"mask_height_tablet\";i:6;s:18:\"mask_height_mobile\";i:6;}s:14:\"section_button\";a:5:{s:16:\"button_alignment\";i:6;s:25:\"selected_button_fold_icon\";i:6;s:16:\"button_fold_text\";i:6;s:27:\"selected_button_unfold_icon\";i:6;s:18:\"button_unfold_text\";i:6;}s:15:\"section_content\";a:2:{s:12:\"content_type\";i:6;s:11:\"template_id\";i:6;}}s:5:\"style\";a:3:{s:23:\"section_container_style\";a:5:{s:41:\"container_fold_box_shadow_box_shadow_type\";i:6;s:36:\"container_fold_box_shadow_box_shadow\";i:6;s:23:\"container_border_radius\";i:6;s:28:\"container_fold_bg_background\";i:6;s:23:\"container_fold_bg_color\";i:6;}s:23:\"section_separator_style\";a:2:{s:23:\"separator_bg_background\";i:6;s:18:\"separator_bg_color\";i:6;}s:20:\"section_button_style\";a:8:{s:28:\"button_typography_typography\";i:6;s:27:\"button_typography_font_size\";i:6;s:14:\"button_padding\";i:6;s:13:\"button_margin\";i:6;s:15:\"button_bg_color\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:20:\"button_margin_tablet\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:6;}s:17:\"_section_position\";a:3:{s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18088, 6430, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18089, 6430, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18090, 6430, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18091, 6430, '_elementor_version', '3.6.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18092, 6430, '_elementor_data', '[{\"id\":\"efadd9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"431bbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"6df2438\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/hello.svg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fada8da\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life.Church wants to make a lasting difference in your life, in our community, and in the world.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":891,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef2ad2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ed4304\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee44168\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Rectangle-381.jpg\",\"id\":725,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top center\",\"background_repeat\":\"repeat-x\",\"background_size\":\"auto\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"95\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"b9e292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6e89048\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=CJO0u_HrWE8\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/speaker-giving-talk-conference-hall-business-event-1.jpg\",\"id\":700,\"alt\":\"\",\"source\":\"library\"},\"overlay_color\":\"#D13C3C00\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-619.svg\",\"id\":696},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"play_button_size_mobile\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"play_button_hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"jet-video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0131e70\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3034784\"}],\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"initial\",\"background_xpos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"124\",\"right\":\"0\",\"bottom\":\"62\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4ff0f6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":2,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"e5889ba\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a6879e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Life\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fa554c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"019cf74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"63\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c162b8\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"4eaa7c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"column_order_mobile\":1,\"content_position\":\"center\",\"content_position_tablet\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"95c5ec9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1977-1-1.png\",\"id\":3074,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-64\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-34\",\"bottom\":\"-35\",\"left\":\"-13\",\"isLinked\":false},\"_element_width_mobile\":\"auto\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4ac3df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b173e3d\"}],\"background_background\":\"classic\",\"background_color\":\"#FFF5F1\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"123\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6704d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0c9c6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/strong.svg\",\"id\":4754,\"alt\":\"image\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cbfbba3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Achievement!\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"51\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1156ba2\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c54fac0\"}],\"structure\":\"40\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c09ac82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_xpos_tablet\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"background_ypos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_tablet\":\"contain\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-17\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52f5276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1.svg\",\"id\":790},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0be074c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1145,\"thousand_separator\":\"\",\"title\":\"New parishioners\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7f69cb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-12\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e6ccf7a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/newlyweds-1-1.svg\",\"id\":789},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-76,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"ff0a4ed\",\"elType\":\"widget\",\"settings\":{\"ending_number\":74,\"thousand_separator\":\"\",\"title\":\"Open churches\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"e0eda06\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"017\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964b16\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/tribune-1-1.svg\",\"id\":788},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-19,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"d7379d1\",\"elType\":\"widget\",\"settings\":{\"ending_number\":11,\"thousand_separator\":\"\",\"title\":\"Sermon of the Year\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"f1d9bd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_tablet\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_bg_width\":{\"unit\":\"%\",\"size\":120,\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"34\",\"bottom\":\"51\",\"left\":\"34\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ffa18\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/lotus-1.svg\",\"id\":787},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"image\",\"jet_tricks_widget_satellite_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Group-2023-2.png\",\"id\":4864,\"alt\":\"\",\"source\":\"library\"},\"jet_tricks_widget_satellite_position\":\"middle-center\",\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"jet_tricks_widget_satellite_x_offset_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"jet_tricks_widget_satellite_rotate\":{\"unit\":\"deg\",\"size\":-45,\"sizes\":[]},\"jet_tricks_widget_satellite_image_width\":286,\"jet_tricks_widget_satellite_image_height\":\"\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4f3e549\",\"elType\":\"widget\",\"settings\":{\"ending_number\":250124,\"thousand_separator\":\"\",\"title\":\"Saved souls\",\"number_color\":\"#202020\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"DM Sans\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_number_font_weight\":\"700\",\"typography_number_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_number_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"title_color\":\"#202020\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"DM Sans\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_title_font_weight\":\"500\",\"typography_title_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1429cb0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c15ea42\"}],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"122\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"576fad0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"a34cb1b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Group-1978-1.png\",\"id\":3102,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_margin\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"-55\",\"left\":\"-103\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-31\",\"left\":\"-50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"87a2b62\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"1880763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/book.svg\",\"id\":4759,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bcbf770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Family\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"28\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112ca5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d863dcf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.<\\/p>\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"58\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b7dc2d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about book\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f256abd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe6a7c1\"}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg\",\"id\":885,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"138\",\"right\":\"0\",\"bottom\":\"137\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a129815\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42,\"_inline_size_tablet\":35,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"13f826a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\",\"id\":943,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"37\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":411,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7813872\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d903f64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-51.png\",\"id\":942,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a003adf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":58,\"_inline_size_tablet\":65,\"content_position\":\"center\",\"align\":\"space-between\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"19\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"adc4a5b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Billy Graham\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"46\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61ece65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e76353\",\"elType\":\"widget\",\"settings\":{\"editor\":\"But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c742d5\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"cde8c1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#FB571C33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"12\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e41640c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"jet_tricks_widget_satellite\":\"true\",\"jet_tricks_widget_satellite_type\":\"icon\",\"selected_jet_tricks_widget_satellite_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/quo.svg\",\"id\":913},\"library\":\"svg\"},\"jet_tricks_widget_satellite_position\":\"top-right\",\"jet_tricks_widget_satellite_x_offset_tablet\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_popover_toggle\":\"custom\",\"jet_tricks_widget_satellite_icon_box_background\":\"color\",\"jet_tricks_widget_satellite_icon_box_color\":\"#02010100\",\"jet_tricks_widget_satellite_icon_box_box_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"jet_tricks_widget_satellite_icon_box_box_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_border_color\":\"#FB571C\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":590,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2.5\",\"isLinked\":false},\"jet_tricks_widget_satellite_x_offset\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"jet_tricks_widget_satellite_y_offset\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53d73e5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"54d060c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Billy Graham\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"03\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68ba127\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"12105ae\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f27e117\"},{\"social_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"48f8186\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_primary_color\":\"#02010100\",\"hover_secondary_color\":\"#FB571C\",\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"04\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"be5f517\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our team\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#FB571C\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"40\",\"bottom\":\"16\",\"left\":\"40\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"58\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2215c00\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa731af\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c84f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"align\":\"space-between\"},\"elements\":[{\"id\":\"5e2fb66\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.svg\",\"id\":4752,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9fb177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"41\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a653e4a\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-72.jpg\",\"id\":2125,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"fb9323e\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Church white Glove\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Church white Glove\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-65.jpg\",\"id\":1008,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/church-white-glove\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"cef2812\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Ministres\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Ministres\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-69.jpg\",\"id\":1007,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/ministres\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"161c444\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Holy Bible\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Holy Bible\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-70.jpg\",\"id\":1006,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/holy-bible\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"0033f1b\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Donate Sermons\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Donate Sermons\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/11\\/Frame-73.jpg\",\"id\":2137,\"alt\":\"image\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/donate-sermons\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"},{\"id\":\"3b1adc5\",\"elType\":\"widget\",\"settings\":{\"selected_front_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"front_side_title\":\"Tithing\",\"front_side_subtitle\":\"\",\"front_side_description\":\"\",\"selected_back_side_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/Vector.svg\",\"id\":4584},\"library\":\"svg\"},\"back_side_title\":\"Tithing\",\"back_side_description\":\"How do you explain Jesus and His authority from Billy Graham.\",\"back_side_button_text\":\"Learn more\",\"box_height\":{\"unit\":\"px\",\"size\":312,\"sizes\":[]},\"box_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"box_height_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"animation_effect\":\"jet-box-effect-9\",\"front_vertical_alignment\":\"flex-end\",\"front_side_background_background\":\"classic\",\"front_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"front_side_background_position\":\"initial\",\"front_side_background_repeat\":\"no-repeat\",\"front_side_background_size\":\"cover\",\"front_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"front_overlay_background_background\":\"classic\",\"front_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white_bg.svg\",\"id\":4721,\"alt\":\"image\",\"source\":\"library\"},\"front_overlay_background_position\":\"initial\",\"front_overlay_background_position_tablet\":\"initial\",\"front_overlay_background_position_mobile\":\"initial\",\"front_overlay_background_repeat\":\"no-repeat\",\"front_overlay_background_repeat_tablet\":\"no-repeat\",\"front_overlay_background_repeat_mobile\":\"no-repeat\",\"front_overlay_background_size\":\"initial\",\"front_overlay_background_size_tablet\":\"initial\",\"front_overlay_background_size_mobile\":\"initial\",\"front_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"front_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"front_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"back_vertical_alignment\":\"flex-end\",\"back_side_background_background\":\"classic\",\"back_side_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/services.jpeg\",\"id\":4699,\"alt\":\"services\",\"source\":\"library\"},\"back_side_background_position\":\"initial\",\"back_side_background_repeat\":\"no-repeat\",\"back_side_background_size\":\"cover\",\"back_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"back_overlay_background_background\":\"classic\",\"back_overlay_background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2022\\/01\\/white2.svg\",\"id\":4725,\"alt\":\"\",\"source\":\"library\"},\"back_overlay_background_position\":\"initial\",\"back_overlay_background_position_mobile\":\"bottom center\",\"back_overlay_background_repeat\":\"no-repeat\",\"back_overlay_background_repeat_mobile\":\"no-repeat\",\"back_overlay_background_size\":\"initial\",\"back_overlay_background_size_mobile\":\"initial\",\"back_overlay_background_bg_width\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"back_overlay_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":302,\"sizes\":[]},\"back_overlay_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"front_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"front_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"front_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"030\",\"left\":\"0\",\"isLinked\":false},\"back_icon_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"back_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"back_icon_box_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"front_title_color\":\"#202020\",\"front_title_typography_typography\":\"custom\",\"front_title_typography_font_family\":\"DM Sans\",\"front_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"front_title_typography_font_weight\":\"700\",\"front_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33,\"sizes\":[]},\"front_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"034\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false},\"front_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"back_title_color\":\"#202020\",\"back_title_typography_typography\":\"custom\",\"back_title_typography_font_family\":\"DM Sans\",\"back_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"back_title_typography_font_weight\":\"700\",\"back_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"014\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"back_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"010\",\"left\":\"0\",\"isLinked\":false},\"front_description_color\":\"#202020\",\"back_description_color\":\"#202020\",\"back_description_typography_typography\":\"custom\",\"back_description_typography_font_family\":\"DM Sans\",\"back_description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"back_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"back_description_typography_font_weight\":\"400\",\"back_description_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"back_description_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"back_description_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"back_description_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"15\",\"left\":\"10\",\"isLinked\":false},\"back_description_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"back_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"022\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"back_description_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"027\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"button_color\":\"#FB561C\",\"button_bg_color\":\"#02010100\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"none\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_color\":\"#202020\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":32.2,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":33.33,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_side_button_link\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services\\/tithing\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"front_side_background_color\":\"#FFFFFF\",\"front_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"front_overlay_background_ypos_tablet\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"front_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]},\"back_side_background_color\":\"#FFFFFF\",\"front_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"front_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"front_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_side_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_side_background_ypos\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_tablet\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"back_side_background_ypos_mobile\":{\"unit\":\"%\",\"size\":-100,\"sizes\":[]},\"back_overlay_background_xpos\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_xpos_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"back_overlay_background_ypos\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"back_overlay_background_ypos_tablet\":{\"unit\":\"px\",\"size\":101,\"sizes\":[]},\"back_overlay_background_ypos_mobile\":{\"unit\":\"%\",\"size\":101,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-animated-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aff9294\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1030,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5167f23\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Frame-71-1.jpg\",\"id\":1073,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(241.99999999999997, 104.00000000000001, 54.99999999999999, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"247\",\"right\":\"0\",\"bottom\":\"253\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"135\",\"right\":\"0\",\"bottom\":\"135\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"a5deccb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"c45139c\",\"elType\":\"widget\",\"settings\":{\"title\":\"To Worship God and Equip The Saints For Ministry.\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":72,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b381225\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"155798b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"131\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b62685\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dbb916\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-626.svg\",\"id\":1089,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"cf576f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"How Can We Help?\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2f0cd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"36\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cd00520\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b3cf771\"}],\"structure\":\"30\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"c4c5657\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"53857fe\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1120\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"23bd50d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1152\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"143fd7e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"17\",\"isLinked\":false},\"_inline_size_tablet\":50,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"acb2d7d\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1150\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"dcc4bc6\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1153\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true},{\"id\":\"8e1d8ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_inline_size_tablet\":100,\"space_between_widgets\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"766ff56\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1151\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"49\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"},{\"id\":\"803ac01\",\"elType\":\"widget\",\"settings\":{\"fold\":\"\",\"fold_scroll\":\"\",\"mask_height\":{\"unit\":\"px\",\"size\":136,\"sizes\":[]},\"separator_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"button_alignment\":\"flex-end\",\"selected_button_fold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-2.svg\",\"id\":1106},\"library\":\"svg\"},\"button_fold_text\":\"\",\"selected_button_unfold_icon\":{\"value\":{\"url\":\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content\\/uploads\\/2021\\/10\\/Group-1436-3.svg\",\"id\":1107},\"library\":\"svg\"},\"button_unfold_text\":\"\",\"content_type\":\"template\",\"template_id\":\"1154\",\"container_fold_box_shadow_box_shadow_type\":\"yes\",\"container_fold_box_shadow_box_shadow\":{\"horizontal\":10,\"vertical\":14,\"blur\":44,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"container_border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"separator_bg_background\":\"classic\",\"separator_bg_color\":\"#EA1A1A\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_bg_color\":\"#02010100\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"container_fold_bg_background\":\"classic\",\"container_fold_bg_color\":\"#FFFFFF\",\"mask_height_tablet\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"mask_height_mobile\":{\"unit\":\"px\",\"size\":145,\"sizes\":[]},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"-33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-unfold\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18093, 6430, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:6;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:8:{s:21:\"_element_width_mobile\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:11;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:2;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:13;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:8;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:5;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:4;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:19;s:5:\"align\";i:4;s:19:\"column_order_mobile\";i:6;s:16:\"content_position\";i:6;s:23:\"content_position_tablet\";i:1;s:19:\"_inline_size_tablet\";i:19;s:19:\"column_order_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:18;s:13:\"margin_tablet\";i:21;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:13:\"margin_mobile\";i:17;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:11:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:26:\"background_position_tablet\";i:2;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:3:\"gap\";i:13;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:18:\"thousand_separator\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:8:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;s:36:\"typography_number_line_height_tablet\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:10:\"jet-unfold\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"section_settings\";a:6:{s:4:\"fold\";i:6;s:11:\"fold_scroll\";i:6;s:11:\"mask_height\";i:6;s:16:\"separator_height\";i:6;s:18:\"mask_height_tablet\";i:6;s:18:\"mask_height_mobile\";i:6;}s:14:\"section_button\";a:5:{s:16:\"button_alignment\";i:6;s:25:\"selected_button_fold_icon\";i:6;s:16:\"button_fold_text\";i:6;s:27:\"selected_button_unfold_icon\";i:6;s:18:\"button_unfold_text\";i:6;}s:15:\"section_content\";a:2:{s:12:\"content_type\";i:6;s:11:\"template_id\";i:6;}}s:5:\"style\";a:3:{s:23:\"section_container_style\";a:5:{s:41:\"container_fold_box_shadow_box_shadow_type\";i:6;s:36:\"container_fold_box_shadow_box_shadow\";i:6;s:23:\"container_border_radius\";i:6;s:28:\"container_fold_bg_background\";i:6;s:23:\"container_fold_bg_color\";i:6;}s:23:\"section_separator_style\";a:2:{s:23:\"separator_bg_background\";i:6;s:18:\"separator_bg_color\";i:6;}s:20:\"section_button_style\";a:8:{s:28:\"button_typography_typography\";i:6;s:27:\"button_typography_font_size\";i:6;s:14:\"button_padding\";i:6;s:13:\"button_margin\";i:6;s:15:\"button_bg_color\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:20:\"button_margin_tablet\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:6;}s:17:\"_section_position\";a:3:{s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18097, 6431, '_wp_page_template', 'page-templates/fullwidth-content.php');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18098, 6431, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18099, 6431, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18100, 6431, '_elementor_version', '3.6.1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18101, 6431, '_elementor_data', '[{\"id\":\"efadd9a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"431bbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"6df2438\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/hello.svg\",\"id\":4758,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fada8da\",\"elType\":\"widget\",\"settings\":{\"title\":\"About BellaVie Rewards\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"33\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":891,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":720,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef2ad2a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.<\\/p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.<\\/p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.<\\/p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.<\\/strong><\\/p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.<\\/strong><\\/p><p><!-- notionvc: 71ea9ba6-0f0a-409e-b610-c1442121e776 --><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18102, 6431, '_elementor_controls_usage', 'a:13:{s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:6;s:12:\"align_tablet\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:9;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:8:{s:21:\"_element_width_mobile\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:2;s:9:\"_position\";i:1;s:21:\"_offset_orientation_h\";i:1;s:20:\"_offset_x_end_tablet\";i:1;s:21:\"_offset_orientation_v\";i:1;}s:19:\"_section_responsive\";a:3:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;s:12:\"hide_desktop\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:5:\"space\";i:1;s:19:\"image_border_radius\";i:7;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:8;s:11:\"header_size\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:12;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:12;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:11;s:14:\"_margin_mobile\";i:7;s:14:\"_margin_tablet\";i:2;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:21:\"_element_custom_width\";i:1;s:28:\"_element_custom_width_tablet\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:5:\"align\";i:3;s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:27:\"typography_font_size_tablet\";i:2;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:21:\"typography_font_style\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:13;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:8;s:8:\"_padding\";i:1;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:5;s:21:\"_element_width_tablet\";i:4;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:4;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:11:{s:27:\"jet_tricks_widget_satellite\";i:1;s:32:\"jet_tricks_widget_satellite_type\";i:1;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:1;s:36:\"jet_tricks_widget_satellite_position\";i:1;s:43:\"jet_tricks_widget_satellite_x_offset_tablet\";i:1;s:43:\"jet_tricks_widget_satellite_y_offset_tablet\";i:1;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:1;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:1;s:42:\"jet_tricks_widget_satellite_icon_box_color\";i:1;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:1;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:25:\"section_thumbnail_overlay\";a:3:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;s:13:\"overlay_color\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:3:{s:16:\"play_button_size\";i:1;s:23:\"play_button_size_mobile\";i:1;s:27:\"play_button_hover_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:27;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:8:{s:12:\"_inline_size\";i:27;s:21:\"space_between_widgets\";i:19;s:5:\"align\";i:4;s:19:\"column_order_mobile\";i:6;s:16:\"content_position\";i:6;s:23:\"content_position_tablet\";i:1;s:19:\"_inline_size_tablet\";i:19;s:19:\"column_order_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:18;s:13:\"margin_tablet\";i:21;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:13:\"margin_mobile\";i:17;s:14:\"padding_mobile\";i:4;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:11:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:26:\"background_position_tablet\";i:2;s:22:\"background_xpos_tablet\";i:1;s:22:\"background_ypos_tablet\";i:1;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:19:\"background_bg_width\";i:1;s:16:\"background_color\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:4;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:3:\"gap\";i:13;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:10:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:15:\"background_size\";i:4;s:22:\"background_size_tablet\";i:1;s:26:\"background_bg_width_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:9;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:22:\"typography_line_height\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:3:{s:13:\"ending_number\";i:4;s:18:\"thousand_separator\";i:4;s:5:\"title\";i:4;}}s:5:\"style\";a:2:{s:14:\"section_number\";a:8:{s:12:\"number_color\";i:4;s:28:\"typography_number_typography\";i:4;s:29:\"typography_number_font_family\";i:4;s:27:\"typography_number_font_size\";i:4;s:34:\"typography_number_font_size_tablet\";i:4;s:29:\"typography_number_font_weight\";i:4;s:29:\"typography_number_line_height\";i:4;s:36:\"typography_number_line_height_tablet\";i:4;}s:13:\"section_title\";a:6:{s:11:\"title_color\";i:4;s:27:\"typography_title_typography\";i:4;s:28:\"typography_title_font_family\";i:4;s:26:\"typography_title_font_size\";i:4;s:28:\"typography_title_font_weight\";i:4;s:28:\"typography_title_line_height\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}}}}s:10:\"jet-button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:5:{s:27:\"selected_button_icon_normal\";i:4;s:19:\"button_label_normal\";i:4;s:26:\"selected_button_icon_hover\";i:4;s:18:\"button_label_hover\";i:4;s:10:\"button_url\";i:4;}}s:5:\"style\";a:3:{s:26:\"section_button_plane_style\";a:5:{s:14:\"button_padding\";i:4;s:34:\"normal_plane_background_background\";i:4;s:29:\"normal_plane_background_color\";i:4;s:33:\"plane_hover_background_background\";i:4;s:28:\"plane_hover_background_color\";i:4;}s:25:\"section_button_icon_style\";a:10:{s:17:\"normal_icon_color\";i:4;s:21:\"normal_icon_font_size\";i:4;s:21:\"normal_icon_box_width\";i:4;s:22:\"normal_icon_box_height\";i:4;s:18:\"normal_icon_margin\";i:4;s:16:\"hover_icon_color\";i:4;s:20:\"hover_icon_font_size\";i:4;s:20:\"hover_icon_box_width\";i:4;s:21:\"hover_icon_box_height\";i:4;s:17:\"hover_icon_margin\";i:4;}s:26:\"section_button_label_style\";a:13:{s:12:\"label_margin\";i:4;s:18:\"normal_label_color\";i:4;s:34:\"normal_label_typography_typography\";i:4;s:35:\"normal_label_typography_font_family\";i:4;s:33:\"normal_label_typography_font_size\";i:4;s:35:\"normal_label_typography_font_weight\";i:4;s:35:\"normal_label_typography_line_height\";i:4;s:17:\"hover_label_color\";i:4;s:33:\"hover_label_typography_typography\";i:4;s:34:\"hover_label_typography_font_family\";i:4;s:32:\"hover_label_typography_font_size\";i:4;s:34:\"hover_label_typography_font_weight\";i:4;s:34:\"hover_label_typography_line_height\";i:4;}}}}s:10:\"jet-unfold\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:16:\"section_settings\";a:6:{s:4:\"fold\";i:6;s:11:\"fold_scroll\";i:6;s:11:\"mask_height\";i:6;s:16:\"separator_height\";i:6;s:18:\"mask_height_tablet\";i:6;s:18:\"mask_height_mobile\";i:6;}s:14:\"section_button\";a:5:{s:16:\"button_alignment\";i:6;s:25:\"selected_button_fold_icon\";i:6;s:16:\"button_fold_text\";i:6;s:27:\"selected_button_unfold_icon\";i:6;s:18:\"button_unfold_text\";i:6;}s:15:\"section_content\";a:2:{s:12:\"content_type\";i:6;s:11:\"template_id\";i:6;}}s:5:\"style\";a:3:{s:23:\"section_container_style\";a:5:{s:41:\"container_fold_box_shadow_box_shadow_type\";i:6;s:36:\"container_fold_box_shadow_box_shadow\";i:6;s:23:\"container_border_radius\";i:6;s:28:\"container_fold_bg_background\";i:6;s:23:\"container_fold_bg_color\";i:6;}s:23:\"section_separator_style\";a:2:{s:23:\"separator_bg_background\";i:6;s:18:\"separator_bg_color\";i:6;}s:20:\"section_button_style\";a:8:{s:28:\"button_typography_typography\";i:6;s:27:\"button_typography_font_size\";i:6;s:14:\"button_padding\";i:6;s:13:\"button_margin\";i:6;s:15:\"button_bg_color\";i:6;s:33:\"button_box_shadow_box_shadow_type\";i:6;s:28:\"button_box_shadow_box_shadow\";i:6;s:20:\"button_margin_tablet\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:6;}s:17:\"_section_position\";a:3:{s:21:\"_element_width_tablet\";i:2;s:21:\"_element_width_mobile\";i:2;s:28:\"_element_custom_width_tablet\";i:2;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18106, 46, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18113, 2298, '_edit_lock', '1740990622:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18114, 6432, '_edit_lock', '1740990760:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18115, 6432, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18116, 6432, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18117, 6432, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18118, 6432, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18119, 6432, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18120, 6432, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18121, 6432, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18122, 6433, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18123, 6433, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18124, 6433, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18125, 6433, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18126, 6434, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18127, 6434, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18128, 6434, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18129, 6434, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18130, 6432, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18131, 6432, '_elementor_data', '[{\"id\":\"0dd516e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c35a722\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ec35cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Luxury Wellness &amp; Concierge Services<\\/strong><\\/h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.<\\/p><h3><strong>Concierge &amp; Personalized Assistance<\\/strong><\\/h3><ul><li>Book a private viewing of ultra-luxury properties<\\/li><li>Exclusive access to top designers and architects<\\/li><li>VIP wellness retreats and curated luxury experiences<\\/li><\\/ul><h3><strong>Instant Support &amp; Bookings<\\/strong><\\/h3><p>WhatsApp: <a href=\\\"tel:+971562657965\\\">+971 56 265 7965<\\/a><\\/p><h2><strong>Business &amp; Partnership Inquiries<\\/strong><\\/h2><p>For those who share our vision of elevated living and refined wellness, let\\u2019s connect.<\\/p><h3><strong>Strategic Collaborations &amp; Business Partnerships<\\/strong><\\/h3><p>WhatsApp:<a href=\\\"tel:+971562657965\\\"> +971 56 265 7965<\\/a><\\/p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations<\\/strong><\\/h3><p>Email: <a href=\\\"mailto:proposals@bellavierewards.com\\\">proposals@bellavierewards.com<\\/a> or reach out via WhatsApp.<\\/p><h2><strong>Reservations &amp; Member Updates<\\/strong><\\/h2><p>For updates regarding BellaVie Rewards member reservations, please contact:<\\/p><p>Email: <a href=\\\"mailto:reservations@bellavierewards.com\\\">reservations@bellavierewards.com<\\/a><\\/p><h2><strong>Feedback, Suggestions &amp; Private Client Requests<\\/strong><\\/h2><p>We value your insights and are committed to delivering an unparalleled experience.<\\/p><p>Email: <a href=\\\"mailto:julia@bellavierewards.com\\\">julia@bellavierewards.com<\\/a><\\/p><p><strong>Exclusively Yours,<\\/strong><\\/p><p><strong>The BellaVie Rewards Team<\\/strong><\\/p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18132, 6435, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18133, 6435, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18134, 6435, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18135, 6435, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18136, 6435, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18137, 6435, '_elementor_data', '[{\"id\":\"0dd516e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c35a722\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ec35cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Luxury Wellness &amp; Concierge Services<\\/strong><\\/h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.<\\/p><h3><strong>Concierge &amp; Personalized Assistance<\\/strong><\\/h3><ul><li>Book a private viewing of ultra-luxury properties<\\/li><li>Exclusive access to top designers and architects<\\/li><li>VIP wellness retreats and curated luxury experiences<\\/li><\\/ul><h3><strong>Instant Support &amp; Bookings<\\/strong><\\/h3><p>WhatsApp: <a href=\\\"tel:+971562657965\\\">+971 56 265 7965<\\/a><\\/p><h2><strong>Business &amp; Partnership Inquiries<\\/strong><\\/h2><p>For those who share our vision of elevated living and refined wellness, let\\u2019s connect.<\\/p><h3><strong>Strategic Collaborations &amp; Business Partnerships<\\/strong><\\/h3><p>WhatsApp:<a href=\\\"tel:+971562657965\\\"> +971 56 265 7965<\\/a><\\/p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations<\\/strong><\\/h3><p>Email: <a href=\\\"mailto:proposals@bellavierewards.com\\\">proposals@bellavierewards.com<\\/a> or reach out via WhatsApp.<\\/p><h2><strong>Reservations &amp; Member Updates<\\/strong><\\/h2><p>For updates regarding BellaVie Rewards member reservations, please contact:<\\/p><p>Email: <a href=\\\"mailto:reservations@bellavierewards.com\\\">reservations@bellavierewards.com<\\/a><\\/p><h2><strong>Feedback, Suggestions &amp; Private Client Requests<\\/strong><\\/h2><p>We value your insights and are committed to delivering an unparalleled experience.<\\/p><p>Email: <a href=\\\"mailto:julia@bellavierewards.com\\\">julia@bellavierewards.com<\\/a><\\/p><p><strong>Exclusively Yours,<\\/strong><\\/p><p><strong>The BellaVie Rewards Team<\\/strong><\\/p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18152, 6436, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18153, 6436, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18154, 6436, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18155, 6436, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18156, 6436, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18157, 6436, '_elementor_data', '[{\"id\":\"0dd516e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c35a722\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3ec35cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Luxury Wellness &amp; Concierge Services<\\/strong><\\/h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.<\\/p><h3><strong>Concierge &amp; Personalized Assistance<\\/strong><\\/h3><ul><li>Book a private viewing of ultra-luxury properties<\\/li><li>Exclusive access to top designers and architects<\\/li><li>VIP wellness retreats and curated luxury experiences<\\/li><\\/ul><h3><strong>Instant Support &amp; Bookings<\\/strong><\\/h3><p>WhatsApp: <a href=\\\"tel:+971562657965\\\">+971 56 265 7965<\\/a><\\/p><h2><strong>Business &amp; Partnership Inquiries<\\/strong><\\/h2><p>For those who share our vision of elevated living and refined wellness, let\\u2019s connect.<\\/p><h3><strong>Strategic Collaborations &amp; Business Partnerships<\\/strong><\\/h3><p>WhatsApp:<a href=\\\"tel:+971562657965\\\"> +971 56 265 7965<\\/a><\\/p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations<\\/strong><\\/h3><p>Email: <a href=\\\"mailto:proposals@bellavierewards.com\\\">proposals@bellavierewards.com<\\/a> or reach out via WhatsApp.<\\/p><h2><strong>Reservations &amp; Member Updates<\\/strong><\\/h2><p>For updates regarding BellaVie Rewards member reservations, please contact:<\\/p><p>Email: <a href=\\\"mailto:reservations@bellavierewards.com\\\">reservations@bellavierewards.com<\\/a><\\/p><h2><strong>Feedback, Suggestions &amp; Private Client Requests<\\/strong><\\/h2><p>We value your insights and are committed to delivering an unparalleled experience.<\\/p><p>Email: <a href=\\\"mailto:julia@bellavierewards.com\\\">julia@bellavierewards.com<\\/a><\\/p><p><strong>Exclusively Yours,<\\/strong><\\/p><p><strong>The BellaVie Rewards Team<\\/strong><\\/p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18176, 6438, '_elementor_template_type', 'jet_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18177, 6438, '_elementor_page_settings', 'a:2:{s:14:\"jet_conditions\";a:0:{}s:14:\"conditions_top\";s:6:\"entire\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18178, 6438, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18179, 6438, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18180, 6438, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18181, 6438, '_elementor_data', '[{\"id\":\"c7e8785\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":980,\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"61497f2\"}],\"background_background\":\"gradient\",\"background_color\":\"#FFFFFF\",\"background_color_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"background_color_b\":\"#F26837\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":37.5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"z_index\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"a1db1a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"align_tablet\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFC11F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"160\",\"bottom\":\"160\",\"left\":\"160\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"056\",\"right\":\"056\",\"bottom\":\"053\",\"left\":\"056\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fe95a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sign up for the newsletter\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"08\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8a29651\",\"elType\":\"widget\",\"settings\":{\"submit_placeholder\":\"Enter Email\",\"submit_button_text\":\"Subscribe\",\"additional_fields\":[{\"placeholder\":\"First Name\",\"_id\":\"559fc94\"},{\"type\":\"lname\",\"placeholder\":\"Last Name\",\"_id\":\"1d975b8\"},{\"type\":\"address\",\"placeholder\":\"Address\",\"_id\":\"6728e25\"},{\"type\":\"phone\",\"placeholder\":\"Phone Number\",\"_id\":\"d507735\"}],\"redirect_url\":\"#\",\"input_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"55\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"input_padding_mobile\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"input_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"input_bg_color\":\"#FFFFFF\",\"input_color\":\"#B4B4B4\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"DM Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_box_shadow_box_shadow_type\":\"yes\",\"input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"button_bg_color\":\"#FB571C\",\"button_color\":\"#FFFFFF\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"DM Sans\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"27.5\",\"bottom\":\"10\",\"left\":\"27.5\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-35\",\"isLinked\":false},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"90\",\"bottom\":\"90\",\"left\":\"90\",\"isLinked\":true},\"button_hover_bg_color\":\"#FFC11F\",\"button_hover_color\":\"#FFFFFF\",\"message_error_color\":\"#FFFFFF\",\"message_error_typography_typography\":\"custom\",\"message_error_typography_font_family\":\"DM Sans\",\"message_error_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"message_error_typography_font_weight\":\"700\",\"message_error_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"message_error_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"011\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"message_error_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":489,\"sizes\":[]},\"input_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-subscribe-form\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec02082\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1180,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e372ec\"}],\"background_background\":\"gradient\",\"background_color\":\"#F26837\",\"background_color_stop\":{\"unit\":\"%\",\"size\":61,\"sizes\":[]},\"background_color_b\":\"#FFBD12\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":93,\"sizes\":[]},\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":165,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"117\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"74\",\"left\":\"0\",\"isLinked\":false},\"background_gradient_position\":\"bottom right\"},\"elements\":[{\"id\":\"362b42d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"_inline_size_tablet\":100,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"b88d406\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"0c26444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_inline_size_tablet\":35,\"column_order_tablet\":1,\"color_link\":\"#FFFFFF\",\"color_link_hover\":\"#FFC11F\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3e7e28e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":31.864000000000000767386154620908200740814208984375}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d33be75\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About BellaVie Rewards\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"041aed0\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact US\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f0a05a1\"},{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"7554da9\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"befafb3\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c0b9613\"}],\"space_between\":{\"unit\":\"px\",\"size\":42,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_align_tablet\":\"left\",\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#FFC11F\",\"icon_size\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"text_color_hover\":\"#FFC11F\",\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":109.7590000000000003410605131648480892181396484375},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"view\":\"inline\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d781cd8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/facebook.svg\",\"id\":627},\"library\":\"svg\"},\"_id\":\"3025b89\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/twitter.svg\",\"id\":629},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"c9340dd\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/instagram.svg\",\"id\":628},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"eed123d\"},{\"social_icon\":{\"value\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2021\\/10\\/youtube.svg\",\"id\":630},\"library\":\"svg\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cecf774\"}],\"align\":\"left\",\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF\",\"icon_secondary_color\":\"#FB571C\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hover_primary_color\":\"#FFC11F\",\"hover_secondary_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"428a38c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2025 by Bellavie Rewards. All rights reserved.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"0\",\"left\":\"015\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18182, 6438, '_elementor_controls_usage', 'a:9:{s:8:\"jet-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:9:\"logo_type\";i:1;s:10:\"logo_image\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;s:5:\"shape\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:7:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:7:\"row_gap\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:6:{s:12:\"_inline_size\";i:3;s:21:\"space_between_widgets\";i:3;s:19:\"_inline_size_tablet\";i:3;s:19:\"column_order_tablet\";i:3;s:19:\"column_order_mobile\";i:2;s:23:\"content_position_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:3;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:2:{s:10:\"color_link\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:4:{s:13:\"space_between\";i:1;s:20:\"space_between_tablet\";i:1;s:20:\"space_between_mobile\";i:1;s:17:\"icon_align_tablet\";i:1;}s:18:\"section_icon_style\";a:3:{s:10:\"icon_color\";i:1;s:16:\"icon_color_hover\";i:1;s:9:\"icon_size\";i:1;}s:18:\"section_text_style\";a:9:{s:10:\"text_color\";i:1;s:16:\"text_color_hover\";i:1;s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:27:\"icon_typography_line_height\";i:1;s:34:\"icon_typography_line_height_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:18:\"jet-subscribe-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:24:\"section_subscribe_fields\";a:2:{s:18:\"submit_placeholder\";i:1;s:17:\"additional_fields\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_input_style\";a:15:{s:13:\"input_padding\";i:1;s:20:\"input_padding_mobile\";i:1;s:12:\"input_margin\";i:1;s:19:\"input_border_radius\";i:1;s:14:\"input_bg_color\";i:1;s:11:\"input_color\";i:1;s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:28:\"input_typography_line_height\";i:1;s:19:\"input_border_border\";i:1;s:18:\"input_border_width\";i:1;s:32:\"input_box_shadow_box_shadow_type\";i:1;s:27:\"input_box_shadow_box_shadow\";i:1;}s:27:\"section_submit_button_style\";a:14:{s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:29:\"button_typography_font_weight\";i:1;s:32:\"button_typography_text_transform\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:13:\"button_margin\";i:1;s:20:\"button_margin_mobile\";i:1;s:20:\"button_border_radius\";i:1;s:21:\"button_hover_bg_color\";i:1;s:18:\"button_hover_color\";i:1;}s:21:\"section_message_style\";a:9:{s:17:\"message_alignment\";i:1;s:19:\"message_error_color\";i:1;s:35:\"message_error_typography_typography\";i:1;s:36:\"message_error_typography_font_family\";i:1;s:34:\"message_error_typography_font_size\";i:1;s:36:\"message_error_typography_font_weight\";i:1;s:36:\"message_error_typography_line_height\";i:1;s:20:\"message_error_margin\";i:1;s:27:\"message_error_margin_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:5:{s:22:\"selected_services_icon\";i:2;s:14:\"services_title\";i:2;s:20:\"services_description\";i:2;s:11:\"button_text\";i:2;s:10:\"button_url\";i:1;}s:16:\"section_settings\";a:4:{s:15:\"header_position\";i:2;s:20:\"title_cover_location\";i:1;s:19:\"desc_cover_location\";i:1;s:21:\"button_cover_location\";i:1;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:7:{s:12:\"header_width\";i:2;s:19:\"header_width_mobile\";i:2;s:13:\"header_height\";i:2;s:20:\"header_height_mobile\";i:2;s:20:\"header_border_radius\";i:1;s:13:\"header_margin\";i:2;s:20:\"header_margin_mobile\";i:2;}s:27:\"section_services_icon_style\";a:6:{s:13:\"icon_bg_color\";i:2;s:14:\"icon_font_size\";i:2;s:21:\"icon_font_size_mobile\";i:2;s:9:\"icon_size\";i:2;s:16:\"icon_size_mobile\";i:2;s:18:\"icon_box_alignment\";i:1;}s:28:\"section_services_title_style\";a:10:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:12:\"title_margin\";i:1;s:15:\"title_alignment\";i:1;s:20:\"title_text_alignment\";i:1;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:1;s:15:\"button_bg_color\";i:1;s:12:\"button_color\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:27:\"button_typography_font_size\";i:1;s:34:\"button_typography_font_size_tablet\";i:1;s:29:\"button_typography_font_weight\";i:1;s:29:\"button_typography_line_height\";i:1;s:14:\"button_padding\";i:1;s:18:\"button_hover_color\";i:1;}s:27:\"section_services_desc_style\";a:11:{s:10:\"desc_color\";i:1;s:26:\"desc_typography_typography\";i:1;s:27:\"desc_typography_font_family\";i:1;s:25:\"desc_typography_font_size\";i:1;s:32:\"desc_typography_font_size_tablet\";i:1;s:32:\"desc_typography_font_size_mobile\";i:1;s:27:\"desc_typography_font_weight\";i:1;s:27:\"desc_typography_line_height\";i:1;s:11:\"desc_margin\";i:1;s:14:\"desc_alignment\";i:1;s:19:\"desc_text_alignment\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_color_stop\";i:1;s:18:\"background_color_b\";i:1;s:23:\"background_color_b_stop\";i:1;s:25:\"background_gradient_angle\";i:1;s:28:\"background_gradient_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;s:14:\"padding_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18183, 6438, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18191, 6439, '_edit_lock', '1746867539:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18192, 6439, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18193, 6439, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18194, 6439, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18195, 6439, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18196, 6439, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18268, 6439, 'wpp_send_notification_for_new_post', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18269, 6439, 'webpushr_notification_preview', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18278, 6439, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18279, 6439, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design-1.png\",\"id\":6761,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<br \\/><br \\/><strong>May Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/strong><br \\/><br \\/>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"ekit_btn_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18293, 6444, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18294, 6444, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18295, 6444, '_menu_item_object_id', 6439);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18296, 6444, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18297, 6444, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18298, 6444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18299, 6444, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18300, 6444, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18423, 6452, '_wp_attached_file', '2025/03/Capture.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18424, 6452, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1555;s:6:\"height\";i:75;s:4:\"file\";s:19:\"2025/03/Capture.png\";s:8:\"filesize\";i:4476;s:5:\"sizes\";a:23:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"Capture-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1067;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Capture-100x75.png\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:721;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"Capture-600x29.png\";s:5:\"width\";i:600;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2587;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Capture-300x14.png\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1263;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Capture-1024x49.png\";s:5:\"width\";i:1024;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Capture-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1180;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Capture-768x37.png\";s:5:\"width\";i:768;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3275;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Capture-1536x74.png\";s:5:\"width\";i:1536;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6325;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"Capture-370x75.png\";s:5:\"width\";i:370;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1186;}s:15:\"mygrace-thumb-m\";a:5:{s:4:\"file\";s:18:\"Capture-370x75.png\";s:5:\"width\";i:370;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1186;}s:16:\"mygrace-thumb-xl\";a:5:{s:4:\"file\";s:19:\"Capture-1150x75.png\";s:5:\"width\";i:1150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1401;}s:21:\"mygrace-thumb-listing\";a:5:{s:4:\"file\";s:18:\"Capture-750x75.png\";s:5:\"width\";i:750;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1353;}s:23:\"mygrace-thumb-grid-3col\";a:5:{s:4:\"file\";s:18:\"Capture-350x75.png\";s:5:\"width\";i:350;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1146;}s:31:\"mygrace-thumb-grid-2col-sidebar\";a:5:{s:4:\"file\";s:18:\"Capture-350x75.png\";s:5:\"width\";i:350;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1146;}s:17:\"mygrace-thumb-nav\";a:5:{s:4:\"file\";s:18:\"Capture-115x75.png\";s:5:\"width\";i:115;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:842;}s:21:\"mygrace-thumb-related\";a:5:{s:4:\"file\";s:18:\"Capture-600x75.png\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1322;}s:25:\"mygrace-thumb-post-widget\";a:5:{s:4:\"file\";s:17:\"Capture-58x58.png\";s:5:\"width\";i:58;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:369;}s:27:\"mygrace-thumb-search-result\";a:5:{s:4:\"file\";s:18:\"Capture-180x75.png\";s:5:\"width\";i:180;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:823;}s:18:\"mygrace-thumb-grid\";a:5:{s:4:\"file\";s:18:\"Capture-370x75.png\";s:5:\"width\";i:370;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1186;}s:22:\"mygrace-thumb-wishlist\";a:5:{s:4:\"file\";s:17:\"Capture-60x75.png\";s:5:\"width\";i:60;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379;}s:26:\"mygrace-thumb-products-cat\";a:5:{s:4:\"file\";s:18:\"Capture-360x75.png\";s:5:\"width\";i:360;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1182;}s:29:\"mygrace-thumb-product-archive\";a:5:{s:4:\"file\";s:18:\"Capture-260x75.png\";s:5:\"width\";i:260;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:985;}s:28:\"mygrace-thumb-product-single\";a:5:{s:4:\"file\";s:18:\"Capture-570x75.png\";s:5:\"width\";i:570;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1303;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18434, 6454, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18435, 6454, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18436, 6454, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18437, 6454, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18438, 6454, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18439, 6454, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fae67e\",\"elType\":\"widget\",\"settings\":{\"svg_link\":{\"url\":\"https:\\/\\/www.sephora.com\\/img\\/ufe\\/bi\\/header-insider.svg\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"jet-inline-svg\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<\\/p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p><p>Because you deserve the extraordinary.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18443, 6455, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18444, 6455, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18445, 6455, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18446, 6455, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18447, 6455, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18448, 6455, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c577c98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<\\/p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p><p>Because you deserve the extraordinary.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18454, 6456, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18455, 6456, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18456, 6456, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18457, 6456, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18458, 6456, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18459, 6456, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c577c98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<\\/p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p><p>Because you deserve the extraordinary.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18463, 6457, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18464, 6457, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18465, 6457, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18466, 6457, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18467, 6457, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18468, 6457, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c577c98\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<\\/p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p><p>Because you deserve the extraordinary.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18472, 6458, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18473, 6458, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18474, 6458, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18475, 6458, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18476, 6458, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18477, 6458, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18706, 20, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18802, 6473, '_wp_attached_file', '2025/03/dafa267d-d776-4679-9aa2-a2e140fd4a40.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18803, 6473, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2025/03/dafa267d-d776-4679-9aa2-a2e140fd4a40.jpg\";s:8:\"filesize\";i:62300;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5543;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-768x230.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25853;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15397;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-600x180.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18159;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"dafa267d-d776-4679-9aa2-a2e140fd4a40-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3333;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18804, 6474, '_wp_attached_file', '2025/03/56f88acc-2fd0-4edc-9603-a6fe8475f8cf.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18805, 6474, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2025/03/56f88acc-2fd0-4edc-9603-a6fe8475f8cf.jpg\";s:8:\"filesize\";i:40846;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-768x230.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17434;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8564;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-600x180.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12190;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"56f88acc-2fd0-4edc-9603-a6fe8475f8cf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2174;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18806, 6475, '_wp_attached_file', '2025/03/1ed853d3-4707-40d3-8549-185d08b96978.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18807, 6475, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2025/03/1ed853d3-4707-40d3-8549-185d08b96978.jpg\";s:8:\"filesize\";i:55613;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"1ed853d3-4707-40d3-8549-185d08b96978-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"1ed853d3-4707-40d3-8549-185d08b96978-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"1ed853d3-4707-40d3-8549-185d08b96978-768x230.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24746;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"1ed853d3-4707-40d3-8549-185d08b96978-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15265;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"1ed853d3-4707-40d3-8549-185d08b96978-600x180.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17267;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"1ed853d3-4707-40d3-8549-185d08b96978-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3212;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18808, 6476, '_wp_attached_file', '2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18809, 6476, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:856;s:6:\"height\";i:485;s:4:\"file\";s:48:\"2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\";s:8:\"filesize\";i:79699;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38960;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14532;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25687;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"a927c111-1c3a-4342-9c6c-0f6cda51eb22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2833;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18854, 60, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18855, 6417, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18856, 6420, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18857, 6419, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18858, 6421, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18859, 6418, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18860, 6444, '_wp_old_date', '2025-03-03');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18867, 6481, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18868, 6481, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18869, 6481, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18870, 6481, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18871, 6481, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18872, 6481, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18876, 6482, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18877, 6482, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18878, 6482, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18879, 6482, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18880, 6482, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18881, 6482, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18885, 6483, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18886, 6483, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18887, 6483, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18888, 6483, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18889, 6483, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18890, 6483, '_elementor_data', '[{\"id\":\"752c651\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"1a9a5cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b7b929b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"b592da3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"e0cb19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"14d2980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"94c52b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"9759362\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18894, 6484, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18895, 6484, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18896, 6484, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18897, 6484, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18898, 6484, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18899, 6484, '_elementor_data', '[{\"id\":\"1497fcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"7cf1bb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"09bfc29\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>BellaVie Rewards Profile<\\/h3><p><strong>BellaVie Rewards<\\/strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.<\\/p><hr \\/><h3>Purpose<\\/h3><p>To provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.<\\/p><h3>Vision<\\/h3><p>To set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.<\\/p><h3>Mission<\\/h3><p>To make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.<\\/p><hr \\/><h3>Core Values<\\/h3><ul><li><strong>Integrity:<\\/strong> Upholding transparency and ethical practices in every interaction.<\\/li><li><strong>Commitment:<\\/strong> Prioritizing member wellness and investment goals.<\\/li><li><strong>Innovation:<\\/strong> Leveraging technology for seamless, personalized experiences.<\\/li><li><strong>Customer-Centricity:<\\/strong> Anticipating and exceeding member expectations.<\\/li><li><strong>Exclusivity:<\\/strong> Offering VIP access to premium services and properties.<\\/li><li><strong>Sustainability:<\\/strong> Promoting long-term value and conscious investments.<\\/li><li><strong>People First:<\\/strong> Creating exceptional experiences that enhance lives.<\\/li><li><strong>Agility:<\\/strong> Quickly adapting to market changes and opportunities.<\\/li><li><strong>Digital Mindset:<\\/strong> Embracing digital solutions to elevate luxury living.<\\/li><\\/ul><hr \\/><h3>Core Pillars<\\/h3><ol><li><strong>Personalized Wellness:<\\/strong> Curated global wellness experiences, including spa treatments and transformative retreats.<\\/li><li><strong>Exclusive Real Estate Opportunities:<\\/strong> Access to premium developments with strategic investment advantages.<\\/li><li><strong>AI-Powered Concierge:<\\/strong> Real-time, tailored support for seamless service delivery.<\\/li><li><strong>Global Partner Network:<\\/strong> Collaboration with top-tier wellness and real estate brands.<\\/li><li><strong>Sustainability Focus:<\\/strong> Integrating responsible practices across all services and partnerships.<\\/li><\\/ol><hr \\/><h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE<\\/h3><p>BellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.<\\/p><hr \\/><h3>Sustainability Commitment<\\/h3><p><strong>BellaVie Rewards<\\/strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:<\\/p><ol><li><strong>Economic Growth:<\\/strong> Supporting ethical consumption and financial inclusivity.<\\/li><li><strong>Governance:<\\/strong> Adhering to global ESG standards and ensuring partner integrity.<\\/li><li><strong>Wellness Empowerment:<\\/strong> Investing in health education and fair labor practices.<\\/li><li><strong>Environmental Stewardship:<\\/strong> Reducing waste and promoting eco-conscious living.<\\/li><li><strong>Community Impact:<\\/strong> Enhancing wellness access and supporting philanthropic initiatives.<\\/li><\\/ol><hr \\/><h3>Key Policies Overview<\\/h3><table><thead><tr><th><strong>Category<\\/strong><\\/th><th><strong>Policies<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td>\\ud83c\\udf0d Environmental Responsibility<\\/td><td>Sustainable business operations, eco-friendly travel standards, green procurement practices.<\\/td><\\/tr><tr><td>\\ud83e\\udd1d Social Responsibility<\\/td><td>Inclusive workplace policies, fair labor practices, child safety measures.<\\/td><\\/tr><tr><td>\\ud83c\\udfdb\\ufe0f Governance<\\/td><td>Transparent operations, anti-corruption standards, data privacy protocols.<\\/td><\\/tr><\\/tbody><\\/table><hr \\/><h3>Why BellaVie Rewards?<\\/h3><ul><li>Access to world-class wellness and premium properties.<\\/li><li>Bespoke experiences crafted by an AI-driven concierge.<\\/li><li>Exclusive membership perks and global partner benefits.<\\/li><li>Commitment to sustainability and community well-being.<\\/li><li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.<\\/li><\\/ul><p>Join BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.<\\/p><h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/h3><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><hr \\/><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18953, 6488, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18954, 6488, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18955, 6488, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18956, 6488, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18957, 6488, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18958, 6488, '_edit_lock', '1746865986:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18959, 6488, 'ekit_post_views_count', 2);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18960, 6489, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18961, 6489, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18962, 6489, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18963, 6489, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18964, 6489, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18965, 6488, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18966, 6488, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"dropdown\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18967, 6490, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18968, 6490, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18969, 6490, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18970, 6490, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18971, 6490, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18972, 6490, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18973, 6490, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18975, 6491, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18976, 6491, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18977, 6491, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18978, 6491, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18979, 6491, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18980, 6491, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18981, 6491, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18983, 6488, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19015, 6495, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19016, 6495, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19017, 6495, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19018, 6495, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19019, 6495, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19020, 6495, '_elementor_data', '[{\"id\":\"752c651\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"1a9a5cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b7b929b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"b592da3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"e0cb19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"14d2980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"94c52b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"9759362\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19024, 6496, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19025, 6496, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19026, 6496, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19027, 6496, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19028, 6496, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19029, 6496, '_elementor_data', '[{\"id\":\"752c651\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"margin\":{\"unit\":\"px\",\"top\":\"-31\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"1a9a5cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b7b929b\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"b592da3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"e0cb19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"14d2980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"94c52b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"9759362\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19033, 6497, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19034, 6497, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19035, 6497, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19036, 6497, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19037, 6497, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19038, 6497, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19056, 6500, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19057, 6500, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19058, 6500, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19059, 6500, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19060, 6500, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19061, 6500, '_edit_lock', '1741685037:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19062, 6500, 'ekit_post_views_count', 3);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19069, 6501, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19070, 6501, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19071, 6501, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19072, 6501, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19073, 6501, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19074, 6501, '_elementor_data', '[{\"id\":\"f6bb8ee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b6fd2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a243ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core<\\/strong><\\/p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.<\\/p><p><strong>Our Sustainability Vision<\\/strong><\\/p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we\\u2019re pioneering a luxury experience with a lasting impact.<\\/p><hr \\/><h3><strong>Our Five Pillars of Sustainability:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Driving Sustainable Economic Growth<\\/strong><\\/p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.<\\/li><li>Supporting ethical business models with partners that align with our long-term vision.<\\/li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.<\\/li><\\/ul><p>2\\ufe0f\\u20e3 <strong>Elevating Governance &amp; Ethical Business<\\/strong><\\/p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.<\\/li><li>Aligning with global ESG standards to maintain ethical business practices.<\\/li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.<\\/li><\\/ul><p>3\\ufe0f\\u20e3 <strong>Empowering People &amp; Wellness<\\/strong><\\/p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.<\\/li><li>Investing in wellness education, empowering individuals to make informed health choices.<\\/li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.<\\/li><\\/ul><p>4\\ufe0f\\u20e3 <strong>Protecting Our Planet<\\/strong><\\/p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.<\\/li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.<\\/li><li>Digitizing operations to reduce waste and minimize carbon emissions.<\\/li><\\/ul><p>5\\ufe0f\\u20e3 <strong>Strengthening Communities &amp; Social Impact<\\/strong><\\/p><ul><li>Supporting wellness access programs for underprivileged communities.<\\/li><li>Collaborating with sustainable development projects that align with global well-being initiatives.<\\/li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.<\\/li><\\/ul><hr \\/><h3><strong>Sustainability in Action:<\\/strong><\\/h3><p>At BellaVie Rewards, sustainability isn\'t just a goal\\u2014it\\u2019s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.<\\/p><p>We\\u2019re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.<\\/p><h3><strong>A Future Where Luxury Meets Purpose<\\/strong><\\/h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you\\u2019re not just indulging in luxury\\u2014you\\u2019re contributing to a better, more sustainable future.<\\/p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.<\\/p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19094, 6500, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19095, 6500, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1365,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\",\"background_color\":\"#58B2DE\",\"background_color_b\":\"#001476\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":226,\"sizes\":[]}},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"7765878\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"50\"},\"elements\":[{\"id\":\"5fc2aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.6440000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Help & FAQ\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"},{\"text\":\"Terms \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"72b3fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.413000000000000255795384873636066913604736328125},\"elements\":[{\"id\":\"f90b093\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rewards Catalog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"All Brands\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"All Businesses\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"98543c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"For Businesses \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Sell With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Partner With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Linking\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"46d642c\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3cca6fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.111000000000000653699316899292171001434326171875},\"elements\":[{\"id\":\"4027883\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Real Estate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Luxury Villas in Dubai \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Waterfront residences in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Luxury penthouses in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Al Barrari Experts\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"84979ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.425000000000000710542735760100185871124267578125},\"elements\":[{\"id\":\"7e92fea\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Custom Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Architecture and design\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Luxury amenities Consulting \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9600930\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":30.40299999999999869260136620141565799713134765625},\"elements\":[{\"id\":\"9f6dc41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Info\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\",\"selected_icon\":{\"value\":\"icon icon-map-marker1\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"+971 56 2657965\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"proposals@bellavierewards.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"bca027a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"},{\"_id\":\"c403503\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#CECECE00\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"ee8de4c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"d8e44f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f46fa18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2025 BellaVie Rewards. All Rights Reserved.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3079037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9eff6b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Powered by <a href=\\\"http:\\/\\/Marketrategist.com\\\" style=\\\"color:white\\\">Marketrategist.com<\\/a>\",\"text_color\":\"#FFFFFF\",\"align\":\"right\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19097, 6502, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19098, 6502, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19099, 6502, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19100, 6502, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19101, 6502, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19102, 6502, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19103, 6502, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\"},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About BellaVie Rewards\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#000000\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"1a63775\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"\\u00a9 2025 BellaVie Rewards. All Rights Reserved.\\n\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19105, 6503, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19106, 6503, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19107, 6503, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19108, 6503, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19109, 6503, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19110, 6503, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19111, 6503, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1365,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\",\"background_color\":\"#58B2DE\",\"background_color_b\":\"#001476\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":226,\"sizes\":[]}},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About BellaVie Rewards\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#CECECE00\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"f46fa18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2025 BellaVie Rewards. All Rights Reserved.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19113, 6500, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19182, 6510, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19183, 6510, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19184, 6510, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19185, 6510, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19186, 6510, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19187, 6510, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19191, 6511, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19192, 6511, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19193, 6511, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19194, 6511, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19195, 6511, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19196, 6511, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f941ca\",\"elType\":\"widget\",\"settings\":{\"sale_badge_text\":\"Sale!\",\"in_stock_status_text\":\"In Stock\",\"on_backorder_status_text\":\"On Backorder\",\"out_of_stock_status_text\":\"Out of Stock\",\"not_found_message\":\"Products not found.\",\"column_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"box_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"box_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"015\",\"bottom\":\"30\",\"left\":\"015\",\"isLinked\":false},\"thumb_background\":\"#F0F0F0\",\"thumb_box_shadow_box_shadow_type\":\"yes\",\"thumb_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":14,\"blur\":34,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.06)\"},\"thumb_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"thumb_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"14\",\"left\":\"0\",\"isLinked\":false},\"thumb_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_color\":\"#202020\",\"title_color_hover\":\"#FB571C\",\"title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"title_order\":2,\"price_space_between\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"DM Sans\",\"price_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_typography_font_weight\":\"500\",\"price_typography_line_height\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"price_color\":\"#202020\",\"price_regular_color\":\"#999999\",\"price_regular_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"price_sale_color\":\"#202020\",\"price_sale_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"price_sale_weight\":\"600\",\"price_order\":3,\"rating_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"rating_color_all\":\"#D7D7D7\",\"rating_color_rated\":\"#FFA922\",\"rating_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-3\",\"left\":\"0\",\"isLinked\":false},\"badge_typography_typography\":\"custom\",\"badge_typography_font_family\":\"DM Sans\",\"badge_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"badge_typography_font_weight\":\"500\",\"badge_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"badge_on_sale_color\":\"#FB571C\",\"badge_on_sale_background_background\":\"classic\",\"badge_on_sale_background_color\":\"#FFFFFF\",\"badge_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"badge_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"badge_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"7\",\"left\":\"6\",\"isLinked\":false},\"quickview_button_label_normal\":\"Quick View\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-25\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"-30\",\"left\":\"-15\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"jet_tricks_widget_tooltip_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_tricks_widget_tooltip_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"presets\":\"preset-2\",\"add_title_link\":\"\",\"title_html_tag\":\"h6\",\"add_thumb_link\":\"\",\"show_badges\":\"\",\"show_excerpt\":\"\",\"show_cat\":\"\",\"show_tag\":\"\",\"show_price\":\"\",\"show_rating\":\"\",\"show_button\":\"\",\"quickview_use_button_icon\":\"\"},\"elements\":[],\"widgetType\":\"jet-woo-products\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19200, 6512, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19201, 6512, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19202, 6512, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19203, 6512, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19204, 6512, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19205, 6512, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19212, 6513, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19213, 6513, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19214, 6513, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19215, 6513, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19216, 6513, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19217, 6513, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19218, 6513, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1365,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\",\"background_color\":\"#58B2DE\",\"background_color_b\":\"#001476\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":226,\"sizes\":[]}},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"About BellaVie Rewards\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Privacy & Cookies Policy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"FAQs\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#CECECE00\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"ee8de4c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"d8e44f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f46fa18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2025 BellaVie Rewards. All Rights Reserved.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3079037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9eff6b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Powered by <a href=\\\"http:\\/\\/Marketrategist.com\\\" style=\\\"color:white\\\">Marketrategist.com<\\/a>\",\"text_color\":\"#FFFFFF\",\"align\":\"right\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19220, 6513, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19421, 6514, '_edit_lock', '1742286662:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19422, 6514, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19423, 6514, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19424, 6514, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19425, 6514, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19426, 6514, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19427, 6514, 'ekit_post_views_count', 72);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19438, 6514, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19439, 6514, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/strong><\\/h5><h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19482, 6514, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19604, 6520, '_wp_attached_file', '2025/03/1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19605, 6520, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/1.png\";s:8:\"filesize\";i:112976;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"1-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11167;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"1-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49330;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"1-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123506;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"1-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27577;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"1-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34147;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9415;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19606, 6521, '_wp_attached_file', '2025/03/2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19607, 6521, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/2.png\";s:8:\"filesize\";i:217455;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"2-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12886;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85996;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"2-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57095;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"2-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147001;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"2-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28239;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"2-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39248;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10077;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19608, 6522, '_wp_attached_file', '2025/03/3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19609, 6522, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/3.png\";s:8:\"filesize\";i:217395;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"3-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11325;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"3-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52203;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"3-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140927;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"3-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33122;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"3-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35641;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11654;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19610, 6523, '_wp_attached_file', '2025/03/4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19611, 6523, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/4.png\";s:8:\"filesize\";i:212893;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"4-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11241;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"4-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52057;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"4-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144258;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"4-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25346;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"4-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35717;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10816;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19612, 6524, '_wp_attached_file', '2025/03/5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19613, 6524, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/5.png\";s:8:\"filesize\";i:369362;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"5-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13704;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"5-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"5-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70886;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"5-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199341;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"5-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26990;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"5-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47362;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9191;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19614, 6525, '_wp_attached_file', '2025/03/6.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19615, 6525, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/6.png\";s:8:\"filesize\";i:185434;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"6-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10948;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"6-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"6-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49481;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"6-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129081;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"6-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14077;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"6-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33879;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3957;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19616, 6526, '_wp_attached_file', '2025/03/7.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19617, 6526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1830;s:6:\"height\";i:186;s:4:\"file\";s:13:\"2025/03/7.png\";s:8:\"filesize\";i:377735;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"7-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12343;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"7-1024x104.png\";s:5:\"width\";i:1024;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107664;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13211;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:12:\"7-768x78.png\";s:5:\"width\";i:768;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66630;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:14:\"7-1536x156.png\";s:5:\"width\";i:1536;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203752;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"7-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25298;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:12:\"7-600x61.png\";s:5:\"width\";i:600;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43464;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7367;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19650, 6530, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19651, 6530, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19652, 6530, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19653, 6530, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19654, 6530, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19655, 6530, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19656, 6530, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19657, 6530, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19693, 6534, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19694, 6534, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19695, 6534, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19696, 6534, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19697, 6534, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19698, 6534, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19699, 6534, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1365,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\",\"background_color\":\"#58B2DE\",\"background_color_b\":\"#001476\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":226,\"sizes\":[]}},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"7765878\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"50\"},\"elements\":[{\"id\":\"5fc2aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.6440000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Help & FAQ\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"},{\"text\":\"Terms \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"72b3fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.413000000000000255795384873636066913604736328125},\"elements\":[{\"id\":\"f90b093\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rewards Catalog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"All Brands\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"All Businesses\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"98543c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"For Businesses \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Sell With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Partner With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Linking\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"46d642c\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3cca6fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.111000000000000653699316899292171001434326171875},\"elements\":[{\"id\":\"4027883\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Real Estate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Luxury Villas in Dubai \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Waterfront residences in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Luxury penthouses in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Al Barrari Experts\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"84979ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.425000000000000710542735760100185871124267578125},\"elements\":[{\"id\":\"7e92fea\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Custom Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Architecture and design\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Luxury amenities Consulting \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9600930\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":30.40299999999999869260136620141565799713134765625},\"elements\":[{\"id\":\"9f6dc41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Info\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\",\"selected_icon\":{\"value\":\"icon icon-map-marker1\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"+971 56 2657965\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"proposals@bellavierewards.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"bca027a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"},{\"_id\":\"c403503\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#CECECE00\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"ee8de4c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"d8e44f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f46fa18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2025 BellaVie Rewards. All Rights Reserved.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3079037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9eff6b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Powered by <a href=\\\"http:\\/\\/Marketrategist.com\\\" style=\\\"color:white\\\">Marketrategist.com<\\/a>\",\"text_color\":\"#FFFFFF\",\"align\":\"right\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19700, 6534, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19717, 6536, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19718, 6536, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19719, 6536, '_elementor_template_type', 'footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19720, 6536, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19721, 6536, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19722, 6536, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19723, 6536, '_elementor_data', '[{\"id\":\"0186b20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1365,\"sizes\":[]},\"jet_parallax_layout_list\":[],\"background_background\":\"gradient\",\"background_color\":\"#58B2DE\",\"background_color_b\":\"#001476\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":226,\"sizes\":[]}},\"elements\":[{\"id\":\"4743202\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34b62ba\",\"elType\":\"widget\",\"settings\":{\"logo_type\":\"image\",\"logo_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/\\u0644\\u0648\\u062c\\u0648-Logo-\\u0623\\u062e\\u0636\\u0631-\\u0648-\\u0628\\u064a\\u062c-\\u0643\\u0644\\u0627\\u0633\\u064a\\u0643\\u064a-\\u0623\\u0646\\u064a\\u0642-\\u0644\\u0644\\u0645\\u062c\\u0648\\u0647\\u0631\\u0627\\u062a-\\u0648-\\u0627\\u0644\\u0627\\u0643\\u0633\\u0633\\u0648\\u0627\\u0631\\u0627\\u062a--e1738731860778.png\",\"id\":6284,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":15.7140000000000004121147867408581078052520751953125}},\"elements\":[],\"widgetType\":\"jet-logo\"},{\"id\":\"7765878\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"structure\":\"50\"},\"elements\":[{\"id\":\"5fc2aab\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":11.6440000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"f72858a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"_id\":\"7f256ad\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/about-us\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/contact-us-footer\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Help & FAQ\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/faqs\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"},{\"text\":\"Terms \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Privacy\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"72b3fe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.413000000000000255795384873636066913604736328125},\"elements\":[{\"id\":\"f90b093\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Rewards Catalog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"All Brands\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"All Businesses\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"98543c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"For Businesses \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Sell With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Partner With Us\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Linking\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"46d642c\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3cca6fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23.111000000000000653699316899292171001434326171875},\"elements\":[{\"id\":\"4027883\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Real Estate\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Luxury Villas in Dubai \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Waterfront residences in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"Luxury penthouses in Dubai\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c8c78c5\"},{\"text\":\"Al Barrari Experts\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"379d9ec\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"84979ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19.425000000000000710542735760100185871124267578125},\"elements\":[{\"id\":\"7e92fea\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Custom Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Architecture and design\",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"Luxury amenities Consulting \",\"selected_icon\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"__dynamic__\":[],\"_id\":\"c90033a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9600930\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":30.40299999999999869260136620141565799713134765625},\"elements\":[{\"id\":\"9f6dc41\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact Info\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7f256ad\",\"__dynamic__\":[]},{\"text\":\"Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\",\"selected_icon\":{\"value\":\"icon icon-map-marker1\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"4528424\"},{\"text\":\"+971 56 2657965\",\"selected_icon\":{\"value\":\"icon icon-phone-handset\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"c90033a\"},{\"text\":\"proposals@bellavierewards.com\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"__dynamic__\":[],\"_id\":\"bca027a\"}],\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a3b9b28\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"116725a\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"e80f14b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6b97e12\"},{\"_id\":\"c403503\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#CECECE00\",\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"ee8de4c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"d8e44f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"f46fa18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2025 BellaVie Rewards. All Rights Reserved.<\\/p>\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3079037\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9eff6b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Powered by <a href=\\\"http:\\/\\/Marketrategist.com\\\" style=\\\"color:white\\\">Marketrategist.com<\\/a>\",\"text_color\":\"#FFFFFF\",\"align\":\"right\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19724, 6536, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19977, 6548, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19978, 6548, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19979, 6548, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19980, 6548, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19981, 6548, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19982, 6548, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19983, 6548, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19989, 6549, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19990, 6549, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19991, 6549, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19992, 6549, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19993, 6549, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19994, 6549, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19995, 6549, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20012, 6551, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20013, 6551, '_elementor_template_type', 'loop-item');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20014, 6551, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20015, 6551, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20016, 6551, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20017, 6551, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20018, 6551, '_elementor_data', '[{\"id\":\"5b46085\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03cac07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"462978c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"b8e47b3\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"3526054\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"faea9ed\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22apply_to_post_content%22%3A%22%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20019, 6551, '_elementor_screenshot_failed', '2025-02-05 07:02:07');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20141, 6552, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20142, 6552, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20143, 6552, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20144, 6552, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20145, 6552, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20146, 6552, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20147, 6552, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20151, 6553, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20152, 6553, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20153, 6553, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20154, 6553, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20155, 6553, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20156, 6553, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20157, 6553, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20161, 6554, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20162, 6554, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20163, 6554, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20164, 6554, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20165, 6554, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20166, 6554, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20167, 6554, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20371, 6561, '_wp_attached_file', '2025/03/Untitled-design-e1742016774280.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20372, 6561, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:356;s:4:\"file\";s:42:\"2025/03/Untitled-design-e1742016774280.png\";s:8:\"filesize\";i:461119;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Untitled-design-e1742016774280-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Untitled-design-e1742016774280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42958;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Untitled-design-e1742016774280-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139623;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"Untitled-design-e1742016774280-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20666;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20373, 6561, '_wp_attachment_backup_sizes', 'a:5:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:8:\"filesize\";i:280323;s:4:\"file\";s:19:\"Untitled-design.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33737;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:27:\"Untitled-design-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115405;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:27:\"Untitled-design-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115405;s:9:\"uncropped\";b:0;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"Untitled-design-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16069;}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20376, 6562, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20377, 6562, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20378, 6562, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20379, 6562, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20380, 6562, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20381, 6562, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20382, 6562, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20383, 6563, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20384, 6563, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20385, 6563, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20386, 6563, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20387, 6563, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20388, 6563, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32a310b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"564e09c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"97fd8cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"[Partner Name]\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b27669\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Service Type] Exclusive Wellness Partner<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c1f080b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to [Partner Name]<br \\/>Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic\\/spa\\/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c5c4de\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 Exclusive BellaVie Rewards Benefits at [Partner Name]\",\"header_size\":\"h6\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0e5b946\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"417be9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c1000ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Earn Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7122fc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get up to [X%] back in BellaVie points on eligible services.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"09c4bea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8a2fded\",\"elType\":\"widget\",\"settings\":{\"title\":\"First-Time Bonus \",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b169d6c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive 250 bonus points on your first visit.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1c3beb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b9c1eaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"VIP Access\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e101ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive treatments, offers &amp; events<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8c9ce4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\"},\"elements\":[{\"id\":\"daf8c7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"808343e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Referral Rewards\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1119789\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn [X] points for each friend you refer.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eca850f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"226ccdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tailored Packages\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd99d02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Custom wellness &amp; beauty treatments designed for BellaVie members.<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d1be3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"0c9a369\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf3f Signature Services\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a775f9e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"5ba29bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"31b81f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0f4e84c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d0b96c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88b2bed\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425f863\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"658f541\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"81a523b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d6f6b46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"fe243e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"189781f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2728 [Service 1 Name]\",\"header_size\":\"h6\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5325896\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[Brief description &amp; benefits]<\\/p>\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"772829b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"3d9c3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cfece3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udf81 Become a BellaVie Rewards Member\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75b175f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive rewards, priority booking, and personalized luxury services.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"817f233\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Earn points on every visit\",\"_id\":\"4ba0bac\"},{\"text\":\"Personalized wellness experiences\",\"_id\":\"a86eb1e\"},{\"text\":\"Priority access to premium services\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36d8702\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"71b2572\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8072e3c\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\ud83d\\udc8e Sign Up for Free Today!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"bc8529f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcf2 Contact & Book Instantly via WhatsApp\\nBook your experience effortlessly. Simply tap below to connect:\",\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a56db65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"6f6d091\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"be81bb3\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on WhatsApp\",\"align\":\"right\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"36eb9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"241ceb4\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6de77f4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose [Partner Name]?<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"92059c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Luxury Experience \\u2013 Exclusive ambiance for the ultimate wellness journey.\",\"_id\":\"4ba0bac\"},{\"text\":\"Expert Practitioners \\u2013 Receive treatments from top specialists.\",\"_id\":\"a86eb1e\"},{\"text\":\"BellaVie Rewards Benefits \\u2013 Maximize your experience with premium perks.\",\"_id\":\"f0b9553\"}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c815155\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#E7E7E7\"},\"elements\":[{\"id\":\"f128879\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34041c6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" \\ud83d\\udccd[Clinic Location]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f1d279c\"},{\"text\":\"\\ud83c\\udf10 [Website Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"542a457\"},{\"text\":\"\\ud83d\\udcf7 [Instagram Link] | [Facebook Link]\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3c36e39\"}]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0fc2a73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Your wellness journey starts here\\u2014experience the best with BellaVie Rewards &amp; [Partner Name].<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20389, 6563, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20390, 6564, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20391, 6564, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20392, 6564, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20393, 6564, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20394, 6564, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20395, 6564, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20396, 6564, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20558, 6568, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20559, 6568, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20560, 6568, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20561, 6568, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20562, 6568, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20563, 6568, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20564, 6568, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20568, 6569, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20569, 6569, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20570, 6569, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20571, 6569, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20572, 6569, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20573, 6569, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"call\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"Whatsapp\",\"description_text\":\"+971562657965\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20574, 6569, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20578, 6570, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20579, 6570, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20580, 6570, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20581, 6570, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20582, 6570, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20583, 6570, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5ac0821\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Call \",\"button_label_hover\":\"Call\",\"button_url\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e90b95b\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Whatsapp\",\"button_label_hover\":\"Whatsapp\",\"button_url\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\",\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#2DCF4E\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20584, 6570, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20591, 6571, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20592, 6571, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20593, 6571, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20594, 6571, '_elementor_pro_version', '3.27.0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20595, 6571, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20596, 6571, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5ac0821\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Call \",\"button_label_hover\":\"Call\",\"button_url\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e90b95b\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Whatsapp\",\"button_label_hover\":\"Whatsapp\",\"button_url\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\",\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#2DCF4E\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20597, 6571, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20599, 6572, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20600, 6572, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20601, 6572, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20602, 6572, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20603, 6572, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20604, 6572, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca50804\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5ac0821\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Call \",\"button_label_hover\":\"Call\",\"button_url\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"77580ef\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"title_text\":\"\",\"description_text\":\"\",\"primary_color\":\"#595DFF\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"e90b95b\",\"elType\":\"widget\",\"settings\":{\"button_label_normal\":\"Whatsapp\",\"button_label_hover\":\"Whatsapp\",\"button_url\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_alignment\":\"center\",\"normal_plane_background_background\":\"classic\",\"normal_plane_background_color\":\"#2DCF4E\"},\"elements\":[],\"widgetType\":\"jet-button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20605, 6572, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20607, 6573, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20608, 6573, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20609, 6573, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20610, 6573, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20611, 6573, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20612, 6573, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20613, 6573, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20622, 6574, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20623, 6574, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20624, 6574, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20625, 6574, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20626, 6574, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20627, 6574, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20628, 6574, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20632, 6575, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20633, 6575, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20634, 6575, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20635, 6575, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20636, 6575, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20637, 6575, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<br \\/><br \\/><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: +971 56 265 7965<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20638, 6575, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20642, 6576, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20643, 6576, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20644, 6576, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20645, 6576, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20646, 6576, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20647, 6576, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/strong><\\/h5><h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20648, 6576, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20724, 6577, '_edit_lock', '1746863289:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20725, 6577, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20726, 6577, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20727, 6577, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20728, 6577, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20729, 6577, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20730, 6577, 'ekit_post_views_count', 170);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20731, 6577, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20732, 6577, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Monday to Sunday, 9:00 AM \\u2013 8:00 PM\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser hair removal treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20733, 6577, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20747, 6514, '_wp_old_slug', 'clinic');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20777, 6579, '_wp_attached_file', '2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20778, 6579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:854;s:6:\"height\";i:701;s:4:\"file\";s:48:\"2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\";s:8:\"filesize\";i:358584;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70218;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18660;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47761;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"4b6d6b88-109f-4c91-9989-77783e9e5cd4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3424;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20832, 6586, '_edit_lock', '1746863047:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20833, 6586, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20834, 6586, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20835, 6586, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20836, 6586, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20837, 6586, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20838, 6586, 'ekit_post_views_count', 88);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20839, 6586, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20840, 6586, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/11064eac-2833-4294-a643-b0e9f8a976df.jpg\",\"id\":6589,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Operating Hours: Sunday to Friday: 9:00 AM \\u2013 8:00 PM | Saturday - Sunday : Closed \",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"ADC Architectural & Engineering Consultants\\nNassima Tower - 1002\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:<\\/p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br \\/>Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br \\/>Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br \\/>Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br \\/>Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br \\/>Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br \\/>At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.<\\/p><p>Book Your Consultation Today \\u2013 Let\\u2019s Develop Your Dream Space Together.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20841, 6586, '_thumbnail_id', 6589);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20844, 6587, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20845, 6587, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20846, 6587, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20847, 6587, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20848, 6587, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20849, 6587, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p>Dental Care<\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p>Why Choose FMC?<\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20850, 6587, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20853, 6588, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20854, 6588, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20855, 6588, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20856, 6588, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20857, 6588, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20858, 6588, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p>Dental Care<\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p>Why Choose FMC?<\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20859, 6588, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20862, 6589, '_wp_attached_file', '2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20863, 6589, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:856;s:6:\"height\";i:853;s:4:\"file\";s:48:\"2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg\";s:8:\"filesize\";i:579972;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86962;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10739;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48709;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2456;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20891, 6590, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20892, 6590, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20893, 6590, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20894, 6590, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20895, 6590, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20896, 6590, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/11064eac-2833-4294-a643-b0e9f8a976df.jpg\",\"id\":6589,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Operating Hours: Sunday to Friday: 9:00 AM \\u2013 8:00 PM | Saturday - Sunday : Closed \",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:<\\/p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br \\/>Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br \\/>Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br \\/>Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br \\/>Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br \\/>Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br \\/>At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.<\\/p><p>Book Your Consultation Today \\u2013 Let\\u2019s Develop Your Dream Space Together.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20897, 6590, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20899, 6591, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20900, 6591, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20901, 6591, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20902, 6591, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20903, 6591, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20904, 6591, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/11064eac-2833-4294-a643-b0e9f8a976df.jpg\",\"id\":6589,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Operating Hours: Sunday to Friday: 9:00 AM \\u2013 8:00 PM | Saturday - Sunday : Closed \",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:<\\/p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br \\/>Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br \\/>Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br \\/>Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br \\/>Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br \\/>Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br \\/>At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.<\\/p><p>Book Your Consultation Today \\u2013 Let\\u2019s Develop Your Dream Space Together.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20905, 6591, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20907, 6592, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20908, 6592, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20909, 6592, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20910, 6592, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20911, 6592, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20912, 6592, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/11064eac-2833-4294-a643-b0e9f8a976df.jpg\",\"id\":6589,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Operating Hours: Sunday to Friday: 9:00 AM \\u2013 8:00 PM | Saturday - Sunday : Closed \",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"ADC Architectural & Engineering Consultants\\nNassima Tower - 1002\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:<\\/p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br \\/>Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br \\/>Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br \\/>Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br \\/>Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br \\/>Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br \\/>At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.<\\/p><p>Book Your Consultation Today \\u2013 Let\\u2019s Develop Your Dream Space Together.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20913, 6592, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20921, 6593, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20922, 6593, '_elementor_template_type', 'wp-post');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20923, 6593, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20924, 6593, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20925, 6593, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20926, 6593, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/strong><\\/h5><h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20927, 6593, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20931, 6594, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20932, 6594, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20933, 6594, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20934, 6594, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20935, 6594, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20936, 6594, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Wednesday to Tuesday: 9 AM \\u2013 8 PM\\nSaturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/strong><\\/h5><h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20937, 6594, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20941, 6595, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20942, 6595, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20943, 6595, '_elementor_version', '3.27.7');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20944, 6595, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20945, 6595, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20946, 6595, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Untitled-design-e1742016774280.png\",\"id\":6561,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971562657965\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">MedBeauty Medical Center \\u2013 Luxury Aesthetic Treatments in Dubai<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature Treatments<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf1f Laser Hair Removal with Candela &amp; Soprano \\u2013 Pain-free, long-lasting results.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc89 Botox &amp; Dermal Fillers \\u2013 Smooth wrinkles and restore volume.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83e\\ude78 PRP Therapy \\u2013 Stimulate hair growth and collagen for youthful skin.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Skin Rejuvenation \\u2013 Target fine lines, pigmentation, and texture.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Why Choose Us?<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 FDA-Approved Technology \\u2013 Trusted Candela and Soprano ICE.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Experienced Experts \\u2013 Certified dermatologists and specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Luxury &amp; Personalized Care \\u2013 Treatments designed for you.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Book Your Consultation Today!<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards<\\/span><\\/strong><\\/h5><h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20947, 6595, '_thumbnail_id', 6365);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20975, 6598, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20976, 6598, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20977, 6598, '_elementor_version', '3.28.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20978, 6598, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20979, 6598, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20980, 6598, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/11064eac-2833-4294-a643-b0e9f8a976df.jpg\",\"id\":6589,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"medium_large\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Operating Hours: Sunday to Friday: 9:00 AM \\u2013 8:00 PM | Saturday - Sunday : Closed \",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"ADC Architectural & Engineering Consultants\\nNassima Tower - 1002\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:<\\/p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br \\/>Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br \\/>Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br \\/>Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br \\/>Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br \\/>Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br \\/>At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.<\\/p><p>Book Your Consultation Today \\u2013 Let\\u2019s Develop Your Dream Space Together.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 Member Benefits at a Glance:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Exclusive Bonus points \\u2013 Enjoy special pricing on top treatments.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Reward Points on Every Visit \\u2013 Earn points and redeem them for free services.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Priority Booking \\u2013 Get fast-track access to appointments with our experts.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Birthday &amp; Referral Rewards \\u2013 Celebrate with bonus treatments and earn points when you refer friends.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Early Access to New Treatments \\u2013 Be the first to try the latest innovations in aesthetics.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f Complimentary Skin Assessments \\u2013 Get a personalized consultation with our specialists.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2714\\ufe0f VIP Events &amp; Workshops \\u2013 Exclusive insights from top dermatologists at private member-only events.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac62f17\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5 class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not a Member Yet? Unlock Exclusive Rewards <\\/span><\\/strong><strong><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">&amp; VIP Lounges!<\\/span><\\/strong><\\/h5><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab Join BellaVie on WhatsApp in Just a Few Clicks!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 1: Click \\u201cJoin Now on WhatsApp\\u201d below.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 2: Send us a quick message and follow the simple signup steps.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc8e Elevate Your Beauty &amp; Wellness Experience \\u2013 Join Now on WhatsApp!<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd39 Each member will receive a unique ID to book with our partners and access exclusive benefits.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 Join Now on WhatsApp: <a href=\\\"https:\\/\\/wa.me\\/+971562657965\\\"><strong>+971 56 265 7965<\\/strong><\\/a><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u00a0<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20981, 6598, '_thumbnail_id', 6589);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23333, 6627, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23334, 6627, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23335, 6627, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23336, 6627, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23337, 6627, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23338, 6627, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Why Choose FMC?<\\/strong><\\/em><\\/span><\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u2728 Member Benefits at FMC Clinic<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Bonus &amp; Reward Points<\\/strong><\\/em> <br \\/>Earn points on every visit and redeem them for premium treatments.<br \\/>\\u2714\\ufe0f <em><strong>Priority Booking<\\/strong><\\/em> <br \\/>Skip the wait and enjoy fast-track access to top specialists.<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Treatments &amp; VIP Events<\\/strong><\\/em> <br \\/>Be the first to experience cutting-edge procedures and attend expert-led workshops.<br \\/>\\u2714\\ufe0f <em><strong>Birthday &amp; Referral Rewards<\\/strong><\\/em><br \\/>Celebrate with special bonuses and earn extra points when you refer friends.<br \\/>\\u2714\\ufe0f <em><strong>Complimentary Skin Assessments<\\/strong><\\/em> <br \\/>Receive a personalized consultation to tailor your skincare journey.<br \\/>\\u2714\\ufe0f <em><strong>Special Member Pricing<\\/strong><\\/em> <br \\/>Enjoy exclusive discounts on select treatments and wellness services.<br \\/>\\u2714\\ufe0f <em><strong>Personalized Care<\\/strong><\\/em><br \\/>Your preferences are saved to ensure a seamless, customized experience every time.<\\/p><p><strong>Member Benefits and Rewards<\\/strong><\\/p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.<\\/p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\\\"tel:+971562657965\\\">+971 562657965<\\/a>. Otherwise, please allow 3-5 working days for updates.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23339, 6627, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23340, 6628, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23341, 6628, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23342, 6628, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23343, 6628, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23344, 6628, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23345, 6628, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Why Choose FMC?<\\/strong><\\/em><\\/span><\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u2728 Member Benefits at FMC Clinic<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Bonus &amp; Reward Points<\\/strong><\\/em> <br \\/>Earn points on every visit and redeem them for premium treatments.<br \\/>\\u2714\\ufe0f <em><strong>Priority Booking<\\/strong><\\/em> <br \\/>Skip the wait and enjoy fast-track access to top specialists.<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Treatments &amp; VIP Events<\\/strong><\\/em> <br \\/>Be the first to experience cutting-edge procedures and attend expert-led workshops.<br \\/>\\u2714\\ufe0f <em><strong>Birthday &amp; Referral Rewards<\\/strong><\\/em><br \\/>Celebrate with special bonuses and earn extra points when you refer friends.<br \\/>\\u2714\\ufe0f <em><strong>Complimentary Skin Assessments<\\/strong><\\/em> <br \\/>Receive a personalized consultation to tailor your skincare journey.<br \\/>\\u2714\\ufe0f <em><strong>Special Member Pricing<\\/strong><\\/em> <br \\/>Enjoy exclusive discounts on select treatments and wellness services.<br \\/>\\u2714\\ufe0f <em><strong>Personalized Care<\\/strong><\\/em><br \\/>Your preferences are saved to ensure a seamless, customized experience every time.<\\/p><p><strong>Member Benefits and Rewards<\\/strong><\\/p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.<\\/p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\\\"tel:+971562657965\\\">+971 562657965<\\/a>. Otherwise, please allow 3-5 working days for updates.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23346, 6628, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23348, 6167, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23366, 6629, '_wp_attached_file', '2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23367, 6629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:62:\"2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\";s:8:\"filesize\";i:230784;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29684;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66312;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171970;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27686;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50424;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"JCo-Beachfront-living_sales-presentation_REV03-95-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21422;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23388, 6631, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23389, 6631, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23390, 6631, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23391, 6631, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23392, 6631, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23393, 6631, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23394, 6631, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a0c82\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03fecb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3de3090\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b3c4642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23410, 6167, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"counter-title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"image_spacing_custom_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23421, 6635, '_wp_attached_file', '2025/04/commitments.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23422, 6635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:23:\"2025/04/commitments.png\";s:8:\"filesize\";i:14416;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"commitments-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8774;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"commitments-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4709;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23423, 6636, '_wp_attached_file', '2025/04/impact.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23424, 6636, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:18:\"2025/04/impact.png\";s:8:\"filesize\";i:12321;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"impact-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8802;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"impact-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5014;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23425, 6637, '_wp_attached_file', '2025/04/download-10.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23426, 6637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:23:\"2025/04/download-10.png\";s:8:\"filesize\";i:6224;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16657;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"download-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8749;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23427, 6638, '_wp_attached_file', '2025/04/category-16.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23428, 6638, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2025/04/category-16.png\";s:8:\"filesize\";i:23008;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"category-16-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"category-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5622;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"category-16-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12956;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"category-16-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2960;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23429, 6639, '_wp_attached_file', '2025/04/download-9.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23430, 6639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:331;s:6:\"height\";i:152;s:4:\"file\";s:22:\"2025/04/download-9.png\";s:8:\"filesize\";i:3140;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"download-9-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"download-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"download-9-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2832;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"download-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4104;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23431, 6640, '_wp_attached_file', '2025/04/category-10.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23432, 6640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2025/04/category-10.png\";s:8:\"filesize\";i:36230;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"category-10-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"category-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15809;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"category-10-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34212;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"category-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8385;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23433, 6641, '_wp_attached_file', '2025/04/download-16.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23434, 6641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:188;s:4:\"file\";s:23:\"2025/04/download-16.jpg\";s:8:\"filesize\";i:2875;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2356;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"download-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1345;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23435, 6642, '_wp_attached_file', '2025/04/download-8.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23436, 6642, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:22:\"2025/04/download-8.png\";s:8:\"filesize\";i:1371;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"download-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2057;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"download-8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1448;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23437, 6643, '_wp_attached_file', '2025/04/category-7.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23438, 6643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-7.png\";s:8:\"filesize\";i:26123;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-7-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10423;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-7-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23792;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5403;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23439, 6644, '_wp_attached_file', '2025/04/category-9.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23440, 6644, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-9.png\";s:8:\"filesize\";i:19124;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-9-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2981;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-9-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8890;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1628;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23441, 6645, '_wp_attached_file', '2025/04/category-11.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23442, 6645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2025/04/category-11.png\";s:8:\"filesize\";i:24879;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"category-11-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"category-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10496;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"category-11-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22736;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"category-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5644;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23443, 6646, '_wp_attached_file', '2025/04/category-8.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23444, 6646, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-8.png\";s:8:\"filesize\";i:10349;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-8-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2400;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-8-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5385;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1468;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23445, 6647, '_wp_attached_file', '2025/04/category-3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23446, 6647, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-3.png\";s:8:\"filesize\";i:31291;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-3-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13763;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-3-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29878;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7371;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23447, 6648, '_wp_attached_file', '2025/04/images-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23448, 6648, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:258;s:6:\"height\";i:195;s:4:\"file\";s:20:\"2025/04/images-2.png\";s:8:\"filesize\";i:2011;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"images-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2614;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"images-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1690;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23449, 6649, '_wp_attached_file', '2025/04/category-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23450, 6649, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-4.png\";s:8:\"filesize\";i:14896;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-4-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11767;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6953;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-4-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14146;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4132;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23451, 6650, '_wp_attached_file', '2025/04/category-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23452, 6650, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-1.png\";s:8:\"filesize\";i:13272;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-1-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10206;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5840;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12556;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3480;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23453, 6651, '_wp_attached_file', '2025/04/download-7.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23454, 6651, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:22:\"2025/04/download-7.png\";s:8:\"filesize\";i:3114;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"download-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5526;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"download-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3226;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23455, 6652, '_wp_attached_file', '2025/04/category-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23456, 6652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2025/04/category-2.png\";s:8:\"filesize\";i:23405;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"category-2-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"category-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12304;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"category-2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23504;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"category-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7175;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23457, 6653, '_wp_attached_file', '2025/04/download-11-e1744195606309.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23458, 6653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:225;s:6:\"height\";i:98;s:4:\"file\";s:38:\"2025/04/download-11-e1744195606309.png\";s:8:\"filesize\";i:4648;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"download-11-e1744195606309-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3832;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"download-11-e1744195606309-100x98.png\";s:5:\"width\";i:100;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2978;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23459, 6654, '_wp_attached_file', '2025/04/download-17.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23460, 6654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2025/04/download-17.jpg\";s:8:\"filesize\";i:4484;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3264;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"download-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1881;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23461, 6655, '_wp_attached_file', '2025/04/download-18-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23462, 6655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:352;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2025/04/download-18-1.jpg\";s:8:\"filesize\";i:29523;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"download-18-1-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"download-18-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:7218;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"download-18-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:20013;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"download-18-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:3723;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23463, 6656, '_wp_attached_file', '2025/04/download-16-1.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23464, 6656, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:400;s:6:\"height\";i:376;s:4:\"file\";s:25:\"2025/04/download-16-1.jpg\";s:8:\"filesize\";i:9916;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"download-16-1-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"download-16-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:2561;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"download-16-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:6647;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"download-16-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:1397;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23465, 6657, '_wp_attached_file', '2025/04/category-14.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23466, 6657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2025/04/category-14.png\";s:8:\"filesize\";i:16099;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"category-14-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"category-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3547;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"category-14-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9708;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"category-14-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1850;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23467, 6658, '_wp_attached_file', '2025/04/category-12.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23468, 6658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:370;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2025/04/category-12.png\";s:8:\"filesize\";i:20541;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"category-12-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7735;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"category-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4687;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"category-12-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10724;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"category-12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2562;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23496, 6653, '_wp_attachment_backup_sizes', 'a:3:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:8:\"filesize\";i:4706;s:4:\"file\";s:15:\"download-11.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:23:\"download-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8222;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:23:\"download-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4599;}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23518, 6665, '_wp_attached_file', '2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23519, 6665, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:499;s:6:\"height\";i:387;s:4:\"file\";s:48:\"2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\";s:8:\"filesize\";i:16273;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"559b9f58-021e-4e40-a2d9-c1bc09a7d843-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9569;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"559b9f58-021e-4e40-a2d9-c1bc09a7d843-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4113;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"559b9f58-021e-4e40-a2d9-c1bc09a7d843-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11082;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"559b9f58-021e-4e40-a2d9-c1bc09a7d843-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2359;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23522, 6666, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23523, 6666, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23524, 6666, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23525, 6666, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23526, 6666, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23527, 6666, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Why Choose FMC?<\\/strong><\\/em><\\/span><\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u2728 Member Benefits at FMC Clinic<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Bonus &amp; Reward Points<\\/strong><\\/em> <br \\/>Earn points on every visit and redeem them for premium treatments.<br \\/>\\u2714\\ufe0f <em><strong>Priority Booking<\\/strong><\\/em> <br \\/>Skip the wait and enjoy fast-track access to top specialists.<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Treatments &amp; VIP Events<\\/strong><\\/em> <br \\/>Be the first to experience cutting-edge procedures and attend expert-led workshops.<br \\/>\\u2714\\ufe0f <em><strong>Birthday &amp; Referral Rewards<\\/strong><\\/em><br \\/>Celebrate with special bonuses and earn extra points when you refer friends.<br \\/>\\u2714\\ufe0f <em><strong>Complimentary Skin Assessments<\\/strong><\\/em> <br \\/>Receive a personalized consultation to tailor your skincare journey.<br \\/>\\u2714\\ufe0f <em><strong>Special Member Pricing<\\/strong><\\/em> <br \\/>Enjoy exclusive discounts on select treatments and wellness services.<br \\/>\\u2714\\ufe0f <em><strong>Personalized Care<\\/strong><\\/em><br \\/>Your preferences are saved to ensure a seamless, customized experience every time.<\\/p><p><strong>Member Benefits and Rewards<\\/strong><\\/p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.<\\/p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\\\"tel:+971562657965\\\">+971 562657965<\\/a>. Otherwise, please allow 3-5 working days for updates.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23528, 6666, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23532, 6667, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23533, 6667, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23534, 6667, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23535, 6667, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23536, 6667, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23537, 6667, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Why Choose FMC?<\\/strong><\\/em><\\/span><\\/p><p>\\u2714 Expert Care \\u2013 Trusted doctors delivering results in aesthetics, wellness, and dental care.<br \\/>\\u2714 Innovative Technology \\u2013 Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br \\/>\\u2714 Luxury &amp; Comfort \\u2013 A serene environment designed for relaxation and rejuvenation.<\\/p><p>\\u2728 Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. \\u2728<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u2728 Member Benefits at FMC Clinic<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Bonus &amp; Reward Points<\\/strong><\\/em> <br \\/>Earn points on every visit and redeem them for premium treatments.<br \\/>\\u2714\\ufe0f <em><strong>Priority Booking<\\/strong><\\/em> <br \\/>Skip the wait and enjoy fast-track access to top specialists.<br \\/>\\u2714\\ufe0f <em><strong>Exclusive Treatments &amp; VIP Events<\\/strong><\\/em> <br \\/>Be the first to experience cutting-edge procedures and attend expert-led workshops.<br \\/>\\u2714\\ufe0f <em><strong>Birthday &amp; Referral Rewards<\\/strong><\\/em><br \\/>Celebrate with special bonuses and earn extra points when you refer friends.<br \\/>\\u2714\\ufe0f <em><strong>Complimentary Skin Assessments<\\/strong><\\/em> <br \\/>Receive a personalized consultation to tailor your skincare journey.<br \\/>\\u2714\\ufe0f <em><strong>Special Member Pricing<\\/strong><\\/em> <br \\/>Enjoy exclusive discounts on select treatments and wellness services.<br \\/>\\u2714\\ufe0f <em><strong>Personalized Care<\\/strong><\\/em><br \\/>Your preferences are saved to ensure a seamless, customized experience every time.<\\/p><p><strong>Member Benefits and Rewards<\\/strong><\\/p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.<\\/p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\\\"tel:+971562657965\\\">+971 562657965<\\/a>. Otherwise, please allow 3-5 working days for updates.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23538, 6667, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23542, 6668, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23543, 6668, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23544, 6668, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23545, 6668, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23546, 6668, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23547, 6668, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"3890db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23548, 6668, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23610, 6670, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23611, 6670, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23612, 6670, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23613, 6670, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23614, 6670, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23615, 6670, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23616, 6671, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23617, 6671, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23618, 6671, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23619, 6671, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23620, 6671, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23621, 6671, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23623, 6672, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23624, 6672, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23625, 6672, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23626, 6672, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23627, 6672, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23628, 6672, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23630, 6673, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23631, 6673, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23632, 6673, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23633, 6673, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23634, 6673, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23635, 6673, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23637, 6674, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23638, 6674, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23639, 6674, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23640, 6674, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23641, 6674, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23642, 6674, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"4347891\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"8106770\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f117dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3a76e55\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Donate Now \",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-donate\",\"library\":\"fa-solid\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23644, 6675, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23645, 6675, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23646, 6675, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23647, 6675, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23648, 6675, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23649, 6675, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"4347891\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"8106770\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f117dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3a76e55\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Donate Now \",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-donate\",\"library\":\"fa-solid\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23651, 6676, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23652, 6676, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23653, 6676, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23654, 6676, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23655, 6676, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23656, 6676, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"4347891\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"8106770\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f117dc5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3a76e55\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Donate Now \",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-donate\",\"library\":\"fa-solid\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"10\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"navigation\":\"none\",\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23658, 6677, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23659, 6677, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23660, 6677, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23661, 6677, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23662, 6677, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23663, 6677, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23665, 6678, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23666, 6678, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23667, 6678, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23668, 6678, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23669, 6678, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23670, 6678, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23672, 6679, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23673, 6679, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23674, 6679, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23675, 6679, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23676, 6679, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23677, 6679, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23679, 6680, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23680, 6680, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23681, 6680, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23682, 6680, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23683, 6680, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23684, 6680, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23811, 6682, '_wp_attached_file', '2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23812, 6682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:264;s:6:\"height\";i:305;s:4:\"file\";s:48:\"2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\";s:8:\"filesize\";i:8171;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"505cb5e9-9d7d-45d5-9626-b7ae0aad0457-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"505cb5e9-9d7d-45d5-9626-b7ae0aad0457-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3833;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"505cb5e9-9d7d-45d5-9626-b7ae0aad0457-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9282;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"505cb5e9-9d7d-45d5-9626-b7ae0aad0457-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2351;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23813, 6683, '_wp_attached_file', '2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23814, 6683, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:1057;s:4:\"file\";s:48:\"2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\";s:8:\"filesize\";i:83354;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11543;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-1024x995.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-768x746.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:746;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59701;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11974;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-600x583.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39974;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"5f2948d1-bc10-46be-ac61-4224aa9af3b7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2120;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23817, 6684, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23818, 6684, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23819, 6684, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23820, 6684, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23821, 6684, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23822, 6684, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"3890db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23823, 6684, '_thumbnail_id', 6579);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23824, 6685, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23825, 6685, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23826, 6685, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23827, 6685, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23828, 6685, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23829, 6685, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"3890db8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23830, 6685, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23831, 6686, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23832, 6686, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23833, 6686, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23834, 6686, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23835, 6686, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23836, 6686, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23837, 6686, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23843, 6687, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23844, 6687, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23845, 6687, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23846, 6687, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23847, 6687, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23848, 6687, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23849, 6687, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23853, 6688, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23854, 6688, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23855, 6688, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23856, 6688, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23857, 6688, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23858, 6688, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>At FMC Medical Center<\\/strong><\\/em><\\/span>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br \\/>Our Services<\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23859, 6688, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23863, 6689, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23864, 6689, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23865, 6689, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23866, 6689, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23867, 6689, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23868, 6689, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23869, 6689, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23875, 6690, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23876, 6690, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23877, 6690, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23878, 6690, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23879, 6690, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23880, 6690, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23881, 6690, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23883, 6691, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23884, 6691, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23885, 6691, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23886, 6691, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23887, 6691, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23888, 6691, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23889, 6691, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23891, 6692, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23892, 6692, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23893, 6692, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23894, 6692, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23895, 6692, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23896, 6692, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23897, 6692, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23903, 6693, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23904, 6693, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23905, 6693, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23906, 6693, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23907, 6693, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23908, 6693, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23909, 6693, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23913, 6694, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23914, 6694, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23915, 6694, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23916, 6694, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23917, 6694, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23918, 6694, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Sunday to Friday: 9:00 AM \\u2013 8:00 PM. Saturday: Closed\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23919, 6694, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23923, 6695, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23924, 6695, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23925, 6695, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23926, 6695, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23927, 6695, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23928, 6695, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Monday to Sunday, 9:00 AM \\u2013 8:00 PM\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23929, 6695, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24588, 6697, '_wp_attached_file', '2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24589, 6697, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:749;s:6:\"height\";i:841;s:4:\"file\";s:49:\"2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\";s:8:\"filesize\";i:85792;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"3c878f3f-d76b-4815-8ed8-fc56fe2faf49-267x300.jpeg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"3c878f3f-d76b-4815-8ed8-fc56fe2faf49-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2509;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"3c878f3f-d76b-4815-8ed8-fc56fe2faf49-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6930;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"3c878f3f-d76b-4815-8ed8-fc56fe2faf49-600x674.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19469;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"3c878f3f-d76b-4815-8ed8-fc56fe2faf49-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1568;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24590, 6698, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24591, 6698, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24592, 6698, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24593, 6698, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24594, 6698, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24595, 6698, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24599, 6699, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24600, 6699, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24601, 6699, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24602, 6699, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24603, 6699, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24604, 6699, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24608, 6700, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24609, 6700, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24610, 6700, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24611, 6700, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24612, 6700, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24613, 6700, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24617, 6701, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24618, 6701, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24619, 6701, '_elementor_version', '3.28.4');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24620, 6701, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24621, 6701, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24622, 6701, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24624, 6702, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24625, 6702, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24626, 6702, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24627, 6702, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24628, 6702, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24629, 6702, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24631, 6703, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24632, 6703, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24633, 6703, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24634, 6703, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24635, 6703, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24636, 6703, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24638, 6704, '_edit_lock', '1745501597:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24639, 6704, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24640, 6704, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24641, 6704, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24642, 6704, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24643, 6704, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24648, 6705, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24649, 6705, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24650, 6705, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24651, 6705, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24652, 6706, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24653, 6706, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24654, 6706, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24655, 6706, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24656, 6704, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24657, 6704, '_elementor_data', '[{\"id\":\"65e441e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"81392cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46.4909999999999996589394868351519107818603515625},\"elements\":[{\"id\":\"e3c8c85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6e55b2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53.5090000000000003410605131648480892181396484375,\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false}},\"elements\":[{\"id\":\"7caf9ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermamelan Intimate Experience\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faaa690\",\"elType\":\"widget\",\"settings\":{\"title\":\"1,500 BellaVie Points\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84647be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd01 Fully Transferable | \\ud83d\\udd52 Valid 30 Days from Redemption<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udccd FMC Medical Center \\u2013 Jumeirah<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Villa 5, Al Wasl Road, Umm Suqeim 3, Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd58 Open Daily | 9:00 AM \\u2013 8:00 PM<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"305a13b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Clinic Page\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/2025\\/03\\/18\\/fmc-medical-center-redefining-aesthetic-wellness-care\\/?preview_id=6577&preview_nonce=909c27a8cc&preview=true&v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"60aa5c5\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book on WhatsApp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"020\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3d54ecd\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91bc21e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"104253d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e981961\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 <span style=\\\"text-decoration: underline;\\\"><em><strong>Confidence Begins Where Comfort Meets Self-Love<\\/strong><\\/em><\\/span><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas \\u2014 restoring luminosity, refining texture, and unifying tone.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Performed by skilled clinicians at FMC Jumeirah, this experience includes a post-care home treatment to maintain your radiant results.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c27d09\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf81 <strong>Your Reward Includes:<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 One (1) Dermamelan Intimate Treatment Session<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Dermamelan Intimate Home Care Cream (clinic pickup post-treatment)<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Professional Skin Analysis Prior to Treatment<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 BellaVie Concierge WhatsApp Booking Support<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cab970\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab <strong>Make It Yours<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Personalize your experience with exclusive upgrades tailored to your skin goals \\u2014 from additional intimate areas (like bikini or underarms) to premium booster serums and laser brightening enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 These elite-level options are designed to elevate your results and are available only to BellaVie members.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Simply ask about tailored combinations and member-only pricing when booking.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udca0 All Members enjoy preferred rates on add-ons.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc51 Elite &amp; Titanium Members unlock premium savings on multi-area packages and luxury upgrades.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a54919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcde <strong>How to Book<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Contact the clinic directly to redeem your reward and book your appointment.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Concierge is also available on WhatsApp to assist with upgrades and personalized support.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47dbf57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd01 <strong>Cancellation &amp; Validity<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Notify the clinic at least 12 hours in advance to reschedule.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Reward is valid for 30 days from redemption.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not combinable with other in-clinic offers.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d3123a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 <strong>Upgrade Tip:<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Mention \\u201cDermamelan Upgrade\\u201d when booking.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Concierge or clinician will guide you through available enhancements and apply your exclusive member rates.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24658, 6707, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24659, 6707, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24660, 6707, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24661, 6707, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24662, 6707, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24663, 6707, '_elementor_data', '[{\"id\":\"65e441e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"81392cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":46.4909999999999996589394868351519107818603515625},\"elements\":[{\"id\":\"e3c8c85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6e55b2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53.5090000000000003410605131648480892181396484375,\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false}},\"elements\":[{\"id\":\"7caf9ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermamelan Intimate Experience\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faaa690\",\"elType\":\"widget\",\"settings\":{\"title\":\"1,500 BellaVie Points\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84647be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd01 Fully Transferable | \\ud83d\\udd52 Valid 30 Days from Redemption<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udccd FMC Medical Center \\u2013 Jumeirah<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Villa 5, Al Wasl Road, Umm Suqeim 3, Dubai<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd58 Open Daily | 9:00 AM \\u2013 8:00 PM<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"305a13b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Clinic Page\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/2025\\/03\\/18\\/fmc-medical-center-redefining-aesthetic-wellness-care\\/?preview_id=6577&preview_nonce=909c27a8cc&preview=true&v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"60aa5c5\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book on WhatsApp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"020\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3d54ecd\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91bc21e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"104253d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e981961\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 <span style=\\\"text-decoration: underline;\\\"><em><strong>Confidence Begins Where Comfort Meets Self-Love<\\/strong><\\/em><\\/span><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas \\u2014 restoring luminosity, refining texture, and unifying tone.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Performed by skilled clinicians at FMC Jumeirah, this experience includes a post-care home treatment to maintain your radiant results.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c27d09\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83c\\udf81 <strong>Your Reward Includes:<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 One (1) Dermamelan Intimate Treatment Session<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Dermamelan Intimate Home Care Cream (clinic pickup post-treatment)<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 Professional Skin Analysis Prior to Treatment<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2705 BellaVie Concierge WhatsApp Booking Support<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cab970\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcab <strong>Make It Yours<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Personalize your experience with exclusive upgrades tailored to your skin goals \\u2014 from additional intimate areas (like bikini or underarms) to premium booster serums and laser brightening enhancements.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\u2728 These elite-level options are designed to elevate your results and are available only to BellaVie members.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Simply ask about tailored combinations and member-only pricing when booking.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udca0 All Members enjoy preferred rates on add-ons.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udc51 Elite &amp; Titanium Members unlock premium savings on multi-area packages and luxury upgrades.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a54919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcde <strong>How to Book<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Contact the clinic directly to redeem your reward and book your appointment.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Concierge is also available on WhatsApp to assist with upgrades and personalized support.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"47dbf57\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udd01 <strong>Cancellation &amp; Validity<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Notify the clinic at least 12 hours in advance to reschedule.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Reward is valid for 30 days from redemption.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Not combinable with other in-clinic offers.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d3123a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">\\ud83d\\udcf2 <strong>Upgrade Tip:<\\/strong><\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Mention \\u201cDermamelan Upgrade\\u201d when booking.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-start para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Concierge or clinician will guide you through available enhancements and apply your exclusive member rates.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24669, 6708, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24670, 6708, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24671, 6708, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24672, 6708, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24673, 6708, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24674, 6708, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24678, 6709, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24679, 6709, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24680, 6709, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24681, 6709, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24682, 6709, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24683, 6709, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d944c7c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"505d17b\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"12f317d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a98bee2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"4527988\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"ca06884\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dca5561\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"b90212f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"d24f636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e7fd151\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d4692fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"c2499de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"99cdf71\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"ccfccf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"adc26bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"20c2728\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"d9e3f0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"ff4dea0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\",\"id\":6476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Bellavie Rewards\",\"description_text\":\"\",\"image_size\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3049bc2\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Now\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24687, 6710, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24688, 6710, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24689, 6710, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24690, 6710, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24691, 6710, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24692, 6710, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"ekit_btn_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24696, 22, '_edit_lock', '1745503166:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24697, 6271, '_elementor_screenshot_failed', '2025-04-24 14:01:21');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24699, 6500, '_elementor_screenshot_failed', '2025-04-24 14:01:58');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24756, 6711, '_edit_lock', '1745578131:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24757, 6711, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24758, 6711, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24759, 6711, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24760, 6711, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24761, 6711, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24762, 6712, '_wp_attached_file', '2025/04/Untitled-design-2.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24763, 6712, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-2.png\";s:8:\"filesize\";i:140548;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16457;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52277;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8998;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24764, 6713, '_wp_attached_file', '2025/04/Untitled-design-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24765, 6713, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-1.png\";s:8:\"filesize\";i:138488;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16164;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50492;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8643;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24766, 6714, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24767, 6714, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24768, 6714, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24769, 6714, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24770, 6715, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24771, 6715, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24772, 6715, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24773, 6715, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24774, 6711, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24775, 6711, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"173e0b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"273bf80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-3.png\",\"id\":6741,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50257ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b776f07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-6.png\",\"id\":6742,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b425e51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"09130e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"63d84bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-4.png\",\"id\":6744,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bfeb9fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"adcd50e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-5.png\",\"id\":6743,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c279b5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f1f5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24776, 6716, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24777, 6716, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24778, 6716, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24779, 6716, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24780, 6716, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24781, 6716, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24809, 6721, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24810, 6721, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24811, 6721, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24812, 6721, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24813, 6721, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24814, 6721, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24816, 6722, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24817, 6722, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24818, 6722, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24819, 6722, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24820, 6722, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24821, 6722, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24823, 6723, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24824, 6723, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24825, 6723, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24826, 6723, '_elementor_pro_version', '3.27.0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24827, 6723, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24828, 6723, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/2025\\/04\\/25\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24846, 6725, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24847, 6725, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24848, 6725, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24849, 6725, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24850, 6725, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24851, 6725, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24852, 6725, '_elementor_data', '[{\"id\":\"8657e71\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"e892b66\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a0c82\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"03fecb1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c25b2de\",\"elType\":\"widget\",\"settings\":{\"selected_element\":\"3777437\",\"taxonomy\":\"category\",\"first_item_title\":\"All\",\"multiple_selection\":\"\",\"show_child_taxonomy\":\"\"},\"elements\":[],\"widgetType\":\"taxonomy-filter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3de3090\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"b3c4642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"148fdfc\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3777437\",\"elType\":\"widget\",\"settings\":{\"template_id\":6271,\"alternate_templates\":[{\"template_id\":null,\"_id\":\"69f8b64\"}],\"_jsf_filterable\":\"yes\",\"_jsf_no_result_text\":\"Sorry, nothing to see here...\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"Previous\",\"pagination_next_label\":\"Next\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"nothing_found_message_text\":\"It seems we can\\u2019t find what you\\u2019re looking for.\"},\"elements\":[],\"widgetType\":\"loop-grid\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24861, 6726, '_edit_lock', '1745560994:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24862, 6726, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24863, 6726, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24864, 6726, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24865, 6726, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24866, 6726, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24867, 6727, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24868, 6727, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24869, 6727, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24870, 6727, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24871, 6728, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24872, 6728, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24873, 6728, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24874, 6728, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24875, 6726, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24876, 6726, '_elementor_data', '[{\"id\":\"902158b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"cfc9c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d57a090\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Speed, Simplicity &amp; Serenity: The Future of Wellness-First Living is Seamless<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">In a world shaped by immediacy and high expectations, the future belongs to platforms that prioritize speed, clarity, and frictionless access. From transportation to healthcare, consumers today are drawn to services that anticipate their needs \\u2014 intuitive, on-demand, and available anytime, anywhere. At BellaVie, we believe the same should apply to the way we live.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Luxury living should never mean complexity. Yet, for many, the process of finding, accessing, or investing in high-quality real estate or wellness retreats can be daunting \\u2014 full of intermediaries, paperwork, inefficiencies, and vague pricing. This is where we draw the line. And where BellaVie redefines the curve.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">What Today\\u2019s Clients Value Most<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">According to global studies, people today prioritize three simple things:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Speed. Simplicity. Transparency.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">The modern client no longer has the patience for fragmented journeys or hidden steps. They expect clear, elegant solutions that mirror their lifestyle: intentional, fast, and refined.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">That\\u2019s why BellaVie\\u2019s mission is more than property. It\\u2019s about creating a wellness-first ecosystem \\u2014 where every step, from exploration to ownership, is infused with grace and digital ease.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Removing the Clutter: The BellaVie Experience<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Most platforms focus on scattered interactions \\u2014 booking here, calling there, emailing everywhere. BellaVie is built differently. We don\'t think in touchpoints. We design end-to-end wellness journeys: from discovering a property or curated experience to completing a deal or checking into a sanctuary, our approach is seamless and unified.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">No redundant forms. No third-party agents. No markups. Just direct, intelligent, tech-powered access to what matters: space, serenity, and meaningful ownership.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Designing for Life, Not Just Listings<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">A major pain point in real estate and luxury services today is the disconnect between design and intention. At BellaVie, we\\u2019ve curated partnerships with architects, developers, and wellness experts who share a common language: purposeful living. Every property in our collection is handpicked, wellness-verified, and embedded with values our members hold dear \\u2014 privacy, peace, and legacy.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">We\'re not digitizing for digital\'s sake. Like Estonia\\u2019s now-famous model for seamless living systems, BellaVie starts with the individual. Your digital wellness ID, your curated interests, and your lifestyle goals all form the foundation of your personalized journey \\u2014 creating synergy across services, opportunities, and ownership models.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Efficiency Meets Elegance<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">When luxury meets logic, something powerful happens. Members can explore investment-ready homes, wellness-focused communities, or even plan their next retreat \\u2014 all within one intuitive platform.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">We\'re saving our members more than just time. We\\u2019re restoring confidence, calm, and control in a world that too often trades those away for noise.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">BellaVie. Designed for Living Well.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From intelligent co-investing to direct-from-developer access, we\\u2019re shaping a new era of global living \\u2014 one that honors your time, protects your peace, and nurtures your future.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24877, 6729, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24878, 6729, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24879, 6729, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24880, 6729, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24881, 6729, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24882, 6729, '_elementor_data', '[{\"id\":\"902158b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"cfc9c94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d57a090\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Speed, Simplicity &amp; Serenity: The Future of Wellness-First Living is Seamless<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">In a world shaped by immediacy and high expectations, the future belongs to platforms that prioritize speed, clarity, and frictionless access. From transportation to healthcare, consumers today are drawn to services that anticipate their needs \\u2014 intuitive, on-demand, and available anytime, anywhere. At BellaVie, we believe the same should apply to the way we live.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Luxury living should never mean complexity. Yet, for many, the process of finding, accessing, or investing in high-quality real estate or wellness retreats can be daunting \\u2014 full of intermediaries, paperwork, inefficiencies, and vague pricing. This is where we draw the line. And where BellaVie redefines the curve.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">What Today\\u2019s Clients Value Most<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">According to global studies, people today prioritize three simple things:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Speed. Simplicity. Transparency.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">The modern client no longer has the patience for fragmented journeys or hidden steps. They expect clear, elegant solutions that mirror their lifestyle: intentional, fast, and refined.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">That\\u2019s why BellaVie\\u2019s mission is more than property. It\\u2019s about creating a wellness-first ecosystem \\u2014 where every step, from exploration to ownership, is infused with grace and digital ease.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Removing the Clutter: The BellaVie Experience<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Most platforms focus on scattered interactions \\u2014 booking here, calling there, emailing everywhere. BellaVie is built differently. We don\'t think in touchpoints. We design end-to-end wellness journeys: from discovering a property or curated experience to completing a deal or checking into a sanctuary, our approach is seamless and unified.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">No redundant forms. No third-party agents. No markups. Just direct, intelligent, tech-powered access to what matters: space, serenity, and meaningful ownership.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Designing for Life, Not Just Listings<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">A major pain point in real estate and luxury services today is the disconnect between design and intention. At BellaVie, we\\u2019ve curated partnerships with architects, developers, and wellness experts who share a common language: purposeful living. Every property in our collection is handpicked, wellness-verified, and embedded with values our members hold dear \\u2014 privacy, peace, and legacy.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">We\'re not digitizing for digital\'s sake. Like Estonia\\u2019s now-famous model for seamless living systems, BellaVie starts with the individual. Your digital wellness ID, your curated interests, and your lifestyle goals all form the foundation of your personalized journey \\u2014 creating synergy across services, opportunities, and ownership models.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Efficiency Meets Elegance<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">When luxury meets logic, something powerful happens. Members can explore investment-ready homes, wellness-focused communities, or even plan their next retreat \\u2014 all within one intuitive platform.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">We\'re saving our members more than just time. We\\u2019re restoring confidence, calm, and control in a world that too often trades those away for noise.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">BellaVie. Designed for Living Well.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From intelligent co-investing to direct-from-developer access, we\\u2019re shaping a new era of global living \\u2014 one that honors your time, protects your peace, and nurtures your future.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24884, 6730, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24885, 6730, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24886, 6730, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24887, 6730, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24888, 6730, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24889, 6730, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/2025\\/04\\/25\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24891, 6731, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24892, 6731, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24893, 6731, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24894, 6731, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24895, 6731, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24896, 6731, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/2025\\/04\\/25\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24898, 6732, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24899, 6732, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24900, 6732, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24901, 6732, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24902, 6732, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24903, 6732, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24905, 6733, '_edit_lock', '1745561473:1');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24906, 6733, '_edit_last', 1);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24907, 6733, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24908, 6733, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24909, 6733, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24910, 6733, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24911, 6734, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24912, 6734, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24913, 6734, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24914, 6734, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24915, 6735, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24916, 6735, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24917, 6735, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24918, 6735, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24919, 6733, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24920, 6733, '_elementor_data', '[{\"id\":\"92d4b69\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"124481f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6135ec5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Blending Digital Precision with Human Touch<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At BellaVie, luxury means freedom of choice. While our systems are powered by automation and AI, our soul remains human. We believe true wellness comes from balance \\u2014 between precision and personalization, digital ease and warm, thoughtful care.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Digital-first doesn\\u2019t mean human-last.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">It means getting exactly what you need, how you need it \\u2014 fast, intuitive, and beautifully streamlined.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Whether you\\u2019re reserving a wellness ritual, indulging in a gourmet experience, or exploring curated real estate opportunities, BellaVie\\u2019s concierge services meet you exactly where you are:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Online when you want it.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">On WhatsApp when you need it.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Membership Card: Unlocking Every Touchpoint<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your digital membership card is more than a symbol of belonging \\u2014 it\\u2019s your passport to concierge-powered living. Integrated into every system and touchpoint, it gives you seamless access to:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Priority booking and curated access across partner clinics and wellness experiences<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Instant activation and redemption of your BellaVie Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Private real estate previews, consultations, and investment liaisons<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Tailored alerts, spa rituals, and exclusive invitations, all personalized to your profile<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">There\\u2019s no plastic, no clutter \\u2014 just a refined digital identity delivered via WhatsApp, designed to simplify and elevate your lifestyle.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature BellaVie Concierge Services<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">WhatsApp Wellness Concierge<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your primary touchpoint. Fast, multilingual, and discreet \\u2014 our WhatsApp Concierge is available 24\\/7 to guide, respond, and care. This is where automation meets intimacy.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Lifestyle Concierge (Virtual &amp; In-Person)<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From spa bookings to personalized tasting menus, every moment is curated through your BellaVie profile. With just one message, you access the world that suits your rhythm.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Medical &amp; Aesthetic Journey Coordination<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Surgery planning, treatment follow-ups, private consultations \\u2014 we handle it all with precision, privacy, and grace. Your care is continuous, curated, and calm.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Real Estate &amp; Investment Liaison<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Explore wellness-centric real estate across Dubai and beyond with discreet, informed assistance. Your card connects you directly to vetted developers and premium openings.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Private Access to Brands &amp; Experiences<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From bespoke rituals to limited-edition collaborations, you\\u2019ll be the first to know \\u2014 and the first to receive. Our concierge ensures you\'re always in the right room, at the right moment.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This Is Not Just Service. It\\u2019s Sanctuary.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At BellaVie, we don\\u2019t just respond \\u2014 we anticipate. Every detail is designed to eliminate friction, enhance beauty, and restore ease.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your WhatsApp-connected BellaVie Membership Card is your companion in this journey \\u2014<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">a symbol of trust, a tool of clarity, and a gateway to living beautifully.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24921, 6736, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24922, 6736, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24923, 6736, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24924, 6736, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24925, 6736, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24926, 6736, '_elementor_data', '[{\"id\":\"92d4b69\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"124481f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6135ec5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Blending Digital Precision with Human Touch<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At BellaVie, luxury means freedom of choice. While our systems are powered by automation and AI, our soul remains human. We believe true wellness comes from balance \\u2014 between precision and personalization, digital ease and warm, thoughtful care.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Digital-first doesn\\u2019t mean human-last.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">It means getting exactly what you need, how you need it \\u2014 fast, intuitive, and beautifully streamlined.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Whether you\\u2019re reserving a wellness ritual, indulging in a gourmet experience, or exploring curated real estate opportunities, BellaVie\\u2019s concierge services meet you exactly where you are:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Online when you want it.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">On WhatsApp when you need it.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your BellaVie Membership Card: Unlocking Every Touchpoint<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your digital membership card is more than a symbol of belonging \\u2014 it\\u2019s your passport to concierge-powered living. Integrated into every system and touchpoint, it gives you seamless access to:<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Priority booking and curated access across partner clinics and wellness experiences<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Instant activation and redemption of your BellaVie Rewards<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Private real estate previews, consultations, and investment liaisons<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Tailored alerts, spa rituals, and exclusive invitations, all personalized to your profile<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">There\\u2019s no plastic, no clutter \\u2014 just a refined digital identity delivered via WhatsApp, designed to simplify and elevate your lifestyle.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Signature BellaVie Concierge Services<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">WhatsApp Wellness Concierge<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your primary touchpoint. Fast, multilingual, and discreet \\u2014 our WhatsApp Concierge is available 24\\/7 to guide, respond, and care. This is where automation meets intimacy.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Lifestyle Concierge (Virtual &amp; In-Person)<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From spa bookings to personalized tasting menus, every moment is curated through your BellaVie profile. With just one message, you access the world that suits your rhythm.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Medical &amp; Aesthetic Journey Coordination<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Surgery planning, treatment follow-ups, private consultations \\u2014 we handle it all with precision, privacy, and grace. Your care is continuous, curated, and calm.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Real Estate &amp; Investment Liaison<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Explore wellness-centric real estate across Dubai and beyond with discreet, informed assistance. Your card connects you directly to vetted developers and premium openings.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Private Access to Brands &amp; Experiences<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">From bespoke rituals to limited-edition collaborations, you\\u2019ll be the first to know \\u2014 and the first to receive. Our concierge ensures you\'re always in the right room, at the right moment.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This Is Not Just Service. It\\u2019s Sanctuary.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">At BellaVie, we don\\u2019t just respond \\u2014 we anticipate. Every detail is designed to eliminate friction, enhance beauty, and restore ease.<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">Your WhatsApp-connected BellaVie Membership Card is your companion in this journey \\u2014<\\/span><\\/p><p class=\\\"cvGsUA direction-ltr align-center para-style-body\\\"><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">a symbol of trust, a tool of clarity, and a gateway to living beautifully.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24930, 6737, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24931, 6737, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24932, 6737, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24933, 6737, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24934, 6737, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24935, 6737, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24937, 6738, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24938, 6738, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24939, 6738, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24940, 6738, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24941, 6738, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24942, 6738, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24944, 6739, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24945, 6739, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24946, 6739, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24947, 6739, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24948, 6739, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24949, 6739, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24951, 6740, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24952, 6740, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24953, 6740, '_menu_item_object_id', 6711);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24954, 6740, '_menu_item_object', 'page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24955, 6740, '_menu_item_target', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24956, 6740, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24957, 6740, '_menu_item_xfn', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24958, 6740, '_menu_item_url', '');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24960, 60, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24961, 6417, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24962, 6420, '_wp_old_date', '2025-03-06');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24963, 6419, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24964, 6421, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24965, 6418, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24966, 6444, '_wp_old_date', '2025-03-06');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24969, 6741, '_wp_attached_file', '2025/04/Untitled-design-3.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24970, 6741, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-3.png\";s:8:\"filesize\";i:139491;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31507;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109086;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16214;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24971, 6742, '_wp_attached_file', '2025/04/Untitled-design-6.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24972, 6742, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-6.png\";s:8:\"filesize\";i:135366;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17683;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54812;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9517;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24973, 6743, '_wp_attached_file', '2025/04/Untitled-design-5.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24974, 6743, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-5.png\";s:8:\"filesize\";i:130896;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16480;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50197;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9104;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24975, 6744, '_wp_attached_file', '2025/04/Untitled-design-4.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24976, 6744, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2025/04/Untitled-design-4.png\";s:8:\"filesize\";i:148779;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Untitled-design-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15570;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Untitled-design-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51321;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Untitled-design-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8398;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24977, 6745, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24978, 6745, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24979, 6745, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24980, 6745, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24981, 6745, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24982, 6745, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24984, 6746, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24985, 6746, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24986, 6746, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24987, 6746, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24988, 6746, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24989, 6746, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"34323ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"347bc82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24991, 6747, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24992, 6747, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24993, 6747, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24994, 6747, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24995, 6747, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24996, 6747, '_elementor_data', '[{\"id\":\"7732786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"1daa0f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6b5d871\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-2.png\",\"id\":6712,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a8aa611\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8e3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-1.png\",\"id\":6713,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"173e0b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"273bf80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-3.png\",\"id\":6741,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"50257ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b776f07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-6.png\",\"id\":6742,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b425e51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"09130e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"63d84bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-4.png\",\"id\":6744,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/the-future-of-wellness-first-living-is-seamless\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bfeb9fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"adcd50e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/Untitled-design-5.png\",\"id\":6743,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/blending-digital-precision-with-human-touch\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c279b5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f1f5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25921, 6752, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25922, 6752, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25923, 6752, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25924, 6752, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25925, 6752, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25926, 6752, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Monday to Sunday, 9:00 AM \\u2013 8:00 PM\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25927, 6752, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25931, 6753, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25932, 6753, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25933, 6753, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25934, 6753, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25935, 6753, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25936, 6753, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Monday to Sunday, 9:00 AM \\u2013 8:00 PM\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25937, 6753, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25941, 6754, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25942, 6754, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25943, 6754, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25944, 6754, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25945, 6754, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25946, 6754, '_elementor_data', '[{\"id\":\"ab9498c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"c88f12c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec643a5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"78e069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5eaec7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\",\"id\":6579,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"389110a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"62\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"efbb25a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"title_text\":\"Working Hours\",\"description_text\":\"Monday to Sunday, 9:00 AM \\u2013 8:00 PM\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1a88688\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"title_text\":\"Address\",\"description_text\":\"Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai\",\"primary_color\":\"#595DFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"852f483\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View on Map\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/vauiGwmyVq8HwFCG8\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a3a3b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"dd79aa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"af54f88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":29.375},\"elements\":[{\"id\":\"6133d3b\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Book Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3b2b0ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.60300000000000153477230924181640148162841796875},\"elements\":[{\"id\":\"c9301a2\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"Click to Call\",\"link\":{\"url\":\"tel:+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#FF8F00\",\"background_color_b\":\"#F2AF29\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f2d5e3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"c91122c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Request a Call Back or Book Directly\\nUse your BellaVie ID, specify your treatment type, date, time, and name.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_color\":\"#FF2727\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ed307d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FMC Clinic \\u2013 Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c42cfe1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"77\",\"bottom\":\"0\",\"left\":\"77\",\"isLinked\":false}},\"elements\":[{\"id\":\"148bf05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3d141fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\",\"id\":6682,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Madam Amal Maslemani, \",\"description_text\":\"FMC Clinic group\",\"content_vertical_alignment\":\"bottom\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"efe76bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d8d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\",\"id\":6683,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Muhammed Riad,\",\"description_text\":\"Plastic Surgeon, Iraq\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"4e5c403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3097eec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\",\"id\":6665,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dr Matt Stefanelli,\",\"description_text\":\"Plastic Surgeon, France\",\"image_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":45,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9403d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are delighted to offer you more than just treatments \\u2014 this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Our Services<\\/strong><\\/em><\\/span><\\/p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser hair removal treatments<br \\/>Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br \\/>Body Contouring: RF sculpting, ultrasound cavitation<br \\/>Hair Restoration: PRP therapy, hair transplants<br \\/>Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures<\\/strong><\\/em><\\/span><\\/p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br \\/>Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br \\/>Breast Surgery: Augmentation, reduction, lifts<br \\/>Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br \\/>Hand &amp; Scar Revision Surgery<\\/p><p><span style=\\\"text-decoration: underline;\\\"><em><strong>Dental Care<\\/strong><\\/em><\\/span><\\/p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br \\/>General Dentistry: Cleanings, fillings, root canals<\\/p>\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42e6371\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"64c2dc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.91100000000000136424205265939235687255859375},\"elements\":[{\"id\":\"23ccb7a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"text-decoration: underline;\\\"><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait<\\/strong><\\/em><\\/span><\\/p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed \\u2014 the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bbed6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.0450000000000017053025658242404460906982421875},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25947, 6754, '_thumbnail_id', 6579);

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25983, 6758, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25984, 6758, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25985, 6758, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25986, 6758, '_elementor_version', '3.27.6');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25987, 6758, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25988, 6758, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25989, 6758, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25990, 6758, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25991, 6758, '_elementor_screenshot_failed', '2025-04-24 14:01:39');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25999, 6761, '_wp_attached_file', '2025/05/Untitled-design-1.png');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26000, 6761, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1555;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2025/05/Untitled-design-1.png\";s:8:\"filesize\";i:10734;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1-300x14.png\";s:5:\"width\";i:300;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2256;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-1024x49.png\";s:5:\"width\";i:1024;s:6:\"height\";i:49;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3505;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1-768x37.png\";s:5:\"width\";i:768;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2747;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Untitled-design-1-1536x74.png\";s:5:\"width\";i:1536;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5323;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"Untitled-design-1-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2213;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1-600x29.png\";s:5:\"width\";i:600;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2282;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1-100x75.png\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1219;}}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 `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26001, 6762, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26002, 6762, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26003, 6762, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26004, 6762, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26005, 6762, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26006, 6762, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"ekit_btn_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26010, 6763, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26011, 6763, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26012, 6763, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26013, 6763, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26014, 6763, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26015, 6763, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/Capture.png\",\"id\":6452,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Fresh Rewards, Exclusive Indulgence\\n<br><br>\\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\\n<br><br>\\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\\n\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"ekit_btn_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26019, 6764, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26020, 6764, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26021, 6764, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26022, 6764, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26023, 6764, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26024, 6764, '_elementor_data', '[{\"id\":\"0fc25d8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"573d58b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/05\\/Untitled-design-1.png\",\"id\":6761,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_repeat\":\"no-repeat\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true}},\"elements\":[{\"id\":\"436386b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2c5e260\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fresh Rewards, Exclusive Indulgence<br \\/><br \\/><strong>May Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.<\\/strong><br \\/><br \\/>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ad634a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Because you deserve the extraordinary.\",\"header_size\":\"h4\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a72d33\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"f70d10f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55db1ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\",\"jet_sticky_section_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"jet_sticky_section_background_gradient_position_tablet\":\"center center\",\"jet_sticky_section_background_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"5b71dd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[{\"id\":\"8efa470\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e4bbeb4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ad1417\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"View Details\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_tablet\":\"center center\",\"_background_gradient_position_mobile\":\"center center\",\"_background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_tablet\":\"center center\",\"_background_hover_gradient_position_mobile\":\"center center\",\"ekit_btn_align\":\"left\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"52d0f76\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"acb1024\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true},{\"id\":\"a8a0d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_gradient_position_tablet\":\"center center\",\"background_gradient_position_mobile\":\"center center\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_hover_gradient_position_tablet\":\"center center\",\"background_hover_gradient_position_mobile\":\"center center\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_gradient_position_tablet\":\"center center\",\"background_overlay_gradient_position_mobile\":\"center center\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_gradient_position_tablet\":\"center center\",\"background_overlay_hover_gradient_position_mobile\":\"center center\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26028, 6765, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26029, 6765, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26030, 6765, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26031, 6765, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26032, 6765, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26033, 6765, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26037, 6766, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26038, 6766, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26039, 6766, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26040, 6766, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26041, 6766, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26042, 6766, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6637,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-10.png\"},{\"id\":6638,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-16.png\"},{\"id\":6639,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-9.png\"},{\"id\":6640,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-10.png\"},{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6644,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-9.png\"},{\"id\":6645,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-11.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6654,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-17.jpg\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26046, 6767, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26047, 6767, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26048, 6767, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26049, 6767, '_elementor_version', '3.28.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26050, 6767, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26051, 6767, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26055, 6768, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26056, 6768, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26057, 6768, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26058, 6768, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26059, 6768, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26060, 6768, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26062, 6769, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26063, 6769, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26064, 6769, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26065, 6769, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26066, 6769, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26067, 6769, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26069, 6770, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26070, 6770, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26071, 6770, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26072, 6770, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26073, 6770, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26074, 6770, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26076, 6771, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26077, 6771, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26078, 6771, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26079, 6771, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26080, 6771, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26081, 6771, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26083, 6772, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26084, 6772, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26085, 6772, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26086, 6772, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26087, 6772, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26088, 6772, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26090, 6773, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26091, 6773, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26092, 6773, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26093, 6773, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26094, 6773, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26095, 6773, '_elementor_data', '[{\"id\":\"4a8320b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"68eab95\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e23f610\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/JCo-Beachfront-living_sales-presentation_REV03-95.webp\",\"id\":6629,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0469d9\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1c3a262\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4b749cd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"cc92c2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7d3c633\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d148c97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Private Retreat. Your Living Art.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ff6b9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where Sanctuary Meets Sophistication \\u2014 and Every Home Becomes a Masterpiece of Wellness and Design.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"59bc037\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#F0F0F0\"},\"elements\":[{\"id\":\"1bb26d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a0bac00\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"44\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"43f6baf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"37\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d66b001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/commitments.png\",\"id\":6635,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Commitment\",\"description_text\":\"At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home \\u2014 we offer a lifestyle that harmonizes with your values of wellness and luxury.\\n<br>\\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property \\u2014 you invest in a life that balances well-being, sophistication, and lasting legacy.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"69b3d26\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":2,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"37\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b32bb4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/impact.png\",\"id\":6636,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Our Impact\",\"description_text\":\"BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\\n<br>\\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness \\u2014 the way you deserve.\",\"position\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"09ad9ef\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"47\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"78\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"020485e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.082999999999998408384271897375583648681640625,\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fcf39e5\",\"elType\":\"widget\",\"settings\":{\"ending_number\":2085,\"suffix\":\"+\",\"title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"counter-title\":\"Wellness-inspired Living Spaces Enriched Through BellaVie\",\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"cc6ba3c\",\"elType\":\"widget\",\"settings\":{\"ending_number\":9834,\"suffix\":\"+\",\"title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture & Travel\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"counter-title\":\"Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel\"},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"abf6e18\",\"elType\":\"widget\",\"settings\":{\"ending_number\":125,\"suffix\":\"+\",\"title\":\"Projects Across the Region Enhanced with BellaVie Reward Ecosystems\",\"title_tag\":\"p\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_title_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_title_font_weight\":\"600\",\"typography_title_line_height_mobile\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"b848f40\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":58.52600000000000335376171278767287731170654296875,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c70dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Approach\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"acf6813\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"72df51a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"711ab03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Direct Access to the Unseen<\\/strong><\\/h5>\\nFrom early-stage plots to iconic launches \\u2014 our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c545c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"351ab40\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Transparency, Redefined for Trust<\\/strong><\\/h5>\\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb7ff96\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\"},\"elements\":[{\"id\":\"3731fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"00ea4b1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728Design That Breathes<\\/strong><\\/h5>\\nWe go beyond finishings \\u2014 we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c2359be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b4a516e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><strong> \\u2728A Research-Driven Ritual<\\/strong><\\/h5>\\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e33cc4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"62af9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5c98af\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6641,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16.jpg\"},{\"id\":6642,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-8.png\"},{\"id\":6643,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-7.png\"},{\"id\":6646,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-8.png\"},{\"id\":6647,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-3.png\"},{\"id\":6648,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/images-2.png\"},{\"id\":6649,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-4.png\"},{\"id\":6650,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-1.png\"},{\"id\":6651,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-7.png\"},{\"id\":6652,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-2.png\"},{\"id\":6653,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-11-e1744195606309.png\"},{\"id\":6656,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/download-16-1.jpg\"},{\"id\":6657,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-14.png\"},{\"id\":6658,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/category-12.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"8\",\"lazyload\":\"yes\",\"pause_on_hover\":\"\",\"pause_on_interaction\":\"\",\"autoplay_speed\":1002,\"autoplay\":\"\",\"navigation\":\"none\",\"infinite\":\"\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"image_spacing_custom_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26101, 6774, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26102, 6774, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26103, 6774, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26104, 6774, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26105, 6774, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26106, 6774, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26107, 6774, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"dropdown\":\"none\"},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26108, 6774, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26114, 6775, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26115, 6775, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26116, 6775, '_elementor_template_type', 'header');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26117, 6775, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26118, 6775, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26119, 6775, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26120, 6775, '_elementor_data', '[{\"id\":\"a292a59\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"20\",\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"-13\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac13f15\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"61218cd\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"second-menu\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"dropdown\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"bc446ee\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"350\",\"height\":\"200\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":52,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"23\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"215c83f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d844063\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"615004b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5148e1d\",\"elType\":\"widget\",\"settings\":{\"menu_name\":\"Menu\",\"menu\":\"main-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"pointer_color_menu_item_hover\":\"#969696\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"align_items\":\"center\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26121, 6775, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26171, 6780, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26172, 6780, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26173, 6780, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26174, 6780, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26175, 6780, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26176, 6780, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26177, 6780, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26181, 6781, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26182, 6781, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26183, 6781, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26184, 6781, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26185, 6781, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26186, 6781, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26187, 6781, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26193, 6782, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26194, 6782, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26195, 6782, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26196, 6782, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26197, 6782, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26198, 6782, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26199, 6782, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26203, 6783, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26204, 6783, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26205, 6783, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26206, 6783, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26207, 6783, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26208, 6783, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26209, 6783, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26213, 6784, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26214, 6784, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26215, 6784, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26216, 6784, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26217, 6784, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26218, 6784, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26219, 6784, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26223, 6785, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26224, 6785, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26225, 6785, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26226, 6785, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26227, 6785, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26228, 6785, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26229, 6785, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26231, 6786, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26232, 6786, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26233, 6786, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26234, 6786, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26235, 6786, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26236, 6786, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26237, 6786, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26239, 6787, '_wp_page_template', 'elementor_header_footer');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26240, 6787, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26241, 6787, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26242, 6787, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26243, 6787, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26244, 6787, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26245, 6787, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26249, 6788, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26250, 6788, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26251, 6788, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26252, 6788, '_elementor_version', '3.27.3');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26253, 6788, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26254, 6788, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26255, 6788, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n            <!-- Add more countries here -->\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <button type=\\\"button\\\" id=\\\"redirect-button\\\" disabled>Proceed<\\/button>\\r\\n    <\\/div>\\r\\n<\\/form>\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 130px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\\n@media (max-width: 768px) {\\n    #country-form {\\n        flex-direction: column;\\n        align-items: stretch;\\n        gap: 20px; \\/* Reduced spacing for smaller screens *\\/\\n        padding: 15px;\\n    }\\n\\n    .form-group {\\n        width: 100%;\\n    }\\n\\n    #redirect-button {\\n        width: 100%;\\n    }\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26269, 6790, '_elementor_source', 'post');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26270, 6790, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26271, 6790, '_elementor_template_type', 'section');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26272, 6790, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26273, 6790, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26274, 6790, '_wp_page_template', 'default');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26275, 6790, '_elementor_data', '[{\"id\":\"e73eb58\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[]},\"elements\":[{\"id\":\"8418b9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"46da0f9\",\"elType\":\"widget\",\"settings\":{\"html\":\"<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <a href=\\\"https:\\/\\/wa.me\\/+971506396374\\\" id=\\\"redirect-button\\\" class=\\\"disabled\\\" style=\\\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\\\">Proceed<\\/a>\\r\\n    <\\/div>\\r\\n<\\/form>\\r\\n\\r\\n<script>\\r\\n  const residentSelect = document.getElementById(\\\"resident-country\\\");\\r\\n  const applyingSelect = document.getElementById(\\\"applying-country\\\");\\r\\n  const redirectButton = document.getElementById(\\\"redirect-button\\\");\\r\\n\\r\\n  const countryOptions = {\\r\\n    USA: [\\\"Canada\\\", \\\"UK\\\"],\\r\\n    Canada: [\\\"USA\\\", \\\"UK\\\"],\\r\\n    UK: [\\\"USA\\\", \\\"Canada\\\"]\\r\\n  };\\r\\n\\r\\n  residentSelect.addEventListener(\\\"change\\\", function () {\\r\\n    const selected = this.value;\\r\\n    applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n\\r\\n    if (selected && countryOptions[selected]) {\\r\\n      countryOptions[selected].forEach(country => {\\r\\n        const option = document.createElement(\\\"option\\\");\\r\\n        option.value = country;\\r\\n        option.textContent = country;\\r\\n        applyingSelect.appendChild(option);\\r\\n      });\\r\\n    } else {\\r\\n      applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select Resident Country First --<\\/option>\';\\r\\n    }\\r\\n\\r\\n    checkProceedState();\\r\\n  });\\r\\n\\r\\n  applyingSelect.addEventListener(\\\"change\\\", checkProceedState);\\r\\n\\r\\n  function checkProceedState() {\\r\\n    const residentVal = residentSelect.value;\\r\\n    const applyingVal = applyingSelect.value;\\r\\n\\r\\n    if (residentVal && applyingVal) {\\r\\n      redirectButton.style.background = \\\"#0073e6\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"auto\\\";\\r\\n    } else {\\r\\n      redirectButton.style.background = \\\"#ccc\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"none\\\";\\r\\n    }\\r\\n  }\\r\\n<\\/script>\\r\\n\",\"custom_css\":\"\\/* Form Container *\\/\\n#country-form {\\n    max-width: 1100px;\\n    margin: 0 auto;\\n    padding: 20px;\\n    background: #f9f9f9;\\n    border: 1px solid #ddd;\\n    border-radius: 8px;\\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\\n}\\n#country-form {\\n    display: flex;\\n    align-items: center;\\n    gap: 130px; \\/* Adds spacing between elements *\\/\\n}\\n\\/* Form Group *\\/\\n.form-group {\\n    margin-bottom: 20px;\\n}\\n\\n\\/* Labels *\\/\\nlabel {\\n    display: block;\\n    margin-bottom: 8px;\\n    font-weight: bold;\\n    color: #333;\\n}\\n\\n\\/* Dropdowns *\\/\\n.form-control {\\n    width: 100%;\\n    padding: 10px;\\n    border: 1px solid #ccc;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    color: #555;\\n    background: #fff;\\n    transition: border-color 0.3s ease;\\n}\\n\\n.form-control:focus {\\n    border-color: #0073e6;\\n    outline: none;\\n}\\n\\n\\/* Button *\\/\\n#redirect-button {\\n    display: block;\\n    width: 100%;\\n    padding: 12px;\\n    background: #0073e6;\\n    color: #fff;\\n    border: none;\\n    border-radius: 4px;\\n    font-size: 16px;\\n    cursor: pointer;\\n    transition: background 0.3s ease;\\n}\\n\\n#redirect-button:disabled {\\n    background: #ccc;\\n    cursor: not-allowed;\\n}\\n\\n#redirect-button:not(:disabled):hover {\\n    background: #005bb5;\\n}\\n@media (max-width: 768px) {\\n    #country-form {\\n        flex-direction: column;\\n        align-items: stretch;\\n        gap: 20px; \\/* Reduced spacing for smaller screens *\\/\\n        padding: 15px;\\n    }\\n\\n    .form-group {\\n        width: 100%;\\n    }\\n\\n    #redirect-button {\\n        width: 100%;\\n    }\\n}\"},\"elements\":[],\"widgetType\":\"html\"},{\"id\":\"83770f2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26280, 6791, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26281, 6791, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26282, 6791, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26283, 6791, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26284, 6791, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26285, 6791, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26286, 6791, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26290, 6792, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26291, 6792, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26292, 6792, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26293, 6792, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26294, 6792, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26295, 6792, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26296, 6792, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26300, 6793, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26301, 6793, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26302, 6793, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26303, 6793, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26304, 6793, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26305, 6793, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26306, 6793, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26312, 6794, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26313, 6794, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26314, 6794, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26315, 6794, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26316, 6794, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26317, 6794, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26318, 6794, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26322, 6795, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26323, 6795, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26324, 6795, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26325, 6795, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26326, 6795, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"yes\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35bb635\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"64c5f1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"72fa293\",\"elType\":\"widget\",\"settings\":{\"html\":\"[wpdreams_ajaxsearchlite]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"131\",\"bottom\":\"0\",\"left\":\"131\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26327, 6795, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26328, 6795, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26332, 6796, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26333, 6796, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26334, 6796, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26335, 6796, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26336, 6796, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26337, 6796, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26338, 6796, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26345, 6797, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26346, 6797, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26347, 6797, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26348, 6797, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26349, 6797, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26350, 6797, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26351, 6797, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26355, 6798, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26356, 6798, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26357, 6798, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26358, 6798, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26359, 6798, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bba38d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"26\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eacb6d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Eid Special: Secure Your Spot in Advance \\ud83d\\udd39<br \\/>This festive season, our members are reserving:<br \\/>\\u2728 Wellness Retreats for relaxation &amp; rejuvenation<br \\/>\\u2728 Aesthetic Treatments for flawless Eid glow<br \\/>\\u2728 Plastic Surgery with expert hands<br \\/>\\u2728 Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"36\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26360, 6798, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26361, 6798, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26365, 6799, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26366, 6799, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26367, 6799, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26368, 6799, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26369, 6799, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26370, 6799, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26371, 6799, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26484, 6800, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26485, 6800, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26486, 6800, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26487, 6800, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26488, 6800, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26489, 6800, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26490, 6800, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26494, 6801, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26495, 6801, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26496, 6801, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26497, 6801, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26498, 6801, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26499, 6801, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26500, 6801, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26504, 6802, '_wp_page_template', 'elementor_header_footer');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26505, 6802, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26506, 6802, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26507, 6802, '_elementor_version', '3.28.4');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26508, 6802, '_elementor_data', '[{\"id\":\"ef4d80b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/need-visa-information.jpg\",\"id\":6283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"51c36b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"408c1ac\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"BellaVie Rewards for Members\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\" Welcome to BellaVie Rewards\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"165\",\"right\":\"0\",\"bottom\":\"147\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"em\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"67936ce\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Elite Partner Bookings\",\"_id\":\"d94e393\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6270\",\"item_active\":\"yes\"},{\"item_label\":\"Exclusive Reservations & VIP Access\",\"_id\":\"2750f5a\",\"item_active\":\"\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6255\"},{\"item_label\":\"Luxury Property Design & Management\",\"_id\":\"30080f9\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_editor_content\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"item_template_id\":\"6200\"},{\"_id\":\"3f9ebba\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_label\":\"Rewards, Referrals & Transfers\",\"item_editor_content\":\"<p>Tab Item Content<\\/p>\",\"item_template_id\":\"6235\"}],\"show_effect\":\"zoom-in\",\"tabs_control_wrapper_width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"tabs_container_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_container_border_color\":\"#E0E5EA\",\"tabs_container_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_wrapper_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_wrapper_border_color\":\"#E0E5EA\",\"tabs_control_wrapper_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_control_border_color\":\"#E0E5EA\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"tabs_control_border_active_color\":\"#E0E5EA\",\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"22\",\"bottom\":\"22\",\"left\":\"22\",\"isLinked\":true},\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"tabs_content_border_color\":\"#E0E5EA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"jet-tabs\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80cb6c4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"size\":\"\",\"alt\":\"image\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"4711152\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"babb364\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":6520,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\"},{\"id\":6521,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\"},{\"id\":6522,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\"},{\"id\":6523,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\"},{\"id\":6524,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\"},{\"id\":6525,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\"},{\"id\":6526,\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"navigation\":\"dots\",\"dots_position\":\"inside\",\"dots_color\":\"#FF8E0D\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"b4cfa1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"896156b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"143\",\"bottom\":\"0\",\"left\":\"143\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0c4804\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8f696df\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"79\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"eae7dcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d237d7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ld-wp73.template-help.com\\/tf\\/demo_mygrace\\/mygrace-v10\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\",\"id\":4746,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e36d9c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"050\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"265\",\"right\":\"0\",\"bottom\":\"84\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1f794a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_color_stop_tablet\":{\"unit\":\"%\"},\"background_color_stop_mobile\":{\"unit\":\"%\"},\"background_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_gradient_position_tablet\":\"\",\"background_gradient_position_mobile\":\"\",\"background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_hover_gradient_position_tablet\":\"\",\"background_hover_gradient_position_mobile\":\"\",\"background_overlay_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_tablet\":\"\",\"background_overlay_gradient_position_mobile\":\"\",\"background_overlay_hover_color_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_angle_mobile\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_tablet\":\"\",\"background_overlay_hover_gradient_position_mobile\":\"\"},\"elements\":[{\"id\":\"4ea08e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[],\"structure\":\"40\"},\"elements\":[{\"id\":\"c808640\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.856999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"6fc05a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\",\"id\":6697,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Dermamelan Intimate Experience\",\"description_text\":\"1,500 BellaVie Points\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5a76e5f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas<\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06b0e5e\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"warning\",\"text\":\"View Details\",\"link\":{\"url\":\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"background_background\":\"gradient\",\"background_color\":\"#0027FF\",\"background_color_b\":\"#5C64FD\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":172,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"34249a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.120999999999998664179656771011650562286376953125},\"elements\":[],\"isInner\":true},{\"id\":\"44c354b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"d379cd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26a9eb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"34\",\"right\":\"50\",\"bottom\":\"109\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"5681688\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5ecd6b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"034bf3b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[],\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f092fc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"87567f5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\",\"id\":6336,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Benefit from tailored advice and guidance from our AI + human assistant.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"f56ee9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fa6c7b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\",\"id\":6334,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Start your wellness experience seamlessly with expert help on your form.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"d8fbdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"064014f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\",\"id\":6337,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Enjoy a comfortable and personalized experience while accessing your benefits.\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"6558850\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbf34e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\",\"id\":6335,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"\",\"description_text\":\"Receive real-time updates on your rewards, experiences, and exclusive offers\",\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"81aa5c4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fd8925c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"2500d2b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7c8b209\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed for the select few\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"header_size\":\"h5\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d39ac1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"cvGsUA direction-ltr align-justify para-style-body\\\">\\u00a0<span class=\\\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\\\">With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"inherit\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":940,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"_z_index\":1},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ec983a4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0e06130\"}],\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"045\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ec8eaff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1ffcd57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aesthetic Clinics\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0731db9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_word_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"586919c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3b85c21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Gourmet\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cbb588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Enjoy exclusive dining experiences and earn rewards with every visit.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"122c666\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6feee4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Estate Developers\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aa1dcc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Access wellness-focused properties with special incentives for members.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"ddf2545\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"d4b1f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Spa and Hotel Stays\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c34132\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4000e0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"675e191\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Retreats\",\"header_size\":\"h5\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"text_stroke_text_stroke_type\":\"yes\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":-33,\"vertical\":1,\"blur\":13,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9345dd6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get rewarded for booking rejuvenating retreats at serene locations.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c828e2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"333a3d4\"}],\"background_background\":\"classic\",\"background_color\":\"#F9F9F9\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"86\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/Map-1-1.png\",\"id\":4327,\"alt\":\"image\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"194f86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"dcc7e15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join BellaVie Rewards Today\",\"title_color\":\"#202020\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"align\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"5\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"45\",\"left\":\"15\",\"isLinked\":false},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c457ac\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"Join Now on Whatsapp\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+971506396374\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"31\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"selected_icon\":{\"value\":\"icon icon-whatsapp-2\",\"library\":\"ekiticons\"},\"background_background\":\"gradient\",\"background_color\":\"#01FF00\",\"background_color_b\":\"#26C413\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":209,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_color_stop_tablet\":{\"unit\":\"%\"},\"_background_color_stop_mobile\":{\"unit\":\"%\"},\"_background_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_gradient_angle_mobile\":{\"unit\":\"deg\"},\"_background_hover_color_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_tablet\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_mobile\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_tablet\":{\"unit\":\"deg\"},\"_background_hover_gradient_angle_mobile\":{\"unit\":\"deg\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f45299d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26509, 6802, '_elementor_controls_usage', 'a:12:{s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:12:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:17:\"slider_navigation\";i:1;s:17:\"slider_pagination\";i:1;s:15:\"slider_autoplay\";i:1;s:21:\"slider_autoplay_delay\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:14:\"slide_duration\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_tablet\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:5:\"style\";a:6:{s:28:\"section_slider_general_style\";a:1:{s:15:\"overlay_opacity\";i:1;}s:28:\"section_content_slider_style\";a:4:{s:33:\"slider_content_vertical_alignment\";i:1;s:40:\"slider_content_vertical_alignment_tablet\";i:1;s:22:\"slider_content_padding\";i:1;s:29:\"slider_content_padding_tablet\";i:1;}s:26:\"section_slider_title_style\";a:11:{s:18:\"slider_title_color\";i:1;s:34:\"slider_title_typography_typography\";i:1;s:35:\"slider_title_typography_font_family\";i:1;s:33:\"slider_title_typography_font_size\";i:1;s:40:\"slider_title_typography_font_size_tablet\";i:1;s:40:\"slider_title_typography_font_size_mobile\";i:1;s:35:\"slider_title_typography_font_weight\";i:1;s:35:\"slider_title_typography_line_height\";i:1;s:42:\"slider_title_typography_line_height_tablet\";i:1;s:20:\"slider_title_padding\";i:1;s:19:\"slider_title_margin\";i:1;}s:25:\"section_slider_desc_style\";a:13:{s:17:\"slider_desc_color\";i:1;s:33:\"slider_desc_typography_typography\";i:1;s:34:\"slider_desc_typography_font_family\";i:1;s:32:\"slider_desc_typography_font_size\";i:1;s:39:\"slider_desc_typography_font_size_tablet\";i:1;s:39:\"slider_desc_typography_font_size_mobile\";i:1;s:34:\"slider_desc_typography_font_weight\";i:1;s:34:\"slider_desc_typography_line_height\";i:1;s:41:\"slider_desc_typography_line_height_tablet\";i:1;s:19:\"slider_desc_padding\";i:1;s:18:\"slider_desc_margin\";i:1;s:25:\"slider_desc_margin_tablet\";i:1;s:25:\"slider_desc_margin_mobile\";i:1;}s:27:\"section_action_button_style\";a:12:{s:22:\"primary_button_padding\";i:1;s:23:\"primary_button_bg_color\";i:1;s:20:\"primary_button_color\";i:1;s:36:\"primary_button_typography_typography\";i:1;s:37:\"primary_button_typography_font_family\";i:1;s:35:\"primary_button_typography_font_size\";i:1;s:37:\"primary_button_typography_font_weight\";i:1;s:40:\"primary_button_typography_text_transform\";i:1;s:37:\"primary_button_typography_line_height\";i:1;s:28:\"primary_button_border_radius\";i:1;s:29:\"primary_button_hover_bg_color\";i:1;s:26:\"primary_button_hover_color\";i:1;}s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;s:34:\"pagination_container_offset_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"widget_jet_popup\";a:2:{s:18:\"jet_attached_popup\";i:1;s:16:\"jet_trigger_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:24;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:5:{s:12:\"_inline_size\";i:24;s:19:\"_inline_size_tablet\";i:6;s:16:\"content_position\";i:1;s:21:\"space_between_widgets\";i:21;s:5:\"align\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:21;s:13:\"margin_tablet\";i:6;s:13:\"margin_mobile\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:6;s:3:\"gap\";i:14;s:13:\"content_width\";i:8;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:7:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"z_index\";i:1;s:14:\"padding_tablet\";i:9;s:14:\"padding_mobile\";i:8;s:7:\"padding\";i:8;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:12:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:4;s:19:\"background_position\";i:4;s:17:\"background_repeat\";i:4;s:22:\"background_size_mobile\";i:2;s:26:\"background_bg_width_mobile\";i:2;s:15:\"background_size\";i:3;s:26:\"background_position_tablet\";i:1;s:15:\"background_xpos\";i:1;s:15:\"background_ypos\";i:1;s:22:\"background_size_tablet\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:15;s:10:\"image_size\";i:15;s:5:\"align\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:19:\"image_border_radius\";i:10;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;s:5:\"width\";i:9;s:5:\"space\";i:9;s:6:\"height\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:6;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:3;s:8:\"_z_index\";i:9;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:8;s:11:\"header_size\";i:1;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:20:\"typography_font_size\";i:8;s:27:\"typography_font_size_tablet\";i:8;s:27:\"typography_font_size_mobile\";i:8;s:22:\"typography_font_weight\";i:8;s:22:\"typography_line_height\";i:8;s:29:\"typography_line_height_tablet\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:8;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:5;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:15;s:22:\"typography_font_family\";i:15;s:20:\"typography_font_size\";i:15;s:22:\"typography_font_weight\";i:15;s:22:\"typography_line_height\";i:15;s:27:\"typography_font_size_tablet\";i:5;s:5:\"align\";i:12;s:29:\"typography_line_height_tablet\";i:1;s:21:\"typography_font_style\";i:9;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:14;s:14:\"_margin_tablet\";i:4;s:14:\"_margin_mobile\";i:2;s:8:\"_padding\";i:9;s:15:\"_padding_tablet\";i:9;s:8:\"_z_index\";i:9;}s:17:\"_section_position\";a:5:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;s:21:\"_element_width_mobile\";i:3;s:21:\"_element_custom_width\";i:3;s:28:\"_element_custom_width_tablet\";i:3;}s:17:\"widget_jet_tricks\";a:10:{s:27:\"jet_tricks_widget_satellite\";i:9;s:32:\"jet_tricks_widget_satellite_type\";i:9;s:41:\"selected_jet_tricks_widget_satellite_icon\";i:9;s:29:\"jet_tricks_widget_satellite_z\";i:9;s:51:\"jet_tricks_widget_satellite_icon_box_popover_toggle\";i:9;s:47:\"jet_tricks_widget_satellite_icon_box_background\";i:9;s:50:\"jet_tricks_widget_satellite_icon_box_box_font_size\";i:9;s:45:\"jet_tricks_widget_satellite_icon_box_box_size\";i:9;s:54:\"jet_tricks_widget_satellite_icon_box_box_border_radius\";i:9;s:25:\"jet_tricks_widget_tooltip\";i:9;}s:19:\"_section_background\";a:6:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;s:17:\"_background_image\";i:9;s:20:\"_background_position\";i:9;s:18:\"_background_repeat\";i:9;s:16:\"_background_size\";i:9;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:9;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"link\";i:3;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:4;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:28:\"_element_custom_width_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:12:\"jet-services\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:8:{s:22:\"selected_services_icon\";i:8;s:14:\"services_title\";i:8;s:20:\"services_description\";i:8;s:11:\"button_text\";i:8;s:10:\"button_url\";i:8;s:15:\"add_button_icon\";i:8;s:20:\"selected_button_icon\";i:8;s:20:\"button_icon_position\";i:8;}}s:5:\"style\";a:5:{s:29:\"section_services_header_style\";a:3:{s:12:\"header_width\";i:8;s:13:\"header_height\";i:8;s:13:\"header_margin\";i:8;}s:27:\"section_services_icon_style\";a:4:{s:13:\"icon_bg_color\";i:8;s:14:\"icon_font_size\";i:8;s:9:\"icon_size\";i:8;s:18:\"icon_box_alignment\";i:8;}s:28:\"section_services_title_style\";a:9:{s:11:\"title_color\";i:8;s:27:\"title_typography_typography\";i:8;s:28:\"title_typography_font_family\";i:8;s:26:\"title_typography_font_size\";i:8;s:28:\"title_typography_font_weight\";i:8;s:28:\"title_typography_line_height\";i:8;s:12:\"title_margin\";i:8;s:15:\"title_alignment\";i:8;s:20:\"title_text_alignment\";i:8;}s:27:\"section_services_desc_style\";a:9:{s:10:\"desc_color\";i:8;s:26:\"desc_typography_typography\";i:8;s:27:\"desc_typography_font_family\";i:8;s:25:\"desc_typography_font_size\";i:8;s:27:\"desc_typography_font_weight\";i:8;s:27:\"desc_typography_line_height\";i:8;s:11:\"desc_margin\";i:8;s:14:\"desc_alignment\";i:8;s:19:\"desc_text_alignment\";i:8;}s:27:\"section_action_button_style\";a:15:{s:16:\"button_alignment\";i:8;s:16:\"button_icon_size\";i:8;s:17:\"button_icon_color\";i:8;s:18:\"button_icon_margin\";i:8;s:15:\"button_bg_color\";i:8;s:12:\"button_color\";i:8;s:28:\"button_typography_typography\";i:8;s:29:\"button_typography_font_family\";i:8;s:27:\"button_typography_font_size\";i:8;s:29:\"button_typography_font_weight\";i:8;s:29:\"button_typography_line_height\";i:8;s:14:\"button_padding\";i:8;s:13:\"button_margin\";i:8;s:18:\"button_hover_color\";i:8;s:32:\"button_typography_text_transform\";i:8;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:6:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:6;s:14:\"_margin_mobile\";i:7;s:8:\"_padding\";i:8;s:15:\"_padding_tablet\";i:8;s:15:\"_padding_mobile\";i:8;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:8;s:17:\"_background_color\";i:8;}s:15:\"_section_border\";a:5:{s:14:\"_border_radius\";i:8;s:27:\"_box_shadow_box_shadow_type\";i:8;s:22:\"_box_shadow_box_shadow\";i:8;s:33:\"_box_shadow_hover_box_shadow_type\";i:8;s:28:\"_box_shadow_hover_box_shadow\";i:8;}s:16:\"widget_jet_popup\";a:3:{s:18:\"jet_attached_popup\";i:8;s:16:\"jet_trigger_type\";i:8;s:27:\"jet_trigger_custom_selector\";i:8;}}}}s:7:\"counter\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_counter\";a:4:{s:13:\"ending_number\";i:1;s:8:\"duration\";i:1;s:23:\"thousand_separator_char\";i:1;s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_number\";a:6:{s:12:\"number_color\";i:1;s:28:\"typography_number_typography\";i:1;s:29:\"typography_number_font_family\";i:1;s:27:\"typography_number_font_size\";i:1;s:29:\"typography_number_font_weight\";i:1;s:29:\"typography_number_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:16:\"jet-woo-products\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:9:{s:14:\"products_order\";i:1;s:14:\"title_html_tag\";i:1;s:10:\"thumb_size\";i:1;s:15:\"sale_badge_text\";i:1;s:12:\"show_excerpt\";i:1;s:8:\"show_cat\";i:1;s:8:\"show_tag\";i:1;s:11:\"show_button\";i:1;s:16:\"products_orderby\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:6:{s:19:\"thumb_border_radius\";i:1;s:16:\"thumb_background\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;s:12:\"thumb_margin\";i:1;s:13:\"thumb_padding\";i:1;}s:19:\"section_title_style\";a:9:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:12:\"title_margin\";i:1;s:11:\"title_order\";i:1;}s:19:\"section_price_style\";a:13:{s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:26:\"price_typography_font_size\";i:1;s:28:\"price_typography_font_weight\";i:1;s:28:\"price_typography_line_height\";i:1;s:11:\"price_color\";i:1;s:19:\"price_space_between\";i:1;s:19:\"price_regular_color\";i:1;s:18:\"price_regular_size\";i:1;s:16:\"price_sale_color\";i:1;s:15:\"price_sale_size\";i:1;s:17:\"price_sale_weight\";i:1;s:11:\"price_order\";i:1;}s:21:\"section_rating_styles\";a:4:{s:16:\"rating_color_all\";i:1;s:18:\"rating_color_rated\";i:1;s:16:\"rating_font_size\";i:1;s:13:\"rating_margin\";i:1;}s:20:\"section_badges_style\";a:11:{s:27:\"badge_typography_typography\";i:1;s:28:\"badge_typography_font_family\";i:1;s:26:\"badge_typography_font_size\";i:1;s:28:\"badge_typography_font_weight\";i:1;s:28:\"badge_typography_line_height\";i:1;s:19:\"badge_border_radius\";i:1;s:19:\"badge_on_sale_color\";i:1;s:35:\"badge_on_sale_background_background\";i:1;s:30:\"badge_on_sale_background_color\";i:1;s:13:\"badge_padding\";i:1;s:12:\"badge_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:6:\"number\";i:1;s:10:\"thumb_size\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:5:{s:16:\"carousel_enabled\";i:1;s:6:\"arrows\";i:1;s:4:\"dots\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:7:{s:20:\"section_column_style\";a:1:{s:14:\"column_padding\";i:1;}s:17:\"section_box_style\";a:3:{s:11:\"box_padding\";i:1;s:18:\"box_padding_tablet\";i:1;s:18:\"box_padding_mobile\";i:1;}s:19:\"section_thumb_style\";a:3:{s:19:\"thumb_border_radius\";i:1;s:32:\"thumb_box_shadow_box_shadow_type\";i:1;s:27:\"thumb_box_shadow_box_shadow\";i:1;}s:21:\"section_content_style\";a:3:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;s:22:\"content_padding_mobile\";i:1;}s:19:\"section_title_style\";a:10:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:35:\"title_typography_line_height_tablet\";i:1;s:12:\"title_margin\";i:1;}s:18:\"section_meta_style\";a:9:{s:10:\"meta_color\";i:1;s:15:\"meta_link_color\";i:1;s:21:\"meta_link_color_hover\";i:1;s:26:\"meta_typography_typography\";i:1;s:27:\"meta_typography_font_family\";i:1;s:25:\"meta_typography_font_size\";i:1;s:27:\"meta_typography_font_weight\";i:1;s:27:\"meta_typography_line_height\";i:1;s:12:\"meta_padding\";i:1;}s:18:\"section_dots_style\";a:21:{s:25:\"dots_style_popover_toggle\";i:1;s:21:\"dots_style_background\";i:1;s:16:\"dots_style_color\";i:1;s:19:\"dots_style_box_size\";i:1;s:28:\"dots_style_box_border_radius\";i:1;s:31:\"dots_style_hover_popover_toggle\";i:1;s:27:\"dots_style_hover_background\";i:1;s:22:\"dots_style_hover_color\";i:1;s:32:\"dots_style_active_popover_toggle\";i:1;s:28:\"dots_style_active_background\";i:1;s:23:\"dots_style_active_color\";i:1;s:11:\"dots_margin\";i:1;s:27:\"dots_style_allow_box_shadow\";i:1;s:21:\"dots_style_box_shadow\";i:1;s:33:\"dots_style_hover_allow_box_shadow\";i:1;s:27:\"dots_style_hover_box_shadow\";i:1;s:26:\"dots_style_active_box_size\";i:1;s:34:\"dots_style_active_box_border_color\";i:1;s:34:\"dots_style_active_allow_box_shadow\";i:1;s:28:\"dots_style_active_box_shadow\";i:1;s:8:\"dots_gap\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:21:\"jet-instagram-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"section_instagram_settings\";a:7:{s:7:\"hashtag\";i:1;s:19:\"use_insta_graph_api\";i:1;s:8:\"order_by\";i:1;s:13:\"posts_counter\";i:1;s:12:\"post_caption\";i:1;s:19:\"post_comments_count\";i:1;s:16:\"post_likes_count\";i:1;}s:16:\"section_settings\";a:6:{s:7:\"columns\";i:1;s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;s:11:\"item_margin\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_general_style\";a:2:{s:29:\"overlay_background_background\";i:1;s:24:\"overlay_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26510, 6802, '_elementor_pro_version', '3.27.0');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26777, 5, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325347;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:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1429:\".elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:\"Roboto\";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:\"Roboto Slab\";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:\"Roboto\";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:\"Roboto\";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26778, 6488, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:2:{i:0;s:15:\"widget-nav-menu\";i:1;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:10:\"smartmenus\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26779, 6500, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:3:{i:0;s:16:\"widget-icon-list\";i:1;s:19:\"widget-social-icons\";i:2;s:14:\"e-apple-webkit\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26780, 6488, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325348;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"bc446ee\";}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1904:\".elementor-6488 .elementor-element.elementor-element-a292a59{margin-top:-13px;margin-bottom:0px;}.elementor-6488 .elementor-element.elementor-element-61218cd > .elementor-widget-container{padding:0px 0px 0px 23px;}.elementor-6488 .elementor-element.elementor-element-bc446ee > .elementor-widget-container{margin:-14px 0px 0px 0px;padding:0px 0px 0px 23px;}.elementor-6488 .elementor-element.elementor-element-bc446ee{text-align:left;}.elementor-6488 .elementor-element.elementor-element-bc446ee img{width:52%;}.elementor-6488 .elementor-element.elementor-element-5148e1d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 40px;}.elementor-6488 .elementor-element.elementor-element-5148e1d .elementor-menu-toggle{margin:0 auto;}.elementor-6488 .elementor-element.elementor-element-5148e1d .elementor-nav-menu .elementor-item{font-size:18px;}.elementor-6488 .elementor-element.elementor-element-5148e1d .elementor-nav-menu--main .elementor-item{color:#000000;fill:#000000;}.elementor-6488 .elementor-element.elementor-element-5148e1d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,\n					.elementor-6488 .elementor-element.elementor-element-5148e1d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#969696;}.elementor-6488 .elementor-element.elementor-element-5148e1d .e--pointer-framed .elementor-item:before,\n					.elementor-6488 .elementor-element.elementor-element-5148e1d .e--pointer-framed .elementor-item:after{border-color:#969696;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:\"\";display:table;clear:both;}@media(max-width:767px){.elementor-6488 .elementor-element.elementor-element-61218cd > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-6488 .elementor-element.elementor-element-bc446ee{text-align:center;}}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26781, 6500, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325348;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:5;s:0:\"\";i:21;s:9:\"ekiticons\";i:24;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:11814:\".elementor-6500 .elementor-element.elementor-element-0186b20:not(.elementor-motion-effects-element-type-background), .elementor-6500 .elementor-element.elementor-element-0186b20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(226deg, #58B2DE 0%, #001476 100%);}.elementor-6500 .elementor-element.elementor-element-0186b20 > .elementor-container{max-width:1365px;}.elementor-6500 .elementor-element.elementor-element-0186b20{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6500 .elementor-element.elementor-element-0186b20 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6500 .elementor-element.elementor-element-34b62ba{width:var( --container-widget-width, 15.714% );max-width:15.714%;--container-widget-width:15.714%;--container-widget-flex-grow:0;}.elementor-6500 .elementor-element.elementor-element-34b62ba > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-6500 .elementor-element.elementor-element-34b62ba .jet-logo{justify-content:flex-start;}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(11px/2);margin-left:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-11px/2);margin-left:calc(-11px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-11px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-11px/2);}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-f72858a{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-f72858a .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(11px/2);margin-left:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-11px/2);margin-left:calc(-11px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-11px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-11px/2);}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-f90b093{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-f90b093 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-98543c6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(11px/2);margin-left:calc(11px/2);}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-11px/2);margin-left:calc(-11px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-11px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-11px/2);}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-98543c6{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-98543c6 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(13px/2);}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(13px/2);}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(13px/2);margin-left:calc(13px/2);}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-13px/2);margin-left:calc(-13px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-13px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-13px/2);}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-4027883{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-4027883 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(12px/2);}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(12px/2);}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(12px/2);margin-left:calc(12px/2);}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-12px/2);margin-left:calc(-12px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-12px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-12px/2);}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-7e92fea{--e-icon-list-icon-size:6px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-7e92fea .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(17px/2);}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(17px/2);}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(17px/2);margin-left:calc(17px/2);}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-17px/2);margin-left:calc(-17px/2);}body.rtl .elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-17px/2);}body:not(.rtl) .elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-17px/2);}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-6500 .elementor-element.elementor-element-9f6dc41{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}.elementor-6500 .elementor-element.elementor-element-9f6dc41 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-6500 .elementor-element.elementor-element-a3b9b28{--grid-template-columns:repeat(0, auto);--icon-size:14px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-6500 .elementor-element.elementor-element-a3b9b28 .elementor-widget-container{text-align:left;}.elementor-6500 .elementor-element.elementor-element-a3b9b28 .elementor-social-icon{background-color:#CECECE00;}.elementor-6500 .elementor-element.elementor-element-f46fa18{color:#FFFFFF;}.elementor-6500 .elementor-element.elementor-element-9eff6b0{text-align:right;color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:\"\";display:table;clear:both;}@media(min-width:768px){.elementor-6500 .elementor-element.elementor-element-5fc2aab{width:11.644%;}.elementor-6500 .elementor-element.elementor-element-72b3fe9{width:15.413%;}.elementor-6500 .elementor-element.elementor-element-3cca6fd{width:23.111%;}.elementor-6500 .elementor-element.elementor-element-84979ac{width:19.425%;}.elementor-6500 .elementor-element.elementor-element-9600930{width:30.403%;}}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26782, 6488, '_elementor_element_cache', '{\"timeout\":1747411748,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-a292a59 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"a292a59\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ac13f15\\\" data-id=\\\"ac13f15\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjYxMjE4Y2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6InNlY29uZC1tZW51IiwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMjMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJkcm9wZG93biI6Im5vbmUiLCJfcGFkZGluZ19tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXYtbWVudSJ9\\\"][elementor-element data=\\\"eyJpZCI6ImJjNDQ2ZWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImltYWdlX3NpemUiOiJjdXN0b20iLCJpbWFnZV9jdXN0b21fZGltZW5zaW9uIjp7IndpZHRoIjoiMzUwIiwiaGVpZ2h0IjoiMjAwIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NTIsInNpemVzIjpbXX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjIzIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMTQiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtc2l0ZS1sb2dvIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-215c83f\\\" data-id=\\\"215c83f\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d844063 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d844063\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-615004b\\\" data-id=\\\"615004b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjUxNDhlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51X25hbWUiOiJNZW51IiwibWVudSI6Im1haW4tbWVudSIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwiY29sb3JfbWVudV9pdGVtIjoiIzAwMDAwMCIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiIzk2OTY5NiIsIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjQwIiwiaXNMaW5rZWQiOmZhbHNlfSwiYWxpZ25faXRlbXMiOiJjZW50ZXIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26783, 6500, '_elementor_element_cache', '{\"timeout\":1747411748,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-0186b20 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"0186b20\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4743202\\\" data-id=\\\"4743202\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjM0YjYyYmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsb2dvX3R5cGUiOiJpbWFnZSIsImxvZ29faW1hZ2UiOnsidXJsIjoiaHR0cHM6XC9cL2JlbGxhdmllcmV3YXJkcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAyXC9cdTA2NDRcdTA2NDhcdTA2MmNcdTA2NDgtTG9nby1cdTA2MjNcdTA2MmVcdTA2MzZcdTA2MzEtXHUwNjQ4LVx1MDYyOFx1MDY0YVx1MDYyYy1cdTA2NDNcdTA2NDRcdTA2MjdcdTA2MzNcdTA2NGFcdTA2NDNcdTA2NGEtXHUwNjIzXHUwNjQ2XHUwNjRhXHUwNjQyLVx1MDY0NFx1MDY0NFx1MDY0NVx1MDYyY1x1MDY0OFx1MDY0N1x1MDYzMVx1MDYyN1x1MDYyYS1cdTA2NDgtXHUwNjI3XHUwNjQ0XHUwNjI3XHUwNjQzXHUwNjMzXHUwNjMzXHUwNjQ4XHUwNjI3XHUwNjMxXHUwNjI3XHUwNjJhLS1lMTczODczMTg2MDc3OC5wbmciLCJpZCI6NjI4NCwic2l6ZSI6IiIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxNS43MTQwMDAwMDAwMDAwMDA0MTIxMTQ3ODY3NDA4NTgxMDc4MDUyNTIwNzUxOTUzMTI1fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImpldC1sb2dvIn0=\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-7765878 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7765878\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5fc2aab\\\" data-id=\\\"5fc2aab\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f72858a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"f72858a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/bellavierewards.com\\/about-us\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/bellavierewards.com\\/contact-us-footer\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/bellavierewards.com\\/faqs\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Help & FAQ<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/bellavierewards.com\\/terms-and-conditions\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/bellavierewards.com\\/privacy-cookies-policy\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-72b3fe9\\\" data-id=\\\"72b3fe9\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f90b093 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"f90b093\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Rewards Catalog<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Brands<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">All Businesses<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-98543c6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"98543c6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">For Businesses <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Sell With Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partner With Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Linking<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-3cca6fd\\\" data-id=\\\"3cca6fd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4027883 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"4027883\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Real Estate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Luxury Villas in Dubai <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Waterfront residences in Dubai<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Luxury penthouses in Dubai<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Al Barrari Experts<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-84979ac\\\" data-id=\\\"84979ac\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7e92fea elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"7e92fea\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Custom Services<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Architecture and design<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Luxury amenities Consulting <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-9600930\\\" data-id=\\\"9600930\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9f6dc41 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"9f6dc41\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Info<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"icon icon-map-marker1\\\"><\\/i>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"icon icon-phone-handset\\\"><\\/i>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">+971 56 2657965<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"icon icon-envelope3\\\"><\\/i>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">proposals@bellavierewards.com<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a3b9b28 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"a3b9b28\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-116725a\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-e80f14b\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-6b97e12\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-c403503\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-instagram\\\" 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>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-ee8de4c elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ee8de4c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d8e44f0\\\" data-id=\\\"d8e44f0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImY0NmZhMTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5cdTAwYTkgMjAyNSBCZWxsYVZpZSBSZXdhcmRzLiBBbGwgUmlnaHRzIFJlc2VydmVkLjxcL3A+IiwidGV4dF9jb2xvciI6IiNGRkZGRkYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3079037\\\" data-id=\\\"3079037\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjllZmY2YjAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJQb3dlcmVkIGJ5IDxhIGhyZWY9XCJodHRwOlwvXC9NYXJrZXRyYXRlZ2lzdC5jb21cIiBzdHlsZT1cImNvbG9yOndoaXRlXCI+TWFya2V0cmF0ZWdpc3QuY29tPFwvYT4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsImFsaWduIjoicmlnaHQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26784, 20, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:6:{i:0;s:8:\"e-swiper\";i:1;s:21:\"widget-image-carousel\";i:2;s:14:\"widget-heading\";i:3;s:12:\"widget-image\";i:4;s:18:\"e-animation-fadeIn\";i:5;s:16:\"widget-image-box\";}s:7:\"scripts\";a:1:{i:0;s:6:\"swiper\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26785, 20, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:4:{i:0;s:7:\"Poppins\";i:1;s:17:\"Merriweather Sans\";i:2;s:7:\"DM Sans\";i:3;s:9:\"Helvetica\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:26744:\".elementor-20 .elementor-element.elementor-element-ef4d80b:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-ef4d80b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://bookblv.com/wp-content/uploads/2025/02/need-visa-information.jpg\");}.elementor-20 .elementor-element.elementor-element-ef4d80b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-20 .elementor-element.elementor-element-ef4d80b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-408c1ac > .elementor-widget-container{padding:165px 0px 147px 0px;}.elementor-20 .elementor-element.elementor-element-408c1ac .elementskit-section-title-wraper .elementskit-section-title{color:#FFFFFF;font-size:1.5em;font-weight:400;}.elementor-20 .elementor-element.elementor-element-408c1ac .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-20 .elementor-element.elementor-element-408c1ac .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-20 .elementor-element.elementor-element-408c1ac .elementskit-section-title-wraper .elementskit-section-subtitle{color:#FFFFFF;font-size:2.8em;font-weight:500;}.elementor-20 .elementor-element.elementor-element-67936ce > .elementor-widget-container{margin:-160px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs.jet-tabs-position-left > .jet-tabs__control-wrapper{min-width:100px;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs.jet-tabs-position-right > .jet-tabs__control-wrapper{min-width:100px;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs.jet-tabs-position-left > .jet-tabs__content-wrapper{min-width:calc(100% - 100px);}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs.jet-tabs-position-right > .jet-tabs__content-wrapper{min-width:calc(100% - 100px);}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs{border-radius:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper{align-self:flex-start;justify-content:flex-start;margin:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs-swiper-container > .swiper-wrapper > .jet-tabs__control{align-self:flex-start;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control{justify-content:flex-start;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control .jet-tabs__label-text, .elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs-swiper-container > .swiper-wrapper > .jet-tabs__control .jet-tabs__label-text{font-size:16px;font-weight:600;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control, .elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs-swiper-container > .swiper-wrapper > .jet-tabs__control{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E0E5EA;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control.active-tab, .elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs-swiper-container > .swiper-wrapper > .jet-tabs__control.active-tab{border-style:solid;border-width:1px 1px 0px 1px;border-color:#E0E5EA;}.elementor-20 .elementor-element.elementor-element-67936ce .jet-tabs > .jet-tabs__content-wrapper > .jet-tabs__content{padding:22px 22px 22px 22px;}.elementor-20 .elementor-element.elementor-element-80cb6c4:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-80cb6c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-size:cover;}.elementor-20 .elementor-element.elementor-element-80cb6c4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-20 .elementor-element.elementor-element-80cb6c4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-babb364{--e-image-carousel-slides-to-show:1;}.elementor-20 .elementor-element.elementor-element-babb364 .swiper-pagination-bullet{background:#FF8E0D;}.elementor-20 .elementor-element.elementor-element-b4cfa1e{text-align:center;}.elementor-20 .elementor-element.elementor-element-b4cfa1e .elementor-heading-title{font-size:34px;}.elementor-20 .elementor-element.elementor-element-896156b > .elementor-widget-container{padding:0px 143px 0px 143px;}.elementor-20 .elementor-element.elementor-element-896156b{text-align:center;font-family:\"Poppins\", Sans-serif;font-size:13px;}.elementor-20 .elementor-element.elementor-element-c0c4804 .elementor-repeater-item-8f696df.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-20 .elementor-element.elementor-element-eae7dcf > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-20 .elementor-element.elementor-element-eae7dcf > .elementor-element-populated{margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;}.elementor-20 .elementor-element.elementor-element-d237d7f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-d237d7f{text-align:center;}.elementor-20 .elementor-element.elementor-element-c0c4804:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-c0c4804 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-c0c4804 > .elementor-container{max-width:1500px;}.elementor-20 .elementor-element.elementor-element-c0c4804{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-20 .elementor-element.elementor-element-c0c4804 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-9e36d9c:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-9e36d9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-9e36d9c > .elementor-container{max-width:1500px;}.elementor-20 .elementor-element.elementor-element-9e36d9c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:050px 50px 0px 50px;}.elementor-20 .elementor-element.elementor-element-9e36d9c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-6fc05a6 .elementor-image-box-wrapper{text-align:left;}.elementor-20 .elementor-element.elementor-element-6fc05a6.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-20 .elementor-element.elementor-element-6fc05a6.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-20 .elementor-element.elementor-element-6fc05a6.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-6fc05a6 .elementor-image-box-title{margin-bottom:0px;font-size:17px;}.elementor-20 .elementor-element.elementor-element-6fc05a6 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-20 .elementor-element.elementor-element-6fc05a6 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-20 .elementor-element.elementor-element-5a76e5f{font-family:\"Poppins\", Sans-serif;font-size:14px;}.elementor-20 .elementor-element.elementor-element-06b0e5e .elementor-button{background-color:transparent;font-family:\"Merriweather Sans\", Sans-serif;font-size:17px;background-image:linear-gradient(172deg, #0027FF 0%, #5C64FD 100%);border-radius:25px 25px 25px 25px;}.elementor-20 .elementor-element.elementor-element-06b0e5e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-26a9eb7 .elementor-repeater-item-333a3d4.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-20 .elementor-element.elementor-element-5681688 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-20 .elementor-element.elementor-element-5681688 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5{text-align:left;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-weight:600;line-height:52px;color:#202020;}.elementor-20 .elementor-element.elementor-element-034bf3b{padding:33px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-87567f5.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-20 .elementor-element.elementor-element-87567f5.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-20 .elementor-element.elementor-element-87567f5.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-87567f5 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-20 .elementor-element.elementor-element-87567f5 .elementor-image-box-img img{border-radius:10px;transition-duration:0.3s;}.elementor-20 .elementor-element.elementor-element-fa6c7b5.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-20 .elementor-element.elementor-element-fa6c7b5.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-20 .elementor-element.elementor-element-fa6c7b5.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-fa6c7b5 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-20 .elementor-element.elementor-element-fa6c7b5 .elementor-image-box-img img{border-radius:10px;transition-duration:0.3s;}.elementor-20 .elementor-element.elementor-element-064014f.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-20 .elementor-element.elementor-element-064014f.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-20 .elementor-element.elementor-element-064014f.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-064014f .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-20 .elementor-element.elementor-element-064014f .elementor-image-box-img img{border-radius:10px;transition-duration:0.3s;}.elementor-20 .elementor-element.elementor-element-bbf34e7.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-20 .elementor-element.elementor-element-bbf34e7.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-20 .elementor-element.elementor-element-bbf34e7.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-bbf34e7 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-20 .elementor-element.elementor-element-bbf34e7 .elementor-image-box-img img{border-radius:10px;transition-duration:0.3s;}.elementor-20 .elementor-element.elementor-element-26a9eb7:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-26a9eb7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-26a9eb7 > .elementor-container{max-width:1150px;}.elementor-20 .elementor-element.elementor-element-26a9eb7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:34px 50px 109px 50px;}.elementor-20 .elementor-element.elementor-element-26a9eb7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-81aa5c4 .elementor-repeater-item-fd8925c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-20 .elementor-element.elementor-element-2500d2b.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-20 .elementor-element.elementor-element-2500d2b > .elementor-element-populated{margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:7px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209 > .elementor-widget-container{margin:0px 0px 17px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209{z-index:1;text-align:center;}.elementor-20 .elementor-element.elementor-element-7c8b209 .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;font-size:49px;font-weight:700;line-height:100px;color:#202020;}.elementor-20 .elementor-element.elementor-element-7d39ac1{width:var( --container-widget-width, 940px );max-width:940px;--container-widget-width:940px;--container-widget-flex-grow:0;z-index:1;text-align:center;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;color:#202020;}.elementor-20 .elementor-element.elementor-element-7d39ac1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-ec983a4 .elementor-repeater-item-0e06130.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-20 .elementor-element.elementor-element-ec8eaff > .elementor-element-populated{padding:16px 16px 16px 16px;}.elementor-20 .elementor-element.elementor-element-1ffcd57{text-align:center;}.elementor-20 .elementor-element.elementor-element-1ffcd57 .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:-33px 1px 13px rgba(0,0,0,0.3);}.elementor-20 .elementor-element.elementor-element-0731db9{text-align:center;font-family:\"Helvetica\", Sans-serif;word-spacing:0em;}.elementor-20 .elementor-element.elementor-element-586919c > .elementor-element-populated{padding:16px 16px 16px 16px;}.elementor-20 .elementor-element.elementor-element-3b85c21{text-align:center;}.elementor-20 .elementor-element.elementor-element-3b85c21 .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:-33px 1px 13px rgba(0,0,0,0.3);}.elementor-20 .elementor-element.elementor-element-3cbb588{text-align:center;font-family:\"Helvetica\", Sans-serif;}.elementor-20 .elementor-element.elementor-element-122c666 > .elementor-element-populated{padding:16px 16px 16px 16px;}.elementor-20 .elementor-element.elementor-element-6feee4c{text-align:center;}.elementor-20 .elementor-element.elementor-element-6feee4c .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:-33px 1px 13px rgba(0,0,0,0.3);}.elementor-20 .elementor-element.elementor-element-1aa1dcc{text-align:center;font-family:\"Helvetica\", Sans-serif;}.elementor-20 .elementor-element.elementor-element-ddf2545 > .elementor-element-populated{padding:16px 16px 16px 16px;}.elementor-20 .elementor-element.elementor-element-d4b1f5c{text-align:center;}.elementor-20 .elementor-element.elementor-element-d4b1f5c .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:-33px 1px 13px rgba(0,0,0,0.3);}.elementor-20 .elementor-element.elementor-element-9c34132{text-align:center;font-family:\"Helvetica\", Sans-serif;}.elementor-20 .elementor-element.elementor-element-4000e0e > .elementor-element-populated{padding:16px 16px 16px 16px;}.elementor-20 .elementor-element.elementor-element-675e191{text-align:center;}.elementor-20 .elementor-element.elementor-element-675e191 .elementor-heading-title{font-family:\"Helvetica\", Sans-serif;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:-33px 1px 13px rgba(0,0,0,0.3);}.elementor-20 .elementor-element.elementor-element-9345dd6{text-align:center;font-family:\"Helvetica\", Sans-serif;}.elementor-20 .elementor-element.elementor-element-ec983a4{margin-top:0px;margin-bottom:70px;}.elementor-20 .elementor-element.elementor-element-81aa5c4:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-81aa5c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-81aa5c4 > .elementor-container{max-width:1500px;}.elementor-20 .elementor-element.elementor-element-81aa5c4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-20 .elementor-element.elementor-element-81aa5c4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20 .elementor-element.elementor-element-6c828e2 .elementor-repeater-item-333a3d4.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-20 .elementor-element.elementor-element-194f86d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-20 .elementor-element.elementor-element-dcc7e15 > .elementor-widget-container{margin:0px 15px 0px 15px;}.elementor-20 .elementor-element.elementor-element-dcc7e15{text-align:center;}.elementor-20 .elementor-element.elementor-element-dcc7e15 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:2.25em;font-weight:700;line-height:52px;color:#202020;}.elementor-20 .elementor-element.elementor-element-7c457ac .elementor-button{background-color:transparent;font-family:\"Merriweather Sans\", Sans-serif;font-size:21px;background-image:linear-gradient(209deg, #01FF00 0%, #26C413 100%);border-radius:25px 25px 25px 25px;}.elementor-20 .elementor-element.elementor-element-7c457ac > .elementor-widget-container{padding:31px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-7c457ac .elementor-button-content-wrapper{flex-direction:row;}.elementor-20 .elementor-element.elementor-element-f45299d{text-align:center;font-family:\"DM Sans\", Sans-serif;font-size:23px;}.elementor-20 .elementor-element.elementor-element-6c828e2:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-6c828e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;background-image:url(\"https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png\");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-20 .elementor-element.elementor-element-6c828e2 > .elementor-container{max-width:1500px;}.elementor-20 .elementor-element.elementor-element-6c828e2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 50px 0px 50px;}.elementor-20 .elementor-element.elementor-element-6c828e2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-20 .elementor-element.elementor-element-c0c4804{padding:265px 0px 84px 0px;}.elementor-20 .elementor-element.elementor-element-9e36d9c{padding:265px 0px 84px 0px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 > .elementor-widget-container{margin:0px 15px 45px 15px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 .elementor-heading-title{font-size:30px;line-height:1.4em;}.elementor-20 .elementor-element.elementor-element-26a9eb7{padding:90px 0px 86px 0px;}.elementor-20 .elementor-element.elementor-element-2500d2b > .elementor-element-populated{padding:30px 0px 40px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209 .elementor-heading-title{font-size:48px;line-height:1.4em;}.elementor-20 .elementor-element.elementor-element-7d39ac1{width:var( --container-widget-width, 560px );max-width:560px;--container-widget-width:560px;--container-widget-flex-grow:0;font-size:18px;line-height:1.4em;}.elementor-20 .elementor-element.elementor-element-7d39ac1 > .elementor-widget-container{margin:0px 0px 45px 0px;}.elementor-20 .elementor-element.elementor-element-ec983a4{margin-top:0px;margin-bottom:045px;}.elementor-20 .elementor-element.elementor-element-81aa5c4{padding:60px 0px 60px 0px;}.elementor-20 .elementor-element.elementor-element-dcc7e15 > .elementor-widget-container{margin:0px 15px 45px 15px;}.elementor-20 .elementor-element.elementor-element-dcc7e15 .elementor-heading-title{font-size:30px;line-height:1.4em;}.elementor-20 .elementor-element.elementor-element-6c828e2{padding:90px 0px 86px 0px;}}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-896156b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-eae7dcf > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-20 .elementor-element.elementor-element-c0c4804{padding:79px 0px 60px 0px;}.elementor-20 .elementor-element.elementor-element-9e36d9c{padding:0px 0px 60px 0px;}.elementor-20 .elementor-element.elementor-element-6fc05a6 .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 > .elementor-widget-container{margin:0px 15px 30px 15px;}.elementor-20 .elementor-element.elementor-element-5ecd6b5 .elementor-heading-title{font-size:26px;}.elementor-20 .elementor-element.elementor-element-87567f5 .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-fa6c7b5 .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-064014f .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-bbf34e7 .elementor-image-box-img{margin-bottom:15px;}.elementor-20 .elementor-element.elementor-element-26a9eb7{padding:0px 0px 60px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-20 .elementor-element.elementor-element-7c8b209 .elementor-heading-title{font-size:34px;}.elementor-20 .elementor-element.elementor-element-7d39ac1{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-7d39ac1 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-20 .elementor-element.elementor-element-dcc7e15 > .elementor-widget-container{margin:0px 15px 5px 15px;}.elementor-20 .elementor-element.elementor-element-dcc7e15 .elementor-heading-title{font-size:26px;}.elementor-20 .elementor-element.elementor-element-f45299d > .elementor-widget-container{padding:16px 0px 0px 0px;}.elementor-20 .elementor-element.elementor-element-6c828e2{padding:60px 0px 60px 0px;}}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-c808640{width:27.857%;}.elementor-20 .elementor-element.elementor-element-34249a8{width:22.121%;}}@media(max-width:1024px) and (min-width:768px){.elementor-20 .elementor-element.elementor-element-ec8eaff{width:100%;}.elementor-20 .elementor-element.elementor-element-586919c{width:100%;}.elementor-20 .elementor-element.elementor-element-122c666{width:100%;}.elementor-20 .elementor-element.elementor-element-ddf2545{width:100%;}.elementor-20 .elementor-element.elementor-element-4000e0e{width:100%;}}@media(min-width:1025px){.elementor-20 .elementor-element.elementor-element-80cb6c4:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-80cb6c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}.elementor-20 .elementor-element.elementor-element-c0c4804:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-c0c4804 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}.elementor-20 .elementor-element.elementor-element-9e36d9c:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-9e36d9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}.elementor-20 .elementor-element.elementor-element-26a9eb7:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-26a9eb7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}.elementor-20 .elementor-element.elementor-element-81aa5c4:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-81aa5c4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}.elementor-20 .elementor-element.elementor-element-6c828e2:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-6c828e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26786, 20, '_elementor_element_cache', '{\"timeout\":1747411754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-ef4d80b elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ef4d80b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-51c36b5\\\" data-id=\\\"51c36b5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-408c1ac elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"408c1ac\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">BellaVie Rewards for Members<\\/h2><h3 class=\\\"ekit-heading--subtitle elementskit-section-subtitle  \\\">\\n\\t\\t\\t\\t\\t\\t Welcome to BellaVie Rewards\\n\\t\\t\\t\\t\\t<\\/h3><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjY3OTM2Y2UiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0YWJzIjpbeyJpdGVtX2xhYmVsIjoiRWxpdGUgUGFydG5lciBCb29raW5ncyIsIl9pZCI6ImQ5NGUzOTMiLCJzZWxlY3RlZF9pdGVtX2ljb24iOnsidmFsdWUiOiIiLCJsaWJyYXJ5IjoiIn0sIml0ZW1fZWRpdG9yX2NvbnRlbnQiOiI8cD5FbmpveSBleGNsdXNpdmUgZGluaW5nIGV4cGVyaWVuY2VzIGFuZCBlYXJuIHJld2FyZHMgd2l0aCBldmVyeSB2aXNpdC48XC9wPjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPiIsIml0ZW1fdGVtcGxhdGVfaWQiOiI2MjcwIiwiaXRlbV9hY3RpdmUiOiJ5ZXMifSx7Iml0ZW1fbGFiZWwiOiJFeGNsdXNpdmUgUmVzZXJ2YXRpb25zICYgVklQIEFjY2VzcyIsIl9pZCI6IjI3NTBmNWEiLCJpdGVtX2FjdGl2ZSI6IiIsInNlbGVjdGVkX2l0ZW1faWNvbiI6eyJ2YWx1ZSI6IiIsImxpYnJhcnkiOiIifSwiaXRlbV9lZGl0b3JfY29udGVudCI6IjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPjxwPkVhcm4gcG9pbnRzIHdpdGggZXZlcnkgdHJlYXRtZW50LCByZWZlcnJhbCwgYW5kIHByb2R1Y3QgcHVyY2hhc2UuIFJlZGVlbSB0aGVzZSBwb2ludHMgZm9yIGRpc2NvdW50cyBvbiBmdXR1cmUgc2VydmljZXMgb3Igc3BlY2lhbCBnaWZ0cy48XC9wPiIsIml0ZW1fdGVtcGxhdGVfaWQiOiI2MjU1In0seyJpdGVtX2xhYmVsIjoiTHV4dXJ5IFByb3BlcnR5IERlc2lnbiAmIE1hbmFnZW1lbnQiLCJfaWQiOiIzMDA4MGY5Iiwic2VsZWN0ZWRfaXRlbV9pY29uIjp7InZhbHVlIjoiIiwibGlicmFyeSI6IiJ9LCJpdGVtX2VkaXRvcl9jb250ZW50IjoiPHA+RWFybiBwb2ludHMgd2l0aCBldmVyeSB0cmVhdG1lbnQsIHJlZmVycmFsLCBhbmQgcHJvZHVjdCBwdXJjaGFzZS4gUmVkZWVtIHRoZXNlIHBvaW50cyBmb3IgZGlzY291bnRzIG9uIGZ1dHVyZSBzZXJ2aWNlcyBvciBzcGVjaWFsIGdpZnRzLjxcL3A+PHA+RWFybiBwb2ludHMgd2l0aCBldmVyeSB0cmVhdG1lbnQsIHJlZmVycmFsLCBhbmQgcHJvZHVjdCBwdXJjaGFzZS4gUmVkZWVtIHRoZXNlIHBvaW50cyBmb3IgZGlzY291bnRzIG9uIGZ1dHVyZSBzZXJ2aWNlcyBvciBzcGVjaWFsIGdpZnRzLjxcL3A+PHA+RWFybiBwb2ludHMgd2l0aCBldmVyeSB0cmVhdG1lbnQsIHJlZmVycmFsLCBhbmQgcHJvZHVjdCBwdXJjaGFzZS4gUmVkZWVtIHRoZXNlIHBvaW50cyBmb3IgZGlzY291bnRzIG9uIGZ1dHVyZSBzZXJ2aWNlcyBvciBzcGVjaWFsIGdpZnRzLjxcL3A+IiwiaXRlbV90ZW1wbGF0ZV9pZCI6IjYyMDAifSx7Il9pZCI6IjNmOWViYmEiLCJzZWxlY3RlZF9pdGVtX2ljb24iOnsidmFsdWUiOiIiLCJsaWJyYXJ5IjoiIn0sIml0ZW1fbGFiZWwiOiJSZXdhcmRzLCBSZWZlcnJhbHMgJiBUcmFuc2ZlcnMiLCJpdGVtX2VkaXRvcl9jb250ZW50IjoiPHA+VGFiIEl0ZW0gQ29udGVudDxcL3A+IiwiaXRlbV90ZW1wbGF0ZV9pZCI6IjYyMzUifV0sInNob3dfZWZmZWN0Ijoiem9vbS1pbiIsInRhYnNfY29udHJvbF93cmFwcGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwidGFic19jb250YWluZXJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udGFpbmVyX2JvcmRlcl9jb2xvciI6IiNFMEU1RUEiLCJ0YWJzX2NvbnRhaW5lcl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udHJvbF93cmFwcGVyX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwidGFic19jb250cm9sX3dyYXBwZXJfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udHJvbF93cmFwcGVyX2JvcmRlcl9jb2xvciI6IiNFMEU1RUEiLCJ0YWJzX2NvbnRyb2xfd3JhcHBlcl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udHJvbF9ib3JkZXJfYm9yZGVyIjoic29saWQiLCJ0YWJzX2NvbnRyb2xfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udHJvbF9ib3JkZXJfY29sb3IiOiIjRTBFNUVBIiwidGFic19jb250cm9sX2JvcmRlcl9hY3RpdmVfYm9yZGVyIjoic29saWQiLCJ0YWJzX2NvbnRyb2xfYm9yZGVyX2FjdGl2ZV93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOmZhbHNlfSwidGFic19jb250cm9sX2JvcmRlcl9hY3RpdmVfY29sb3IiOiIjRTBFNUVBIiwidGFic19jb250ZW50X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMjIiLCJyaWdodCI6IjIyIiwiYm90dG9tIjoiMjIiLCJsZWZ0IjoiMjIiLCJpc0xpbmtlZCI6dHJ1ZX0sInRhYnNfY29udGVudF9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwidGFic19jb250ZW50X2JvcmRlcl9jb2xvciI6IiNFMEU1RUEiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6Ii0xNjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ0YWJzX2NvbnRyb2xfbGFiZWxfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGFic19jb250cm9sX2xhYmVsX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0YWJzX2NvbnRyb2xfbGFiZWxfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJqZXQtdGFicyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-80cb6c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"80cb6c4\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4711152\\\" data-id=\\\"4711152\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-babb364 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\\\" data-id=\\\"babb364\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\\\" data-widget_type=\\\"image-carousel.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-image-carousel-wrapper swiper\\\" role=\\\"region\\\" aria-roledescription=\\\"carousel\\\" aria-label=\\\"Image Carousel\\\" dir=\\\"ltr\\\">\\n\\t\\t\\t<div class=\\\"elementor-image-carousel swiper-wrapper\\\" aria-live=\\\"off\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"1 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/1.png\\\" alt=\\\"1\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"2 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/2.png\\\" alt=\\\"2\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"3 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/3.png\\\" alt=\\\"3\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"4 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/4.png\\\" alt=\\\"4\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"5 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/5.png\\\" alt=\\\"5\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"6 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/6.png\\\" alt=\\\"6\\\" \\/><\\/figure><\\/div><div class=\\\"swiper-slide\\\" role=\\\"group\\\" aria-roledescription=\\\"slide\\\" aria-label=\\\"7 of 7\\\"><figure class=\\\"swiper-slide-inner\\\"><img class=\\\"swiper-slide-image\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/03\\/7.png\\\" alt=\\\"7\\\" \\/><\\/figure><\\/div>\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"swiper-pagination\\\"><\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b4cfa1e elementor-widget elementor-widget-heading\\\" data-id=\\\"b4cfa1e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Unlock Access to Elite Aesthetic Experts & Luxury Brands \\u2728<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6Ijg5NjE1NmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3ZlciB0b3AtdGllciBwcm92aWRlcnMsIGFkdmFuY2VkIGxhc2VyIHRlY2hub2xvZ2llcywgYW5kIHJlanV2ZW5hdGluZyB0cmVhdG1lbnRzLiBFZmZvcnRsZXNzbHkgc2VhcmNoIGJ5IHRyZWF0bWVudCwgYnJhbmQsIG9yIGxvY2F0aW9uIHRvIGZpbmQgeW91ciBwZXJmZWN0IHNvbHV0aW9uLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEzLCJzaXplcyI6W119LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIxNDMiLCJib3R0b20iOiIwIiwibGVmdCI6IjE0MyIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c0c4804 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c0c4804\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8f696df&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-eae7dcf elementor-invisible\\\" data-id=\\\"eae7dcf\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d237d7f elementor-widget elementor-widget-image\\\" data-id=\\\"d237d7f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"71\\\" height=\\\"71\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2022\\/01\\/cup-1.svg\\\" class=\\\"attachment-full size-full wp-image-4746\\\" alt=\\\"image\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-9e36d9c elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"9e36d9c\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c1f794a\\\" data-id=\\\"c1f794a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-4ea08e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4ea08e2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c808640\\\" data-id=\\\"c808640\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fc05a6 elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"6fc05a6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"749\\\" height=\\\"841\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/04\\/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\\\" class=\\\"attachment-full size-full wp-image-6697\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><h3 class=\\\"elementor-image-box-title\\\">Dermamelan Intimate Experience<\\/h3><p class=\\\"elementor-image-box-description\\\">1,500 BellaVie Points<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjVhNzZlNWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBjbGFzcz1cIk9ZUEVuQSBmb250LWZlYXR1cmUtbGlnYS1vZmYgZm9udC1mZWF0dXJlLWNsaWctb2ZmIGZvbnQtZmVhdHVyZS1jYWx0LW9mZiB0ZXh0LWRlY29yYXRpb24tbm9uZSB0ZXh0LXN0cmlrZXRocm91Z2gtbm9uZVwiPlRoaXMgcHJvZmVzc2lvbmFsIERlcm1hbWVsYW4gSW50aW1hdGUgdHJlYXRtZW50IGdlbnRseSB0YXJnZXRzIHBpZ21lbnRhdGlvbiBpbiBkZWxpY2F0ZSBhcmVhczxcL3NwYW4+PFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX21vYmlsZSI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfdGFibGV0Ijp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfdGFibGV0Ijp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbW9iaWxlIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF90YWJsZXQiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9tb2JpbGUiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX3RhYmxldCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbW9iaWxlIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX3RhYmxldCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX21vYmlsZSI6eyJ1bml0IjoiZGVnIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-06b0e5e elementor-button-warning elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"06b0e5e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/bellavierewards.com\\/dermamelan-intimate-experience\\/?v=b6bb43df4525\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Details<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-34249a8\\\" data-id=\\\"34249a8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-44c354b\\\" data-id=\\\"44c354b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d379cd4\\\" data-id=\\\"d379cd4\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-26a9eb7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"26a9eb7\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;333a3d4&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5681688 elementor-invisible\\\" data-id=\\\"5681688\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ecd6b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"5ecd6b5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-034bf3b elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"034bf3b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f092fc1\\\" data-id=\\\"f092fc1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-87567f5 elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"87567f5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1472\\\" height=\\\"832\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-2_11zon.png\\\" class=\\\"attachment-full size-full wp-image-6336\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><p class=\\\"elementor-image-box-description\\\">Benefit from tailored advice and guidance from our AI + human assistant.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f56ee9d\\\" data-id=\\\"f56ee9d\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fa6c7b5 elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"fa6c7b5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1472\\\" height=\\\"832\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-3_11zon.png\\\" class=\\\"attachment-full size-full wp-image-6334\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><p class=\\\"elementor-image-box-description\\\">Start your wellness experience seamlessly with expert help on your form.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d8fbdc3\\\" data-id=\\\"d8fbdc3\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-064014f elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"064014f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1472\\\" height=\\\"832\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-4_11zon.png\\\" class=\\\"attachment-full size-full wp-image-6337\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><p class=\\\"elementor-image-box-description\\\">Enjoy a comfortable and personalized experience while accessing your benefits.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6558850\\\" data-id=\\\"6558850\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bbf34e7 elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"bbf34e7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1472\\\" height=\\\"832\\\" src=\\\"https:\\/\\/bellavierewards.com\\/wp-content\\/uploads\\/2025\\/02\\/Personalized-Real-Estate-Concierge-service-1_11zon.png\\\" class=\\\"attachment-full size-full wp-image-6335\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><p class=\\\"elementor-image-box-description\\\">Receive real-time updates on your rewards, experiences, and exclusive offers<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-81aa5c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"81aa5c4\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fd8925c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2500d2b\\\" data-id=\\\"2500d2b\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c8b209 elementor-widget elementor-widget-heading\\\" data-id=\\\"7c8b209\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Designed for the select few<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjdkMzlhYzEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cImN2R3NVQSBkaXJlY3Rpb24tbHRyIGFsaWduLWp1c3RpZnkgcGFyYS1zdHlsZS1ib2R5XCI+XHUwMGEwPHNwYW4gY2xhc3M9XCJPWVBFbkEgZm9udC1mZWF0dXJlLWxpZ2Etb2ZmIGZvbnQtZmVhdHVyZS1jbGlnLW9mZiBmb250LWZlYXR1cmUtY2FsdC1vZmYgdGV4dC1kZWNvcmF0aW9uLW5vbmUgdGV4dC1zdHJpa2V0aHJvdWdoLW5vbmVcIj5XaXRoIGEgY3VyYXRlZCBzZWxlY3Rpb24gb2YgYmVzcG9rZSByZXdhcmRzIGFuZCBsdXh1cmlvdXMgYmVuZWZpdHMsIG91ciBwcm9ncmFtIHJlZGVmaW5lcyB5b3VyIHdlbGxuZXNzIGpvdXJuZXkuIFRhaWxvcmVkIGV4Y2x1c2l2ZWx5IGZvciB0aG9zZSB3aG8gc2VlayBkaXN0aW5jdGlvbiwgQmVsbGFWaWUgUmV3YXJkcyBvZmZlcnMgYSB0cnVseSBwZXJzb25hbGl6ZWQgZXhwZXJpZW5jZS48XC9zcGFuPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiIzIwMjAyMCIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJETSBTYW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjEsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OTExMTgyMTU4MDI5OTg3NDc2NzY2MTA5NDY2NTUyNzM0Mzc1LCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiNDUiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIzMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiaW5pdGlhbCIsIl9lbGVtZW50X3dpZHRoX21vYmlsZSI6ImluaGVyaXQiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6OTQwLCJzaXplcyI6W119LCJfZWxlbWVudF9jdXN0b21fd2lkdGhfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjU2MCwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOjF9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-ec983a4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ec983a4\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0e06130&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-ec8eaff\\\" data-id=\\\"ec8eaff\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1ffcd57 elementor-widget elementor-widget-heading\\\" data-id=\\\"1ffcd57\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Aesthetic Clinics<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjA3MzFkYjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FYXJuIHBvaW50cyB3aXRoIGV2ZXJ5IHRyZWF0bWVudCwgcmVmZXJyYWwsIGFuZCBwcm9kdWN0IHB1cmNoYXNlLiBSZWRlZW0gdGhlc2UgcG9pbnRzIGZvciBkaXNjb3VudHMgb24gZnV0dXJlIHNlcnZpY2VzIG9yIHNwZWNpYWwgZ2lmdHMuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EiLCJ0eXBvZ3JhcGh5X3dvcmRfc3BhY2luZyI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-586919c\\\" data-id=\\\"586919c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3b85c21 elementor-widget elementor-widget-heading\\\" data-id=\\\"3b85c21\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Wellness Gourmet<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjNjYmI1ODgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5FbmpveSBleGNsdXNpdmUgZGluaW5nIGV4cGVyaWVuY2VzIGFuZCBlYXJuIHJld2FyZHMgd2l0aCBldmVyeSB2aXNpdC48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkhlbHZldGljYSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-122c666\\\" data-id=\\\"122c666\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6feee4c elementor-widget elementor-widget-heading\\\" data-id=\\\"6feee4c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Real Estate Developers<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjFhYTFkY2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5BY2Nlc3Mgd2VsbG5lc3MtZm9jdXNlZCBwcm9wZXJ0aWVzIHdpdGggc3BlY2lhbCBpbmNlbnRpdmVzIGZvciBtZW1iZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-ddf2545\\\" data-id=\\\"ddf2545\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d4b1f5c elementor-widget elementor-widget-heading\\\" data-id=\\\"d4b1f5c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Spa and Hotel Stays<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjljMzQxMzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5SZWNlaXZlIGRpc2NvdW50cyBhbmQgZXhjbHVzaXZlIG9mZmVycyBvbiBsdXh1cmlvdXMgc3BhIHRyZWF0bWVudHMgYW5kIGhvdGVsIHN0YXlzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-4000e0e\\\" data-id=\\\"4000e0e\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-675e191 elementor-widget elementor-widget-heading\\\" data-id=\\\"675e191\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Wellness Retreats<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjkzNDVkZDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZXQgcmV3YXJkZWQgZm9yIGJvb2tpbmcgcmVqdXZlbmF0aW5nIHJldHJlYXRzIGF0IHNlcmVuZSBsb2NhdGlvbnMuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-6c828e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6c828e2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;333a3d4&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-194f86d elementor-invisible\\\" data-id=\\\"194f86d\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeIn&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dcc7e15 elementor-widget elementor-widget-heading\\\" data-id=\\\"dcc7e15\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Join BellaVie Rewards Today<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c457ac elementor-button-success elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"7c457ac\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/wa.me\\/+971506396374\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<i aria-hidden=\\\"true\\\" class=\\\"icon icon-whatsapp-2\\\"><\\/i>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Join Now on Whatsapp<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImY0NTI5OWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5VbmxvY2sgZXhjbHVzaXZlIHdlbGxuZXNzLCBsdXh1cnksIGFuZCByZWFsIGVzdGF0ZSBiZW5lZml0cy4gQmVjb21lIGEgbWVtYmVyIHRvIGVhcm4gcG9pbnRzLCBhY2Nlc3MgVklQIGV4cGVyaWVuY2VzLCBhbmQgZW5qb3kgdGFpbG9yZWQgcmV3YXJkcyBqdXN0IGZvciB5b3UuPFwvcD4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJETSBTYW5zIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjMsInNpemVzIjpbXX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNiIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26787, 6270, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:456:\".elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26788, 6270, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:2:{i:0;s:18:\"widget-loop-filter\";i:1;s:16:\"widget-loop-grid\";}s:7:\"scripts\";a:1:{i:0;s:12:\"imagesloaded\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26789, 6270, '_elementor_element_cache', '{\"timeout\":1747411754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-8657e71 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"8657e71\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e892b66\\\" data-id=\\\"e892b66\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-f4a0c82 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"f4a0c82\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-03fecb1\\\" data-id=\\\"03fecb1\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6ImMyNWIyZGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzZWxlY3RlZF9lbGVtZW50IjoiMzc3NzQzNyIsInRheG9ub215IjoiY2F0ZWdvcnkiLCJmaXJzdF9pdGVtX3RpdGxlIjoiQWxsIiwibXVsdGlwbGVfc2VsZWN0aW9uIjoiIiwic2hvd19jaGlsZF90YXhvbm9teSI6IiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0YXhvbm9teS1maWx0ZXIifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-3de3090 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"3de3090\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b3c4642\\\" data-id=\\\"b3c4642\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-148fdfc elementor-widget elementor-widget-html\\\" data-id=\\\"148fdfc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t[wpdreams_ajaxsearchlite]\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjM3Nzc0MzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZW1wbGF0ZV9pZCI6NjI3MSwiYWx0ZXJuYXRlX3RlbXBsYXRlcyI6W3sidGVtcGxhdGVfaWQiOm51bGwsIl9pZCI6IjY5ZjhiNjQifV0sIl9qc2ZfZmlsdGVyYWJsZSI6InllcyIsIl9qc2Zfbm9fcmVzdWx0X3RleHQiOiJTb3JyeSwgbm90aGluZyB0byBzZWUgaGVyZS4uLiIsInBhZ2luYXRpb25fcGFnZV9saW1pdCI6IjUiLCJwYWdpbmF0aW9uX3ByZXZfbGFiZWwiOiJQcmV2aW91cyIsInBhZ2luYXRpb25fbmV4dF9sYWJlbCI6Ik5leHQiLCJ0ZXh0IjoiTG9hZCBNb3JlIiwibG9hZF9tb3JlX25vX3Bvc3RzX2N1c3RvbV9tZXNzYWdlIjoiTm8gbW9yZSBwb3N0cyB0byBzaG93Iiwibm90aGluZ19mb3VuZF9tZXNzYWdlX3RleHQiOiJJdCBzZWVtcyB3ZSBjYW5cdTIwMTl0IGZpbmQgd2hhdCB5b3VcdTIwMTlyZSBsb29raW5nIGZvci4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibG9vcC1ncmlkIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[\"imagesloaded\"],\"styles\":[\"widget-loop-filter\",\"widget-loop-grid\"]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26790, 6271, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"462978c\";i:1;s:7:\"3526054\";i:2;s:7:\"faea9ed\";}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:198:\".elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26791, 6271, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26792, 6271, '_elementor_element_cache', '{\"timeout\":1747411754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5b46085 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5b46085\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-03cac07\\\" data-id=\\\"03cac07\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjQ2Mjk3OGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtZmVhdHVyZWQtaW1hZ2VcIiBzZXR0aW5ncz1cIiU3QiUyMmZhbGxiYWNrJTIyJTNBJTdCJTIydXJsJTIyJTNBJTIyJTIyJTJDJTIyaWQlMjIlM0ElMjIlMjIlMkMlMjJzaXplJTIyJTNBJTIyJTIyJTdEJTdEXCJdIiwibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiYjhlNDdiM1wiIG5hbWU9XCJwb3N0LXVybFwiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImltYWdlX3NpemUiOiJmdWxsIiwiaW1hZ2VfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiI1IiwiaXNMaW5rZWQiOnRydWV9LCJsaW5rX3RvIjoiY3VzdG9tIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtZmVhdHVyZWQtaW1hZ2UifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjM1MjYwNTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE5LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtcG9zdC10aXRsZSJ9\\\"][elementor-element data=\\\"eyJpZCI6ImZhZWE5ZWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJleGNlcnB0IjoiW2VsZW1lbnRvci10YWcgaWQ9XCJcIiBuYW1lPVwicG9zdC1leGNlcnB0XCIgc2V0dGluZ3M9XCIlN0IlMjJhcHBseV90b19wb3N0X2NvbnRlbnQlMjIlM0ElMjIlMjIlN0RcIl0ifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtZXhjZXJwdCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26793, 6255, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:1583:\"/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n\n    .form-group {\n        width: 100%;\n    }\n\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26794, 6255, '_elementor_page_assets', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26795, 6255, '_elementor_element_cache', '{\"timeout\":1747411754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-e73eb58 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"e73eb58\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8418b9a\\\" data-id=\\\"8418b9a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46da0f9 elementor-widget elementor-widget-html\\\" data-id=\\\"46da0f9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<form id=\\\"country-form\\\">\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"resident-country\\\">Select Your Country of Residence:<\\/label>\\r\\n        <select id=\\\"resident-country\\\" name=\\\"resident-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select --<\\/option>\\r\\n            <option value=\\\"USA\\\">United States<\\/option>\\r\\n            <option value=\\\"Canada\\\">Canada<\\/option>\\r\\n            <option value=\\\"UK\\\">United Kingdom<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <label for=\\\"applying-country\\\">Select the Country You Want to Apply To:<\\/label>\\r\\n        <select id=\\\"applying-country\\\" name=\\\"applying-country\\\" class=\\\"form-control\\\">\\r\\n            <option value=\\\"\\\">-- Select Resident Country First --<\\/option>\\r\\n        <\\/select>\\r\\n    <\\/div>\\r\\n\\r\\n    <div class=\\\"form-group\\\">\\r\\n        <a href=\\\"https:\\/\\/wa.me\\/+971506396374\\\" id=\\\"redirect-button\\\" class=\\\"disabled\\\" style=\\\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\\\">Proceed<\\/a>\\r\\n    <\\/div>\\r\\n<\\/form>\\r\\n\\r\\n<script>\\r\\n  const residentSelect = document.getElementById(\\\"resident-country\\\");\\r\\n  const applyingSelect = document.getElementById(\\\"applying-country\\\");\\r\\n  const redirectButton = document.getElementById(\\\"redirect-button\\\");\\r\\n\\r\\n  const countryOptions = {\\r\\n    USA: [\\\"Canada\\\", \\\"UK\\\"],\\r\\n    Canada: [\\\"USA\\\", \\\"UK\\\"],\\r\\n    UK: [\\\"USA\\\", \\\"Canada\\\"]\\r\\n  };\\r\\n\\r\\n  residentSelect.addEventListener(\\\"change\\\", function () {\\r\\n    const selected = this.value;\\r\\n    applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n\\r\\n    if (selected && countryOptions[selected]) {\\r\\n      countryOptions[selected].forEach(country => {\\r\\n        const option = document.createElement(\\\"option\\\");\\r\\n        option.value = country;\\r\\n        option.textContent = country;\\r\\n        applyingSelect.appendChild(option);\\r\\n      });\\r\\n    } else {\\r\\n      applyingSelect.innerHTML = \'<option value=\\\"\\\">-- Select Resident Country First --<\\/option>\';\\r\\n    }\\r\\n\\r\\n    checkProceedState();\\r\\n  });\\r\\n\\r\\n  applyingSelect.addEventListener(\\\"change\\\", checkProceedState);\\r\\n\\r\\n  function checkProceedState() {\\r\\n    const residentVal = residentSelect.value;\\r\\n    const applyingVal = applyingSelect.value;\\r\\n\\r\\n    if (residentVal && applyingVal) {\\r\\n      redirectButton.style.background = \\\"#0073e6\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"auto\\\";\\r\\n    } else {\\r\\n      redirectButton.style.background = \\\"#ccc\\\";\\r\\n      redirectButton.style.pointerEvents = \\\"none\\\";\\r\\n    }\\r\\n  }\\r\\n<\\/script>\\r\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-83770f2 elementor-widget elementor-widget-html\\\" data-id=\\\"83770f2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"html.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<script>\\r\\ndocument.getElementById(\'resident-country\').addEventListener(\'change\', function() {\\r\\n    const residentCountry = this.value;\\r\\n    const applyingCountryDropdown = document.getElementById(\'applying-country\');\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n\\r\\n    \\/\\/ Clear existing options\\r\\n    applyingCountryDropdown.innerHTML = \'<option value=\\\"\\\">-- Select --<\\/option>\';\\r\\n    redirectButton.disabled = true; \\/\\/ Disable the button initially\\r\\n\\r\\n    \\/\\/ Define country mappings and links\\r\\n    const countryMappings = {\\r\\n        USA: [\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'UK\', link: \'https:\\/\\/example.com\\/uk\' }\\r\\n        ],\\r\\n        Canada: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Mexico\', link: \'https:\\/\\/example.com\\/mexico\' },\\r\\n            { name: \'France\', link: \'https:\\/\\/example.com\\/france\' }\\r\\n        ],\\r\\n        UK: [\\r\\n            { name: \'USA\', link: \'https:\\/\\/example.com\\/usa\' },\\r\\n            { name: \'Canada\', link: \'https:\\/\\/example.com\\/canada\' },\\r\\n            { name: \'Germany\', link: \'https:\\/\\/example.com\\/germany\' }\\r\\n        ],\\r\\n        \\/\\/ Add more mappings as needed\\r\\n    };\\r\\n\\r\\n    \\/\\/ Populate the applying country dropdown\\r\\n    if (residentCountry && countryMappings[residentCountry]) {\\r\\n        countryMappings[residentCountry].forEach(country => {\\r\\n            const option = document.createElement(\'option\');\\r\\n            option.value = country.link; \\/\\/ Store the link in the option value\\r\\n            option.textContent = country.name;\\r\\n            applyingCountryDropdown.appendChild(option);\\r\\n        });\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the applying country dropdown\\r\\ndocument.getElementById(\'applying-country\').addEventListener(\'change\', function() {\\r\\n    const redirectButton = document.getElementById(\'redirect-button\');\\r\\n    if (this.value) {\\r\\n        redirectButton.disabled = false; \\/\\/ Enable the button if a country is selected\\r\\n    } else {\\r\\n        redirectButton.disabled = true; \\/\\/ Disable the button if no country is selected\\r\\n    }\\r\\n});\\r\\n\\r\\n\\/\\/ Add event listener for the redirect button\\r\\ndocument.getElementById(\'redirect-button\').addEventListener(\'click\', function() {\\r\\n    const selectedLink = document.getElementById(\'applying-country\').value;\\r\\n    if (selectedLink) {\\r\\n        window.location.href = selectedLink; \\/\\/ Redirect to the selected link\\r\\n    }\\r\\n});\\r\\n<\\/script>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26796, 6200, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:405:\".elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26797, 6200, '_elementor_page_assets', 'a:1:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26798, 6200, '_elementor_element_cache', '{\"timeout\":1747411754,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-a9bfaa9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"a9bfaa9\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-145b97c\\\" data-id=\\\"145b97c\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-837032b elementor-widget elementor-widget-heading\\\" data-id=\\\"837032b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Maximize Your Investments with BellaVie Rewards<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImJlMzgxMmUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlVubG9jayBFbGl0ZSBSZWFsIEVzdGF0ZSBCZW5lZml0cywgRWFybiBQcmVtaXVtIFJld2FyZHM8XC9zdHJvbmc+PFwvcD48cD5CZWxsYVZpZSBSZXdhcmRzIGNvbm5lY3RzIHNhdnZ5IGludmVzdG9ycyB3aXRoIGhpZ2gtdmFsdWUgcmVhbCBlc3RhdGUgYW5kIGV4Y2x1c2l2ZSB3ZWxsbmVzcyBvcHBvcnR1bml0aWVzLiBFeHBlcmllbmNlIHVucGFyYWxsZWxlZCBhY2Nlc3MgdG8gcHJlbWl1bSBwcm9wZXJ0aWVzLCBsdXh1cnkgbGlmZXN0eWxlIGV4cGVyaWVuY2VzLCBhbmQgYSBwZXJmb3JtYW5jZS1iYXNlZCByZXdhcmRzIHN5c3RlbSB0aGF0IGVsZXZhdGVzIHRoZSB2YWx1ZSBvZiB5b3VyIGFzc2V0cy48XC9wPjxwPjwhLS0gbm90aW9udmM6IDEwNmMyOTAzLTA2YWItNDM4ZS1iZGI2LTBjYTYwNTM2ZDZmNyAtLT48XC9wPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5192478 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5192478\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0b6ece5\\\" data-id=\\\"0b6ece5\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9cb9498 elementor-widget elementor-widget-elementskit-accordion\\\" data-id=\\\"9cb9498\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n        <div class=\\\"elementskit-accordion accoedion-primary\\\" id=\\\"accordion-682611aaeed78\\\">\\n\\n            \\n                <div class=\\\"elementskit-card active\\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-0-9cb9498\\\">\\n                        <a href=\\\"#collapse-9218704682611aaeed78\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-9218704682611aaeed78\\\" aria-expanded=\\\"true\\\" aria-controls=\\\"Collapse-9218704682611aaeed78\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Invest Smart, Earn More. Investor-Centric Rewards Program<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-9218704682611aaeed78\\\" class=\\\" show collapse\\\" aria-labelledby=\\\"primaryHeading-0-9cb9498\\\" data-parent=\\\"#accordion-682611aaeed78\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:<\\/p><p>\\ud83d\\udd39 <strong>Gold Tier (1.5%)<\\/strong><\\/p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Tier (1.75%)<\\/strong><\\/p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.<\\/p><p>\\ud83d\\udc8e <strong>Diamond Elite (2%)<\\/strong><\\/p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.<\\/p><p>\\ud83d\\udd39 <strong>Titanium (2.25%)<\\/strong><\\/p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.<\\/p><p>\\ud83d\\udc8e <strong>Titanium Plus (2.5%)<\\/strong><\\/p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.<\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-1-9cb9498\\\">\\n                        <a href=\\\"#collapse-769c4c6682611aaeed78\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-769c4c6682611aaeed78\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-769c4c6682611aaeed78\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Introducing BellaVie\\u2019s Exclusive Investor Group Buying<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-769c4c6682611aaeed78\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-1-9cb9498\\\" data-parent=\\\"#accordion-682611aaeed78\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation<\\/strong><\\/p><p>At\\u00a0<strong>BellaVie Rewards<\\/strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new\\u00a0<strong>group buying opportunity<\\/strong>\\u00a0alongside our signature\\u00a0<strong>Architectural Design Consultation Add-On<\\/strong>\\u2014a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.<\\/p><h3><strong>Introducing BellaVie\\u2019s Exclusive Investor Group Buying<\\/strong><\\/h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in\\u00a0<strong>exclusive groups<\\/strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.<\\/p><p>As a\\u00a0<strong>BellaVie Investor<\\/strong>, you will have access to:<\\/p><ul><li><strong>Priority Access<\\/strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.<\\/li><li><strong>Exclusive Properties<\\/strong>: Properties available for group buying include\\u00a0<strong>Branded Residences<\\/strong>,\\u00a0<strong>Penthouses<\\/strong>, and\\u00a0<strong>Townhouses<\\/strong>\\u00a0located in Dubai\\u2019s most prestigious developments.<\\/li><li><strong>Private Investor Network<\\/strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.<\\/li><\\/ul><p>When you invest in properties via group buying, you not only unlock a\\u00a0<strong>higher return on investment<\\/strong>\\u00a0through shared purchasing power but also enjoy\\u00a0<strong>exclusive bonuses<\\/strong>\\u00a0such as\\u00a0<strong>BellaVie Points<\\/strong>, which can be redeemed for wellness services,\\u00a0<strong>architectural consultations<\\/strong>, and\\u00a0<strong>luxury retreats<\\/strong>.<\\/p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On<\\/strong><\\/h3><p>As part of our commitment to making your investment more than just a purchase, we offer the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0for BellaVie Rewards members who invest in properties valued at\\u00a0<strong>45 million AED<\\/strong>\\u00a0or higher.<\\/p><p><strong>This premium service<\\/strong>\\u2014valued at 500,000\\u00a0<strong>AED<\\/strong>\\u2014includes a personalized, world-class consultation with our partner,\\u00a0<strong>ADC Architects<\\/strong>, who will work closely with you to design a space that aligns with your unique lifestyle.<\\/p><ul><li><strong>Personalized Service<\\/strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.<\\/li><li><strong>Architectural Excellence<\\/strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.<\\/li><li><strong>Luxury Reimagined<\\/strong>: In addition to the consultation, you may choose to enhance your property with our\\u00a0<strong>exclusive upgrade package<\\/strong>, which includes\\u00a0<strong>three innovative repurposing design concepts<\\/strong>, valued at\\u00a0<strong>900,000 AED<\\/strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.<\\/li><\\/ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Smart Investment Lifestyle Elevated<\\/strong>: Not only will your investment provide a return through the\\u00a0<strong>group buying<\\/strong>\\u00a0strategy, but you\\u2019ll also enjoy the added luxury of personalized\\u00a0<strong>architectural design<\\/strong>\\u00a0to ensure your property is a perfect reflection of your vision.<\\/li><li><strong>Exclusivity at its Best<\\/strong>: As part of the\\u00a0<strong>BellaVie community<\\/strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to\\u00a0<strong>premium properties<\\/strong>.<\\/li><li><strong>Elevate Your Lifestyle<\\/strong>: Use your\\u00a0<strong>BellaVie Points<\\/strong>\\u00a0earned from your investment to redeem exclusive\\u00a0<strong>wellness services<\\/strong>\\u00a0and\\u00a0<strong>luxury retreats<\\/strong>, ensuring you live in both luxury and health.<\\/li><\\/ul><h3><strong>Become Part of the BellaVie Investor Family<\\/strong><\\/h3><p>At BellaVie Rewards, we don\\u2019t just offer properties; we offer a\\u00a0<strong>lifestyle<\\/strong>. As an investor, you are not simply purchasing real estate\\u2014you are gaining access to\\u00a0<strong>curated experiences<\\/strong>,\\u00a0<strong>personalized services<\\/strong>, and\\u00a0<strong>exclusive opportunities<\\/strong>\\u00a0designed to elevate every aspect of your life.<\\/p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.<\\/p><h3><strong>Contact Us Today<\\/strong><\\/h3><p>Unlock\\u00a0<strong>exceptional<\\/strong>\\u00a0rewards, exclusive\\u00a0<strong>group buying opportunities<\\/strong>, and the highest standards of\\u00a0<strong>architectural luxury<\\/strong>. Connect with our team to explore these\\u00a0<strong>unmatched<\\/strong>\\u00a0benefits and start your journey with\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0today.<\\/p><p>ADC logo<\\/p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow<\\/strong><\\/h3><p><strong>At\\u00a0ADC<\\/strong> <strong>Architectural Design Consultants<\\/strong>, sustainability is at the heart of everything we do. We believe that true luxury isn\\u2019t just about aesthetics; it\\u2019s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.<\\/p><h3><strong>Sustainable Architecture<\\/strong><\\/h3><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use\\u00a0<strong>eco-friendly materials<\\/strong>, optimize\\u00a0<strong>natural lighting<\\/strong>, and incorporate\\u00a0<strong>energy-efficient technologies<\\/strong>\\u00a0that reduce environmental impact while maintaining the highest standards of luxury and comfort.<\\/p><ul><li><strong>Energy-Efficient Design<\\/strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.<\\/li><li><strong>Green Building Materials<\\/strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.<\\/li><li><strong>Passive Design Strategies<\\/strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.<\\/li><\\/ul><h3><strong>Landscape Design with a Green Focus<\\/strong><\\/h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating\\u00a0<strong>beautiful<\\/strong>,\\u00a0<strong>functional<\\/strong>, and\\u00a0<strong>ecologically responsible<\\/strong>\\u00a0outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.<\\/p><ul><li><strong>Native Plant Selection<\\/strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.<\\/li><li><strong>Water Conservation<\\/strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.<\\/li><li><strong>Biodiversity<\\/strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.<\\/li><\\/ul><h3><strong>Sustainable Interior Design<\\/strong><\\/h3><p>Our interior design approach goes beyond aesthetics, focusing on\\u00a0<strong>creating healthy, sustainable indoor environments<\\/strong>\\u00a0that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of\\u00a0<strong>sustainable materials<\\/strong>\\u00a0and\\u00a0<strong>eco-conscious furniture<\\/strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.<\\/p><ul><li><strong>Non-Toxic Materials<\\/strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.<\\/li><li><strong>Energy-Efficient Systems<\\/strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.<\\/li><li><strong>Smart Technologies<\\/strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.<\\/li><\\/ul><h3><strong>Sustainable Project Management<\\/strong><\\/h3><p>Sustainability isn\\u2019t just about the finished product\\u2014it\\u2019s also about how we manage and execute each project. Our\\u00a0<strong>project management<\\/strong>\\u00a0team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.<\\/p><ul><li><strong>Efficient Construction Practices<\\/strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.<\\/li><li><strong>Green Certifications<\\/strong>: We work towards achieving certifications like\\u00a0<strong>LEED<\\/strong>\\u00a0(Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.<\\/li><li><strong>Waste Reduction<\\/strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.<\\/li><\\/ul><h3><strong>Sustainability in Action: Making a Difference<\\/strong><\\/h3><p>At ADC Consultants, sustainability is more than just a concept\\u2014it\\u2019s a responsibility. We\\u2019re dedicated to\\u00a0<strong>creating spaces that serve both people and the planet<\\/strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don\\u2019t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.<\\/p><p>By choosing ADC Consultants, you\\u2019re not just investing in luxury\\u2014you\\u2019re investing in a more sustainable, responsible future.\\u00a0<strong>Let us help you create a space that\\u2019s not only a reflection of your personal style but also of your commitment to the environment.<\\/strong><\\/p><p><strong>Contact ADC Consultants<\\/strong>\\u00a0today to learn more about how we can make your vision a sustainable reality.<\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-2-9cb9498\\\">\\n                        <a href=\\\"#collapse-ccadb65682611aaeed78\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-ccadb65682611aaeed78\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-ccadb65682611aaeed78\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Investor Benefits \\u2013 The Future of Investment is Wellness-Focused<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-ccadb65682611aaeed78\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-2-9cb9498\\\" data-parent=\\\"#accordion-682611aaeed78\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <h3><strong>Invest with Precision. Live with Excellence.<\\/strong><\\/h3><p>In 2025, wellness and sustainability are no longer trends\\u2014they are the foundation of the future of investment.\\u00a0<strong>BellaVie Rewards<\\/strong>\\u00a0is designed for investors who\\u00a0<strong>demand more than just returns\\u2014they seek holistic value, long-term sustainability, and unmatched distinction<\\/strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.<\\/p><p>Our exclusive\\u00a0<strong>investor benefits<\\/strong>\\u00a0ensure:<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority access to ultra-premium wellness-centric properties<\\/strong><\\/p><p>before market release, ensuring you\\u2019re ahead of the curve in this rapidly growing sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural enhancement strategies<\\/strong><\\/p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Personalized investment guidance<\\/strong><\\/p><p>focused on<\\/p><p><strong>high-yield wellness and sustainable properties<\\/strong><\\/p><p>that are positioned for growth, longevity, and responsible stewardship.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Global networking opportunities<\\/strong><\\/p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.<\\/p><p><strong>Why Invest in Wellness and Sustainability?<\\/strong>\\u00a0Wellness is no longer a niche\\u2014it\\u2019s a way of life.\\u00a0<strong>Investing in wellness-focused real estate<\\/strong>\\u00a0means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.<\\/p><p>As a\\u00a0<strong>BellaVie Rewards investor<\\/strong>, you gain access to a\\u00a0<strong>privileged network<\\/strong>\\u00a0of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f30d\\/72.png<\\/a><\\/p><p><strong>Sustainability<\\/strong><\\/p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support<\\/p><p><strong>a healthier, more sustainable lifestyle<\\/strong><\\/p><p>, driving both social and environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request your investor package today<\\/strong><\\/p><p>and be part of the wellness revolution in real estate.<\\/p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate<\\/strong><\\/h3><p><strong>Headline:<\\/strong>\\u00a0<strong>Your Exclusive Path to High-Yield Wellness Investments<\\/strong><\\/p><p><strong>Content:<\\/strong><\\/p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our\\u00a0<strong>Investor Package<\\/strong>\\u00a0provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.<\\/p><h3><strong>What\\u2019s Inside Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Priority Property Access:<\\/strong><\\/p><p>Gain exclusive first-look access to\\u00a0<strong>wellness-focused, high-end real estate<\\/strong>\\u00a0opportunities\\u2014available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Comprehensive Investment Analysis:<\\/strong><\\/p><p>Receive a\\u00a0<strong>personalized investment strategy<\\/strong>\\u00a0tailored to your goals. Our team of expert consultants will guide you through opportunities that balance\\u00a0<strong>high returns with long-term sustainability<\\/strong>.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Architectural Insights &amp; Design Innovations:<\\/strong><\\/p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our\\u00a0<strong>partnership with ADC Architects<\\/strong>, known for their commitment to innovation, sustainability, and wellness design.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Exclusive Networking Opportunities:<\\/strong><\\/p><p>Connect with a select group of\\u00a0<strong>elite investors<\\/strong>,\\u00a0<strong>premium developers<\\/strong>, and\\u00a0<strong>wellness-focused architects<\\/strong>\\u00a0from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Access to Premium Events &amp; Retreats:<\\/strong><\\/p><p>As a BellaVie Rewards investor, you\\u2019ll be invited to\\u00a0<strong>exclusive wellness retreats, private events<\\/strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Sustainability Focused Opportunities:<\\/strong><\\/p><p>Invest in properties that go beyond the ordinary, incorporating\\u00a0<strong>green technologies, wellness-oriented amenities<\\/strong>, and\\u00a0<strong>biophilic design principles<\\/strong>\\u2014ensuring both financial returns and a positive environmental impact.<\\/p><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f539\\/72.png<\\/a><\\/p><p><strong>Real-Time Project Updates:<\\/strong><\\/p><p>Stay informed with\\u00a0<strong>detailed progress reports<\\/strong>\\u00a0and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on\\u00a0<strong>sustainability and wellness<\\/strong>.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ul><li><strong>Reputation for Excellence:<\\/strong>\\u00a0Our hand-picked, wellness-focused properties are designed to meet the needs of today\\u2019s luxury market while keeping sustainability at the forefront.<\\/li><li><strong>Long-Term Value:<\\/strong>\\u00a0By investing in wellness properties, you\\u2019re aligning your portfolio with a trend that\\u2019s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.<\\/li><li><strong>Commitment to Your Success:<\\/strong>\\u00a0Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.<\\/li><\\/ul><h3><strong>How to Get Your Investor Package:<\\/strong><\\/h3><p>!<a href=\\\"https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png\\\">https:\\/\\/fonts.gstatic.com\\/s\\/e\\/notoemoji\\/16.0\\/1f4e9\\/72.png<\\/a><\\/p><p><strong>Request Your Investor Package Today<\\/strong><\\/p><p>by filling out the form below. Join the<\\/p><p><strong>wellness revolution<\\/strong><\\/p><p>and position yourself to thrive in the future of luxury real estate.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><p><strong>Be a part of a community that redefines luxury and investment opportunities.<\\/strong>\\u00a0With BellaVie Rewards, you\\u2019re not just investing in real estate\\u2014you\\u2019re investing in\\u00a0<strong>a lifestyle of wellness, sustainability, and unparalleled luxury<\\/strong>.<\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                                        <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d5dce58 elementor-widget elementor-widget-elementskit-accordion\\\" data-id=\\\"d5dce58\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n        <div class=\\\"elementskit-accordion accoedion-primary\\\" id=\\\"accordion-682611aaef31c\\\">\\n\\n            \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-0-d5dce58\\\">\\n                        <a href=\\\"#collapse-9218704682611aaef31c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-9218704682611aaef31c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-9218704682611aaef31c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Exclusive Investor Benefits<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-9218704682611aaef31c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-0-d5dce58\\\" data-parent=\\\"#accordion-682611aaef31c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p>\\ud83c\\udfe1 <strong>Property Enhancement Program<\\/strong><\\/p><p>Enhance your property\\u2019s appeal with luxury design, furnishings, and amenities to maximize ROI.<\\/p><p>\\ud83d\\udcc8 <strong>High-Yield Incentives<\\/strong><\\/p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.<\\/p><p>\\ud83d\\udd11 <strong>Exclusive Investment Opportunities<\\/strong><\\/p><p>Gain access to off-market luxury properties curated for long-term growth\\u2014available exclusively to BellaVie Rewards investors.<\\/p><p><strong>Transform Your Investment Strategy with BellaVie Rewards<\\/strong><\\/p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.<\\/p><p><strong>Sign Up for BellaVie Rewards<\\/strong><\\/p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.<\\/p><p><strong>Earn BellaVie Points<\\/strong><\\/p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.<\\/p><p><strong>Engage &amp; Refer<\\/strong><\\/p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.<\\/p><p><strong>Luxury. Smart Investment. Exclusive Access.<\\/strong><\\/p><p>BellaVie Rewards \\u2013 Your gateway to transforming real estate into an asset of prestige and value.<\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-1-d5dce58\\\">\\n                        <a href=\\\"#collapse-769c4c6682611aaef31c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-769c4c6682611aaef31c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-769c4c6682611aaef31c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-769c4c6682611aaef31c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-1-d5dce58\\\" data-parent=\\\"#accordion-682611aaef31c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-2-d5dce58\\\">\\n                        <a href=\\\"#collapse-ccadb65682611aaef31c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-ccadb65682611aaef31c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-ccadb65682611aaef31c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-ccadb65682611aaef31c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-2-d5dce58\\\" data-parent=\\\"#accordion-682611aaef31c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Welcome to the Future of Real Estate Investing<\\/strong><\\/p><p>At BellaVie Rewards, we\\u2019re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth\\u2014an investment that promises both returns and an enhanced quality of life.<\\/p><h3><strong>Why Invest with BellaVie Rewards?<\\/strong><\\/h3><h3><strong>High-Return Wellness Investments<\\/strong><\\/h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you\\u2019re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.<\\/p><h3><strong>Investment-Driven by Innovation<\\/strong><\\/h3><p>Our investment properties are not just about luxury\\u2014they\\u2019re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren\\u2019t just homes; they are investments in wellness, environmental responsibility, and lasting value.<\\/p><h3><strong>Projected Returns on Investment (ROI)<\\/strong><\\/h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.<\\/p><h3><strong>Projected Annual ROI<\\/strong>:<\\/h3><ul><li><strong>Luxury Residential Properties<\\/strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.<\\/li><li><strong>Mixed-Use Developments<\\/strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.<\\/li><\\/ul><h3><strong>Capital Appreciation<\\/strong>:<\\/h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai\\u2019s most sought-after districts. This offers an expected capital appreciation rate of\\u00a0<strong>5-7% annually<\\/strong>\\u00a0over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.<\\/li><\\/ul><h3><strong>Rental Yields<\\/strong>:<\\/h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from\\u00a0<strong>5-8%<\\/strong>\\u00a0annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.<\\/li><\\/ul><h3><strong>Tax Advantages<\\/strong>:<\\/h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.<\\/li><\\/ul><h3><strong>How ROI Is Calculated<\\/strong><\\/h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:<\\/p><ul><li><strong>Personalized Investment Strategy<\\/strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.<\\/li><li><strong>Comprehensive Financial Overview<\\/strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.<\\/li><li><strong>Market Data &amp; Trends<\\/strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.<\\/li><\\/ul><h3><strong>Real-World Success Stories<\\/strong><\\/h3><p>Don\\u2019t just take our word for it\\u2014our investors are already seeing success. Here\\u2019s how some of our clients have benefited from investing with BellaVie Rewards:<\\/p><h3><strong>Case Study 1: Wellness Residences in Dubai<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 15 million AED for a luxury wellness property<\\/li><li><strong>Projected ROI<\\/strong>: 7% annually<\\/li><li><strong>Actual ROI<\\/strong>: 8% annually, exceeding expectations with high demand for wellness amenities.<\\/li><li><strong>Capital Appreciation<\\/strong>: 6% growth in property value over 2 years.<\\/li><li><strong>Additional Income<\\/strong>: 5% annual rental yield.<\\/li><\\/ul><h3><strong>Case Study 2: Wellness Hotel in Maldives<\\/strong><\\/h3><ul><li><strong>Investment<\\/strong>: 30 million AED for a wellness retreat<\\/li><li><strong>Projected ROI<\\/strong>: 9% annually<\\/li><li><strong>Actual ROI<\\/strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.<\\/li><\\/ul><h3><strong>ROI Comparison with Industry Benchmarks<\\/strong><\\/h3><table><thead><tr><th><strong>Investment Type<\\/strong><\\/th><th><strong>BellaVie Rewards ROI<\\/strong><\\/th><th><strong>Industry Standard ROI<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Luxury Residential Property<\\/strong><\\/td><td>6-8% annually<\\/td><td>4-5% annually<\\/td><\\/tr><tr><td><strong>Wellness Hotels &amp; Retreats<\\/strong><\\/td><td>7-10% annually<\\/td><td>5-6% annually<\\/td><\\/tr><tr><td><strong>Mixed-Use Developments<\\/strong><\\/td><td>8-12% annually<\\/td><td>5-7% annually<\\/td><\\/tr><\\/tbody><\\/table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.<\\/p><h3><strong>Real-Time Investment Monitoring &amp; Updates<\\/strong><\\/h3><p>As an investor, you\\u2019ll receive regular, real-time updates on the performance of your properties. This includes:<\\/p><ul><li><strong>Quarterly ROI Reports<\\/strong>: Track the growth of your investment and any changes in market conditions.<\\/li><li><strong>Project Progress Updates<\\/strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.<\\/li><li><strong>Financial Forecasts<\\/strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.<\\/li><\\/ul><h3><strong>How to Get Started<\\/strong><\\/h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It\\u2019s easy to take the next step:<\\/p><ol><li><strong>Request Your Investor Package<\\/strong>: Fill out the form below to receive detailed information about our investment opportunities.<\\/li><li><strong>Schedule a Consultation<\\/strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.<\\/li><li><strong>Start Investing<\\/strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!<\\/li><\\/ol><h3><strong>Request Your Investor Package Today<\\/strong><\\/h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.<\\/p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]<\\/p><p>[Submit Button: Request My Investor Package]<\\/p><h3><strong>Why BellaVie Rewards?<\\/strong><\\/h3><ul><li><strong>Luxury &amp; Wellness<\\/strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.<\\/li><li><strong>High Returns<\\/strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.<\\/li><li><strong>Expert Guidance<\\/strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.<\\/li><li><strong>Sustainable Growth<\\/strong>: Invest in properties that align with the future of real estate\\u2014sustainable, wellness-centered, and built for long-term growth.<\\/li><\\/ul><p>By investing in BellaVie Rewards, you\\u2019re not just acquiring a property\\u2014you\\u2019re securing a lifestyle of wellness and luxury with exceptional financial returns.<\\/p><p><strong>Start Your Investment Journey Now.<\\/strong><\\/p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br \\/><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                                        <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a28d16 elementor-widget elementor-widget-elementskit-accordion\\\" data-id=\\\"1a28d16\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n        <div class=\\\"elementskit-accordion accoedion-primary\\\" id=\\\"accordion-682611aaef892\\\">\\n\\n            \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-0-1a28d16\\\">\\n                        <a href=\\\"#collapse-9218704682611aaef892\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-9218704682611aaef892\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-9218704682611aaef892\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">BellaVie Rewards Investor Ambassadors Program<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-9218704682611aaef892\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-0-1a28d16\\\" data-parent=\\\"#accordion-682611aaef892\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality<\\/strong><\\/p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador<\\/strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.<\\/p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?<\\/strong><\\/p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program<\\/strong><\\/h3><p><strong>Exclusive. Elite. Confidential.<\\/strong><\\/p><p>Welcome to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>, where we redefine what it means to be an investor. This is not just a referral program \\u2013 this is an\\u00a0<strong>elite, confidential network<\\/strong>\\u00a0where you\\u2019ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you\\u2019re not just an investor \\u2013 you\\u2019re an\\u00a0<strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities<\\/strong>.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><h3><strong>Private, Tailored Referral Process<\\/strong><\\/h3><ul><li><strong>Secure, Discreet Referrals<\\/strong>: All referrals are managed\\u00a0<strong>confidentially<\\/strong>\\u00a0through\\u00a0<strong>secure, private channels<\\/strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.<\\/li><li><strong>VIP Referral Link<\\/strong>: You will receive a\\u00a0<strong>personalized referral code<\\/strong>\\u00a0or\\u00a0<strong>private link<\\/strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only\\u00a0<strong>high-caliber investors<\\/strong>\\u00a0are brought into the fold.<\\/li><li><strong>Tailored Communications<\\/strong>: Your referrals will receive\\u00a0<strong>VIP invitations<\\/strong>\\u00a0directly from BellaVie, guaranteeing that all communication is\\u00a0<strong>personalized<\\/strong>\\u00a0and\\u00a0<strong>exclusive<\\/strong>\\u2014with no mass outreach or advertising.<\\/li><\\/ul><h3><strong>Exclusive Access &amp; Confidential Updates<\\/strong><\\/h3><ul><li><strong>Encrypted Status Updates<\\/strong>: Receive\\u00a0<strong>encrypted, secure updates<\\/strong>\\u00a0on the status of your referrals and any earned rewards\\u2014keeping everything discreet and private.<\\/li><li><strong>VIP Treatment for Referrals<\\/strong>: Each referral will be treated as an elite\\u00a0<strong>VIP investor<\\/strong>, gaining access to premium properties, invitations to\\u00a0<strong>invitation-only events<\\/strong>, and exclusive\\u00a0<strong>property showcases<\\/strong>.<\\/li><\\/ul><h3><strong>Referral Rewards Breakdown:<\\/strong><\\/h3><h3><strong>Earn BellaVie Points<\\/strong><\\/h3><ul><li><strong>0-3 Referrals<\\/strong>: Earn\\u00a0<strong>0.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0of the total investment made by the referred investor.<\\/li><li><strong>4-7 Referrals<\\/strong>: Receive\\u00a0<strong>1%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment made by the referred investors.<\\/li><li><strong>8+ Referrals<\\/strong>: Earn\\u00a0<strong>1.5%<\\/strong>\\u00a0in\\u00a0<strong>BellaVie points<\\/strong>\\u00a0for each investment and gain\\u00a0<strong>priority access<\\/strong>\\u00a0to upcoming luxury property opportunities and\\u00a0<strong>VIP investment events<\\/strong>.<\\/li><\\/ul><h3><strong>Architectural Consultation Rewards<\\/strong><\\/h3><ul><li><strong>Luxury Design Consultation services<\\/strong>: For every\\u00a0<strong>3 successful referrals<\\/strong>, receive a\\u00a0<strong>luxury architectural consultation<\\/strong>\\u00a0from a world-renowned designer or architect, worth of <strong>500,000 AED<\\/strong>.<\\/li><li><strong>Exclusive Property Upgrade<\\/strong>: For every\\u00a0<strong>5 successful referrals<\\/strong>, receive a\\u00a0<strong>complimentary architectural upgrade service<\\/strong>, customized to your investment property, valued at\\u00a0<strong>up to 1 million AED<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Price Reductions<\\/strong><\\/h3><ul><li><strong>VIP Price Reductions<\\/strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at\\u00a0<strong>0.5%<\\/strong>\\u00a0and scaling up to\\u00a0<strong>2.5%<\\/strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals<\\/strong>:\\u00a0<strong>0.5% price reduction<\\/strong><\\/li><li><strong>3-5 Referrals<\\/strong>:\\u00a0<strong>1.5% price reduction<\\/strong><\\/li><li><strong>6+ Referrals<\\/strong>:\\u00a0<strong>2.5% price reduction<\\/strong><\\/li><\\/ul><\\/li><\\/ul><h3><strong>Long-Term, Elite Rewards:<\\/strong><\\/h3><h3><strong>Continuous Earning Potential<\\/strong><\\/h3><ul><li><strong>Lifetime Earnings<\\/strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will\\u00a0<strong>continue to earn<\\/strong>\\u00a0BellaVie points, creating a\\u00a0<strong>long-term revenue stream<\\/strong>.<\\/li><li><strong>Additional Investment Incentives<\\/strong>: Earn additional points when your referred investors engage with\\u00a0<strong>premium property enhancement services<\\/strong>\\u00a0or\\u00a0<strong>wellness luxury services<\\/strong>.<\\/li><\\/ul><h3><strong>Exclusive Networking Opportunities<\\/strong><\\/h3><ul><li><strong>Private, VIP Investor Events<\\/strong>: Your successful referrals unlock\\u00a0<strong>invitation-only<\\/strong>\\u00a0access to private networking events, showcasing\\u00a0<strong>luxury real estate<\\/strong>,\\u00a0<strong>wellness investment opportunities<\\/strong>, and introducing you to\\u00a0<strong>high-net-worth peers<\\/strong>.<\\/li><li><strong>Special Access to BellaVie Projects<\\/strong>: Ambassadors who consistently refer successful investors will gain\\u00a0<strong>priority access<\\/strong>\\u00a0to\\u00a0<strong>upcoming luxury real estate projects<\\/strong>, as well as exclusive opportunities to invest in\\u00a0<strong>off-market properties<\\/strong>.<\\/li><\\/ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:<\\/strong><\\/h3><h3><strong>Absolute Privacy<\\/strong><\\/h3><ul><li><strong>Secure Communication<\\/strong>: All communications, from referral to reward, will be handled through\\u00a0<strong>private, secure channels<\\/strong>, ensuring the\\u00a0<strong>highest level of confidentiality<\\/strong>.<\\/li><li><strong>Tailored Ambassador Experience<\\/strong>: As a\\u00a0<strong>BellaVie Ambassador<\\/strong>, you will receive an\\u00a0<strong>exclusive, high-touch service<\\/strong>\\u00a0that makes you feel valued, respected, and elevated throughout your referral journey.<\\/li><\\/ul><h3><strong>Your Status as an Elite Investor<\\/strong><\\/h3><ul><li><strong>Elite, VIP Status<\\/strong>: You are not just a participant in a referral program\\u2014you are an\\u00a0A<strong>mbassador<\\/strong>\\u00a0to BellaVie\\u2019s\\u00a0<strong>luxury investor network<\\/strong>. Your status will be recognized, and you will be treated as an exclusive part of the\\u00a0<strong>most prestigious circle<\\/strong>\\u00a0of investors.<\\/li><\\/ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?<\\/strong><\\/h3><p>Lucrative Rewards: Earn up to\\u00a02.5% price reduction\\u00a0on luxury property purchases, alongside\\u00a0exclusive BellaVie points\\u00a0and\\u00a0VIP architectural consultations.<\\/p><p>Confidential &amp; Secure: Your investments, rewards, and network remain\\u00a0private building a foundation of\\u00a0trust\\u00a0and\\u00a0exclusivity\\u00a0in your real estate ventures.<\\/p><p>Exclusive Access: Get\\u00a0VIP access\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain\\u00a0priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><ul><li><strong>Lucrative Rewards<\\/strong>: Earn up to\\u00a0<strong>2.5% price reduction<\\/strong>\\u00a0on luxury property purchases, alongside\\u00a0<strong>exclusive BellaVie points<\\/strong>\\u00a0and\\u00a0<strong>VIP architectural consultations<\\/strong>.<\\/li><li><strong>Confidential &amp; Secure<\\/strong>: Your investments, rewards, and network remain\\u00a0<strong>private<\\/strong>\\u2014building a foundation of\\u00a0<strong>trust<\\/strong>\\u00a0and\\u00a0<strong>exclusivity<\\/strong>\\u00a0in your real estate ventures.<\\/li><li><strong>Exclusive Access<\\/strong>: Get\\u00a0<strong>VIP access<\\/strong>\\u00a0to premium properties, private events, and curated investment opportunities\\u2014available only to the most distinguished investors in the BellaVie community.<\\/li><li><strong>Long-Term Value Creation<\\/strong>: With every successful referral, you can grow your wealth, gain\\u00a0<strong>priority access to projects<\\/strong>, and continue earning points as your referrals stay engaged.<\\/li><\\/ul><p><strong>Are You Ready to Elevate Your Status?<\\/strong> If you have like-minded investors in your network, it\\u2019s time to introduce them to the\\u00a0<strong>BellaVie Rewards Investor Ambassadors Program<\\/strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.<\\/p><p>Let BellaVie elevate your investments and your lifestyle\\u2014<strong>in absolute confidentiality<\\/strong>.<\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-1-1a28d16\\\">\\n                        <a href=\\\"#collapse-769c4c6682611aaef892\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-769c4c6682611aaef892\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-769c4c6682611aaef892\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Investor Benefits \\u2013 The Future of Investment is Wellness-Focused<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-769c4c6682611aaef892\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-1-1a28d16\\\" data-parent=\\\"#accordion-682611aaef892\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards<\\/strong><\\/p><p>At BellaVie, we believe that luxury is not just an experience\\u2014it\\u2019s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.<\\/p><h3><strong>An Invitation to Redefine Luxury Living<\\/strong><\\/h3><p>The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>, valued at\\u00a0500,000 <strong>AED<\\/strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:<\\/p><ul><li><strong>Penthouse above 45 million AED<\\/strong><\\/li><li><strong>Townhouse for 39 million AED<\\/strong><\\/li><\\/ul><p>Alongside this, we offer an\\u00a0<strong>Exclusive Upgrade Option,<\\/strong> which features\\u00a0<strong>three innovative repurposing design concepts<\\/strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.<\\/p><h3><strong>Why Choose BellaVie Rewards for Your Investment?<\\/strong><\\/h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home<\\/strong><\\/p><p>Investing with BellaVie means more than just purchasing a luxury property\\u2014it\\u2019s about crafting a home that is uniquely yours. The\\u00a0<strong>Personalized Architectural Design Consultation<\\/strong>\\u00a0allows you direct access to\\u00a0<strong>world-renowned architects<\\/strong>\\u00a0and design experts. Whether it\\u2019s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.<\\/p><\\/li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise<\\/strong><\\/p><p>Our exclusive partnership with\\u00a0<strong>ADC Architects<\\/strong>\\u00a0brings\\u00a0<strong>unparalleled design expertise<\\/strong>\\u00a0to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.<\\/p><\\/li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members<\\/strong><\\/p><p>The\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0is available only to\\u00a0<strong>BellaVie Rewards members<\\/strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property\\u2014it\\u2019s about being part of a community that values privacy, luxury, and unparalleled service.<\\/p><\\/li><li><p><strong>Premium Upgrades: The Art of Personalized Living<\\/strong><\\/p><p>With our\\u00a0<strong>Exclusive Upgrade Package<\\/strong>, you can completely\\u00a0<strong>reimagine key spaces in your home<\\/strong>\\u00a0through three bespoke repurposing design concepts, valued at\\u00a0<strong>9 million AED<\\/strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.<\\/p><\\/li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity<\\/strong><\\/p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on\\u00a0<strong>second homes and vacation residences<\\/strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.<\\/p><\\/li><\\/ol><h3><strong>A True Investment in Your Future<\\/strong><\\/h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0ensures that your investment will evolve into a sanctuary that stands the test of time, combining\\u00a0<strong>luxury<\\/strong>,\\u00a0<strong>wellness<\\/strong>, and\\u00a0<strong>sustainability<\\/strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.<\\/p><h3><strong>Become Part of the BellaVie Investors Family<\\/strong><\\/h3><p>This exclusive service is not just about acquiring a property\\u2014it\\u2019s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of\\u00a0<strong>wellness-focused properties<\\/strong>,\\u00a0<strong>world-class architectural expertise<\\/strong>, and\\u00a0<strong>exceptional service<\\/strong>\\u00a0that ensures your investment is more than just a financial asset\\u2014it\\u2019s a lifestyle.<\\/p><p>With BellaVie Rewards, you\\u2019re investing in\\u00a0<strong>luxury living<\\/strong>,\\u00a0<strong>wellness-driven design<\\/strong>, and\\u00a0<strong>long-term value<\\/strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.<\\/p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity<\\/strong><\\/h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the\\u00a0<strong>Signature Architectural Design Consultation Add-On<\\/strong>\\u00a0and discover how we can bring your vision to life.<\\/p><p>This is more than just a home\\u2014it\\u2019s an opportunity to\\u00a0<strong>craft your legacy<\\/strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.<\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-2-1a28d16\\\">\\n                        <a href=\\\"#collapse-ccadb65682611aaef892\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-ccadb65682611aaef892\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-ccadb65682611aaef892\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-ccadb65682611aaef892\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-2-1a28d16\\\" data-parent=\\\"#accordion-682611aaef892\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p>At <strong>ADC Architects &amp; Engineers<\\/strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.<\\/p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?<\\/strong><\\/h3><p><strong>Wellness-Centered Designs<\\/strong><\\/p><ul><li><strong>Biophilic Architecture<\\/strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.<\\/li><li><strong>Wellness Amenities<\\/strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.<\\/li><\\/ul><p><strong>Sustainability at the Core<\\/strong><\\/p><ul><li><strong>Eco-Friendly Solutions<\\/strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.<\\/li><li><strong>Smart Building Integration<\\/strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.<\\/li><\\/ul><p><strong>Luxury Living with Purposeful Design<\\/strong><\\/p><ul><li><strong>Personalized Luxury<\\/strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.<\\/li><li><strong>Wellness Retreats &amp; Hotels<\\/strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.<\\/li><\\/ul><p><strong>Comprehensive Project Management and Supervision<\\/strong><\\/p><ul><li><strong>End-to-End Supervision<\\/strong>: We manage every stage of the project\\u2014from initial design to final handover\\u2014ensuring that each development is executed with precision and in line with the client\\u2019s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.<\\/li><li><strong>Quality Assurance<\\/strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.<\\/li><\\/ul><p><strong>Market Differentiation<\\/strong><\\/p><ul><li><strong>Exclusive, Timeless Designs<\\/strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.<\\/li><\\/ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:<\\/strong><\\/h3><ol><li><strong>Luxury Residential Wellness Communities<\\/strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.<\\/li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.<\\/li><\\/ul><\\/li><li><strong>Wellness Hotels &amp; Retreats<\\/strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.<\\/li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.<\\/li><\\/ul><\\/li><li><strong>Mixed-Use Wellness Developments<\\/strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.<\\/li><li>A holistic environment where residents can live, work, and unwind.<\\/li><\\/ul><\\/li><li><strong>Eco-Friendly Villas &amp; Penthouses<\\/strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.<\\/li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.<\\/li><\\/ul><\\/li><\\/ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development<\\/strong><\\/h3><p><strong>ADC Architects<\\/strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.<\\/p><p>Let <strong>ADC Architects<\\/strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.<\\/p><p><strong>Contact us today<\\/strong> to begin your journey toward creating world-class wellness communities with ADC Architects.<\\/p><h3><strong>Case Study: Fairmont Hotel the Palm Sale<\\/strong><\\/h3><h3><strong>Overview<\\/strong><\\/h3><ul><li><strong>Property:<\\/strong> Fairmont the Palm<\\/li><li><strong>Location:<\\/strong> Palm Jumeirah, Dubai, UAE<\\/li><li><strong>Sale Price:<\\/strong> US$ 325 million<\\/li><li><strong>Seller:<\\/strong> IFA Hotels and Resorts<\\/li><li><strong>Buyer:<\\/strong> Subsidiary of Kuwait\\u2019s Arzan Financial Group (AFG)<\\/li><\\/ul><h3><strong>Transaction Details<\\/strong><\\/h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.<\\/p><h3><strong>Investment Highlights<\\/strong><\\/h3><ol><li><strong>Prime Location:<\\/strong><ul><li><strong>Palm Jumeirah<\\/strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.<\\/li><\\/ul><\\/li><li><strong>Luxury Hospitality:<\\/strong><ul><li><strong>Fairmont the Palm<\\/strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.<\\/li><\\/ul><\\/li><li><strong>Strong Market Demand:<\\/strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.<\\/li><\\/ul><\\/li><li><strong>Wellness Investment Trend:<\\/strong><ul><li>The buyer, <strong>Arzan Financial Group<\\/strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards\\u2019 focus on integrating wellness into real estate and hospitality investments.<\\/li><\\/ul><\\/li><\\/ol><h3><strong>Investment Impact<\\/strong><\\/h3><ol><li><strong>High ROI Potential:<\\/strong><ul><li>Properties like <strong>Fairmont the Palm<\\/strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.<\\/li><\\/ul><\\/li><li><strong>Strategic Acquisition:<\\/strong><ul><li>Arzan Financial Group\\u2019s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.<\\/li><\\/ul><\\/li><\\/ol><h3><strong>Lessons for BellaVie Rewards Investors<\\/strong><\\/h3><ol><li><strong>Location Is Key:<\\/strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.<\\/li><\\/ul><\\/li><li><strong>Wellness Focus:<\\/strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.<\\/li><\\/ul><\\/li><li><strong>Strong Demand for Luxury:<\\/strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.<\\/li><\\/ul><\\/li><\\/ol><h3><strong>Projected Outcomes for Investors<\\/strong><\\/h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm<\\/strong> can expect the following returns:<\\/p><ol><li><strong>Annual ROI:<\\/strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%<\\/strong> annually due to the high demand for health-conscious and luxury accommodations.<\\/li><\\/ul><\\/li><li><strong>Capital Appreciation:<\\/strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually<\\/strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.<\\/li><\\/ul><\\/li><li><strong>Rental Yield:<\\/strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually<\\/strong>. This additional source of revenue makes these properties attractive investments for high-end investors.<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                                        <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26799, 6235, '_elementor_css', 'a:7:{s:4:\"time\";i:1747325354;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:6:\"inline\";i:0;s:0:\"\";s:3:\"css\";s:135:\".elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}\";}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26800, 6235, '_elementor_page_assets', 'a:0:{}');

INSERT IGNORE INTO `SnT_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26801, 6235, '_elementor_element_cache', '{\"timeout\":1747411755,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c53e088 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c53e088\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;jet_parallax_layout_list&quot;:[]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16c14c8\\\" data-id=\\\"16c14c8\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7ff3695 elementor-widget elementor-widget-elementskit-accordion\\\" data-id=\\\"7ff3695\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n        <div class=\\\"elementskit-accordion accoedion-primary\\\" id=\\\"accordion-682611ab2bf4c\\\">\\n\\n            \\n                <div class=\\\"elementskit-card active\\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-0-7ff3695\\\">\\n                        <a href=\\\"#collapse-9218704682611ab2bf4c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-9218704682611ab2bf4c\\\" aria-expanded=\\\"true\\\" aria-controls=\\\"Collapse-9218704682611ab2bf4c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">How to Join BellaVie Rewards<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-9218704682611ab2bf4c\\\" class=\\\" show collapse\\\" aria-labelledby=\\\"primaryHeading-0-7ff3695\\\" data-parent=\\\"#accordion-682611ab2bf4c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <ol><li><p><strong>Create Your Profile<\\/strong><\\/p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We\\u2019ll guide you based on your unique needs and goals.<\\/p><\\/li><li><p><strong>Choose Your Focus: Wellness or Real Estate<\\/strong><\\/p><ul><li><strong>Wellness<\\/strong>: If you\\u2019re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.<\\/li><li><strong>Real Estate<\\/strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.<\\/li><\\/ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.<\\/p><\\/li><\\/ol><h3><strong>Personalized Concierge Experience<\\/strong><\\/h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.<\\/p><h3><strong>Concierge Tiers:<\\/strong><\\/h3><ol><li><p><strong>Wellness Concierge<\\/strong><\\/p><p>Our <strong>Wellness Concierge<\\/strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you\\u2019re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:<\\/p><ul><li>Access to luxury wellness resorts and exclusive fitness classes<\\/li><li>Customized dietary plans and expert wellness advice<\\/li><li>Premium spa bookings and health-oriented vacations tailored to your goals<\\/li><\\/ul><\\/li><li><p><strong>Real Estate Concierge<\\/strong><\\/p><p>The <strong>Real Estate Concierge<\\/strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you\\u2019re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:<\\/p><ul><li>Early access to exclusive real estate projects<\\/li><li>Personal tours of properties and meetings with architects<\\/li><li>Investment advice and tailored property portfolios to match your financial goals<\\/li><li>Legal and financial assistance to simplify transactions<\\/li><\\/ul><\\/li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge<\\/strong><\\/p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:<\\/p><ul><li>Curated real estate investments with wellness-focused properties<\\/li><li>Luxury wellness retreats at properties you can invest in<\\/li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being<\\/li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles<\\/li><\\/ul><\\/li><\\/ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-1-7ff3695\\\">\\n                        <a href=\\\"#collapse-769c4c6682611ab2bf4c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-769c4c6682611ab2bf4c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-769c4c6682611ab2bf4c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">How to earn points <\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-769c4c6682611ab2bf4c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-1-7ff3695\\\" data-parent=\\\"#accordion-682611ab2bf4c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Membership Tiers<\\/strong><\\/p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.<\\/p><table><thead><tr><th><strong>Tier<\\/strong><\\/th><th><strong>Minimum Spend<\\/strong><\\/th><th><strong>Bonus Reward for Reaching Tier<\\/strong><\\/th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)<\\/strong><\\/th><th><strong>Real Estate Purchase Bonus<\\/strong><\\/th><th><strong>Exclusive Rewards<\\/strong><\\/th><\\/tr><\\/thead><tbody><tr><td><strong>Gold<\\/strong><\\/td><td>5,000 AED<\\/td><td>250 Bonus Points + Wellness Experience<\\/td><td>5% of total spend on eligible aesthetic services and other purchases<\\/td><td>5,000 Bonus Points<\\/td><td>Entry-level rewards, basic spa treatments<\\/td><\\/tr><tr><td><strong>Diamond<\\/strong><\\/td><td>15,000 AED<\\/td><td>500 Bonus Points + Wellness Consultation<\\/td><td>5.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>10,000 Bonus Points<\\/td><td>Enhanced wellness experiences, real estate consultations<\\/td><\\/tr><tr><td><strong>Diamond Elite<\\/strong><\\/td><td>30,000 AED<\\/td><td>1,000 Bonus Points + VIP Retreat Voucher<\\/td><td>6% of total spend on eligible aesthetic services and other purchases<\\/td><td>15,000 Bonus Points<\\/td><td>VIP wellness retreats, designer consultations<\\/td><\\/tr><tr><td><strong>Titanium<\\/strong><\\/td><td>45,000 AED<\\/td><td>1,500 Bonus Points + Designer Consultation<\\/td><td>6.5% of total spend on eligible aesthetic services and other purchases<\\/td><td>20,000 Bonus Points<\\/td><td>High-end rewards, luxury villa viewings<\\/td><\\/tr><tr><td><strong>Titanium Plus<\\/strong><\\/td><td>75,000 AED<\\/td><td>2,000 Bonus Points + Exclusive Seminar Invitation<\\/td><td>7% of total spend on eligible aesthetic services and other purchases<\\/td><td>25,000 Bonus Points<\\/td><td>Most exclusive rewards, private retreats and VIP experiences<\\/td><\\/tr><\\/tbody><\\/table><h3><strong>How to Earn Points<\\/strong><\\/h3><p>Maximize your rewards with every spend:<\\/p><ul><li><strong>Aesthetic Services &amp; Wellness<\\/strong>: Earn <strong>5%\\u20137%<\\/strong> back in points based on your membership tier.<\\/li><li><strong>Exclusive Promotions &amp; In-House Offers<\\/strong>: Enjoy a <strong>fixed 20 points<\\/strong> per redemption.<\\/li><li><strong>Real Estate Purchases<\\/strong>: Unlock <strong>5,000 to 25,000 points<\\/strong> as a bonus, depending on your tier.<\\/li><\\/ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!<\\/strong><\\/p><p>Points are earned based on your spend across a variety of services:<\\/p><ul><li><strong>Aesthetic Services<\\/strong>: Earn 5%\\u20137% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.<\\/li><li><strong>Real Estate<\\/strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000<\\/strong> points, depending on your tier.<\\/li><\\/ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining<\\/strong><\\/h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible spend.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Dine at Partner Restaurants<\\/strong> \\u2013 Enjoy curated wellness gourmet menus at premium venues.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, luxury getaways, or even real estate perks.<\\/p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.<\\/strong><\\/p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays<\\/strong><\\/h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays<\\/strong> while earning <strong>10% back in BellaVie Rewards points<\\/strong> on every eligible booking.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Book at Partner Spas &amp; Hotels<\\/strong> \\u2013 Enjoy world-class wellness experiences at exclusive locations.<\\/p><p>\\u2705 <strong>Earn Instantly<\\/strong> \\u2013 Receive <strong>10 points per 100 AED spent<\\/strong> credited to your BellaVie Rewards balance.<\\/p><p>\\u2705 <strong>Redeem for More<\\/strong> \\u2013 Use your points for aesthetic treatments, fine dining, or even real estate rewards.<\\/p><p><strong>Rejuvenate, relax, and get rewarded\\u2014because true luxury gives back.<\\/strong><\\/p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process<\\/strong><\\/h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.<\\/p><ol><li><strong>Gold and Diamond Tiers<\\/strong>:<ul><li><strong>Redeeming Rewards<\\/strong>: To redeem rewards, simply message <strong>BellaVie Rewards<\\/strong> via WhatsApp. Once you\\u2019ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.<\\/li><li><strong>Booking Experiences<\\/strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.<\\/li><\\/ul><\\/li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers<\\/strong>:<ul><li><strong>Personalized Concierge Service<\\/strong>: Members of these higher tiers enjoy <strong>concierge assistance<\\/strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.<\\/li><li><strong>Seamless Experience<\\/strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.<\\/li><\\/ul><\\/li><\\/ol><p><strong>Key Notes:<\\/strong><\\/p><ul><li>For <strong>Gold and Diamond<\\/strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp<\\/strong>.<\\/li><li>For <strong>Diamond Elite<\\/strong>, <strong>Titanium<\\/strong>, and <strong>Titanium Plus<\\/strong> tiers, your <strong>concierge<\\/strong> will take care of all premium bookings, making the experience entirely effortless.<\\/li><\\/ul><h3><strong>Rewards Catalog Updates<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Catalog<\\/strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT<\\/strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you\\u2019re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.<\\/p><h3><strong>Bonus Points &amp; Transfers<\\/strong><\\/h3><p><strong>Earn bonus points<\\/strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.<\\/p><ul><li><strong>Bonus Points for On-Time Arrivals<\\/strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.<\\/li><li><strong>Transfer of Points<\\/strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer<\\/strong>.<\\/li><li><strong>Expiration of Points<\\/strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!<\\/li><\\/ul><h3><strong>BellaVie Rewards Referral Program<\\/strong><\\/h3><p><strong>Share the Luxury, Earn Exclusive Rewards<\\/strong><\\/p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.<\\/strong><\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>\\u2705 <strong>Refer a Friend<\\/strong> \\u2013 Share your unique referral link or code.<\\/p><p>\\u2705 <strong>Your Friend Joins<\\/strong> \\u2013 They sign up and make their first eligible purchase.<\\/p><p>\\u2705 <strong>Earn Rewards<\\/strong> \\u2013 Get <strong>250 bonus points<\\/strong> when they complete their first aesthetic service.<\\/p><h3><strong>Exclusive Perks for Top Referrers:<\\/strong><\\/h3><p><strong>VIP Referral Bonuses<\\/strong> \\u2013 Unlock additional <strong>500\\u20135,000 bonus points<\\/strong> for multiple successful referrals.<\\/p><p><strong>Luxury Experiences<\\/strong> \\u2013 Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.<\\/strong><\\/p><p><strong>Start referring today and elevate your BellaVie experience!<\\/strong><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>The <strong>BellaVie Rewards Program<\\/strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you\\u2019re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.<\\/p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards<\\/strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.<\\/p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-2-7ff3695\\\">\\n                        <a href=\\\"#collapse-ccadb65682611ab2bf4c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-ccadb65682611ab2bf4c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-ccadb65682611ab2bf4c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">How to Book Rewards Using Points &amp; Redeem<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-ccadb65682611ab2bf4c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-2-7ff3695\\\" data-parent=\\\"#accordion-682611ab2bf4c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <h3><strong>Explore Our Rewards Catalog<\\/strong><\\/h3><ul><li><strong>Browse<\\/strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.<\\/li><li>Each reward is assigned a specific <strong>points value<\\/strong>, and you can easily see how many points are required to redeem your chosen reward.<\\/li><\\/ul><h3><strong>2. Redeem Your Points<\\/strong><\\/h3><ul><li>Once you\\u2019ve selected your desired reward, simply <strong>contact the partner directly or our concierge service<\\/strong> via WhatsApp or the BellaVie platform to initiate the booking process.<\\/li><li><strong>Provide your BellaVie Rewards ID<\\/strong> to ensure your points are properly credited towards the reward.<\\/li><\\/ul><h3><strong>3. Confirmation &amp; Booking<\\/strong><\\/h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.<\\/li><li>For <strong>real estate rewards<\\/strong> or <strong>luxury experiences<\\/strong>, you\\u2019ll receive a personalized itinerary or consultation details based on your preferences.<\\/li><\\/ul><h3><strong>4. Points Deduction<\\/strong><\\/h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account<\\/strong> once the reward is confirmed.<\\/li><li>If <strong>partial redemption<\\/strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.<\\/li><\\/ul><h3><strong>5. Enjoy Your Reward!<\\/strong><\\/h3><ul><li>After redeeming, you can <strong>enjoy<\\/strong> your experience\\u2014whether it\\u2019s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.<\\/li><\\/ul><h3><strong>Please Note:<\\/strong><\\/h3><ul><li><strong>Points are non-transferable<\\/strong> for rewards unless explicitly stated in the terms of the specific reward.<\\/li><li>Certain high-value rewards may require <strong>advanced booking<\\/strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.<\\/li><li><strong>Points cannot be redeemed for cash<\\/strong> or any other form of monetary exchange.<\\/li><\\/ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.<\\/p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-3-7ff3695\\\">\\n                        <a href=\\\"#collapse-b07ce3a682611ab2bf4c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-b07ce3a682611ab2bf4c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-b07ce3a682611ab2bf4c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">New members Welcome Note<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-b07ce3a682611ab2bf4c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-3-7ff3695\\\" data-parent=\\\"#accordion-682611ab2bf4c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>\\ud83c\\udf80 Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral<\\/p><p>\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><strong>How to Get Your BellaVie Rewards ID<\\/strong> \\ud83d\\udc8e\\u2728<\\/h3><p>Getting your <strong>exclusive BellaVie ID<\\/strong> is simple and seamless:<\\/p><p>1\\ufe0f\\u20e3 <strong>Sign Up<\\/strong> \\u2013 If you haven\\u2019t already, join BellaVie Rewards via WhatsApp.<\\/p><p>2\\ufe0f\\u20e3 <strong>Check Your Welcome Message<\\/strong> \\u2013 After signing up, you\\u2019ll receive a confirmation message with your unique <strong>BellaVie ID<\\/strong>.<\\/p><p>3\\ufe0f\\u20e3 <strong>Find It Anytime<\\/strong> \\u2013 Need your ID later? Just send \\u201cMy ID\\u201d in our WhatsApp chat, and we\\u2019ll send it instantly.<\\/p><p>4\\ufe0f\\u20e3 <strong>Use It to Earn &amp; Redeem<\\/strong> \\u2013 Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.<\\/p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!<\\/strong> \\u2728<\\/p><p><strong>Thank you for joining BellaVie Rewards. We can\\u2019t wait to share this exceptional journey with you.<\\/strong><\\/p><p><strong>Welcome to BellaVie Rewards! \\ud83c\\udf80<\\/strong><\\/p><p>Your journey into <strong>luxury wellness and elite rewards<\\/strong> begins now. \\u2728<\\/p><p>\\ud83d\\udc8e <strong>You\'ve unlocked 250 Bonus Points<\\/strong>\\u2014your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.<\\/strong><\\/p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional<\\/strong> while you earn even more:<\\/p><p>\\ud83d\\udc51 <strong>250 Bonus Points<\\/strong> for every successful referral\\ud83c\\udf81 <strong>VIP perks &amp; luxury experiences<\\/strong> \\u2013 from spa days to fine dining<\\/p><p>\\ud83d\\ude80 <strong>Exclusive tier upgrades<\\/strong> \\u2013 because the more you share, the higher you rise<\\/p><p>A world of <strong>sophistication, privilege, and rewards<\\/strong> awaits you. <strong>Refer now, indulge forever.<\\/strong><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                \\n                <div class=\\\"elementskit-card \\\">\\n                    <div class=\\\"elementskit-card-header\\\" id=\\\"primaryHeading-4-7ff3695\\\">\\n                        <a href=\\\"#collapse-f5160f3682611ab2bf4c\\\" class=\\\"ekit-accordion--toggler elementskit-btn-link collapsed\\\" data-ekit-toggle=\\\"collapse\\\" data-target=\\\"#Collapse-f5160f3682611ab2bf4c\\\" aria-expanded=\\\"false\\\" aria-controls=\\\"Collapse-f5160f3682611ab2bf4c\\\">\\n                            \\n                            <span class=\\\"ekit-accordion-title\\\">BellaVie Rewards Ambassador Program<\\/span>\\n\\n                            \\n                                <div class=\\\"ekit_accordion_icon_group\\\">\\n                                    <div class=\\\"ekit_accordion_normal_icon\\\">\\n                                        <!-- Normal Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-down-arrow1\\\"><\\/i>                                    <\\/div>\\n\\n                                    <div class=\\\"ekit_accordion_active_icon\\\">\\n                                        <!-- Active Icon -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<i class=\\\"icon icon-up-arrow\\\"><\\/i>                                    <\\/div>\\n                                <\\/div>\\n\\n                            \\n                                                    <\\/a>\\n                    <\\/div>\\n\\n                    <div id=\\\"Collapse-f5160f3682611ab2bf4c\\\" class=\\\" collapse\\\" aria-labelledby=\\\"primaryHeading-4-7ff3695\\\" data-parent=\\\"#accordion-682611ab2bf4c\\\">\\n\\n                        <div class=\\\"elementskit-card-body ekit-accordion--content\\\">\\n                            <p><strong>Refer. Earn. Rise.<\\/strong> \\ud83d\\udc8e\\u2728<\\/p><p>As a <strong>BellaVie Ambassador<\\/strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.<\\/p><h3><strong>How It Works:<\\/strong><\\/h3><p>1\\ufe0f\\u20e3 <strong>Become an Ambassador<\\/strong> \\u2013 Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.<\\/p><p>2\\ufe0f\\u20e3 <strong>Earn 250 Bonus Points<\\/strong> \\u2013 For every successful referral, earn <strong>250 bonus points<\\/strong> once they make their first purchase.<\\/p><p>3\\ufe0f\\u20e3 <strong>Unlock VIP Access<\\/strong> \\u2013 With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days<\\/strong>, and <strong>elite real estate opportunities<\\/strong>.<\\/p><h3><strong>Exclusive Tier Upgrades:<\\/strong><\\/h3><p>\\ud83d\\ude80 <strong>The More You Share, The Higher You Rise:<\\/strong><\\/p><ul><li><strong>Bronze Ambassador<\\/strong> \\u2013 <strong>Start Earning Immediately<\\/strong><ul><li><strong>Refer 1 person<\\/strong> and earn your first <strong>250 bonus points<\\/strong>. Unlock exclusive member gifts, <strong>spa treatments<\\/strong>, and basic rewards.<\\/li><\\/ul><\\/li><li><strong>Silver Ambassador<\\/strong> \\u2013 <strong>Exclusive Bonuses &amp; Priority Access<\\/strong><ul><li><strong>Refer 3 people<\\/strong> and unlock additional <strong>250 bonus points<\\/strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking<\\/strong> at partner spas and clinics, and special <strong>access to real estate opportunities<\\/strong>.<\\/li><\\/ul><\\/li><li><strong>Gold Ambassador<\\/strong> \\u2013 <strong>VIP Access &amp; Personalized Perks<\\/strong><ul><li><strong>Refer 5 people<\\/strong> and gain access to <strong>VIP real estate offers<\\/strong>, <strong>exclusive luxury events<\\/strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades<\\/strong> and more exclusive rewards.<\\/li><\\/ul><\\/li><li><strong>Platinum Ambassador<\\/strong> \\u2013 <strong>Ultimate Luxury &amp; Unmatched Rewards<\\/strong><ul><li><strong>Refer 10 people<\\/strong> and unlock <strong>faster point accumulation<\\/strong>, <strong>luxury wellness retreats<\\/strong>, <strong>private real estate deals<\\/strong>, and <strong>bespoke experiences<\\/strong>. As a Platinum Ambassador, enjoy the <strong>highest status<\\/strong> with exclusive offers and invitations to VIP-only events.<\\/li><\\/ul><\\/li><\\/ul><h3><strong>Why Refer as an Ambassador?<\\/strong><\\/h3><p>\\ud83d\\udc8e <strong>Endless Luxury<\\/strong> \\u2013 Each referral takes you one step closer to <strong>elite rewards<\\/strong> and exclusive experiences.<\\/p><p>\\ud83c\\udf81 <strong>Earn While You Share<\\/strong> \\u2013 Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses<\\/strong>.<\\/p><p>\\ud83d\\udc51 <strong>Exclusive Privileges<\\/strong> \\u2013 As a BellaVie Ambassador, you receive <strong>VIP treatment<\\/strong>, including <strong>tailored luxury experiences<\\/strong> and <strong>priority access<\\/strong> to our premium services.<\\/p><h3><strong>Start Referring, Start Earning<\\/strong><\\/h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards<\\/strong> and your rise to <strong>exclusive ambassador status<\\/strong>.<\\/p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.<\\/strong> \\ud83d\\ude80<\\/p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --><\\/p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --><\\/h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --><\\/h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --><\\/p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --><\\/p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --><\\/p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --><\\/p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --><\\/p>                        <\\/div>\\n\\n                    <\\/div>\\n\\n                <\\/div><!-- .elementskit-card END -->\\n\\n                                        <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=6803 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:04:08', '2021-10-27 08:04:08', '<!-- 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://bookblv.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:04:08', '2021-10-27 08:04:08', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/policy.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Privacy Policy</h1>		\n			<h2>1. Ultricies mi quis hendrerit</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:</p><p>•  Lorem ipsum dolor sit amet<br />•  Consectetur adipiscing elit, sed do eiusmod tempor <br />•  Labore et dolore magna aliqua <br />•  Ut enim ad minim veniam, quis nostrud</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.</p><p> Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Pretium nibh ipsum Vitae tortor condimentum</h2>		\n		Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5, 1, '2021-10-27 08:05:19', '2021-10-27 08:05:19', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-03-06 09:39:54', '2025-03-06 09:39:54', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=5', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6, 1, '2021-10-27 08:05:25', '2021-10-27 08:05:25', '<style>\r\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\r\n  border: none;\r\n}\r\n.block{\r\n  display:flex;\r\n}\r\n.column-1{\r\n  width: 50%;\r\n  margin-right:25px;\r\n}\r\n.column-2{\r\n  width: 50%;\r\n  margin-left:25px;\r\n}\r\n.title-label{\r\n  margin-left: 26px;\r\n}\r\n@media (max-width: 1024px){\r\n.column-1{\r\n  margin-right:15px;\r\n}\r\n.column-2{\r\n  margin-left:15px;\r\n}\r\n.title-label{\r\n  margin-left: 0px;\r\n}\r\n}\r\n@media (max-width: 767px){\r\n.block {\r\ndisplay:block;\r\n}\r\n.column-1{\r\n  width:100%;\r\n  margin:0;\r\n}\r\n.column-2{\r\n  width:100%;\r\n  margin:0;\r\n}\r\n}\r\n</style>\r\n\r\n<div class=\"block\">\r\n<div class=\"column-1\">\r\n<span><label><span class=\"title-label\">First name*</span>[text* first-name placeholder\"John\"]</label></span>\r\n</div>\r\n<div class=\"column-2\">\r\n<span><label><span class=\"title-label\">Last name*</span>[text* last-name placeholder\"Doe\"]</label></span>\r\n</div>\r\n</div>\r\n<div>\r\n<span><label><span class=\"title-label\">E-mail</span>[email* your-email placeholder\"example@mail.com\"]</label></span>\r\n</div>\r\n<div>\r\n<span><label><span class=\"title-label\">Type your message</span>[textarea your-message placeholder\"Message\"]</label></span>\r\n</div>\r\n[submit \"Subscribe\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <admin123@gmail.com>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <admin123@gmail.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2021-10-27 08:05:25', '2021-10-27 08:05:25', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=wpcf7_contact_form&amp;p=6', '0', 'wpcf7_contact_form', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:05:44', '2021-10-27 08:05:44', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2021-10-27 08:05:44', '2021-10-27 08:05:44', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:05:44', '2021-10-27 08:05:44', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2021-10-27 08:05:44', '2021-10-27 08:05:44', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (10, 1, '2021-10-27 08:05:44', '2021-10-27 08:05:44', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2021-10-27 08:05:44', '2021-10-27 08:05:44', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/checkout/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:05:44', '2021-10-27 08:05:44', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2021-10-27 08:05:44', '2021-10-27 08:05:44', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/my-account/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:05:44', '0000-00-00 00:00:00', '<!-- 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', '', 'draft', 'closed', 'closed', '', 'refund_returns', '', '', '2021-10-27 08:05:44', '0000-00-00 00:00:00', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=12', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:21:43', '2021-10-27 08:21:43', '<h1>Shop</h1>		\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h2>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h2>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h2>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1449.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1450.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1451.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h3>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" >Captured by a Better Vision</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;68.00</bdi></del> <ins><bdi>&#36;65.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" >Truth for Life</a></h3>\n<bdi>&#36;32.00</bdi>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h3>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h3>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Best book for your soul and mind to stay.</h2>		\n			<a href=\"#\" role=\"button\">\n						Try now!\n					</a>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h3>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5', 'shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2024-11-27 10:56:26', '2024-11-27 10:56:26', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-woo-builder&#038;p=14', '0', 'jet-woo-builder', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:21:47', '2021-10-27 08:21:47', 'Sale		\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" itemprop=\"image\" title=\"Frame 56\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"The Friend Who Forgives\" loading=\"lazy\" title=\"Frame 56\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" itemprop=\"image\" title=\"Frame 56 (10)\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" title=\"Frame 56 (10)\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" itemprop=\"image\" title=\"Frame 56 (8)\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" title=\"Frame 56 (8)\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n			<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h1  >The Friend Who Forgives</h1>		\n			<a href=\"#reviews\" rel=\"nofollow\">\n			(1 customer review)		</a>\n	<p>Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals</p>\n			<p><bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi></p>\n<form action=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" method=\"post\" enctype=\'multipart/form-data\' data-product_id=\"2696\" data-product_variations=\"[{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;advent&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:50,&quot;display_regular_price&quot;:64,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;del aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;64.00&lt;/bdi&gt;&lt;/span&gt;&lt;/del&gt; &lt;ins&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;50.00&lt;/bdi&gt;&lt;/span&gt;&lt;/ins&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2702,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;reformation&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:10,&quot;display_regular_price&quot;:10,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;10.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2697,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;gift-vouchers&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:65,&quot;display_regular_price&quot;:65,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;65.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2698,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;dedications&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:35,&quot;display_regular_price&quot;:35,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;35.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2699,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;customised-cards&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:47,&quot;display_regular_price&quot;:47,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;47.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2700,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;christmas&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:15,&quot;display_regular_price&quot;:15,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;15.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2701,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;}]\">\n			<table cellspacing=\"0\">\n			<tbody>\n									<tr>\n						<th><label for=\"pa_manufactures\">Manufactures</label></th>\n						<td>\n							<select id=\"pa_manufactures\" name=\"attribute_pa_manufactures\" data-attribute_name=\"attribute_pa_manufactures\" data-show_option_none=\"yes\"><option value=\"\">Choose an option</option><option value=\"advent\" >Advent</option><option value=\"christmas\" >Christmas</option><option value=\"customised-cards\" >Customised cards</option><option value=\"dedications\" >Dedications</option><option value=\"gift-vouchers\" >Gift Vouchers</option><option value=\"reformation\" >Reformation</option></select><a href=\"#\">Clear</a>						</td>\n					</tr>\n							</tbody>\n		</table>\n				<label for=\"quantity_620e3f8f16ef0\">The Friend Who Forgives quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_620e3f8f16ef0\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"1\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<button type=\"submit\">Add to cart</button>\n	<input type=\"hidden\" name=\"add-to-cart\" value=\"2696\" />\n	<input type=\"hidden\" name=\"product_id\" value=\"2696\" />\n	<input type=\"hidden\" name=\"variation_id\" value=\"0\" />\n	</form>\n		SKU: 0001\n	Categories: <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" rel=\"tag\">Adults</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" rel=\"tag\">Children</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" rel=\"tag\">Teenagers</a>\n	Tags: <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/dedications/\" rel=\"tag\">Dedications</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/gift/\" rel=\"tag\">Gift</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/gifts/\" rel=\"tag\">Gifts</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/reformation/\" rel=\"tag\">Reformation</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"\"><path d=\"M5.60541 9.5659L4.41037 10.7609C3.81191 11.3594 2.83814 11.3596 2.23938 10.7609C1.64101 10.1625 1.64121 9.18872 2.23968 8.59025L4.63918 6.19075C5.19371 5.63622 6.07067 5.59526 6.67241 6.06845C6.72002 6.10585 6.76594 6.14661 6.80988 6.19055C7.07638 6.45695 7.48957 6.46131 7.75052 6.20027L8.50251 5.44827C8.37893 5.26072 8.23611 5.08576 8.07534 4.92499C7.84871 4.69846 7.59738 4.5113 7.32959 4.36402C6.28183 3.78608 4.98602 3.81494 3.96276 4.4505C3.75021 4.58251 3.54917 4.74071 3.36469 4.92529L0.974115 7.31587C-0.324672 8.61465 -0.324672 10.7278 0.973916 12.0265C2.2728 13.3253 4.38587 13.3253 5.68476 12.0265L7.83532 9.87595C7.08411 9.97533 6.31089 9.87218 5.60541 9.5659Z\"></path><path d=\"M12.026 0.97399C10.7273 -0.324697 8.6142 -0.324697 7.31531 0.974189L5.16495 3.12455C5.91616 3.02507 6.68938 3.12822 7.39486 3.43459L8.59 2.23945C9.18846 1.64099 10.162 1.64099 10.7605 2.23945C11.3592 2.83811 11.3592 3.81168 10.7607 4.41015L8.36089 6.80995C7.81251 7.35833 6.94219 7.39621 6.34115 6.9253C6.29196 6.88711 6.24494 6.84536 6.19982 6.80023C5.93778 6.53819 5.51159 6.53839 5.24956 6.80043L4.49756 7.55242C4.62124 7.73958 4.76426 7.91474 4.92473 8.07521C5.15295 8.30343 5.40646 8.49148 5.67614 8.63956C6.72965 9.21789 8.032 9.18406 9.05596 8.53849C9.26166 8.40886 9.45635 8.25443 9.63528 8.07541L12.026 5.68483C13.3247 4.38594 13.3247 2.27288 12.026 0.97399Z\"></path></svg>					</a>\n			Loading...\n		<ul role=\"tablist\">\n							<li id=\"tab-title-description\" role=\"tab\" aria-controls=\"tab-description\">\n					<a href=\"#tab-description\">\n						Description					</a>\n				</li>\n							<li id=\"tab-title-additional_information\" role=\"tab\" aria-controls=\"tab-additional_information\">\n					<a href=\"#tab-additional_information\">\n						Additional information					</a>\n				</li>\n							<li id=\"tab-title-reviews\" role=\"tab\" aria-controls=\"tab-reviews\">\n					<a href=\"#tab-reviews\">\n						Reviews (1)					</a>\n				</li>\n					</ul>\n<style>.elementor-2696 .elementor-element.elementor-element-127ce06 .elementor-repeater-item-accbf72.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2696 .elementor-element.elementor-element-5598b3d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2696 .elementor-element.elementor-element-f957053 .elementor-heading-title{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-2696 .elementor-element.elementor-element-f957053 > .elementor-widget-container{margin:-40px 0px 20px 0px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-2696 .elementor-element.elementor-element-c6b8e6c{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}@media(max-width:1024px){.elementor-2696 .elementor-element.elementor-element-f957053 > .elementor-widget-container{margin:-32px 0px 20px 0px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc > .elementor-widget-container{margin:0px 0px 20px 0px;}}</style>		\n							<section data-id=\"127ce06\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;accbf72&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Description</h2>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.						\n							Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure						\n		</section>\n	<h2>Additional information</h2>\n<table>\n			<tr>\n			<th>Manufactures</th>\n			<td><p>Advent, Christmas, Customised cards, Dedications, Gift Vouchers, Reformation</p>\n</td>\n		</tr>\n	</table>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1431.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1431.png 71w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Group-1431-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\n			<h2>Recent products</h2>		\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h3>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5', 'single-product', '', 'publish', 'closed', 'closed', '', 'single-product', '', '', '2024-11-27 10:56:26', '2024-11-27 10:56:26', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-woo-builder&#038;p=15', '0', 'jet-woo-builder', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:23:49', '2021-10-27 08:23:49', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-92187046821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dc2f3\" aria-expanded=\"true\" aria-controls=\"Collapse-92187046821b688dc2f3\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dc2f3\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dc2f3\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dc2f3\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dc2f3\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-92187046821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-92187046821b688dc88d\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dc88d\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dc88d\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-92187046821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-92187046821b688dcdb9\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dcdb9\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dcdb9\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-92187046821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688de724\" aria-expanded=\"true\" aria-controls=\"Collapse-92187046821b688de724\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688de724\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688de724\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a6821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a6821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a6821b688de724\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f36821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f36821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f36821b688de724\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-05-12 14:06:00', '2025-05-12 14:06:00', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=20', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:24:09', '2021-10-27 08:24:09', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2021-10-27 08:24:09', '2021-10-27 08:24:09', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=22', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:25:55', '2021-10-27 08:25:55', '', 'header-without-breadcrumbs', '', 'publish', 'closed', 'closed', '', 'header-without-breadcrumbs', '', '', '2025-02-01 13:05:30', '2025-02-01 13:05:30', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-theme-core&#038;p=24', '0', 'jet-theme-core', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:26:00', '2021-10-27 08:26:00', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"405\" height=\"215\" src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png 405w, https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png 300w\" sizes=\"(max-width: 405px) 100vw, 405px\" />															\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About BellaVie Rewards\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact US\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n		<p>Copyright © 2025 by Bellavie Rewards. All rights reserved.</p>', 'footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2025-03-03 08:35:40', '2025-03-03 08:35:40', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-theme-core&#038;p=25', '0', 'jet-theme-core', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:27:24', '2021-10-27 08:27:24', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>What are you looking for?</h2>		\n			<form role=\"search\" method=\"get\" action=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">\n	<label>\n		<input type=\"search\" placeholder=\"Search this store\" value=\"\" name=\"s\" />\n	</label>\n		<button type=\"submit\">Search</button>\n				<input type=\"hidden\" name=\"post_type\" value=\"product\" />\n		</form>', 'popup-search', '', 'publish', 'closed', 'closed', '', 'popup-search', '', '', '2021-10-27 08:27:24', '2021-10-27 08:27:24', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-popup&amp;p=34', '0', 'jet-popup', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:27:33', '2021-10-27 08:27:33', '<style>/*! elementor - v3.5.2 - 22-12-2021 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"298\" height=\"393\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-1445.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-1445.png 298w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-1445-227x300.png 227w\" sizes=\"(max-width: 298px) 100vw, 298px\" />															\n			<style>/*! elementor - v3.5.2 - 22-12-2021 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Subscribe to our newsletter</h2>		\n		Donec justo eget felis faciilisis fermentumna. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"E-mail\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>', 'popup-subscribe', '', 'publish', 'closed', 'closed', '', 'popup-subscribe', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-popup&#038;p=39', '0', 'jet-popup', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:31:27', '2021-10-27 08:31:27', '<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/hello.svg\" alt=\"image\" />															\n					<h1>About BellaVie Rewards</h1>				\n		<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.</p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.</p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.</p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.</p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.</strong></p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.</strong></p><p><!-- notionvc: 71ea9ba6-0f0a-409e-b610-c1442121e776 --></p>', 'About us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2025-03-03 08:23:28', '2025-03-03 08:23:28', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=46', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (48, 1, '2021-10-27 08:32:02', '2021-10-27 08:32:02', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Сhief preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/about-billy-graham/\">Billy Graham</a>\n															<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/about-john-stewart/\">John Stewart</a>\n															<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/hanna-brown/\">Hanna Brown</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>What We Believe</h1>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n															<img width=\"373\" height=\"337\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4.jpg 373w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-300x271.jpg 300w\" sizes=\"(max-width: 373px) 100vw, 373px\" />															\n															<img width=\"300\" height=\"271\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5.jpg\" alt=\"image\" loading=\"lazy\" />															\n															<img width=\"746\" height=\"674\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4-1.jpg 746w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-1-600x542.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-1-300x271.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n															<img width=\"750\" height=\"678\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-2.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-2-600x542.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-2-300x271.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n															<img width=\"299\" height=\"255\" src=\"https://bookblv.com/wp-content/uploads/2021/12/0014-4.png\" alt=\"image\" loading=\"lazy\" />															\n															<img width=\"375\" height=\"339\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-1.jpg 375w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-1-300x271.jpg 300w\" sizes=\"(max-width: 375px) 100vw, 375px\" />															\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.We’re passionate about creating music that encourages people to pursue a relationship with Jesus.Billy GrahamYou don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, friends, you can laugh, grow, and serve with people who genuinely care about you or LifeGroup to join.		\n			<a href=\"https://bookblv.com/contact-us/\" role=\"button\">\n						Contact us\n					</a>\n			<h2>Solutions for all situations\nis Christianity</h2>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Services</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=48', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:32:47', '2021-10-27 08:32:47', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About Billy Graham', '', 'publish', 'closed', 'closed', '', 'about-billy-graham', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 48, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=50', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:33:08', '2021-10-27 08:33:08', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Bring your skills to Life.</h1>		\n		October 1, 2021 – November 1, 2021 • Senior Weekend is November 12–14		\n			<h2>Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n			Location		\n			Address		\n			Contact		\n			Times		\n		LCBC BranchCreek (Harleysville)100 Main Street Harleysville, PA 19438		\n			<a href=\"tel:+2152560100\" role=\"button\">\n						215-256-0100\n					</a>\n			<a href=\"mailto:example@church.com\" role=\"button\">\n						Send Email\n					</a>\n		Sundays: 9am, *10:45am / Mondays: *6:30pm		\n			Location		\n		LCBC BranchCreek (Harleysville)		\n			Address		\n		100 Main Street Harleysville, PA 19438		\n			Contact		\n			<a href=\"tel:+2152560100\" role=\"button\">\n						215-256-0100\n					</a>\n			<a href=\"mailto:example@church.com\" role=\"button\">\n						Send Email\n					</a>\n			Times		\n		Sundays: 9am, *10:45am / Mondays: *6:30pm		\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<h2>God speaks to us everywhere</h2>		\n		<p>Since 2011, churches around the world have leveraged the Church Online Platform every country on Earth.</p>		\n			<a href=\"https://bookblv.com/contact-us/\" role=\"button\">\n						Join Us\n					</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Indicated salvations since 2011\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<h2>About Billy Graham</h2>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Events', '', 'publish', 'closed', 'closed', '', 'events', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=52', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:33:33', '2021-10-27 08:33:33', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\r\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\r\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Enter To Worship, Depart To Serve</h2>		\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\r\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>\r\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png 71w, https://bookblv.com/wp-content/uploads/2021/10/Group-1486-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\r\n			<h2>Thoughts of our parishioners</h2>		\r\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col4.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\r\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\r\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col3.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\r\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\r\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\r\n			<h2>Do you want to be saved? </h2>		\r\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\r\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\r\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\r\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\r\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\r\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\r\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\r\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\r\n<style>\r\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\r\n  border: none;\r\n}\r\n.block{\r\n  display:flex;\r\n}\r\n.column-1{\r\n  width: 50%;\r\n  margin-right:25px;\r\n}\r\n.column-2{\r\n  width: 50%;\r\n  margin-left:25px;\r\n}\r\n.title-label{\r\n  margin-left: 26px;\r\n}\r\n@media (max-width: 1024px){\r\n.column-1{\r\n  margin-right:15px;\r\n}\r\n.column-2{\r\n  margin-left:15px;\r\n}\r\n.title-label{\r\n  margin-left: 0px;\r\n}\r\n}\r\n@media (max-width: 767px){\r\n.block {\r\ndisplay:block;\r\n}\r\n.column-1{\r\n  width:100%;\r\n  margin:0;\r\n}\r\n.column-2{\r\n  width:100%;\r\n  margin:0;\r\n}\r\n}\r\n</style>\r\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\r\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\r\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\r\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\r\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\r\n</form>', 'Services', '', 'publish', 'closed', 'closed', '', 'services-5', '', '', '2024-12-05 09:47:59', '2024-12-05 09:47:59', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=54', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:34:22', '2021-10-27 08:34:22', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Sermons', '', 'publish', 'closed', 'closed', '', 'sermons', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=56', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (58, 1, '2021-10-27 08:34:55', '2021-10-27 08:34:55', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Church FAQ’s</h1>		\n		Many questions get asked by visitors to church, newcomers to town, and friends and neighbors of our members. Here’s a list of questions that may help you get to know Christian Church better		\n			<h2>Who are the Disciples of Christ?</h2>		\n		We are a mainline Protestant denomination (similar to Methodists and Presbyterians) with more than 700,000 members in the United States and Canada. We believe that Jesus Christ is the Son of God. We believe the Bible is God’s word, and we give each person the freedom to responsibly interpret the Bible for themselves. We celebrate communion weekly, and each church is autonomously governed (no one “higher up” tells us what to do – except God!). For more information on the denomination,		\n			<h2>How big is the church?</h2>		\n		Our church, founded in 1960, has grown into a healthy and vibrant congregation. We currently have more than 600 active members and regular attendees. Our 8:30 a.m. service averages around 60 people; our 10:45 a.m. service usually has about 250 in attendance.		\n			<h2>What do you offer for children on Sunday morning?</h2>		\n		Children are a special part of our congregation and we value them as full participants in the life of our church. Sunday School classes for children (preschool through the 12th grade) begin at 9:30 a.m. Following the Children’s Time in the 10:45 worship service, children ages 3 years old through second grade are dismissed to participate in their own time of singing, prayer and Bible learning known as Worship and Wonder		\n			<h2>What do you offer for babies and toddlers?\n</h2>		\n		Nursery care is provided for both infants and toddlers (to age 3) from 8:30 a.m. until the conclusion of the 10:45 service each week. The nurseries are located in the children’s education wing on the south side of the church building. Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children. Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.		\n			<h2>Who goes to your church?</h2>		\n		We have quite a mixture of people at Crestwood. Our congregation truly spans the ages, from newborns to folks in their 80s. You’ll find just about every type of person here – married, single, divorced, widowed – professionals, workers, retired – life-long Lexington residents and those who have just recently moved to the Bluegrass. But even more important than the kind of people who go here is the kind of people who are welcome here – everyone!		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Church FAQ’s', '', 'publish', 'closed', 'closed', '', 'church-faqs', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=58', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (60, 1, '2025-04-25 06:06:56', '2021-10-27 08:37:52', ' ', '', '', 'publish', 'closed', 'closed', '', 60, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=60', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 08:42:53', '2021-10-27 08:42:53', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a></li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a><style>.elementor-2592 .elementor-element.elementor-element-dab5234 > .elementor-container{max-width:1180px;}.elementor-2592 .elementor-element.elementor-element-dab5234 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2592 .elementor-element.elementor-element-34b09af:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2592 .elementor-element.elementor-element-e880604 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title, .elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-product-button{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products__not-found{text-align:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -15px -30px -15px;}}@media(max-width:767px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:42%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:35%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:65%;}}</style>		\n							<section data-id=\"dab5234\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"e880604\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-theme-core&#038;p=75', '0', 'jet-theme-core', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (136, 1, '2021-10-27 10:55:08', '2021-10-27 10:55:08', '', 'Group 1485 (1)', '', 'inherit', 'open', 'closed', '', 'group-1485-1', '', '', '2021-10-27 10:55:08', '2021-10-27 10:55:08', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1485-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (141, 1, '2021-10-27 11:01:19', '2021-10-27 11:01:19', '', 'Vector', '', 'inherit', 'open', 'closed', '', 'vector', '', '', '2021-10-27 11:01:19', '2021-10-27 11:01:19', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Vector.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 11:12:35', '2021-10-27 11:12:35', '', 'Vector (1)', '', 'inherit', 'open', 'closed', '', 'vector-1', '', '', '2021-10-27 11:12:35', '2021-10-27 11:12:35', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Vector-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 12:49:14', '2021-10-27 12:49:14', '', 'Frame 32 (1)', '', 'inherit', 'open', 'closed', '', 'frame-32-1', '', '', '2021-10-27 12:49:14', '2021-10-27 12:49:14', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-32-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 14:25:39', '2021-10-27 14:25:39', '', 'Group 1354', '', 'inherit', 'open', 'closed', '', 'group-1354', '', '', '2021-10-27 14:25:39', '2021-10-27 14:25:39', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1354.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 14:34:50', '2021-10-27 14:34:50', '', 'Polygon 3', '', 'inherit', 'open', 'closed', '', 'polygon-3-2', '', '', '2021-10-27 14:34:50', '2021-10-27 14:34:50', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Polygon-3-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-27 14:38:00', '2021-10-27 14:38:00', '', 'Group 1435 (2)', '', 'inherit', 'open', 'closed', '', 'group-1435-2', '', '', '2021-10-27 14:38:00', '2021-10-27 14:38:00', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1435-2.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 06:11:30', '2021-10-28 06:11:30', '<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video', 'popup-video', '', 'publish', 'closed', 'closed', '', 'popup-video', '', '', '2021-10-28 06:11:30', '2021-10-28 06:11:30', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-popup&amp;p=372', '0', 'jet-popup', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 06:21:49', '2021-10-28 06:21:49', '', 'Rectangle 387', '', 'inherit', 'open', 'closed', '', 'rectangle-387', '', '', '2021-10-28 06:21:49', '2021-10-28 06:21:49', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Rectangle-387.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 06:28:36', '2021-10-28 06:28:36', '', 'guitarist-stage-background-soft-blur-concept 1', '', 'inherit', 'open', 'closed', '', 'guitarist-stage-background-soft-blur-concept-1', '', '', '2021-10-28 06:28:36', '2021-10-28 06:28:36', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/guitarist-stage-background-soft-blur-concept-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 06:41:17', '2021-10-28 06:41:17', '', 'Group 643', '', 'inherit', 'open', 'closed', '', 'group-643', '', '', '2021-10-28 06:41:17', '2021-10-28 06:41:17', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-643.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 06:59:27', '2021-10-28 06:59:27', '', 'Review', '', 'inherit', 'open', 'closed', '', 'review', '', '', '2021-10-28 06:59:27', '2021-10-28 06:59:27', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Review.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:01:24', '2021-10-28 07:01:24', '', 'Group 1486', '', 'inherit', 'open', 'closed', '', 'group-1486', '', '', '2021-10-28 07:01:24', '2021-10-28 07:01:24', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:43', '2021-10-28 07:10:43', '', 'Group 648 (1)', '', 'inherit', 'open', 'closed', '', 'group-648-1', '', '', '2021-10-28 07:10:43', '2021-10-28 07:10:43', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:44', '2021-10-28 07:10:44', '', 'Group 648 (2)', '', 'inherit', 'open', 'closed', '', 'group-648-2', '', '', '2021-10-28 07:10:44', '2021-10-28 07:10:44', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:46', '2021-10-28 07:10:46', '', 'Group 648 (3)', '', 'inherit', 'open', 'closed', '', 'group-648-3', '', '', '2021-10-28 07:10:46', '2021-10-28 07:10:46', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:47', '2021-10-28 07:10:47', '', 'Group 648 (4)', '', 'inherit', 'open', 'closed', '', 'group-648-4', '', '', '2021-10-28 07:10:47', '2021-10-28 07:10:47', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:49', '2021-10-28 07:10:49', '', 'Group 648 (5)', '', 'inherit', 'open', 'closed', '', 'group-648-5', '', '', '2021-10-28 07:10:49', '2021-10-28 07:10:49', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:51', '2021-10-28 07:10:51', '', 'Group 648 (6)', '', 'inherit', 'open', 'closed', '', 'group-648-6', '', '', '2021-10-28 07:10:51', '2021-10-28 07:10:51', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-6.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:52', '2021-10-28 07:10:52', '', 'Group 648 (7)', '', 'inherit', 'open', 'closed', '', 'group-648-7', '', '', '2021-10-28 07:10:52', '2021-10-28 07:10:52', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-7.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:54', '2021-10-28 07:10:54', '', 'Group 648 (8)', '', 'inherit', 'open', 'closed', '', 'group-648-8', '', '', '2021-10-28 07:10:54', '2021-10-28 07:10:54', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648-8.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `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, '2021-10-28 07:10:55', '2021-10-28 07:10:55', '', 'Group 648', '', 'inherit', 'open', 'closed', '', 'group-648', '', '', '2021-10-28 07:10:55', '2021-10-28 07:10:55', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-648.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (591, 1, '2021-10-28 09:54:21', '2021-10-28 09:54:21', '', 'Group 1431', '', 'inherit', 'open', 'closed', '', 'group-1431', '', '', '2021-10-28 09:54:21', '2021-10-28 09:54:21', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1431.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (604, 1, '2021-10-28 10:01:11', '2021-10-28 10:01:11', '', 'Group 1424', '', 'inherit', 'open', 'closed', '', 'group-1424', '', '', '2021-10-28 10:01:11', '2021-10-28 10:01:11', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1424.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (605, 1, '2021-10-28 10:01:12', '2021-10-28 10:01:12', '', 'Group 626', '', 'inherit', 'open', 'closed', '', 'group-626', '', '', '2021-10-28 10:01:12', '2021-10-28 10:01:12', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-626.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (627, 1, '2021-10-28 10:56:25', '2021-10-28 10:56:25', '', 'facebook', '', 'inherit', 'open', 'closed', '', 'facebook', '', '', '2021-10-28 10:56:25', '2021-10-28 10:56:25', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/facebook.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (628, 1, '2021-10-28 10:56:26', '2021-10-28 10:56:26', '', 'instagram', '', 'inherit', 'open', 'closed', '', 'instagram', '', '', '2021-10-28 10:56:26', '2021-10-28 10:56:26', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/instagram.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (629, 1, '2021-10-28 10:56:28', '2021-10-28 10:56:28', '', 'twitter', '', 'inherit', 'open', 'closed', '', 'twitter', '', '', '2021-10-28 10:56:28', '2021-10-28 10:56:28', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/twitter.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (630, 1, '2021-10-28 10:56:29', '2021-10-28 10:56:29', '', 'youtube', '', 'inherit', 'open', 'closed', '', 'youtube', '', '', '2021-10-28 10:56:29', '2021-10-28 10:56:29', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/youtube.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (655, 1, '2021-10-28 12:05:25', '2021-10-28 12:05:25', '', 'placeholder 1', '', 'inherit', 'open', 'closed', '', 'placeholder-1', '', '', '2021-10-28 12:05:25', '2021-10-28 12:05:25', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/placeholder-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (656, 1, '2021-10-28 12:05:30', '2021-10-28 12:05:30', '', 'telephone 1', '', 'inherit', 'open', 'closed', '', 'telephone-1', '', '', '2021-10-28 12:05:30', '2021-10-28 12:05:30', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/telephone-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (684, 1, '2021-10-28 12:54:24', '2021-10-28 12:54:24', '', 'Frame 30 (1)', '', 'inherit', 'open', 'closed', '', 'frame-30-1', '', '', '2021-10-28 12:54:24', '2021-10-28 12:54:24', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-30-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (686, 1, '2021-10-28 12:55:22', '2021-10-28 12:55:22', '', 'Group 1354', '', 'inherit', 'open', 'closed', '', 'group-1354-2', '', '', '2021-10-28 12:55:22', '2021-10-28 12:55:22', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1354-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (696, 1, '2021-10-28 13:02:23', '2021-10-28 13:02:23', '', 'Group 619', '', 'inherit', 'open', 'closed', '', 'group-619', '', '', '2021-10-28 13:02:23', '2021-10-28 13:02:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-619.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (700, 1, '2021-10-28 13:03:13', '2021-10-28 13:03:13', '', 'speaker-giving-talk-conference-hall-business-event 1', '', 'inherit', 'open', 'closed', '', 'speaker-giving-talk-conference-hall-business-event-1', '', '', '2021-10-28 13:03:13', '2021-10-28 13:03:13', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/speaker-giving-talk-conference-hall-business-event-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (725, 1, '2021-10-28 13:12:13', '2021-10-28 13:12:13', '', 'Rectangle 381', '', 'inherit', 'open', 'closed', '', 'rectangle-381', '', '', '2021-10-28 13:12:13', '2021-10-28 13:12:13', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Rectangle-381.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (742, 1, '2021-10-28 13:58:32', '2021-10-28 13:58:32', '', 'Group 1487', '', 'inherit', 'open', 'closed', '', 'group-1487', '', '', '2021-10-28 13:58:32', '2021-10-28 13:58:32', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1487.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (780, 1, '2021-10-28 14:30:45', '2021-10-28 14:30:45', '', 'Group 626', '', 'inherit', 'open', 'closed', '', 'group-626-2', '', '', '2021-10-28 14:30:45', '2021-10-28 14:30:45', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-626-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (787, 1, '2021-10-28 14:32:13', '2021-10-28 14:32:13', '', 'lotus 1', '', 'inherit', 'open', 'closed', '', 'lotus-1', '', '', '2021-10-28 14:32:13', '2021-10-28 14:32:13', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/lotus-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (788, 1, '2021-10-28 14:32:16', '2021-10-28 14:32:16', '', 'tribune (1) 1', '', 'inherit', 'open', 'closed', '', 'tribune-1-1', '', '', '2021-10-28 14:32:16', '2021-10-28 14:32:16', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/tribune-1-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (789, 1, '2021-10-28 14:32:20', '2021-10-28 14:32:20', '', 'newlyweds 1 (1)', '', 'inherit', 'open', 'closed', '', 'newlyweds-1-1', '', '', '2021-10-28 14:32:20', '2021-10-28 14:32:20', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/newlyweds-1-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (790, 1, '2021-10-28 14:32:23', '2021-10-28 14:32:23', '', 'newlyweds 1', '', 'inherit', 'open', 'closed', '', 'newlyweds-1', '', '', '2021-10-28 14:32:23', '2021-10-28 14:32:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/newlyweds-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (800, 1, '2021-10-28 14:36:18', '2021-10-28 14:36:18', '', 'Group 1395', '', 'inherit', 'open', 'closed', '', 'group-1395', '', '', '2021-10-28 14:36:18', '2021-10-28 14:36:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1395.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (801, 1, '2021-10-28 14:36:20', '2021-10-28 14:36:20', '', 'Group 1394', '', 'inherit', 'open', 'closed', '', 'group-1394', '', '', '2021-10-28 14:36:20', '2021-10-28 14:36:20', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1394.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (802, 1, '2021-10-28 14:36:23', '2021-10-28 14:36:23', '', 'Group 1393', '', 'inherit', 'open', 'closed', '', 'group-1393', '', '', '2021-10-28 14:36:23', '2021-10-28 14:36:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1393.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (803, 1, '2021-10-28 14:36:24', '2021-10-28 14:36:24', '', 'Group 1392', '', 'inherit', 'open', 'closed', '', 'group-1392', '', '', '2021-10-28 14:36:24', '2021-10-28 14:36:24', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1392.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (885, 1, '2021-10-29 06:55:42', '2021-10-29 06:55:42', '', 'aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia 1', '', 'inherit', 'open', 'closed', '', 'aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1', '', '', '2021-10-29 06:55:42', '2021-10-29 06:55:42', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/aerial-shot-beautiful-tree-forest-covered-with-fog-bled-slovenia-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (913, 1, '2021-10-29 07:03:18', '2021-10-29 07:03:18', '', 'quo', '', 'inherit', 'open', 'closed', '', 'quo', '', '', '2021-10-29 07:03:18', '2021-10-29 07:03:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/quo.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (942, 1, '2021-10-29 07:49:17', '2021-10-29 07:49:17', '', 'Frame 51', '', 'inherit', 'open', 'closed', '', 'frame-51', '', '', '2021-10-29 07:49:17', '2021-10-29 07:49:17', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (943, 1, '2021-10-29 07:49:23', '2021-10-29 07:49:23', '', 'vertical-shot-male-reading-bible-near-stand-church 1 (1)', '', 'inherit', 'open', 'closed', '', 'vertical-shot-male-reading-bible-near-stand-church-1-1', '', '', '2021-10-29 07:49:23', '2021-10-29 07:49:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (998, 1, '2021-10-29 08:55:58', '2021-10-29 08:55:58', '', 'Group 1409', '', 'inherit', 'open', 'closed', '', 'group-1409', '', '', '2021-10-29 08:55:58', '2021-10-29 08:55:58', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1409.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1006, 1, '2021-10-29 09:04:27', '2021-10-29 09:04:27', '', 'Frame 70', '', 'inherit', 'open', 'closed', '', 'frame-70', '', '', '2021-10-29 09:04:27', '2021-10-29 09:04:27', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-70.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1007, 1, '2021-10-29 09:04:31', '2021-10-29 09:04:31', '', 'Frame 69', '', 'inherit', 'open', 'closed', '', 'frame-69', '', '', '2021-10-29 09:04:31', '2021-10-29 09:04:31', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-69.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1008, 1, '2021-10-29 09:04:34', '2021-10-29 09:04:34', '', 'Frame 65', '', 'inherit', 'open', 'closed', '', 'frame-65', '', '', '2021-10-29 09:04:34', '2021-10-29 09:04:34', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-65.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1009, 1, '2021-10-29 09:04:36', '2021-10-29 09:04:36', '', 'Frame 63 (1)', '', 'inherit', 'open', 'closed', '', 'frame-63-1', '', '', '2021-10-29 09:04:36', '2021-10-29 09:04:36', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-63-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1020, 1, '2021-10-29 09:32:26', '2021-10-29 09:32:26', '', 'Group 1405', '', 'inherit', 'open', 'closed', '', 'group-1405', '', '', '2021-10-29 09:32:26', '2021-10-29 09:32:26', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1405.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1073, 1, '2021-10-29 10:50:10', '2021-10-29 10:50:10', '', 'Frame 71 (1)', '', 'inherit', 'open', 'closed', '', 'frame-71-1', '', '', '2021-10-29 10:50:10', '2021-10-29 10:50:10', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-71-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1089, 1, '2021-10-29 10:55:58', '2021-10-29 10:55:58', '', 'Group 626', '', 'inherit', 'open', 'closed', '', 'group-626-3', '', '', '2021-10-29 10:55:58', '2021-10-29 10:55:58', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1106, 1, '2021-10-29 11:44:43', '2021-10-29 11:44:43', '', 'Group 1436 (2)', '', 'inherit', 'open', 'closed', '', 'group-1436-2', '', '', '2021-10-29 11:44:43', '2021-10-29 11:44:43', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1436-2.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1107, 1, '2021-10-29 11:44:45', '2021-10-29 11:44:45', '', 'Group 1436 (3)', '', 'inherit', 'open', 'closed', '', 'group-1436-3', '', '', '2021-10-29 11:44:45', '2021-10-29 11:44:45', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1436-3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1120, 1, '2021-10-29 11:52:03', '2021-10-29 11:52:03', '<h3>What equipment do I need?</h3>		\n		To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.', 'unfold-1', '', 'publish', 'closed', 'closed', '', 'unfold-1', '', '', '2021-10-29 11:52:03', '2021-10-29 11:52:03', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1120', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1150, 1, '2021-10-29 12:43:36', '2021-10-29 12:43:36', '<h3>What staffing do I need?</h3>		\n		Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.', 'unfold-2', '', 'publish', 'closed', 'closed', '', 'unfold-2', '', '', '2021-10-29 12:43:36', '2021-10-29 12:43:36', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1150', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1151, 1, '2021-10-29 12:43:43', '2021-10-29 12:43:43', '<h3>How quickly can I start?</h3>		\n		Churches can begin running services online fairly quickly. Many churches using the Church Online Platform started online ministry.In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.', 'unfold-3', '', 'publish', 'closed', 'closed', '', 'unfold-3', '', '', '2021-10-29 12:43:43', '2021-10-29 12:43:43', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1151', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1152, 1, '2021-10-29 12:45:46', '2021-10-29 12:45:46', '<h3>How much does the Platform?</h3>		\n		<p>The Church Online Platform was built by Life.Church and is offered free to other churches. All support, feature releases.</p>In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.', 'unfold-4', '', 'publish', 'closed', 'closed', '', 'unfold-4', '', '', '2021-10-29 12:45:46', '2021-10-29 12:45:46', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1152', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1153, 1, '2021-10-29 12:45:48', '2021-10-29 12:45:48', '<h3>Rebuild, renovate, restore</h3>		\n		Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.', 'unfold-5', '', 'publish', 'closed', 'closed', '', 'unfold-5', '', '', '2021-10-29 12:45:48', '2021-10-29 12:45:48', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1153', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1154, 1, '2021-10-29 12:45:59', '2021-10-29 12:45:59', '<h3>Faith for the future?</h3>		\n		To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.<p>If you’ve been thinking about starting online church services for a while, or you’re feeling the pressure to launch quickly.</p>', 'unfold-6', '', 'publish', 'closed', 'closed', '', 'unfold-6', '', '', '2021-10-29 12:45:59', '2021-10-29 12:45:59', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=1154', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1253, 1, '2021-11-01 07:47:30', '2021-11-01 07:47:30', '', 'Frame 1441', '', 'inherit', 'open', 'closed', '', 'frame-1441', '', '', '2021-11-01 07:47:30', '2021-11-01 07:47:30', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1441.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1285, 1, '2021-11-01 08:04:38', '2021-11-01 08:04:38', '', 'Frame 1440 (4)', '', 'inherit', 'open', 'closed', '', 'frame-1440-4', '', '', '2021-11-01 08:04:38', '2021-11-01 08:04:38', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1292, 1, '2021-11-01 08:07:31', '2021-11-01 08:07:31', '', 'Frame 1440 (5)', '', 'inherit', 'open', 'closed', '', 'frame-1440-5', '', '', '2021-11-01 08:07:31', '2021-11-01 08:07:31', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1293, 1, '2021-11-01 08:07:35', '2021-11-01 08:07:35', '', 'Frame 1440 (6)', '', 'inherit', 'open', 'closed', '', 'frame-1440-6', '', '', '2021-11-01 08:07:35', '2021-11-01 08:07:35', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1294, 1, '2021-11-01 08:07:37', '2021-11-01 08:07:37', '', 'Frame 1441 (1)', '', 'inherit', 'open', 'closed', '', 'frame-1441-1', '', '', '2021-11-01 08:07:37', '2021-11-01 08:07:37', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1295, 1, '2021-11-01 08:07:39', '2021-11-01 08:07:39', '', 'Frame 1441 (2)', '', 'inherit', 'open', 'closed', '', 'frame-1441-2', '', '', '2021-11-01 08:07:39', '2021-11-01 08:07:39', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1323, 1, '2021-11-01 08:21:35', '2021-11-01 08:21:35', '', '0014 5', '', 'inherit', 'open', 'closed', '', '0014-5', '', '', '2021-11-01 08:21:35', '2021-11-01 08:21:35', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/0014-5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1324, 1, '2021-11-01 08:21:37', '2021-11-01 08:21:37', '', '0014 4', '', 'inherit', 'open', 'closed', '', '0014-4', '', '', '2021-11-01 08:21:37', '2021-11-01 08:21:37', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/0014-4.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1391, 1, '2021-11-01 09:07:22', '2021-11-01 09:07:22', '', '0014 4 (1)', '', 'inherit', 'open', 'closed', '', '0014-4-1', '', '', '2021-11-01 09:07:22', '2021-11-01 09:07:22', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/0014-4-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1402, 1, '2021-11-01 09:15:56', '2021-11-01 09:15:56', '', 'Frame 71', '', 'inherit', 'open', 'closed', '', 'frame-71', '', '', '2021-11-01 09:15:56', '2021-11-01 09:15:56', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-71.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1436, 1, '2021-11-01 09:44:18', '2021-11-01 09:44:18', '', '0014 5 (1)', '', 'inherit', 'open', 'closed', '', '0014-5-1', '', '', '2021-11-01 09:44:18', '2021-11-01 09:44:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/0014-5-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1443, 1, '2021-11-01 09:48:32', '2021-11-01 09:48:32', '', '0014 5 (2)', '', 'inherit', 'open', 'closed', '', '0014-5-2', '', '', '2021-11-01 09:48:32', '2021-11-01 09:48:32', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/0014-5-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1686, 1, '2021-11-01 12:55:32', '2021-11-01 12:55:32', '', 'Group 1469 (1)', '', 'inherit', 'open', 'closed', '', 'group-1469-1', '', '', '2021-11-01 12:55:32', '2021-11-01 12:55:32', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1469-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1687, 1, '2021-11-01 12:55:34', '2021-11-01 12:55:34', '', 'Group 1470 (1)', '', 'inherit', 'open', 'closed', '', 'group-1470-1', '', '', '2021-11-01 12:55:34', '2021-11-01 12:55:34', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1470-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1700, 1, '2021-11-01 12:59:02', '2021-11-01 12:59:02', '', 'Frame 1443', '', 'inherit', 'open', 'closed', '', 'frame-1443', '', '', '2021-11-01 12:59:02', '2021-11-01 12:59:02', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1443.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1719, 1, '2021-11-01 13:13:32', '2021-11-01 13:13:32', '', 'Group 1468 (2)', '', 'inherit', 'open', 'closed', '', 'group-1468-2', '', '', '2021-11-01 13:13:32', '2021-11-01 13:13:32', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1468-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1739, 1, '2021-11-01 13:26:18', '2021-11-01 13:26:18', '', 'shot-people-sitting-near-each-other-reading-bible 2 (1)', '', 'inherit', 'open', 'closed', '', 'shot-people-sitting-near-each-other-reading-bible-2-1', '', '', '2021-11-01 13:26:18', '2021-11-01 13:26:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2067, 1, '2021-11-02 12:34:54', '2021-11-02 12:34:54', '', 'Review', '', 'inherit', 'open', 'closed', '', 'review-2', '', '', '2021-11-02 12:34:54', '2021-11-02 12:34:54', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Review.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2090, 1, '2021-11-02 13:10:28', '2021-11-02 13:10:28', '', 'Subtract', '', 'inherit', 'open', 'closed', '', 'subtract', '', '', '2021-11-02 13:10:28', '2021-11-02 13:10:28', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Subtract.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2125, 1, '2021-11-02 14:16:33', '2021-11-02 14:16:33', '', 'Frame 72', '', 'inherit', 'open', 'closed', '', 'frame-72', '', '', '2021-11-02 14:16:33', '2021-11-02 14:16:33', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2137, 1, '2021-11-02 15:08:34', '2021-11-02 15:08:34', '', 'Frame 73', '', 'inherit', 'open', 'closed', '', 'frame-73', '', '', '2021-11-02 15:08:34', '2021-11-02 15:08:34', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2168, 1, '2021-11-02 15:41:00', '2021-11-02 15:41:00', '', 'Frame 74', '', 'inherit', 'open', 'closed', '', 'frame-74', '', '', '2021-11-02 15:41:00', '2021-11-02 15:41:00', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-74.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2298, 1, '2021-11-03 09:40:35', '2021-11-03 09:40:35', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}</style>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"35\" height=\"44\" viewBox=\"0 0 35 44\" fill=\"none\"><path d=\"M33.038 9.2784C31.7356 6.74828 29.8085 4.58136 27.434 2.97685C25.0595 1.37234 22.3138 0.381724 19.4491 0.0960827C18.1533 -0.0320276 16.8476 -0.0320276 15.5518 0.0960827C12.6872 0.381912 9.94148 1.3725 7.56688 2.97682C5.19229 4.58114 3.26499 6.74774 1.96206 9.27755C0.322783 12.5054 -0.310402 16.1391 0.142257 19.7209C0.594915 23.3027 2.11317 26.6724 4.5058 29.4056L16.1732 43.3823C16.3343 43.5755 16.5369 43.731 16.7663 43.8378C16.9957 43.9446 17.2463 44 17.5 44C17.7538 44 18.0043 43.9446 18.2338 43.8378C18.4632 43.731 18.6657 43.5755 18.8269 43.3823L30.4942 29.4056C32.8868 26.6725 34.4051 23.303 34.8577 19.7213C35.3104 16.1397 34.6772 12.5061 33.038 9.2784ZM17.5 23.6914C16.1412 23.6914 14.8129 23.2944 13.6831 22.5506C12.5532 21.8067 11.6727 20.7495 11.1527 19.5126C10.6327 18.2756 10.4966 16.9145 10.7617 15.6014C11.0268 14.2883 11.6811 13.0821 12.642 12.1354C13.6028 11.1887 14.827 10.5439 16.1597 10.2827C17.4924 10.0215 18.8738 10.1556 20.1292 10.6679C21.3846 11.1803 22.4576 12.048 23.2125 13.1612C23.9674 14.2744 24.3704 15.5832 24.3704 16.922C24.3682 18.7167 23.6437 20.4373 22.3557 21.7064C21.0677 22.9754 19.3215 23.6893 17.5 23.6914V23.6914Z\" fill=\"#FB561C\"></path></svg>				\n						Our Location					\n									<p>\n						Wonogiri City Central					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><path d=\"M35.732 31.0915C34.1965 29.5756 32.2796 29.5756 30.7538 31.0915C29.59 32.2456 28.4261 33.3997 27.2819 34.5733C26.9689 34.896 26.7048 34.9645 26.3234 34.7493C25.5703 34.3386 24.7683 34.006 24.0446 33.5561C20.6704 31.4338 17.8439 28.7051 15.3402 25.6341C14.0981 24.1084 12.9929 22.4751 12.2203 20.6364C12.0638 20.2648 12.0931 20.0203 12.3963 19.7171C13.5602 18.5924 14.6947 17.4383 15.839 16.2842C17.4331 14.6803 17.4331 12.8024 15.8292 11.1887C14.9196 10.2694 14.01 9.36957 13.1005 8.45023C12.1616 7.51132 11.2325 6.56264 10.2838 5.63352C8.74827 4.13714 6.83134 4.13714 5.30562 5.6433C4.13199 6.79737 3.00726 7.98078 1.81407 9.11529C0.708899 10.1618 0.151424 11.443 0.034061 12.9394C-0.151764 15.3747 0.444832 17.673 1.28593 19.9127C3.00726 24.5485 5.62837 28.666 8.80695 32.4412C13.1005 37.5465 18.2253 41.5857 24.2206 44.5002C26.92 45.8108 29.7171 46.8182 32.7588 46.9844C34.8518 47.1018 36.6709 46.5737 38.1282 44.9404C39.1257 43.8254 40.2505 42.8083 41.3067 41.7422C42.8716 40.1578 42.8814 38.2409 41.3263 36.676C39.4681 34.808 37.6 32.9498 35.732 31.0915Z\" fill=\"#FB571C\"></path><path d=\"M33.8635 23.2964L37.4724 22.6803C36.9052 19.3648 35.3403 16.3622 32.9637 13.9759C30.4502 11.4623 27.2716 9.87793 23.7703 9.38892L23.2617 13.0174C25.9708 13.3988 28.4355 14.6214 30.3817 16.5676C32.2204 18.4063 33.4234 20.734 33.8635 23.2964Z\" fill=\"#FB571C\"></path><path d=\"M39.508 7.60904C35.3416 3.44265 30.07 0.811761 24.2508 0L23.7422 3.62847C28.7692 4.33265 33.3268 6.61145 36.926 10.2008C40.3393 13.6141 42.579 17.9272 43.3907 22.6706L46.9996 22.0545C46.051 16.558 43.4592 11.57 39.508 7.60904Z\" fill=\"#FB571C\"></path></svg>				\n						Give Us A Call					\n			<a href=\"tel:+7955533355\" role=\"button\">\n						+ 7 9555 333 55\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"37\" viewBox=\"0 0 48 37\" fill=\"none\"><path d=\"M43.781 0H4.21858C3.56918 0 2.96121 0.161567 2.41118 0.427871L23.9061 22.1799L28.7238 17.4945C28.7239 17.4943 28.7247 17.4935 28.7247 17.4935L45.5891 0.428251C45.039 0.161756 44.4306 0 43.781 0Z\" fill=\"#FB561C\"></path><path d=\"M47.5778 2.44082L31.7075 18.5001L47.5772 34.5597C47.8403 34.0031 48 33.3878 48 32.7307V4.26918C48 3.61239 47.8407 2.99724 47.5778 2.44082Z\" fill=\"#FB561C\"></path><path d=\"M0.422812 2.44003C0.159656 2.99664 0 3.61188 0 4.26906V32.7306C0 33.3874 0.159469 34.0027 0.422437 34.5591L16.2927 18.4998L0.422812 2.44003Z\" fill=\"#FB561C\"></path><path d=\"M29.719 20.5125L24.9006 25.1985C24.6259 25.4765 24.2661 25.6155 23.9064 25.6155C23.5467 25.6155 23.1868 25.4765 22.9122 25.1985L18.2813 20.5124L2.41078 36.5718C2.9609 36.8382 3.56925 37 4.21884 37H43.7813C44.4307 37 45.0387 36.8384 45.5887 36.5721L29.719 20.5125Z\" fill=\"#FB561C\"></path></svg>				\n						Send Us A Message					\n			<a href=\"mailto:Churchecenter@mail.com\" role=\"button\">\n						Churchecenter@mail.com\n					</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Get In Touch</h1>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<h2>A place where all of you connect to each other.</h2>		\n		Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children.Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						know more\n					</a>\n	<a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo1.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo2.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo3.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo13.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo5.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo6.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo7.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo8.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo9.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo-1.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo11.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo12.svg\" alt=\"image\" loading=\"lazy\"></a>', 'Contact us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=2298', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2307, 1, '2021-11-03 09:48:09', '2021-11-03 09:48:09', '', 'Vector (1)', '', 'inherit', 'open', 'closed', '', 'vector-1-2', '', '', '2021-11-03 09:48:09', '2021-11-03 09:48:09', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Vector-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2308, 1, '2021-11-03 09:48:11', '2021-11-03 09:48:11', '', 'Group', '', 'inherit', 'open', 'closed', '', 'group', '', '', '2021-11-03 09:48:11', '2021-11-03 09:48:11', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2309, 1, '2021-11-03 09:48:12', '2021-11-03 09:48:12', '', 'Vector', '', 'inherit', 'open', 'closed', '', 'vector-2', '', '', '2021-11-03 09:48:12', '2021-11-03 09:48:12', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Vector.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2310, 1, '2021-11-03 09:49:57', '2021-11-03 09:49:57', '', 'Group 1487', '', 'inherit', 'open', 'closed', '', 'group-1487-2', '', '', '2021-11-03 09:49:57', '2021-11-03 09:49:57', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1487.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2396, 1, '2021-11-03 12:14:14', '2021-11-03 12:14:14', '', 'Frame (1)', '', 'inherit', 'open', 'closed', '', 'frame-1', '', '', '2021-11-03 12:14:14', '2021-11-03 12:14:14', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2397, 1, '2021-11-03 12:14:16', '2021-11-03 12:14:16', '', 'Frame (2)', '', 'inherit', 'open', 'closed', '', 'frame-2', '', '', '2021-11-03 12:14:16', '2021-11-03 12:14:16', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2398, 1, '2021-11-03 12:14:18', '2021-11-03 12:14:18', '', 'Frame (3)', '', 'inherit', 'open', 'closed', '', 'frame-3', '', '', '2021-11-03 12:14:18', '2021-11-03 12:14:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2399, 1, '2021-11-03 12:14:19', '2021-11-03 12:14:19', '', 'Frame (4)', '', 'inherit', 'open', 'closed', '', 'frame-4', '', '', '2021-11-03 12:14:19', '2021-11-03 12:14:19', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2400, 1, '2021-11-03 12:14:21', '2021-11-03 12:14:21', '', 'Frame (5)', '', 'inherit', 'open', 'closed', '', 'frame-5', '', '', '2021-11-03 12:14:21', '2021-11-03 12:14:21', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-5.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2401, 1, '2021-11-03 12:14:23', '2021-11-03 12:14:23', '', 'Frame (6)', '', 'inherit', 'open', 'closed', '', 'frame-6', '', '', '2021-11-03 12:14:23', '2021-11-03 12:14:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-6.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2402, 1, '2021-11-03 12:14:24', '2021-11-03 12:14:24', '', 'Frame', '', 'inherit', 'open', 'closed', '', 'frame', '', '', '2021-11-03 12:14:24', '2021-11-03 12:14:24', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2403, 1, '2021-11-03 12:14:26', '2021-11-03 12:14:26', '', 'Group 1492', '', 'inherit', 'open', 'closed', '', 'group-1492', '', '', '2021-11-03 12:14:26', '2021-11-03 12:14:26', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1492.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2404, 1, '2021-11-03 12:14:28', '2021-11-03 12:14:28', '', 'XMLID_1_', '', 'inherit', 'open', 'closed', '', 'xmlid_1_', '', '', '2021-11-03 12:14:28', '2021-11-03 12:14:28', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/XMLID_1_.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2422, 1, '2021-11-03 12:54:20', '2021-11-03 12:54:20', '', 'Frame 38 (1)', '', 'inherit', 'open', 'closed', '', 'frame-38-1', '', '', '2021-11-03 12:54:20', '2021-11-03 12:54:20', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2423, 1, '2021-11-03 12:54:23', '2021-11-03 12:54:23', '', 'Frame 38 (2)', '', 'inherit', 'open', 'closed', '', 'frame-38-2', '', '', '2021-11-03 12:54:23', '2021-11-03 12:54:23', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2424, 1, '2021-11-03 12:54:26', '2021-11-03 12:54:26', '', 'Frame 38 (3)', '', 'inherit', 'open', 'closed', '', 'frame-38-3', '', '', '2021-11-03 12:54:26', '2021-11-03 12:54:26', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2425, 1, '2021-11-03 12:54:30', '2021-11-03 12:54:30', '', 'Frame 38 (4)', '', 'inherit', 'open', 'closed', '', 'frame-38-4', '', '', '2021-11-03 12:54:30', '2021-11-03 12:54:30', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2426, 1, '2021-11-03 12:54:33', '2021-11-03 12:54:33', '', 'Frame 38 (5)', '', 'inherit', 'open', 'closed', '', 'frame-38-5', '', '', '2021-11-03 12:54:33', '2021-11-03 12:54:33', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2427, 1, '2021-11-03 12:54:36', '2021-11-03 12:54:36', '', 'Frame 38 (6)', '', 'inherit', 'open', 'closed', '', 'frame-38-6', '', '', '2021-11-03 12:54:36', '2021-11-03 12:54:36', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-6.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2428, 1, '2021-11-03 12:54:39', '2021-11-03 12:54:39', '', 'Frame 38 (7)', '', 'inherit', 'open', 'closed', '', 'frame-38-7', '', '', '2021-11-03 12:54:39', '2021-11-03 12:54:39', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-7.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2429, 1, '2021-11-03 12:54:43', '2021-11-03 12:54:43', '', 'Frame 38 (8)', '', 'inherit', 'open', 'closed', '', 'frame-38-8', '', '', '2021-11-03 12:54:43', '2021-11-03 12:54:43', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-8.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2430, 1, '2021-11-03 12:54:46', '2021-11-03 12:54:46', '', 'Frame 38 (9)', '', 'inherit', 'open', 'closed', '', 'frame-38-9', '', '', '2021-11-03 12:54:46', '2021-11-03 12:54:46', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-9.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2431, 1, '2021-11-03 12:54:49', '2021-11-03 12:54:49', '', 'Frame 38 (10)', '', 'inherit', 'open', 'closed', '', 'frame-38-10', '', '', '2021-11-03 12:54:49', '2021-11-03 12:54:49', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-10.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2432, 1, '2021-11-03 12:54:52', '2021-11-03 12:54:52', '', 'Frame 38 (11)', '', 'inherit', 'open', 'closed', '', 'frame-38-11', '', '', '2021-11-03 12:54:52', '2021-11-03 12:54:52', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38-11.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2433, 1, '2021-11-03 12:54:55', '2021-11-03 12:54:55', '', 'Frame 38', '', 'inherit', 'open', 'closed', '', 'frame-38', '', '', '2021-11-03 12:54:55', '2021-11-03 12:54:55', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-38.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2453, 1, '2021-11-03 13:19:41', '2021-11-03 13:19:41', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Wellness Real Estate & Investment ??', 'Secure prime wellness-focused real estate, designed for a seamless fusion of luxury living and smart investment.', 'publish', 'closed', 'closed', '', 'wellness-real-estate-investment-%f0%9f%8f%a1%f0%9f%92%b0', '', '', '2025-02-14 10:40:57', '2025-02-14 10:40:57', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2453', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2455, 1, '2021-11-03 13:20:21', '2021-11-03 13:20:21', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Elite Fashion & Lifestyle ??', 'Unlock access to prestigious luxury brands, personal styling, and VIP shopping experiences tailored for the elite.', 'publish', 'closed', 'closed', '', 'elite-fashion-lifestyle-%f0%9f%91%91%f0%9f%91%9c', '', '', '2025-04-09 07:29:32', '2025-04-09 07:29:32', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2455', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2457, 1, '2021-11-03 13:24:14', '2021-11-03 13:24:14', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Exclusive Wellness Retreats ?️?‍♀️', 'Immerse yourself in curated wellness retreats that offer tranquility, mindfulness, and holistic rejuvenation.', 'publish', 'closed', 'closed', '', 'exclusive-wellness-retreats-%f0%9f%8f%9d%ef%b8%8f%f0%9f%a7%98%e2%99%80%ef%b8%8f', '', '', '2025-02-14 10:39:06', '2025-02-14 10:39:06', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2457', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2459, 1, '2021-11-03 13:25:00', '2021-11-03 13:25:00', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Luxury Spa & Hotel Retreats ??', 'Indulge in luxurious spa escapes and elite hotel stays, where wellness and relaxation meet five-star hospitality.', 'publish', 'closed', 'closed', '', 'luxury-spa-hotel-retreats-%f0%9f%8f%a8%f0%9f%8c%bf', '', '', '2025-04-09 07:29:37', '2025-04-09 07:29:37', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2459', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2461, 1, '2021-11-03 13:25:39', '2021-11-03 13:25:39', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Wellness Gourmet ?️?', 'Savor exclusive fine dining experiences, wellness-focused menus, and gourmet delights curated for a refined lifestyle.', 'publish', 'closed', 'closed', '', 'wellness-gourmet-%f0%9f%8d%bd%ef%b8%8f%f0%9f%8c%b1', '', '', '2025-05-10 07:47:33', '2025-05-10 07:47:33', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2461', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2463, 1, '2021-11-03 13:26:10', '2021-11-03 13:26:10', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} --><!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Aesthetic Excellence ?✨', 'Elevate beauty and confidence with world-class aesthetic clinics, advanced skincare, and rejuvenating treatments.', 'publish', 'closed', 'closed', '', 'aesthetic-excellence-%f0%9f%92%8e%e2%9c%a8', '', '', '2025-05-10 07:47:13', '2025-05-10 07:47:13', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?p=2463', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2492, 1, '2021-11-03 14:04:40', '2021-11-03 14:04:40', '.widget-posts-content .jet-posts__inner-content {\n	border-radius: 8px;\n  margin: -54px 32px 0px 32px;\n  position: relative;\n  z-index: 1;\n}\n\n.widget-posts-content .jet-posts.col-row{\n    justify-content: center;\n}', 'kava', '', 'publish', 'closed', 'closed', '', 'kava', '', '', '2021-11-03 14:04:40', '2021-11-03 14:04:40', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/2021/11/03/kava/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2537, 1, '2021-11-03 14:56:46', '2021-11-03 14:56:46', '', 'elderly-man-with-microphone-his-hand-during-speech-presentation 1', '', 'inherit', 'open', 'closed', '', 'elderly-man-with-microphone-his-hand-during-speech-presentation-1', '', '', '2021-11-03 14:56:46', '2021-11-03 14:56:46', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/elderly-man-with-microphone-his-hand-during-speech-presentation-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2571, 1, '2021-11-05 14:36:56', '2021-11-05 14:36:56', '', 'Frame 1445', '', 'inherit', 'open', 'closed', '', 'frame-1445', '', '', '2021-11-05 14:36:56', '2021-11-05 14:36:56', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-1445.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2592, 1, '2021-11-08 09:05:54', '2021-11-08 09:05:54', '<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'mega-item-63', '', 'publish', 'closed', 'closed', '', 'mega-item-63', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/jet-menu/mega-item-63/', '0', 'jet-menu', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2640, 1, '2021-11-08 10:31:44', '2021-11-08 10:31:44', '', 'Frame 1445', '', 'inherit', 'open', 'closed', '', 'frame-1445-2', '', '', '2021-11-08 10:31:44', '2021-11-08 10:31:44', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2646, 1, '2021-11-08 11:44:46', '2021-11-08 11:44:46', '', 'Frame 56 (1)', '', 'inherit', 'open', 'closed', '', 'frame-56-1', '', '', '2021-11-08 11:44:46', '2021-11-08 11:44:46', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2647, 1, '2021-11-08 11:44:49', '2021-11-08 11:44:49', '', 'Frame 56 (2)', '', 'inherit', 'open', 'closed', '', 'frame-56-2', '', '', '2021-11-08 11:44:49', '2021-11-08 11:44:49', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2648, 1, '2021-11-08 11:44:52', '2021-11-08 11:44:52', '', 'Frame 56 (3)', '', 'inherit', 'open', 'closed', '', 'frame-56-3', '', '', '2021-11-08 11:44:52', '2021-11-08 11:44:52', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2649, 1, '2021-11-08 11:44:56', '2021-11-08 11:44:56', '', 'Frame 56 (4)', '', 'inherit', 'open', 'closed', '', 'frame-56-4', '', '', '2021-11-08 11:44:56', '2021-11-08 11:44:56', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2650, 1, '2021-11-08 11:44:58', '2021-11-08 11:44:58', '', 'Frame 56 (5)', '', 'inherit', 'open', 'closed', '', 'frame-56-5', '', '', '2021-11-08 11:44:58', '2021-11-08 11:44:58', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2651, 1, '2021-11-08 11:45:03', '2021-11-08 11:45:03', '', 'Frame 56 (6)', '', 'inherit', 'open', 'closed', '', 'frame-56-6', '', '', '2021-11-08 11:45:03', '2021-11-08 11:45:03', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-6.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2652, 1, '2021-11-08 11:45:08', '2021-11-08 11:45:08', '', 'Frame 56 (7)', '', 'inherit', 'open', 'closed', '', 'frame-56-7', '', '', '2021-11-08 11:45:08', '2021-11-08 11:45:08', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2653, 1, '2021-11-08 11:45:12', '2021-11-08 11:45:12', '', 'Frame 56 (8)', '', 'inherit', 'open', 'closed', '', 'frame-56-8', '', '', '2021-11-08 11:45:12', '2021-11-08 11:45:12', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2654, 1, '2021-11-08 11:45:16', '2021-11-08 11:45:16', '', 'Frame 56 (9)', '', 'inherit', 'open', 'closed', '', 'frame-56-9', '', '', '2021-11-08 11:45:16', '2021-11-08 11:45:16', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2655, 1, '2021-11-08 11:45:20', '2021-11-08 11:45:20', '', 'Frame 56 (10)', '', 'inherit', 'open', 'closed', '', 'frame-56-10', '', '', '2021-11-08 11:45:20', '2021-11-08 11:45:20', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2656, 1, '2021-11-08 11:45:24', '2021-11-08 11:45:24', '', 'Frame 56 (11)', '', 'inherit', 'open', 'closed', '', 'frame-56-11', '', '', '2021-11-08 11:45:24', '2021-11-08 11:45:24', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2657, 1, '2021-11-08 11:45:29', '2021-11-08 11:45:29', '', 'Frame 56 (12)', '', 'inherit', 'open', 'closed', '', 'frame-56-12', '', '', '2021-11-08 11:45:29', '2021-11-08 11:45:29', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2658, 1, '2021-11-08 11:45:33', '2021-11-08 11:45:33', '', 'Frame 56 (13)', '', 'inherit', 'open', 'closed', '', 'frame-56-13', '', '', '2021-11-08 11:45:33', '2021-11-08 11:45:33', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56-13.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2659, 1, '2021-11-08 11:45:36', '2021-11-08 11:45:36', '', 'Frame 56', '', 'inherit', 'open', 'closed', '', 'frame-56', '', '', '2021-11-08 11:45:36', '2021-11-08 11:45:36', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2660, 1, '2021-11-08 12:21:22', '2021-11-08 12:21:22', '', 'Categories', '', 'publish', 'closed', 'closed', '', 'categories', '', '', '2021-11-08 12:21:22', '2021-11-08 12:21:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-smart-filters&amp;p=2660', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2661, 1, '2021-11-08 12:21:58', '2021-11-08 12:21:58', '', 'Manufactures', '', 'publish', 'closed', 'closed', '', 'manufactures', '', '', '2021-11-08 12:21:58', '2021-11-08 12:21:58', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-smart-filters&amp;p=2661', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2662, 1, '2021-11-08 12:22:41', '2021-11-08 12:22:41', '', 'Tag', '', 'publish', 'closed', 'closed', '', 'tag', '', '', '2021-11-08 12:22:41', '2021-11-08 12:22:41', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-smart-filters&amp;p=2662', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2663, 1, '2021-11-08 12:23:12', '2021-11-08 12:23:12', '', 'Price', '', 'publish', 'closed', 'closed', '', 'price', '', '', '2025-01-22 13:23:26', '2025-01-22 13:23:26', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-smart-filters&#038;p=2663', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2664, 1, '2021-11-08 12:27:21', '2021-11-08 12:27:21', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment', '', '', '2025-01-22 13:47:39', '2025-01-22 13:47:39', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=product&#038;p=2664', '0', 'product', '', 1);

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2824, 1, '2021-11-09 14:37:52', '2021-11-09 14:37:52', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2021-11-09 14:37:52', '2021-11-09 14:37:52', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/woocommerce-placeholder.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2852, 1, '2021-11-10 07:28:05', '2021-11-10 07:28:05', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Products</h1>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"30\"\n			data-label=\"Adults\"\n					>\n						Adults\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"32\"\n			data-label=\"Children\"\n					>\n						Children\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"34\"\n			data-label=\"Family\"\n					>\n						Family\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"33\"\n			data-label=\"Preschool\"\n					>\n						Preschool\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"31\"\n			data-label=\"Teenagers\"\n					>\n						Teenagers\n	</label>\n			Price filter\n		<input type=\"range\" step=\"1\" min=\"9\" max=\"98\" value=\"9\" tabindex=\"-1\">\n		<input type=\"range\" step=\"1\" min=\"9\" max=\"98\" value=\"98\" tabindex=\"-1\">\n		$9 — $98\n			<h2>Manufactures</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"35\"\n			data-label=\"Advent\"\n					>\n						Advent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"36\"\n			data-label=\"Cards\"\n					>\n						Cards\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"37\"\n			data-label=\"Christmas\"\n					>\n						Christmas\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"38\"\n			data-label=\"Customised cards\"\n					>\n						Customised cards\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"39\"\n			data-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"45\"\n			data-label=\"Easter\"\n					>\n						Easter\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"41\"\n			data-label=\"Gift Vouchers\"\n					>\n						Gift Vouchers\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"40\"\n			data-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"42\"\n			data-label=\"Halloween\"\n					>\n						Halloween\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"43\"\n			data-label=\"Lent\"\n					>\n						Lent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"44\"\n			data-label=\"Reformation\"\n					>\n						Reformation\n	</label>\n			<h2>Tag Cloud</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"22\"\n			data-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"29\"\n			data-label=\"Easter\"\n					>\n						Easter\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"24\"\n			data-label=\"Gift\"\n					>\n						Gift\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"23\"\n			data-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"26\"\n			data-label=\"Halloween\"\n					>\n						Halloween\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"27\"\n			data-label=\"Lent\"\n					>\n						Lent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"28\"\n			data-label=\"Reformation\"\n					>\n						Reformation\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"25\"\n			data-label=\"Vouchers\"\n					>\n						Vouchers\n	</label>\n			<h2>Top Rated Products</h2>		\n			<ul  >\n<li data-product-id=\"2694\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />\n			<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5		\n</li>\n<li data-product-id=\"2687\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />\n			<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" >ESV Reference Bible</a></h3>\n<bdi>&#36;94.00</bdi>\nRated <strong>4.00</strong> out of 5		\n</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n	>\n		Clear all	</button>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h2>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/living-without-worry/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-13.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-13.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/living-without-worry/\" >Living without Worry</a></h2>\n<bdi>&#36;45.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h2>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" >Captured by a Better Vision</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;68.00</bdi></del> <ins><bdi>&#36;65.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/purity-in-the-age/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/purity-in-the-age/\" >Purity in the age</a></h2>\n<bdi>&#36;24.00</bdi>\nRated <strong>5.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/hope-explored-invitations/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/hope-explored-invitations/\" >Hope Explored Invitations</a></h2>\n<bdi>&#36;78.00</bdi>\nRated <strong>5.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/life-that-lasts/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/life-that-lasts/\" >Life that lasts</a></h2>\n<bdi>&#36;45.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" >Truth for Life</a></h2>\n<bdi>&#36;32.00</bdi>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/just-ask/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-6.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-6.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/just-ask/\" >Just Ask</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;67.00</bdi></del> <ins><bdi>&#36;59.00</bdi></ins>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h2>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h2>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" >ESV Reference Bible</a></h2>\n<bdi>&#36;94.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h2>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h2>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'shop-with-sidebar', '', 'publish', 'closed', 'closed', '', 'shop-with-sidebar', '', '', '2024-11-27 10:56:26', '2024-11-27 10:56:26', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-woo-builder&#038;p=2852', '0', 'jet-woo-builder', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2870, 1, '2021-11-10 07:58:16', '2021-11-10 07:58:16', '', 'Frame 1451', '', 'inherit', 'open', 'closed', '', 'frame-1451', '', '', '2021-11-10 07:58:16', '2021-11-10 07:58:16', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1451.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2871, 1, '2021-11-10 07:58:28', '2021-11-10 07:58:28', '', 'Frame 1450', '', 'inherit', 'open', 'closed', '', 'frame-1450', '', '', '2021-11-10 07:58:28', '2021-11-10 07:58:28', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1450.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2872, 1, '2021-11-10 07:58:56', '2021-11-10 07:58:56', '', 'Frame 1449', '', 'inherit', 'open', 'closed', '', 'frame-1449', '', '', '2021-11-10 07:58:56', '2021-11-10 07:58:56', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1449.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2888, 1, '2021-11-10 08:49:30', '2021-11-10 08:49:30', '', 'Group 1947', '', 'inherit', 'open', 'closed', '', 'group-1947', '', '', '2021-11-10 08:49:30', '2021-11-10 08:49:30', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Group-1947.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2903, 1, '2021-11-10 11:50:52', '2021-11-10 11:50:52', '', 'Frame 74', '', 'inherit', 'open', 'closed', '', 'frame-74-2', '', '', '2021-11-10 11:50:52', '2021-11-10 11:50:52', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/Frame-74.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2976, 1, '2021-11-11 12:49:57', '2021-11-11 12:49:57', '', 'link 1', '', 'inherit', 'open', 'closed', '', 'link-1', '', '', '2021-11-11 12:49:57', '2021-11-11 12:49:57', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/link-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3053, 1, '2021-11-15 09:43:16', '2021-11-15 09:43:16', '', 'fav', '', 'inherit', 'open', 'closed', '', 'fav', '', '', '2021-11-15 09:43:16', '2021-11-15 09:43:16', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/fav.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3054, 1, '2021-11-15 09:43:25', '2021-11-15 09:43:25', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/cropped-fav.png', 'cropped-fav.png', '', 'inherit', 'open', 'closed', '', 'cropped-fav-png', '', '', '2021-11-15 09:43:25', '2021-11-15 09:43:25', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/cropped-fav.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3074, 1, '2021-11-15 11:31:28', '2021-11-15 11:31:28', '', 'Group 1977 (1) 1', '', 'inherit', 'open', 'closed', '', 'group-1977-1-1', '', '', '2021-11-15 11:31:28', '2021-11-15 11:31:28', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3102, 1, '2021-11-15 11:46:12', '2021-11-15 11:46:12', '', 'Group 1978 1', '', 'inherit', 'open', 'closed', '', 'group-1978-1', '', '', '2021-11-15 11:46:12', '2021-11-15 11:46:12', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3179, 1, '2021-11-15 15:56:00', '2021-11-15 15:56:00', '<style>/*! elementor - v3.5.3 - 28-12-2021 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/policy.svg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.3 - 28-12-2021 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Term and Use</h1>		\n			<h2>1. Ultricies mi quis hendrerit</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:</p><p>•  Lorem ipsum dolor sit amet<br />•  Consectetur adipiscing elit, sed do eiusmod tempor <br />•  Labore et dolore magna aliqua <br />•  Ut enim ad minim veniam, quis nostrud</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.</p><p> Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Pretium nibh ipsum Vitae tortor condimentum</h2>		\n		Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.', 'Term and Use', '', 'publish', 'closed', 'closed', '', 'term-and-use', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=3179', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3193, 1, '2021-11-16 07:22:08', '2021-11-16 07:22:08', '', 'Group 1354', '', 'inherit', 'open', 'closed', '', 'group-1354-3', '', '', '2021-11-16 07:22:08', '2021-11-16 07:22:08', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Group-1354.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3375, 1, '2021-11-16 11:39:31', '2021-11-16 11:39:31', '', 'Frame 1455', '', 'inherit', 'open', 'closed', '', 'frame-1455', '', '', '2021-11-16 11:39:31', '2021-11-16 11:39:31', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3381, 1, '2021-11-16 11:44:49', '2021-11-16 11:44:49', '', 'Frame 1456', '', 'inherit', 'open', 'closed', '', 'frame-1456', '', '', '2021-11-16 11:44:49', '2021-11-16 11:44:49', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3384, 1, '2021-11-16 11:46:34', '2021-11-16 11:46:34', '', 'Frame 1462', '', 'inherit', 'open', 'closed', '', 'frame-1462', '', '', '2021-11-16 11:46:34', '2021-11-16 11:46:34', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3385, 1, '2021-11-16 11:46:36', '2021-11-16 11:46:36', '', 'Frame 1461', '', 'inherit', 'open', 'closed', '', 'frame-1461', '', '', '2021-11-16 11:46:36', '2021-11-16 11:46:36', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3386, 1, '2021-11-16 11:46:38', '2021-11-16 11:46:38', '', 'Frame 1460', '', 'inherit', 'open', 'closed', '', 'frame-1460', '', '', '2021-11-16 11:46:38', '2021-11-16 11:46:38', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3388, 1, '2021-11-16 11:46:42', '2021-11-16 11:46:42', '', 'Frame 1459', '', 'inherit', 'open', 'closed', '', 'frame-1459', '', '', '2021-11-16 11:46:42', '2021-11-16 11:46:42', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3389, 1, '2021-11-16 11:46:44', '2021-11-16 11:46:44', '', 'Frame 1458 (1)', '', 'inherit', 'open', 'closed', '', 'frame-1458-1', '', '', '2021-11-16 11:46:44', '2021-11-16 11:46:44', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3390, 1, '2021-11-16 11:46:46', '2021-11-16 11:46:46', '', 'Frame 1457', '', 'inherit', 'open', 'closed', '', 'frame-1457', '', '', '2021-11-16 11:46:46', '2021-11-16 11:46:46', '', '0', 'https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3421, 1, '2021-12-08 07:50:29', '2021-12-08 07:50:29', '.widget-posts-content .elementor-jet-posts .jet-carousel .jet-posts ul.jet-slick-dots{\n	margin: 0 auto;\n}\n\n.widget-posts-content .jet-posts__inner-content{\n	border-radius: 8px;\n	position: relative;\n	margin: -54px 31px 0px 31px;\n}\n\n.logo-hover .brands-list__item-img:hover{\n    filter: brightness(0.85);\n}\n\n.active-filters-label .jet-active-filter__label{\n	margin-right: 5px;\n}', 'fundcrest', '', 'publish', 'closed', 'closed', '', 'fundcrest', '', '', '2021-12-08 07:50:29', '2021-12-08 07:50:29', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/2021/12/08/fundcrest/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3618, 1, '2021-12-09 07:36:07', '2021-12-09 07:36:07', '', 'image 13', '', 'inherit', 'open', 'closed', '', 'image-13', '', '', '2021-12-09 07:36:07', '2021-12-09 07:36:07', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/image-13.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3717, 1, '2021-12-17 08:57:11', '2021-12-17 08:57:11', '', 'Group 648', '', 'inherit', 'open', 'closed', '', 'group-648-9', '', '', '2021-12-17 08:57:11', '2021-12-17 08:57:11', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/Group-648.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3981, 1, '2021-12-23 10:27:59', '2021-12-23 10:27:59', '', 'Frame 42', '', 'inherit', 'open', 'closed', '', 'frame-42', '', '', '2021-12-23 10:27:59', '2021-12-23 10:27:59', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/Frame-42.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4006, 1, '2021-12-23 11:50:14', '2021-12-23 11:50:14', '', 'Group 1470', '', 'inherit', 'open', 'closed', '', 'group-1470', '', '', '2021-12-23 11:50:14', '2021-12-23 11:50:14', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4010, 1, '2021-12-23 11:51:12', '2021-12-23 11:51:12', '', 'Group 1468', '', 'inherit', 'open', 'closed', '', 'group-1468', '', '', '2021-12-23 11:51:12', '2021-12-23 11:51:12', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4011, 1, '2021-12-23 11:51:13', '2021-12-23 11:51:13', '', 'Group 1469', '', 'inherit', 'open', 'closed', '', 'group-1469', '', '', '2021-12-23 11:51:13', '2021-12-23 11:51:13', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4083, 1, '2021-12-23 14:28:06', '2021-12-23 14:28:06', '', '0014 4', '', 'inherit', 'open', 'closed', '', '0014-4-2', '', '', '2021-12-23 14:28:06', '2021-12-23 14:28:06', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/0014-4.png', '0', 'attachment', 'image/png', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4087, 1, '2021-12-23 14:32:48', '2021-12-23 14:32:48', '', 'bg-event', '', 'inherit', 'open', 'closed', '', 'bg-event', '', '', '2021-12-23 14:32:48', '2021-12-23 14:32:48', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/bg-event.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4105, 1, '2021-12-23 15:28:18', '2021-12-23 15:28:18', '', 'single-team-bg', '', 'inherit', 'open', 'closed', '', 'single-team-bg', '', '', '2021-12-23 15:28:18', '2021-12-23 15:28:18', '', '0', 'https://bookblv.com/wp-content/uploads/2021/12/single-team-bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4115, 1, '2022-01-12 15:36:39', '2022-01-12 15:36:39', '', 'original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2', '', 'inherit', 'open', 'closed', '', 'original-669a5e08-80bc-4fca-8113-a2874f9cf7d2', '', '', '2022-01-12 15:36:39', '2022-01-12 15:36:39', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4157, 1, '2022-01-13 12:19:44', '2022-01-13 12:19:44', '', 'home_bg', '', 'inherit', 'open', 'closed', '', 'home_bg', '', '', '2022-01-13 12:19:44', '2022-01-13 12:19:44', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/home_bg.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4158, 1, '2022-01-13 12:19:59', '2022-01-13 12:19:59', '', 'home_bg2', '', 'inherit', 'open', 'closed', '', 'home_bg2', '', '', '2022-01-13 12:19:59', '2022-01-13 12:19:59', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/home_bg2-scaled-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4159, 1, '2022-01-13 12:20:05', '2022-01-13 12:20:05', '', 'home_bg3', '', 'inherit', 'open', 'closed', '', 'home_bg3', '', '', '2022-01-13 12:20:05', '2022-01-13 12:20:05', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/home_bg3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4160, 1, '2022-01-13 12:20:14', '2022-01-13 12:20:14', '', 'home_bg4', '', 'inherit', 'open', 'closed', '', 'home_bg4', '', '', '2022-01-13 12:20:14', '2022-01-13 12:20:14', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/home_bg4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4161, 1, '2022-01-13 12:20:23', '2022-01-13 12:20:23', '', 'home_bg5', '', 'inherit', 'open', 'closed', '', 'home_bg5', '', '', '2022-01-13 12:20:23', '2022-01-13 12:20:23', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/home_bg5.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4163, 1, '2022-01-13 12:20:39', '2022-01-13 12:20:39', '', 'play', '', 'inherit', 'open', 'closed', '', 'play', '', '', '2022-01-13 12:20:39', '2022-01-13 12:20:39', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/play.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4169, 1, '2022-01-13 12:57:49', '2022-01-13 12:57:49', '', 'cup', '', 'inherit', 'open', 'closed', '', 'cup', '', '', '2022-01-13 12:57:49', '2022-01-13 12:57:49', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/cup.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4172, 1, '2022-01-13 13:27:53', '2022-01-13 13:27:53', '', 'Map', '', 'inherit', 'open', 'closed', '', 'map', '', '', '2022-01-13 13:27:53', '2022-01-13 13:27:53', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/Map.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4209, 1, '2022-01-13 14:27:04', '2022-01-13 14:27:04', '', 'religion-christianity-concept-man-holding-reading-holy-christian-bible 1 (1)', '', 'inherit', 'open', 'closed', '', 'religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1', '', '', '2022-01-13 14:27:04', '2022-01-13 14:27:04', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/religion-christianity-concept-man-holding-reading-holy-christian-bible-1-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4226, 1, '2022-01-13 14:45:58', '2022-01-13 14:45:58', '', 'pastor_home (1) (1)', '', 'inherit', 'open', 'closed', '', 'pastor_home-1-1', '', '', '2022-01-13 14:45:58', '2022-01-13 14:45:58', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4327, 1, '2022-01-13 15:30:16', '2022-01-13 15:30:16', '', 'Map (1) (1)', '', 'inherit', 'open', 'closed', '', 'map-1-1', '', '', '2022-01-13 15:30:16', '2022-01-13 15:30:16', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/Map-1-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4329, 1, '2022-01-13 16:38:22', '2022-01-13 16:38:22', '', 'circle1', '', 'inherit', 'open', 'closed', '', 'circle1', '', '', '2022-01-13 16:38:22', '2022-01-13 16:38:22', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/circle1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4331, 1, '2022-01-13 16:38:24', '2022-01-13 16:38:24', '', 'circle3', '', 'inherit', 'open', 'closed', '', 'circle3', '', '', '2022-01-13 16:38:24', '2022-01-13 16:38:24', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/circle3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4340, 1, '2022-01-13 16:38:32', '2022-01-13 16:38:32', '', 'transparent', '', 'inherit', 'open', 'closed', '', 'transparent', '', '', '2022-01-13 16:38:32', '2022-01-13 16:38:32', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/transparent.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4383, 1, '2022-01-14 07:47:03', '2022-01-14 07:47:03', '<video src=\"https://bookblv.com/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Wakes up the Christian in you.</h3>		\n		<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>		\n<video src=\"https://bookblv.com/wp-content/uploads/2022/01/3.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<h3>Where you get near to Christ.</h3>		\n<video src=\"https://bookblv.com/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<h3>Peace provider for your soul.</h3>', 'slider_video', '', 'publish', 'closed', 'closed', '', 'slider_video', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&#038;p=4383', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4477, 1, '2022-01-14 10:30:01', '2022-01-14 10:30:01', '', 3, '', 'inherit', 'open', 'closed', '', 3, '', '', '2022-01-14 10:30:01', '2022-01-14 10:30:01', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/3.mp4', '0', 'attachment', 'video/mp4', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4584, 1, '2022-01-14 13:54:48', '2022-01-14 13:54:48', '', 'Vector', '', 'inherit', 'open', 'closed', '', 'vector-3', '', '', '2022-01-14 13:54:48', '2022-01-14 13:54:48', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/Vector.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4699, 1, '2022-01-14 16:01:07', '2022-01-14 16:01:07', '', 'services', '', 'inherit', 'open', 'closed', '', 'services-2', '', '', '2022-01-14 16:01:07', '2022-01-14 16:01:07', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/services.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4700, 1, '2022-01-17 10:26:17', '2022-01-17 10:26:17', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2022-01-17 10:26:17', '2022-01-17 10:26:17', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4721, 1, '2022-01-17 14:08:17', '2022-01-17 14:08:17', '', 'white_bg', '', 'inherit', 'open', 'closed', '', 'white_bg', '', '', '2022-01-17 14:08:17', '2022-01-17 14:08:17', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/white_bg.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4725, 1, '2022-01-17 14:26:35', '2022-01-17 14:26:35', '', 'white2', '', 'inherit', 'open', 'closed', '', 'white2', '', '', '2022-01-17 14:26:35', '2022-01-17 14:26:35', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/white2.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4745, 1, '2022-01-18 07:57:48', '2022-01-18 07:57:48', '', 'cross', '', 'inherit', 'open', 'closed', '', 'cross', '', '', '2022-01-18 07:57:48', '2022-01-18 07:57:48', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/cross.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4746, 1, '2022-01-18 07:57:50', '2022-01-18 07:57:50', '', 'cup', '', 'inherit', 'open', 'closed', '', 'cup-2', '', '', '2022-01-18 07:57:50', '2022-01-18 07:57:50', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4747, 1, '2022-01-18 07:57:51', '2022-01-18 07:57:51', '', 'dove', '', 'inherit', 'open', 'closed', '', 'dove', '', '', '2022-01-18 07:57:51', '2022-01-18 07:57:51', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/dove.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4748, 1, '2022-01-18 07:57:52', '2022-01-18 07:57:52', '', 'heart', '', 'inherit', 'open', 'closed', '', 'heart', '', '', '2022-01-18 07:57:52', '2022-01-18 07:57:52', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/heart.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4752, 1, '2022-01-18 08:03:19', '2022-01-18 08:03:19', '', 'services', '', 'inherit', 'open', 'closed', '', 'services-3', '', '', '2022-01-18 08:03:19', '2022-01-18 08:03:19', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/services.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4754, 1, '2022-01-18 08:04:38', '2022-01-18 08:04:38', '', 'strong', '', 'inherit', 'open', 'closed', '', 'strong', '', '', '2022-01-18 08:04:38', '2022-01-18 08:04:38', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/strong.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4758, 1, '2022-01-18 08:10:43', '2022-01-18 08:10:43', '', 'hello', '', 'inherit', 'open', 'closed', '', 'hello', '', '', '2022-01-18 08:10:43', '2022-01-18 08:10:43', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/hello.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4759, 1, '2022-01-18 08:11:00', '2022-01-18 08:11:00', '', 'book', '', 'inherit', 'open', 'closed', '', 'book', '', '', '2022-01-18 08:11:00', '2022-01-18 08:11:00', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/book.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4768, 1, '2022-01-18 08:28:24', '2022-01-18 08:28:24', '', 'policy', '', 'inherit', 'open', 'closed', '', 'policy', '', '', '2022-01-18 08:28:24', '2022-01-18 08:28:24', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/policy.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4804, 1, '2022-01-18 09:35:17', '2022-01-18 09:35:17', '', 'burger', '', 'inherit', 'open', 'closed', '', 'burger', '', '', '2022-01-18 09:35:17', '2022-01-18 09:35:17', '', '0', 'https://bookblv.com/wp-content/uploads/2021/10/burger.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4864, 1, '2022-01-19 14:02:39', '2022-01-19 14:02:39', '', 'Group 2023 (2)', '', 'inherit', 'open', 'closed', '', 'group-2023-2', '', '', '2022-01-19 14:02:39', '2022-01-19 14:02:39', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4904, 1, '2022-01-20 10:57:45', '2022-01-20 10:57:45', '', 'Subtract', '', 'inherit', 'open', 'closed', '', 'subtract-2', '', '', '2022-01-20 10:57:45', '2022-01-20 10:57:45', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/Subtract.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4938, 1, '2022-01-20 11:30:31', '2022-01-20 11:30:31', '', 'com1', '', 'inherit', 'open', 'closed', '', 'com1', '', '', '2022-01-20 11:30:31', '2022-01-20 11:30:31', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/com1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4942, 1, '2022-01-20 13:11:36', '2022-01-20 13:11:36', '', 'col2', '', 'inherit', 'open', 'closed', '', 'col2', '', '', '2022-01-20 13:11:36', '2022-01-20 13:11:36', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/col2.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4943, 1, '2022-01-20 13:11:37', '2022-01-20 13:11:37', '', 'col3', '', 'inherit', 'open', 'closed', '', 'col3', '', '', '2022-01-20 13:11:37', '2022-01-20 13:11:37', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/col3.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4944, 1, '2022-01-20 13:11:38', '2022-01-20 13:11:38', '', 'col4', '', 'inherit', 'open', 'closed', '', 'col4', '', '', '2022-01-20 13:11:38', '2022-01-20 13:11:38', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/col4.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4945, 1, '2022-01-20 13:11:39', '2022-01-20 13:11:39', '', 'col5', '', 'inherit', 'open', 'closed', '', 'col5', '', '', '2022-01-20 13:11:39', '2022-01-20 13:11:39', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/col5.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4956, 1, '2022-01-20 14:09:58', '2022-01-20 14:09:58', '', 'logo1', '', 'inherit', 'open', 'closed', '', 'logo1', '', '', '2022-01-20 14:09:58', '2022-01-20 14:09:58', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4958, 1, '2022-01-20 14:12:20', '2022-01-20 14:12:20', '', 'logo2', '', 'inherit', 'open', 'closed', '', 'logo2', '', '', '2022-01-20 14:12:20', '2022-01-20 14:12:20', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo2.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4959, 1, '2022-01-20 14:12:21', '2022-01-20 14:12:21', '', 'logo3', '', 'inherit', 'open', 'closed', '', 'logo3', '', '', '2022-01-20 14:12:21', '2022-01-20 14:12:21', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4961, 1, '2022-01-20 14:12:24', '2022-01-20 14:12:24', '', 'logo5', '', 'inherit', 'open', 'closed', '', 'logo5', '', '', '2022-01-20 14:12:24', '2022-01-20 14:12:24', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo5.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4962, 1, '2022-01-20 14:12:26', '2022-01-20 14:12:26', '', 'logo6', '', 'inherit', 'open', 'closed', '', 'logo6', '', '', '2022-01-20 14:12:26', '2022-01-20 14:12:26', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo6.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4963, 1, '2022-01-20 14:12:27', '2022-01-20 14:12:27', '', 'logo7', '', 'inherit', 'open', 'closed', '', 'logo7', '', '', '2022-01-20 14:12:27', '2022-01-20 14:12:27', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo7.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4964, 1, '2022-01-20 14:12:28', '2022-01-20 14:12:28', '', 'logo8', '', 'inherit', 'open', 'closed', '', 'logo8', '', '', '2022-01-20 14:12:28', '2022-01-20 14:12:28', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo8.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4965, 1, '2022-01-20 14:12:29', '2022-01-20 14:12:29', '', 'logo9', '', 'inherit', 'open', 'closed', '', 'logo9', '', '', '2022-01-20 14:12:29', '2022-01-20 14:12:29', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo9.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4967, 1, '2022-01-20 14:12:31', '2022-01-20 14:12:31', '', 'logo11', '', 'inherit', 'open', 'closed', '', 'logo11', '', '', '2022-01-20 14:12:31', '2022-01-20 14:12:31', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo11.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4968, 1, '2022-01-20 14:12:32', '2022-01-20 14:12:32', '', 'logo12', '', 'inherit', 'open', 'closed', '', 'logo12', '', '', '2022-01-20 14:12:32', '2022-01-20 14:12:32', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo12.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4969, 1, '2022-01-20 14:15:24', '2022-01-20 14:15:24', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2022-01-20 14:15:24', '2022-01-20 14:15:24', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4983, 1, '2022-01-20 14:26:10', '2022-01-20 14:26:10', '', 'logo13', '', 'inherit', 'open', 'closed', '', 'logo13', '', '', '2022-01-20 14:26:10', '2022-01-20 14:26:10', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/logo13.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5018, 1, '2022-01-20 15:01:01', '2022-01-20 15:01:01', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a></li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a><style>.elementor-2592 .elementor-element.elementor-element-dab5234 > .elementor-container{max-width:1180px;}.elementor-2592 .elementor-element.elementor-element-dab5234 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2592 .elementor-element.elementor-element-34b09af:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2592 .elementor-element.elementor-element-e880604 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title, .elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-product-button{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products__not-found{text-align:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -15px -30px -15px;}}@media(max-width:767px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:42%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:35%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:65%;}}</style>		\n							<section data-id=\"dab5234\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"e880604\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'posts_header', '', 'publish', 'closed', 'closed', '', 'posts_header', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-theme-core&#038;p=5018', '0', 'jet-theme-core', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5127, 1, '2022-01-24 16:14:23', '2022-01-24 16:14:23', '', 'play', '', 'inherit', 'open', 'closed', '', 'play-2', '', '', '2022-01-24 16:14:23', '2022-01-24 16:14:23', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/play-1.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5299, 1, '2022-01-25 07:10:30', '2022-01-25 07:10:30', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'single_serv', '', 'publish', 'closed', 'closed', '', 'single_serv', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?elementor_library=single_serv', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5302, 1, '2022-01-25 07:13:34', '2022-01-25 07:13:34', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Church white Glove', '', 'publish', 'closed', 'closed', '', 'church-white-glove', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5302', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5303, 1, '2022-01-25 07:15:15', '2022-01-25 07:15:15', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Ministres', '', 'publish', 'closed', 'closed', '', 'ministres', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5303', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5304, 1, '2022-01-25 07:16:00', '2022-01-25 07:16:00', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Holy Bible', '', 'publish', 'closed', 'closed', '', 'holy-bible', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5304', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5305, 1, '2022-01-25 07:16:43', '2022-01-25 07:16:43', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Donate Sermons', '', 'publish', 'closed', 'closed', '', 'donate-sermons', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5305', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5306, 1, '2022-01-25 07:17:45', '2022-01-25 07:17:45', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Tithing', '', 'publish', 'closed', 'closed', '', 'tithing', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5306', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5366, 1, '2022-01-25 07:45:04', '2022-01-25 07:45:04', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.We’re passionate about creating music that encourages people to pursue a relationship with Jesus.		\n		Billy Graham		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'single_team', '', 'publish', 'closed', 'closed', '', 'single_team', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?elementor_library=single_team', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5369, 1, '2022-01-25 07:45:46', '2022-01-25 07:45:46', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About John Stewart', '', 'publish', 'closed', 'closed', '', 'about-john-stewart', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 48, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5369', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5375, 1, '2022-01-25 07:48:45', '2022-01-25 07:48:45', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About Hanna Brown', '', 'publish', 'closed', 'closed', '', 'hanna-brown', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 48, 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?page_id=5375', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5403, 1, '2022-01-25 09:23:47', '2022-01-25 09:23:47', '', 'mygrace', '', 'publish', 'closed', 'closed', '', 'mygrace', '', '', '2022-01-25 09:23:47', '2022-01-25 09:23:47', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/2022/01/25/mygrace/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5566, 1, '2022-01-26 07:48:07', '2022-01-26 07:48:07', '<a href=\"#\" role=\"button\">\n						Donate\n					</a>', 'menu_button', '', 'publish', 'closed', 'closed', '', 'menu_button', '', '', '2022-01-26 07:48:07', '2022-01-26 07:48:07', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=elementor_library&amp;p=5566', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5605, 1, '2022-01-26 10:11:41', '2022-01-26 10:11:41', '', 'blog4', '', 'inherit', 'open', 'closed', '', 'blog4', '', '', '2022-01-26 10:11:41', '2022-01-26 10:11:41', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog4.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5606, 1, '2022-01-26 10:11:45', '2022-01-26 10:11:45', '', 'blog5', '', 'inherit', 'open', 'closed', '', 'blog5', '', '', '2022-01-26 10:11:45', '2022-01-26 10:11:45', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog5.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5607, 1, '2022-01-26 10:11:48', '2022-01-26 10:11:48', '', 'blog6', '', 'inherit', 'open', 'closed', '', 'blog6', '', '', '2022-01-26 10:11:48', '2022-01-26 10:11:48', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog6.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5608, 1, '2022-01-26 10:11:51', '2022-01-26 10:11:51', '', 'blog7', '', 'inherit', 'open', 'closed', '', 'blog7', '', '', '2022-01-26 10:11:51', '2022-01-26 10:11:51', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog7.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5609, 1, '2022-01-26 10:11:55', '2022-01-26 10:11:55', '', 'blog8', '', 'inherit', 'open', 'closed', '', 'blog8', '', '', '2022-01-26 10:11:55', '2022-01-26 10:11:55', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog8.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5610, 1, '2022-01-26 10:11:58', '2022-01-26 10:11:58', '', 'blog9', '', 'inherit', 'open', 'closed', '', 'blog9', '', '', '2022-01-26 10:11:58', '2022-01-26 10:11:58', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog9.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5611, 1, '2022-01-26 10:12:01', '2022-01-26 10:12:01', '', 'blog10', '', 'inherit', 'open', 'closed', '', 'blog10', '', '', '2022-01-26 10:12:01', '2022-01-26 10:12:01', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog10.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5612, 1, '2022-01-26 10:12:04', '2022-01-26 10:12:04', '', 'blog11', '', 'inherit', 'open', 'closed', '', 'blog11', '', '', '2022-01-26 10:12:04', '2022-01-26 10:12:04', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog11.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5613, 1, '2022-01-26 10:12:07', '2022-01-26 10:12:07', '', 'blog12', '', 'inherit', 'open', 'closed', '', 'blog12', '', '', '2022-01-26 10:12:07', '2022-01-26 10:12:07', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/blog12.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5614, 1, '2022-01-26 10:12:10', '2022-01-26 10:12:10', '', 'closeup-shot-male-sitting-park-while-holding-bible 2', '', 'inherit', 'open', 'closed', '', 'closeup-shot-male-sitting-park-while-holding-bible-2', '', '', '2022-01-26 10:12:10', '2022-01-26 10:12:10', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5615, 1, '2022-01-26 10:12:13', '2022-01-26 10:12:13', '', 'closeup-shot-male-standing-near-wooden-stand-reading-bible-children 1', '', 'inherit', 'open', 'closed', '', 'closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1', '', '', '2022-01-26 10:12:13', '2022-01-26 10:12:13', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5616, 1, '2022-01-26 10:12:16', '2022-01-26 10:12:16', '', 'shot-people-sitting-near-each-other-reading-bible 1', '', 'inherit', 'open', 'closed', '', 'shot-people-sitting-near-each-other-reading-bible-1', '', '', '2022-01-26 10:12:16', '2022-01-26 10:12:16', '', '0', 'https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5617, 1, '2022-01-26 10:13:34', '2022-01-26 10:13:34', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-mygrace', '', '', '2022-01-26 10:13:34', '2022-01-26 10:13:34', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/2022/01/26/wp-global-styles-mygrace/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5794, 1, '2022-02-11 12:51:08', '2022-02-11 12:51:08', '<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'mega-item-3266', '', 'publish', 'closed', 'closed', '', 'mega-item-3266', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/jet-menu/mega-item-3266/', '0', 'jet-menu', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5907, 1, '2022-02-11 16:29:19', '2022-02-11 16:29:19', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a><style>.elementor-5794 .elementor-element.elementor-element-aec15e3 > .elementor-container{max-width:1180px;}.elementor-5794 .elementor-element.elementor-element-aec15e3 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-5794 .elementor-element.elementor-element-9f3026a:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5794 .elementor-element.elementor-element-250cfa2 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title, .elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-5794 .elementor-element.elementor-element-78422b4  .jet-woo-product-button{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-5794 .elementor-element.elementor-element-78422b4  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products__not-found{text-align:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -15px -30px -15px;}.elementor-5794 .elementor-element.elementor-element-aec15e3{margin-top:0px;margin-bottom:20px;}}@media(max-width:767px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:42%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:35%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:65%;}}</style>		\n							<section data-id=\"aec15e3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"250cfa2\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a></li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'header_v4', '', 'publish', 'closed', 'closed', '', 'header_v4', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', '0', 'https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/?post_type=jet-theme-core&#038;p=5907', '0', 'jet-theme-core', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5909, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<style>/*! elementor - v3.5.2 - 22-12-2021 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"298\" height=\"393\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-1445.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-1445.png 298w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-1445-227x300.png 227w\" sizes=\"(max-width: 298px) 100vw, 298px\" />															\n			<style>/*! elementor - v3.5.2 - 22-12-2021 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Subscribe to our newsletter</h2>		\n		Donec justo eget felis faciilisis fermentumna. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"E-mail\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>', 'popup-subscribe', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 39, 'https://bookblv.com/?p=5909', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5910, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'mega-item-63', '', 'inherit', 'closed', 'closed', '', '2592-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 2592, 'https://bookblv.com/?p=5910', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5911, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<video src=\"https://bookblv.com/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>Wakes up the Christian in you.</h3>		\n		<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>		\n<video src=\"https://bookblv.com/wp-content/uploads/2022/01/3.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<h3>Where you get near to Christ.</h3>		\n<video src=\"https://bookblv.com/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		<p>13.10.22</p>		\n			<h3>Peace provider for your soul.</h3>', 'slider_video', '', 'inherit', 'closed', 'closed', '', '4383-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 4383, 'https://bookblv.com/?p=5911', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5912, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'single_serv', '', 'inherit', 'closed', 'closed', '', '5299-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 5299, 'https://bookblv.com/?p=5912', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5913, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.We’re passionate about creating music that encourages people to pursue a relationship with Jesus.		\n		Billy Graham		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'single_team', '', 'inherit', 'closed', 'closed', '', '5366-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 5366, 'https://bookblv.com/?p=5913', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5914, 1, '2024-11-27 10:50:22', '2024-11-27 10:50:22', '<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'mega-item-3266', '', 'inherit', 'closed', 'closed', '', '5794-revision-v1', '', '', '2024-11-27 10:50:22', '2024-11-27 10:50:22', '', 5794, 'https://bookblv.com/?p=5914', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5915, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<h1>Shop</h1>		\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h2>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h2>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h2>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1449.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1450.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n			<figure><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1451.jpg\" alt=\"image\"><figcaption></figcaption></a></figure>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h3>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" >Captured by a Better Vision</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;68.00</bdi></del> <ins><bdi>&#36;65.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" >Truth for Life</a></h3>\n<bdi>&#36;32.00</bdi>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h3>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h3>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Best book for your soul and mind to stay.</h2>		\n			<a href=\"#\" role=\"button\">\n						Try now!\n					</a>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h3>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h3>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5', 'shop', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 14, 'https://bookblv.com/?p=5915', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5916, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', 'Sale		\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" itemprop=\"image\" title=\"Frame 56\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"The Friend Who Forgives\" loading=\"lazy\" title=\"Frame 56\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" itemprop=\"image\" title=\"Frame 56 (10)\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" title=\"Frame 56 (10)\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n		<a href=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" itemprop=\"image\" title=\"Frame 56 (8)\" rel=\"prettyPhoto[jet-gallery]\"><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" title=\"Frame 56 (8)\" data-caption=\"\" data-src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" data-large_image=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" data-large_image_width=\"750\" data-large_image_height=\"759\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n			<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h1  >The Friend Who Forgives</h1>		\n			<a href=\"#reviews\" rel=\"nofollow\">\n			(1 customer review)		</a>\n	<p>Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals</p>\n			<p><bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi></p>\n<form action=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" method=\"post\" enctype=\'multipart/form-data\' data-product_id=\"2696\" data-product_variations=\"[{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;advent&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:50,&quot;display_regular_price&quot;:64,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;del aria-hidden=&quot;true&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;64.00&lt;/bdi&gt;&lt;/span&gt;&lt;/del&gt; &lt;ins&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;50.00&lt;/bdi&gt;&lt;/span&gt;&lt;/ins&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2702,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;reformation&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:10,&quot;display_regular_price&quot;:10,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;10.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2697,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;gift-vouchers&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:65,&quot;display_regular_price&quot;:65,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;65.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2698,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;dedications&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:35,&quot;display_regular_price&quot;:35,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;35.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2699,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;customised-cards&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:47,&quot;display_regular_price&quot;:47,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;47.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2700,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;},{&quot;attributes&quot;:{&quot;attribute_pa_manufactures&quot;:&quot;christmas&quot;},&quot;availability_html&quot;:&quot;&quot;,&quot;backorders_allowed&quot;:false,&quot;dimensions&quot;:{&quot;length&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;,&quot;height&quot;:&quot;&quot;},&quot;dimensions_html&quot;:&quot;N/A&quot;,&quot;display_price&quot;:15,&quot;display_regular_price&quot;:15,&quot;image&quot;:{&quot;title&quot;:&quot;Frame 56&quot;,&quot;caption&quot;:&quot;&quot;,&quot;url&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;alt&quot;:&quot;image&quot;,&quot;src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-570x600.jpg&quot;,&quot;srcset&quot;:false,&quot;sizes&quot;:&quot;(max-width: 570px) 100vw, 570px&quot;,&quot;full_src&quot;:&quot;https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg&quot;,&quot;full_src_w&quot;:750,&quot;full_src_h&quot;:759,&quot;gallery_thumbnail_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-500x500.jpg&quot;,&quot;gallery_thumbnail_src_w&quot;:500,&quot;gallery_thumbnail_src_h&quot;:500,&quot;thumb_src&quot;:&quot;https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-300x300.jpg&quot;,&quot;thumb_src_w&quot;:300,&quot;thumb_src_h&quot;:300,&quot;src_w&quot;:570,&quot;src_h&quot;:600},&quot;image_id&quot;:2659,&quot;is_downloadable&quot;:false,&quot;is_in_stock&quot;:true,&quot;is_purchasable&quot;:true,&quot;is_sold_individually&quot;:&quot;no&quot;,&quot;is_virtual&quot;:false,&quot;max_qty&quot;:&quot;&quot;,&quot;min_qty&quot;:1,&quot;price_html&quot;:&quot;&lt;span class=&quot;price&quot;&gt;&lt;span class=&quot;woocommerce-Price-amount amount&quot;&gt;&lt;bdi&gt;&lt;span class=&quot;woocommerce-Price-currencySymbol&quot;&gt;&amp;#36;&lt;/span&gt;15.00&lt;/bdi&gt;&lt;/span&gt;&lt;/span&gt;&quot;,&quot;sku&quot;:&quot;0001&quot;,&quot;variation_description&quot;:&quot;&quot;,&quot;variation_id&quot;:2701,&quot;variation_is_active&quot;:true,&quot;variation_is_visible&quot;:true,&quot;weight&quot;:&quot;&quot;,&quot;weight_html&quot;:&quot;N/A&quot;}]\">\n			<table cellspacing=\"0\">\n			<tbody>\n									<tr>\n						<th><label for=\"pa_manufactures\">Manufactures</label></th>\n						<td>\n							<select id=\"pa_manufactures\" name=\"attribute_pa_manufactures\" data-attribute_name=\"attribute_pa_manufactures\" data-show_option_none=\"yes\"><option value=\"\">Choose an option</option><option value=\"advent\" >Advent</option><option value=\"christmas\" >Christmas</option><option value=\"customised-cards\" >Customised cards</option><option value=\"dedications\" >Dedications</option><option value=\"gift-vouchers\" >Gift Vouchers</option><option value=\"reformation\" >Reformation</option></select><a href=\"#\">Clear</a>						</td>\n					</tr>\n							</tbody>\n		</table>\n				<label for=\"quantity_620e3f8f16ef0\">The Friend Who Forgives quantity</label>\n		<input\n			type=\"number\"\n			id=\"quantity_620e3f8f16ef0\"\n			class=\"input-text qty text\"\n			step=\"1\"\n			min=\"1\"\n			max=\"\"\n			name=\"quantity\"\n			value=\"1\"\n			title=\"Qty\"\n			size=\"4\"\n			placeholder=\"\"\n			inputmode=\"numeric\"\n			autocomplete=\"off\"\n		/>\n	<button type=\"submit\">Add to cart</button>\n	<input type=\"hidden\" name=\"add-to-cart\" value=\"2696\" />\n	<input type=\"hidden\" name=\"product_id\" value=\"2696\" />\n	<input type=\"hidden\" name=\"variation_id\" value=\"0\" />\n	</form>\n		SKU: 0001\n	Categories: <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" rel=\"tag\">Adults</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" rel=\"tag\">Children</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" rel=\"tag\">Teenagers</a>\n	Tags: <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/dedications/\" rel=\"tag\">Dedications</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/gift/\" rel=\"tag\">Gift</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/gifts/\" rel=\"tag\">Gifts</a>, <a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-tag/reformation/\" rel=\"tag\">Reformation</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"13\" viewBox=\"0 0 13 13\" fill=\"\"><path d=\"M5.60541 9.5659L4.41037 10.7609C3.81191 11.3594 2.83814 11.3596 2.23938 10.7609C1.64101 10.1625 1.64121 9.18872 2.23968 8.59025L4.63918 6.19075C5.19371 5.63622 6.07067 5.59526 6.67241 6.06845C6.72002 6.10585 6.76594 6.14661 6.80988 6.19055C7.07638 6.45695 7.48957 6.46131 7.75052 6.20027L8.50251 5.44827C8.37893 5.26072 8.23611 5.08576 8.07534 4.92499C7.84871 4.69846 7.59738 4.5113 7.32959 4.36402C6.28183 3.78608 4.98602 3.81494 3.96276 4.4505C3.75021 4.58251 3.54917 4.74071 3.36469 4.92529L0.974115 7.31587C-0.324672 8.61465 -0.324672 10.7278 0.973916 12.0265C2.2728 13.3253 4.38587 13.3253 5.68476 12.0265L7.83532 9.87595C7.08411 9.97533 6.31089 9.87218 5.60541 9.5659Z\"></path><path d=\"M12.026 0.97399C10.7273 -0.324697 8.6142 -0.324697 7.31531 0.974189L5.16495 3.12455C5.91616 3.02507 6.68938 3.12822 7.39486 3.43459L8.59 2.23945C9.18846 1.64099 10.162 1.64099 10.7605 2.23945C11.3592 2.83811 11.3592 3.81168 10.7607 4.41015L8.36089 6.80995C7.81251 7.35833 6.94219 7.39621 6.34115 6.9253C6.29196 6.88711 6.24494 6.84536 6.19982 6.80023C5.93778 6.53819 5.51159 6.53839 5.24956 6.80043L4.49756 7.55242C4.62124 7.73958 4.76426 7.91474 4.92473 8.07521C5.15295 8.30343 5.40646 8.49148 5.67614 8.63956C6.72965 9.21789 8.032 9.18406 9.05596 8.53849C9.26166 8.40886 9.45635 8.25443 9.63528 8.07541L12.026 5.68483C13.3247 4.38594 13.3247 2.27288 12.026 0.97399Z\"></path></svg>					</a>\n			Loading...\n		<ul role=\"tablist\">\n							<li id=\"tab-title-description\" role=\"tab\" aria-controls=\"tab-description\">\n					<a href=\"#tab-description\">\n						Description					</a>\n				</li>\n							<li id=\"tab-title-additional_information\" role=\"tab\" aria-controls=\"tab-additional_information\">\n					<a href=\"#tab-additional_information\">\n						Additional information					</a>\n				</li>\n							<li id=\"tab-title-reviews\" role=\"tab\" aria-controls=\"tab-reviews\">\n					<a href=\"#tab-reviews\">\n						Reviews (1)					</a>\n				</li>\n					</ul>\n<style>.elementor-2696 .elementor-element.elementor-element-127ce06 .elementor-repeater-item-accbf72.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2696 .elementor-element.elementor-element-5598b3d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2696 .elementor-element.elementor-element-f957053 .elementor-heading-title{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-2696 .elementor-element.elementor-element-f957053 > .elementor-widget-container{margin:-40px 0px 20px 0px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-2696 .elementor-element.elementor-element-c6b8e6c{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}@media(max-width:1024px){.elementor-2696 .elementor-element.elementor-element-f957053 > .elementor-widget-container{margin:-32px 0px 20px 0px;}.elementor-2696 .elementor-element.elementor-element-19b8dbc > .elementor-widget-container{margin:0px 0px 20px 0px;}}</style>		\n							<section data-id=\"127ce06\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;accbf72&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Description</h2>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.						\n							Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure						\n		</section>\n	<h2>Additional information</h2>\n<table>\n			<tr>\n			<th>Manufactures</th>\n			<td><p>Advent, Christmas, Customised cards, Dedications, Gift Vouchers, Reformation</p>\n</td>\n		</tr>\n	</table>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1431.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1431.png 71w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/10/Group-1431-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\n			<h2>Recent products</h2>		\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h3>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h3>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h3>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5', 'single-product', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 15, 'https://bookblv.com/?p=5916', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5917, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10\">\n							<img width=\"101\" height=\"34\" src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"logo\" loading=\"lazy\" />								</a>\n		<p>*These statements have not been evaluated by the Food and Drug Administration. </p>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style>		<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<h3>Contact for a Free Consultation:</h3><a href=\"tel:188005553535\">+1 8 800 555 35 35 </a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>160 Broadway, New York, NY 10038, <br>\n102 1st Avenue, New York, NY 100</p>\n		<a href=\"#\">Zemez</a> ©. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 25, 'https://bookblv.com/?p=5917', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5918, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a></li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a><style>.elementor-2592 .elementor-element.elementor-element-dab5234 > .elementor-container{max-width:1180px;}.elementor-2592 .elementor-element.elementor-element-dab5234 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2592 .elementor-element.elementor-element-34b09af:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2592 .elementor-element.elementor-element-e880604 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title, .elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-product-button{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products__not-found{text-align:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -15px -30px -15px;}}@media(max-width:767px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:42%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:35%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:65%;}}</style>		\n							<section data-id=\"dab5234\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"e880604\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'header', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 75, 'https://bookblv.com/?p=5918', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5919, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Products</h1>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"30\"\n			data-label=\"Adults\"\n					>\n						Adults\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"32\"\n			data-label=\"Children\"\n					>\n						Children\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"34\"\n			data-label=\"Family\"\n					>\n						Family\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"33\"\n			data-label=\"Preschool\"\n					>\n						Preschool\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"31\"\n			data-label=\"Teenagers\"\n					>\n						Teenagers\n	</label>\n			Price filter\n		<input type=\"range\" step=\"1\" min=\"9\" max=\"98\" value=\"9\" tabindex=\"-1\">\n		<input type=\"range\" step=\"1\" min=\"9\" max=\"98\" value=\"98\" tabindex=\"-1\">\n		$9 — $98\n			<h2>Manufactures</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"35\"\n			data-label=\"Advent\"\n					>\n						Advent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"36\"\n			data-label=\"Cards\"\n					>\n						Cards\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"37\"\n			data-label=\"Christmas\"\n					>\n						Christmas\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"38\"\n			data-label=\"Customised cards\"\n					>\n						Customised cards\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"39\"\n			data-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"45\"\n			data-label=\"Easter\"\n					>\n						Easter\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"41\"\n			data-label=\"Gift Vouchers\"\n					>\n						Gift Vouchers\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"40\"\n			data-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"42\"\n			data-label=\"Halloween\"\n					>\n						Halloween\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"43\"\n			data-label=\"Lent\"\n					>\n						Lent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"44\"\n			data-label=\"Reformation\"\n					>\n						Reformation\n	</label>\n			<h2>Tag Cloud</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"22\"\n			data-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"29\"\n			data-label=\"Easter\"\n					>\n						Easter\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"24\"\n			data-label=\"Gift\"\n					>\n						Gift\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"23\"\n			data-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"26\"\n			data-label=\"Halloween\"\n					>\n						Halloween\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"27\"\n			data-label=\"Lent\"\n					>\n						Lent\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"28\"\n			data-label=\"Reformation\"\n					>\n						Reformation\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"25\"\n			data-label=\"Vouchers\"\n					>\n						Vouchers\n	</label>\n			<h2>Top Rated Products</h2>		\n			<ul  >\n<li data-product-id=\"2694\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />\n			<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5		\n</li>\n<li data-product-id=\"2687\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />\n			<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" >ESV Reference Bible</a></h3>\n<bdi>&#36;94.00</bdi>\nRated <strong>4.00</strong> out of 5		\n</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n	>\n		Clear all	</button>\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives-%e2%80%a8/\" >The Friend Who Forgives  </a></h2>\n<bdi>&#36;25.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/serving-without-sinking/\" >Serving without sinking</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;20.00</bdi></del> <ins><bdi>&#36;15.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/living-without-worry/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-13.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-13.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-13-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/living-without-worry/\" >Living without Worry</a></h2>\n<bdi>&#36;45.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-12.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-12-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/greatest-challenge/\" >Greatest Challenge</a></h2>\n<bdi>&#36;15.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-11.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-11-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/captured-by-a-better-vision/\" >Captured by a Better Vision</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;68.00</bdi></del> <ins><bdi>&#36;65.00</bdi></ins>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/purity-in-the-age/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-10.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-10-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/purity-in-the-age/\" >Purity in the age</a></h2>\n<bdi>&#36;24.00</bdi>\nRated <strong>5.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/hope-explored-invitations/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-9-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/hope-explored-invitations/\" >Hope Explored Invitations</a></h2>\n<bdi>&#36;78.00</bdi>\nRated <strong>5.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/life-that-lasts/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-8.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-8-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/life-that-lasts/\" >Life that lasts</a></h2>\n<bdi>&#36;45.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-7.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-7-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/truth-for-life/\" >Truth for Life</a></h2>\n<bdi>&#36;32.00</bdi>\nRated <strong>3.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/just-ask/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-6.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-6.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-6-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	Sale\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/just-ask/\" >Just Ask</a></h2>\n<del aria-hidden=\"true\"><bdi>&#36;67.00</bdi></del> <ins><bdi>&#36;59.00</bdi></ins>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-5.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-5-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/take-heart/\" >Take Heart</a></h2>\n<bdi>&#36;12.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-4.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-4-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/repeat-the-sounding-joy/\" >Repeat the Sounding Joy</a></h2>\n<bdi>&#36;74.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-3.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-3-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/esv-reference-bible/\" >ESV Reference Bible</a></h2>\n<bdi>&#36;94.00</bdi>\nRated <strong>4.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-2.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-2-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-promise-and-light/\" >The Promise and Light</a></h2>\n<bdi>&#36;9.00</bdi>\nRated <strong>2.00</strong> out of 5\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h2>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5', 'shop-with-sidebar', '', 'inherit', 'closed', 'closed', '', '2852-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2852, 'https://bookblv.com/?p=5919', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5920, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a></li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a><style>.elementor-2592 .elementor-element.elementor-element-dab5234 > .elementor-container{max-width:1180px;}.elementor-2592 .elementor-element.elementor-element-dab5234 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2592 .elementor-element.elementor-element-34b09af:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay, .elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2592 .elementor-element.elementor-element-e880604 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-1e70b13 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-1e70b13 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-1e70b13 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-f7415b8 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-f7415b8 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-f7415b8 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-5f08352 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-5f08352 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-5f08352 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-0770f39 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-0770f39 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-0770f39 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-70fdde3 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-70fdde3 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-70fdde3 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-9d4bc38 .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-9d4bc38 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-2d6e03d .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-2d6e03d > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-2d6e03d .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:hover svg, .elementor-2592 .elementor-element.elementor-element-50e4fbd .elementor-button:focus svg{fill:#FB571C;}.elementor-2592 .elementor-element.elementor-element-50e4fbd > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-2592 .elementor-element.elementor-element-50e4fbd .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title, .elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-product-button{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products__not-found{text-align:center;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px -15px -30px -15px;}}@media(max-width:767px){.elementor-2592 .elementor-element.elementor-element-34b09af > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-2592 .elementor-element.elementor-element-40a6e04 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-756ce37 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-2592 .elementor-element.elementor-element-3fcb4e1 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:42%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2592 .elementor-element.elementor-element-40a6e04{width:35%;}.elementor-2592 .elementor-element.elementor-element-756ce37{width:65%;}}</style>		\n							<section data-id=\"dab5234\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"e880604\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'posts_header', '', 'inherit', 'closed', 'closed', '', '5018-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5018, 'https://bookblv.com/?p=5920', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5921, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo.svg\" alt=\"My Grace\" width=\"101\" height=\"34\"></a>\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">Shop</a><style>.elementor-5794 .elementor-element.elementor-element-aec15e3 > .elementor-container{max-width:1180px;}.elementor-5794 .elementor-element.elementor-element-aec15e3 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-5794 .elementor-element.elementor-element-9f3026a:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5794 .elementor-element.elementor-element-250cfa2 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-thumbnail{border-radius:8px 8px 8px 8px;background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title, .elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title{text-align:center;margin:0px 0px 5px 0px;order:2;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-excerpt{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button{display:inline-block;color:#ffffff;text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button> *{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button:hover{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-button .button:hover > *{text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .quantity{display:inline-block;width:70px;}.elementor-5794 .elementor-element.elementor-element-78422b4  .jet-woo-product-button{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;text-align:center;order:3;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del{display:inline-block;color:#999999;text-decoration:line-through;font-size:14px;font-weight:400;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price ins{display:inline-block;color:#202020;text-decoration:none;font-size:18px;font-weight:600;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del .amount{color:#999999;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price ins .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars{color:#D7D7D7;font-size:11px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-categories{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-tags{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badge{display:inline-flex;border-radius:50% 50% 50% 50%;color:#FB571C;background-color:#FFFFFF;justify-content:center;padding:7px 6px 8px 6px;margin:9px 0px 0px 8px;}.elementor-5794 .elementor-element.elementor-element-78422b4  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badges{text-align:left;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-stock-status{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-sku{text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products__not-found{text-align:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:2;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -15px -30px -15px;}.elementor-5794 .elementor-element.elementor-element-aec15e3{margin-top:0px;margin-bottom:20px;}}@media(max-width:767px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:42%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:35%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:65%;}}</style>		\n							<section data-id=\"aec15e3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n								<section data-id=\"250cfa2\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Bible\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Audio\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Books\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\" role=\"button\">\n						Video\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\" role=\"button\">\n						Clothes\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\" role=\"button\">\n						Paraphernalia\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\" role=\"button\">\n						Educational literature\n					</a>\n			<img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">		\n			<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\" role=\"button\">\n						Candles\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	Sale<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/the-friend-who-forgives/\" >The Friend Who Forgives</a></h3>\n<bdi>&#36;10.00</bdi> &ndash; <bdi>&#36;65.00</bdi>\nRated <strong>4.00</strong> out of 5\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>	\n	<h3 ><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n<bdi>&#36;98.00</bdi>\nRated <strong>5.00</strong> out of 5\n		</section>\n		</section>\n		</li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">Shop without Sidebar</a></li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">Contacts</a></li>\n</ul>		\n			<mobile-menu></mobile-menu><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"27\" height=\"25\" viewBox=\"0 0 27 25\" fill=\"none\"><rect width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"11\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect><rect y=\"22\" width=\"27\" height=\"3\" rx=\"1.5\" fill=\"white\"></rect></svg>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/cart/\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		5\n		</a>\n		<h4>My cart</h4>	\n			<a href=\"#\" role=\"button\">\n						Donate\n					</a>\n		<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/\" rel=\"home\" title=\"Home\">Home</a>', 'header_v4', '', 'inherit', 'closed', 'closed', '', '5907-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5907, 'https://bookblv.com/?p=5921', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5922, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- 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://bookblv.com/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', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2, 'https://bookblv.com/?p=5922', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5923, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/policy.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Privacy Policy</h1>		\n			<h2>1. Ultricies mi quis hendrerit</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:</p><p>•  Lorem ipsum dolor sit amet<br />•  Consectetur adipiscing elit, sed do eiusmod tempor <br />•  Labore et dolore magna aliqua <br />•  Ut enim ad minim veniam, quis nostrud</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.</p><p> Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Pretium nibh ipsum Vitae tortor condimentum</h2>		\n		Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 3, 'https://bookblv.com/?p=5923', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5925, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/hello.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Life.Church wants to make a lasting difference in your life, in our community, and in the world.</h1>		\n		Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.		\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Life</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"638\" height=\"573\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png 638w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-600x539.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-300x269.png 300w\" sizes=\"(max-width: 638px) 100vw, 638px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Our Achievement!</h2>		\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4733)\"><path d=\"M47.1052 11.3017C47.9541 9.2536 46.982 6.90511 44.934 6.05618C42.8859 5.20725 40.5374 6.17935 39.6885 8.22742C38.8396 10.2755 39.8117 12.624 41.8597 13.4729C43.9078 14.3218 46.2563 13.3498 47.1052 11.3017Z\" fill=\"#FB571C\"></path><path d=\"M42.7186 14.9447C42.5298 14.9447 42.3873 15.1143 42.4216 15.3L42.6689 16.6394C42.6954 16.7827 42.8202 16.8866 42.9659 16.8866H43.9731C44.1188 16.8866 44.2437 16.7827 44.2701 16.6394L44.5174 15.3C44.5517 15.1143 44.4091 14.9447 44.2204 14.9447H42.7186Z\" fill=\"#FB571C\"></path><path d=\"M26.5108 16.6893C28.5455 16.3594 29.9275 14.4426 29.5977 12.408C29.2678 10.3733 27.351 8.99129 25.3164 9.32112C23.2817 9.65095 21.8997 11.5677 22.2295 13.6024C22.5594 15.6371 24.4762 17.0191 26.5108 16.6893Z\" fill=\"#FB571C\"></path><path d=\"M55.8155 23.3313L53.649 18.4925C52.6828 16.3345 50.539 14.9446 48.1747 14.9446H46.224C46.209 15.0332 45.5833 18.6846 44.2149 19.7257L44.4227 18.7392C44.4296 18.7067 44.4298 18.6731 44.4234 18.6404L44.1794 17.4004C44.1565 17.2843 44.0547 17.2005 43.9363 17.2005H43.0008C42.8825 17.2005 42.7806 17.2843 42.7577 17.4004L42.5139 18.6404C42.5074 18.6731 42.5076 18.7067 42.5145 18.7392L42.7223 19.7257C41.3539 18.6846 40.7283 15.0332 40.7133 14.9446H38.2C35.6232 14.9446 33.5164 17.0417 33.5033 19.6185L33.4893 22.4181C33.1795 21.5302 33.1474 21.4118 32.9976 21.0472L32.3463 12.8237C32.2178 11.2016 31.4889 9.7003 30.2938 8.59617C29.0987 7.49205 27.5445 6.88391 25.9173 6.88391C24.2903 6.88391 22.7361 7.49205 21.5409 8.59617C20.3458 9.7003 19.6169 11.2017 19.4885 12.8237L18.8372 21.0471C18.6389 21.53 17.556 24.7732 14.3678 33.4831C14.0262 34.4172 14.5067 35.4514 15.4408 35.793C16.3748 36.1344 17.4092 35.6543 17.7507 34.72C17.7712 34.6642 19.1774 30.8167 20.4779 27.1845L17.6103 41.7194C17.4192 42.6882 18.1606 43.5903 19.1481 43.5903H21.1284V52.4061C21.1284 53.578 22.0397 54.576 23.2108 54.6176C24.4403 54.6613 25.4507 53.6776 25.4507 52.4579V43.5903H26.3839V52.4061C26.3839 53.578 27.2952 54.576 28.4663 54.6176C29.6958 54.6613 30.7062 53.6776 30.7062 52.4579V43.5903H32.6865C33.6739 43.5903 34.4155 42.6882 34.2243 41.7194L31.3568 27.1842C31.684 28.0979 32.8155 31.2735 34.0532 34.7463C34.7327 36.6531 37.5549 36.1653 37.5549 34.141V19.6391C37.5566 19.3122 37.9736 19.0463 38.3004 19.0463V52.2231C38.3004 53.5331 39.3724 54.6401 40.6822 54.6186C41.9524 54.5978 42.9756 53.5618 42.9756 52.2867C42.9751 44.0954 42.9769 33.7104 42.9732 33.6174H43.9643C43.9605 33.7095 43.9619 52.2481 43.9619 52.2342C43.9619 53.5418 45.0319 54.6434 46.3392 54.6186C47.6065 54.5945 48.6119 53.5598 48.6119 52.2867C48.6119 51.4137 48.6119 29.7888 48.6119 29.384L47.3199 29.8092C45.6361 30.3694 43.818 29.4749 43.2303 27.8072C42.6259 26.0918 43.6032 24.1981 45.329 23.6238L48.5973 22.5365V19.0945C49.1697 19.2257 49.6599 19.6182 49.9061 20.1681L51.1513 22.9493C49.7457 23.417 47.0175 24.3248 45.6466 24.781C44.5722 25.1386 43.9909 26.2994 44.3484 27.3739C44.7059 28.4481 45.8668 29.0296 46.9414 28.6721C48.7515 28.0697 53.4225 26.5154 54.5961 26.1249C55.7496 25.7412 56.3186 24.4402 55.8155 23.3313ZM29.0374 17.9238C26.6615 17.9597 25.1835 17.9598 22.7974 17.9238C21.949 17.9238 21.2027 18.1628 20.5618 18.6376L21.0126 12.9442C21.2138 10.4031 23.3683 8.41252 25.9173 8.41252C28.4664 8.41252 30.6209 10.4031 30.8222 12.9442L31.2731 18.6376C30.6321 18.1629 29.8858 17.9238 29.0374 17.9238Z\" fill=\"#FB571C\"></path><path d=\"M14.2434 17.1875V11.2644H14.5043C15.1072 11.2644 15.4994 10.6297 15.2298 10.0904L10.6147 1.82924C10.3158 1.2314 9.46263 1.2314 9.16366 1.82924L4.35476 10.0904C4.08513 10.6297 4.47731 11.2644 5.08029 11.2644H5.53489V17.1875L0.939107 19.8502C0.355393 20.1884 -0.00293874 20.8131 1.81594e-05 21.4878L0.0518186 33.6487C0.0518186 34.4124 0.670905 35.0315 1.43455 35.0315H6.10557V28.1773C6.10557 26.0876 7.79954 24.3936 9.88919 24.3936C11.9788 24.3936 13.6728 26.0876 13.6728 28.1773V31.7424C16.4472 24.1376 17.2507 21.7249 17.6053 20.7682L17.7276 19.224L14.2434 17.1875ZM9.88919 17.2377C8.64281 17.2377 7.63242 16.2274 7.63242 14.9811C7.63242 13.7347 8.64281 12.7243 9.88919 12.7243C11.1356 12.7243 12.146 13.7347 12.146 14.9811C12.1459 16.2274 11.1355 17.2377 9.88919 17.2377Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4733\"><rect width=\"56\" height=\"56\" fill=\"white\"></rect></clipPath></defs></svg>			\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							New parishioners\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4747)\"><path d=\"M4.9695 35.1028C4.38629 35.3214 4 35.8788 4 36.5018V52.5056C4 53.3309 4.66898 53.9998 5.49414 53.9998H13.8148V31.7858L4.9695 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M54.0306 35.1028L45.1853 31.7858V53.9998H53.506C54.3311 53.9998 55.0001 53.3309 55.0001 52.5056V36.5018C55.0001 35.8788 54.6138 35.3214 54.0306 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M41.2912 22.3255L30.994 17.9124V10.7895H34.301C35.1262 10.7895 35.7952 10.1205 35.7952 9.29531C35.7952 8.47015 35.1262 7.80117 34.301 7.80117H30.994V4.49414C30.994 3.66898 30.325 3 29.4999 3C28.6747 3 28.0057 3.66898 28.0057 4.49414V7.80117H24.6987C23.8735 7.80117 23.2046 8.47015 23.2046 9.29531C23.2046 10.1205 23.8735 10.7895 24.6987 10.7895H28.0057V17.9124L17.7085 22.3255C17.1592 22.5609 16.803 23.1012 16.803 23.6988V30.6654V54H18.2971H28.0057V42.9037C28.0057 42.0784 28.6747 41.4096 29.4999 41.4096C30.325 41.4096 30.994 42.0784 30.994 42.9037V54H40.7026H42.1968V30.6654V23.6988C42.1968 23.1012 41.8406 22.5609 41.2912 22.3255ZM30.5563 34.358C30.2785 34.6358 29.8929 34.7953 29.4996 34.7953C29.1061 34.7953 28.7215 34.6358 28.4437 34.358C28.1647 34.08 28.0054 33.6946 28.0054 33.3012C28.0054 32.9077 28.1648 32.5232 28.4437 32.2443C28.7215 31.9664 29.106 31.807 29.4996 31.807C29.8929 31.807 30.2785 31.9664 30.5563 32.2443C30.8343 32.5222 30.9937 32.9077 30.9937 33.3012C30.9937 33.6946 30.8343 34.0801 30.5563 34.358Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4747\"><rect width=\"51\" height=\"51\" fill=\"white\" transform=\"translate(4 3)\"></rect></clipPath></defs></svg>			\n				0\n							Open churches\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"51\" height=\"51\" viewBox=\"0 0 51 51\" fill=\"none\"><path d=\"M41.9355 9.84032L38.4979 6.40263C38.7776 5.8182 38.9473 5.17229 38.9473 4.48242C38.9473 2.01086 36.9364 0 34.4648 0C31.9933 0 29.9824 2.01086 29.9824 4.48242C29.9824 6.95398 31.9933 8.96484 34.4648 8.96484C35.1547 8.96484 35.8006 8.7952 36.385 8.51543L38.9473 11.0777V14.9414H12.0527V11.0777L14.615 8.51543C15.1994 8.7952 15.8453 8.96484 16.5352 8.96484C19.0067 8.96484 21.0176 6.95398 21.0176 4.48242C21.0176 2.01086 19.0067 0 16.5352 0C14.0636 0 12.0527 2.01086 12.0527 4.48242C12.0527 5.17229 12.2224 5.8182 12.5021 6.40263L9.06445 9.84032V14.9414H6.07617V20.918H44.9238V14.9414H41.9355V9.84032Z\" fill=\"#FB571C\"></path><path d=\"M12.2088 51H38.7913L41.7792 23.9062H9.22095L12.2088 51ZM21.0177 29.8828H24.0059V26.8945H26.9942V29.8828H29.9825V32.8711H26.9942V38.8477H24.0059V32.8711H21.0177V29.8828Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Sermon of the Year\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><path d=\"M55.5191 40.5837C54.729 39.7936 53.8869 39.0791 52.9979 38.4393C51.1039 40.6267 48.8801 42.4652 46.3728 43.9126C42.4891 46.1553 38.072 47.3526 33.5896 47.381C35.9698 48.3408 38.536 48.8444 41.1798 48.8444C46.5965 48.8444 51.689 46.735 55.5192 42.9048C55.8269 42.5971 55.9998 42.1798 55.9998 41.7448C55.9997 41.3097 55.8268 40.8915 55.5191 40.5837Z\" fill=\"#FB571C\"></path><path d=\"M3.0018 38.4393C2.1128 39.0792 1.27072 39.7937 0.480594 40.5837C0.172922 40.8915 0 41.3097 0 41.7448C0 42.1798 0.172922 42.5971 0.480594 42.9048C4.3108 46.735 9.4033 48.8444 14.82 48.8444C17.4638 48.8444 20.03 48.3408 22.4102 47.381C17.9274 47.3526 13.5107 46.1553 9.62653 43.9123C7.11944 42.4652 4.89563 40.6267 3.0018 38.4393Z\" fill=\"#FB571C\"></path><path d=\"M11.2668 41.071C13.9943 42.646 17.1652 43.7022 20.5458 44.0082C14.7042 40.775 11.5471 36.2861 10.061 33.7122C8.42677 30.8818 7.32219 27.815 6.77291 24.588C5.14092 24.658 3.51627 24.9017 1.93558 25.3218C1.21371 25.4942 0.677002 26.144 0.677002 26.9186C0.677002 27.0621 0.695814 27.2049 0.733002 27.3435C2.40863 33.5934 6.49991 38.3193 11.2668 41.071Z\" fill=\"#FB571C\"></path><path d=\"M35.4534 44.0082C38.8339 43.7021 42.0049 42.6461 44.7324 41.0711C49.4993 38.3193 53.5906 33.5934 55.2663 27.3436C55.3035 27.205 55.3223 27.0622 55.3223 26.9187C55.3223 26.1441 54.7856 25.4943 54.0637 25.3219C52.4831 24.9018 50.8584 24.658 49.2264 24.5881C48.6771 27.8151 47.5726 30.8819 45.9383 33.7123C44.4521 36.2862 41.2987 40.7729 35.4534 44.0082Z\" fill=\"#FB571C\"></path><path d=\"M20.4855 40.1347C18.8277 37.4568 16.2531 32.3165 16.2531 25.2703C16.2531 21.6996 16.9141 18.2264 18.2159 14.9312C16.4228 13.9084 14.5002 13.113 12.4985 12.5769C11.6231 12.3426 10.7239 12.8617 10.4893 13.7368C8.6986 20.4172 9.96156 26.9781 12.9025 32.0714C14.6881 35.164 17.2523 37.9898 20.4855 40.1347Z\" fill=\"#FB571C\"></path><path d=\"M35.5127 40.1358C38.7467 37.9909 41.3114 35.1646 43.0972 32.0716C46.0382 26.9781 47.3011 20.4174 45.5104 13.7369C45.2758 12.8618 44.3767 12.3426 43.5012 12.577C41.4992 13.1132 39.5765 13.9088 37.7832 14.9318C39.0848 18.2268 39.7457 21.6999 39.7457 25.2704C39.7458 32.3227 37.1667 37.4644 35.5127 40.1358Z\" fill=\"#FB571C\"></path><path d=\"M29.1595 7.63587C28.8519 7.3282 28.4336 7.15527 27.9985 7.15527C27.5634 7.15527 27.1462 7.3282 26.8385 7.63587C22.5412 11.9331 19.5344 18.1364 19.5344 25.2705C19.5344 32.4079 22.5446 38.6114 26.8385 42.9052C27.1462 43.2128 27.5644 43.3857 27.9995 43.3857C28.4346 43.3857 28.8519 43.2128 29.1595 42.9052C33.4523 38.6125 36.4636 32.4095 36.4636 25.2705C36.4637 18.1331 33.4546 11.9307 29.1595 7.63587Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Saved souls\n															<img width=\"610\" height=\"520\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png 610w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-600x511.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-300x256.png 300w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-350x298.png 350w\" sizes=\"(max-width: 610px) 100vw, 610px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Family</h2>		\n		Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.</p>		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<h2>About Billy Graham</h2>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		Billy Graham		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Services</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>\n			<h2>To Worship God and Equip The Saints For Ministry.</h2>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>How Can We Help?</h2>		\n		If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!		\n						<style>.elementor-1120 .elementor-element.elementor-element-fa98a31 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1120 .elementor-element.elementor-element-26eba3e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1120 .elementor-element.elementor-element-825823c{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1120 .elementor-element.elementor-element-825823c > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1120 .elementor-element.elementor-element-c6ad9d6{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"fa98a31\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What equipment do I need?</h3>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1152 .elementor-element.elementor-element-a73be84 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1152 .elementor-element.elementor-element-f84913e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1152 .elementor-element.elementor-element-71b9545{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a73be84\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How much does the Platform?</h3>		\n							<p>The Church Online Platform was built by Life.Church and is offered free to other churches. All support, feature releases.</p>						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1150 .elementor-element.elementor-element-a60f9cf .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1150 .elementor-element.elementor-element-3b77378{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a60f9cf\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What staffing do I need?</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1153 .elementor-element.elementor-element-eac1884 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1153 .elementor-element.elementor-element-843e517{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1153 .elementor-element.elementor-element-843e517 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1153 .elementor-element.elementor-element-04407c1{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"eac1884\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Rebuild, renovate, restore</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1151 .elementor-element.elementor-element-5442771 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1151 .elementor-element.elementor-element-8f113f2{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1151 .elementor-element.elementor-element-8f113f2 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1151 .elementor-element.elementor-element-52701e0{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"5442771\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How quickly can I start?</h3>		\n							Churches can begin running services online fairly quickly. Many churches using the Church Online Platform started online ministry.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1154 .elementor-element.elementor-element-6f46f5c .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1154 .elementor-element.elementor-element-685a212 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1154 .elementor-element.elementor-element-dd17244{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1154 .elementor-element.elementor-element-dd17244 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1154 .elementor-element.elementor-element-be76141{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"6f46f5c\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Faith for the future?</h3>		\n							To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							<p>If you’ve been thinking about starting online church services for a while, or you’re feeling the pressure to launch quickly.</p>						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>', 'About us', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 46, 'https://bookblv.com/?p=5925', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5926, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-4-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Сhief preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/about-billy-graham/\">Billy Graham</a>\n															<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-5-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-1-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/about-john-stewart/\">John Stewart</a>\n															<img width=\"900\" height=\"990\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6.jpg 900w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-600x660.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-273x300.jpg 273w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1440-6-768x845.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n															<img width=\"180\" height=\"180\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2.jpg 180w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-1441-2-100x100.jpg 100w\" sizes=\"(max-width: 180px) 100vw, 180px\" />															\n		Preacher<a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg></a><a href=\"#\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg></a><a href=\"https://bookblv.com/team/hanna-brown/\">Hanna Brown</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>What We Believe</h1>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n															<img width=\"373\" height=\"337\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4.jpg 373w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-300x271.jpg 300w\" sizes=\"(max-width: 373px) 100vw, 373px\" />															\n															<img width=\"300\" height=\"271\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5.jpg\" alt=\"image\" loading=\"lazy\" />															\n															<img width=\"746\" height=\"674\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-4-1.jpg 746w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-1-600x542.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/0014-4-1-300x271.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" />															\n															<img width=\"750\" height=\"678\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-2.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-2.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-2-600x542.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-2-300x271.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" />															\n															<img width=\"299\" height=\"255\" src=\"https://bookblv.com/wp-content/uploads/2021/12/0014-4.png\" alt=\"image\" loading=\"lazy\" />															\n															<img width=\"375\" height=\"339\" src=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/0014-5-1.jpg 375w, https://bookblv.com/wp-content/uploads/2021/11/0014-5-1-300x271.jpg 300w\" sizes=\"(max-width: 375px) 100vw, 375px\" />															\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.We’re passionate about creating music that encourages people to pursue a relationship with Jesus.Billy GrahamYou don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, friends, you can laugh, grow, and serve with people who genuinely care about you or LifeGroup to join.		\n			<a href=\"https://bookblv.com/contact-us/\" role=\"button\">\n						Contact us\n					</a>\n			<h2>Solutions for all situations\nis Christianity</h2>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Services</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>', 'Team', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 48, 'https://bookblv.com/?p=5926', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5927, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About Billy Graham', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 50, 'https://bookblv.com/?p=5927', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5928, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Bring your skills to Life.</h1>		\n		October 1, 2021 – November 1, 2021 • Senior Weekend is November 12–14		\n			<h2>Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n			Location		\n			Address		\n			Contact		\n			Times		\n		LCBC BranchCreek (Harleysville)100 Main Street Harleysville, PA 19438		\n			<a href=\"tel:+2152560100\" role=\"button\">\n						215-256-0100\n					</a>\n			<a href=\"mailto:example@church.com\" role=\"button\">\n						Send Email\n					</a>\n		Sundays: 9am, *10:45am / Mondays: *6:30pm		\n			Location		\n		LCBC BranchCreek (Harleysville)		\n			Address		\n		100 Main Street Harleysville, PA 19438		\n			Contact		\n			<a href=\"tel:+2152560100\" role=\"button\">\n						215-256-0100\n					</a>\n			<a href=\"mailto:example@church.com\" role=\"button\">\n						Send Email\n					</a>\n			Times		\n		Sundays: 9am, *10:45am / Mondays: *6:30pm		\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"/>\n<circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"/>\n<circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"/>\n</svg>\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" loading=\"lazy\" />				<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"/>\n<circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"/>\n<circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"/>\n</svg>\n			<h2>God speaks to us everywhere</h2>		\n		<p>Since 2011, churches around the world have leveraged the Church Online Platform every country on Earth.</p>		\n			<a href=\"https://bookblv.com/contact-us/\" role=\"button\">\n						Join Us\n					</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Indicated salvations since 2011\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<h2>About Billy Graham</h2>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Events', '', 'inherit', 'closed', 'closed', '', '52-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 52, 'https://bookblv.com/?p=5928', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5929, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Enter To Worship, Depart To Serve</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png 71w, https://bookblv.com/wp-content/uploads/2021/10/Group-1486-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\n			<h2>Thoughts of our parishioners</h2>		\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col4.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://bookblv.com/wp-content/uploads/2022/01/col3.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Services', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 54, 'https://bookblv.com/?p=5929', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5930, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Sermons', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 56, 'https://bookblv.com/?p=5930', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5931, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Church FAQ’s</h1>		\n		Many questions get asked by visitors to church, newcomers to town, and friends and neighbors of our members. Here’s a list of questions that may help you get to know Christian Church better		\n			<h2>Who are the Disciples of Christ?</h2>		\n		We are a mainline Protestant denomination (similar to Methodists and Presbyterians) with more than 700,000 members in the United States and Canada. We believe that Jesus Christ is the Son of God. We believe the Bible is God’s word, and we give each person the freedom to responsibly interpret the Bible for themselves. We celebrate communion weekly, and each church is autonomously governed (no one “higher up” tells us what to do – except God!). For more information on the denomination,		\n			<h2>How big is the church?</h2>		\n		Our church, founded in 1960, has grown into a healthy and vibrant congregation. We currently have more than 600 active members and regular attendees. Our 8:30 a.m. service averages around 60 people; our 10:45 a.m. service usually has about 250 in attendance.		\n			<h2>What do you offer for children on Sunday morning?</h2>		\n		Children are a special part of our congregation and we value them as full participants in the life of our church. Sunday School classes for children (preschool through the 12th grade) begin at 9:30 a.m. Following the Children’s Time in the 10:45 worship service, children ages 3 years old through second grade are dismissed to participate in their own time of singing, prayer and Bible learning known as Worship and Wonder		\n			<h2>What do you offer for babies and toddlers?\n</h2>		\n		Nursery care is provided for both infants and toddlers (to age 3) from 8:30 a.m. until the conclusion of the 10:45 service each week. The nurseries are located in the children’s education wing on the south side of the church building. Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children. Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.		\n			<h2>Who goes to your church?</h2>		\n		We have quite a mixture of people at Crestwood. Our congregation truly spans the ages, from newborns to folks in their 80s. You’ll find just about every type of person here – married, single, divorced, widowed – professionals, workers, retired – life-long Lexington residents and those who have just recently moved to the Bluegrass. But even more important than the kind of people who go here is the kind of people who are welcome here – everyone!		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Church FAQ’s', '', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 58, 'https://bookblv.com/?p=5931', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5932, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}</style>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"35\" height=\"44\" viewBox=\"0 0 35 44\" fill=\"none\"><path d=\"M33.038 9.2784C31.7356 6.74828 29.8085 4.58136 27.434 2.97685C25.0595 1.37234 22.3138 0.381724 19.4491 0.0960827C18.1533 -0.0320276 16.8476 -0.0320276 15.5518 0.0960827C12.6872 0.381912 9.94148 1.3725 7.56688 2.97682C5.19229 4.58114 3.26499 6.74774 1.96206 9.27755C0.322783 12.5054 -0.310402 16.1391 0.142257 19.7209C0.594915 23.3027 2.11317 26.6724 4.5058 29.4056L16.1732 43.3823C16.3343 43.5755 16.5369 43.731 16.7663 43.8378C16.9957 43.9446 17.2463 44 17.5 44C17.7538 44 18.0043 43.9446 18.2338 43.8378C18.4632 43.731 18.6657 43.5755 18.8269 43.3823L30.4942 29.4056C32.8868 26.6725 34.4051 23.303 34.8577 19.7213C35.3104 16.1397 34.6772 12.5061 33.038 9.2784ZM17.5 23.6914C16.1412 23.6914 14.8129 23.2944 13.6831 22.5506C12.5532 21.8067 11.6727 20.7495 11.1527 19.5126C10.6327 18.2756 10.4966 16.9145 10.7617 15.6014C11.0268 14.2883 11.6811 13.0821 12.642 12.1354C13.6028 11.1887 14.827 10.5439 16.1597 10.2827C17.4924 10.0215 18.8738 10.1556 20.1292 10.6679C21.3846 11.1803 22.4576 12.048 23.2125 13.1612C23.9674 14.2744 24.3704 15.5832 24.3704 16.922C24.3682 18.7167 23.6437 20.4373 22.3557 21.7064C21.0677 22.9754 19.3215 23.6893 17.5 23.6914V23.6914Z\" fill=\"#FB561C\"></path></svg>				\n						Our Location					\n									<p>\n						Wonogiri City Central					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><path d=\"M35.732 31.0915C34.1965 29.5756 32.2796 29.5756 30.7538 31.0915C29.59 32.2456 28.4261 33.3997 27.2819 34.5733C26.9689 34.896 26.7048 34.9645 26.3234 34.7493C25.5703 34.3386 24.7683 34.006 24.0446 33.5561C20.6704 31.4338 17.8439 28.7051 15.3402 25.6341C14.0981 24.1084 12.9929 22.4751 12.2203 20.6364C12.0638 20.2648 12.0931 20.0203 12.3963 19.7171C13.5602 18.5924 14.6947 17.4383 15.839 16.2842C17.4331 14.6803 17.4331 12.8024 15.8292 11.1887C14.9196 10.2694 14.01 9.36957 13.1005 8.45023C12.1616 7.51132 11.2325 6.56264 10.2838 5.63352C8.74827 4.13714 6.83134 4.13714 5.30562 5.6433C4.13199 6.79737 3.00726 7.98078 1.81407 9.11529C0.708899 10.1618 0.151424 11.443 0.034061 12.9394C-0.151764 15.3747 0.444832 17.673 1.28593 19.9127C3.00726 24.5485 5.62837 28.666 8.80695 32.4412C13.1005 37.5465 18.2253 41.5857 24.2206 44.5002C26.92 45.8108 29.7171 46.8182 32.7588 46.9844C34.8518 47.1018 36.6709 46.5737 38.1282 44.9404C39.1257 43.8254 40.2505 42.8083 41.3067 41.7422C42.8716 40.1578 42.8814 38.2409 41.3263 36.676C39.4681 34.808 37.6 32.9498 35.732 31.0915Z\" fill=\"#FB571C\"></path><path d=\"M33.8635 23.2964L37.4724 22.6803C36.9052 19.3648 35.3403 16.3622 32.9637 13.9759C30.4502 11.4623 27.2716 9.87793 23.7703 9.38892L23.2617 13.0174C25.9708 13.3988 28.4355 14.6214 30.3817 16.5676C32.2204 18.4063 33.4234 20.734 33.8635 23.2964Z\" fill=\"#FB571C\"></path><path d=\"M39.508 7.60904C35.3416 3.44265 30.07 0.811761 24.2508 0L23.7422 3.62847C28.7692 4.33265 33.3268 6.61145 36.926 10.2008C40.3393 13.6141 42.579 17.9272 43.3907 22.6706L46.9996 22.0545C46.051 16.558 43.4592 11.57 39.508 7.60904Z\" fill=\"#FB571C\"></path></svg>				\n						Give Us A Call					\n			<a href=\"tel:+7955533355\" role=\"button\">\n						+ 7 9555 333 55\n					</a>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"37\" viewBox=\"0 0 48 37\" fill=\"none\"><path d=\"M43.781 0H4.21858C3.56918 0 2.96121 0.161567 2.41118 0.427871L23.9061 22.1799L28.7238 17.4945C28.7239 17.4943 28.7247 17.4935 28.7247 17.4935L45.5891 0.428251C45.039 0.161756 44.4306 0 43.781 0Z\" fill=\"#FB561C\"></path><path d=\"M47.5778 2.44082L31.7075 18.5001L47.5772 34.5597C47.8403 34.0031 48 33.3878 48 32.7307V4.26918C48 3.61239 47.8407 2.99724 47.5778 2.44082Z\" fill=\"#FB561C\"></path><path d=\"M0.422812 2.44003C0.159656 2.99664 0 3.61188 0 4.26906V32.7306C0 33.3874 0.159469 34.0027 0.422437 34.5591L16.2927 18.4998L0.422812 2.44003Z\" fill=\"#FB561C\"></path><path d=\"M29.719 20.5125L24.9006 25.1985C24.6259 25.4765 24.2661 25.6155 23.9064 25.6155C23.5467 25.6155 23.1868 25.4765 22.9122 25.1985L18.2813 20.5124L2.41078 36.5718C2.9609 36.8382 3.56925 37 4.21884 37H43.7813C44.4307 37 45.0387 36.8384 45.5887 36.5721L29.719 20.5125Z\" fill=\"#FB561C\"></path></svg>				\n						Send Us A Message					\n			<a href=\"mailto:Churchecenter@mail.com\" role=\"button\">\n						Churchecenter@mail.com\n					</a>\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Get In Touch</h1>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.5\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<h2>A place where all of you connect to each other.</h2>		\n		Our infant nursery has several cribs and infant toys and is staffed by a trained and highly skilled caregiver. Our toddler nursery, located in the next room, offers a spacious play area with many fun, interactive toys for the children.Care is provided by an experienced childcare worker, and each week the toddlers participate in a brief Bible story time.		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						know more\n					</a>\n	<a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo1.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo2.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo3.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo13.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo5.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo6.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo7.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo8.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo9.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo-1.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo11.svg\" alt=\"image\" loading=\"lazy\"></a><a href=\"#\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/logo12.svg\" alt=\"image\" loading=\"lazy\"></a>', 'Contact us', '', 'inherit', 'closed', 'closed', '', '2298-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2298, 'https://bookblv.com/?p=5932', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5937, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.3 - 28-12-2021 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/policy.svg\" alt=\"\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.3 - 28-12-2021 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Term and Use</h1>		\n			<h2>1. Ultricies mi quis hendrerit</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Augue mauris augue neque gravida in fermentum et:</p><p>•  Lorem ipsum dolor sit amet<br />•  Consectetur adipiscing elit, sed do eiusmod tempor <br />•  Labore et dolore magna aliqua <br />•  Ut enim ad minim veniam, quis nostrud</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		<p>Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.</p><p> Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Pretium nibh ipsum Vitae tortor condimentum</h2>		\n		Aliquet risus feugiat in ante. Sed cras ornare arcu dui. Pretium lectus quam id leo. Eu augue ut lectus arcu bibendum at varius vel pharetra. Sed enim ut sem viverra aliquet eget. Ut lectus arcu bibendum at varius vel pharetra vel turpis. Laoreet non curabitur gravida arcu ac tortor dignissim convallis. Elementum sagittis vitae et leo duis ut diam quam nulla.<p>Commodo elit at imperdiet accumsan sit amet nulla facilisi. In ante metus dictum at tempor ullamcorper. Dignissim cras tincidunt lobortis feugiat. Pulvinar elementum integer enim neque volutpat tincidunt. Ultricies mi quis hendrerit dolor magna eget est lorem. Tempus iaculis urna id volutpat lacus laoreet non. Morbi leo urna molestie at elementum eu. Cursus metus aliquam eleifend.</p>		\n			<h2>Fermentum odio eu feugiat</h2>		\n		Nibh mauris cursus mattis molestie. Volutpat commodo sed egestas egestas fringilla phasellus faucibus scelerisque. Mattis pellentesque id nibh tortor id aliquet lectus proin nibh. Pellentesque habitant morbi tristique senectus et. Vestibulum lorem sed risus ultricies tristique nulla. Luctus accumsan tortor posuere ac ut consequat semper viverra nam. Ut lectus arcu bibendum at varius Nibh nisl condimentum id venenatis a condimentum. Leo vel orci porta non pulvinar neque. In nulla posuere sollicitudin aliquam ultrices sagittis orci.', 'Term and Use', '', 'inherit', 'closed', 'closed', '', '3179-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 3179, 'https://bookblv.com/?p=5937', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5938, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Church white Glove', '', 'inherit', 'closed', 'closed', '', '5302-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5302, 'https://bookblv.com/?p=5938', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5939, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Ministres', '', 'inherit', 'closed', 'closed', '', '5303-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5303, 'https://bookblv.com/?p=5939', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5940, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Holy Bible', '', 'inherit', 'closed', 'closed', '', '5304-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5304, 'https://bookblv.com/?p=5940', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5941, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.4 - 23-01-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Donate Sermons', '', 'inherit', 'closed', 'closed', '', '5305-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5305, 'https://bookblv.com/?p=5941', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5942, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1150\" height=\"600\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-72.jpg 1150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-600x313.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-300x157.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-1024x534.jpg 1024w, https://bookblv.com/wp-content/uploads/2021/11/Frame-72-768x401.jpg 768w\" sizes=\"(max-width: 1150px) 100vw, 1150px\" />															\n		But I must explain to you how all this mistaken idea of denouncing of a pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely. 		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Anyone who loves or pursues or desires</h1>		\n		Nor again is there to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?Equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from who do not know how to pursue.		\n															<img width=\"700\" height=\"700\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-73.jpg 700w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-600x600.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/Frame-73-640x640.jpg 640w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<h2>We’Re Boldly Going Where No Faith Has Gone Before.</h2>		\n		It is made for the people by the people to pray in the church of God.		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'Tithing', '', 'inherit', 'closed', 'closed', '', '5306-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5306, 'https://bookblv.com/?p=5942', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5943, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About John Stewart', '', 'inherit', 'closed', 'closed', '', '5369-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5369, 'https://bookblv.com/?p=5943', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5944, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>The leadership of the servant</h1>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n		Billy Graham		\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"140\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1470.png\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.5.5 - 03-02-2022 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>Preacher of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"132\" height=\"143\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1469.png\" alt=\"image\" loading=\"lazy\" />															\n			Person of the Year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n															<img width=\"141\" height=\"147\" src=\"https://bookblv.com/wp-content/uploads/2021/12/Group-1468.png\" alt=\"image\" loading=\"lazy\" />															\n			Sermon of the year 2021<p>Churches run online services with a variety of paid volunteer</p>		\n			<h2>Solutions for all situations\nis Christianity</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey. Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.Your children and teens have opportunities throughout the week to grow relationships with each other and with God.		\n															<img width=\"825\" height=\"826\" src=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1.jpg 825w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-600x601.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-768x769.jpg 768w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-230x230.jpg 230w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-400x400.jpg 400w, https://bookblv.com/wp-content/uploads/2021/11/shot-people-sitting-near-each-other-reading-bible-2-1-640x640.jpg 640w\" sizes=\"(max-width: 825px) 100vw, 825px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Do you want to be saved? </h2>		\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"></p> <ul></ul>\n<form action=\"/FundCrest/wp-admin/admin-ajax.php#wpcf7-f6-o1\" method=\"post\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.5.4\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" />\n<style>\n.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {\n  border: none;\n}\n.block{\n  display:flex;\n}\n.column-1{\n  width: 50%;\n  margin-right:25px;\n}\n.column-2{\n  width: 50%;\n  margin-left:25px;\n}\n.title-label{\n  margin-left: 26px;\n}\n@media (max-width: 1024px){\n.column-1{\n  margin-right:15px;\n}\n.column-2{\n  margin-left:15px;\n}\n.title-label{\n  margin-left: 0px;\n}\n}\n@media (max-width: 767px){\n.block {\ndisplay:block;\n}\n.column-1{\n  width:100%;\n  margin:0;\n}\n.column-2{\n  width:100%;\n  margin:0;\n}\n}\n</style>\n<label>First name*<input type=\"text\" name=\"first-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"John\" /></label>\n<label>Last name*<input type=\"text\" name=\"last-name\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Doe\" /></label>\n<label>E-mail<input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"example@mail.com\" /></label>\n<label>Type your message<textarea name=\"your-message\" cols=\"40\" rows=\"10\" aria-invalid=\"false\" placeholder=\"Message\"></textarea></label>\n<p><input type=\"submit\" value=\"Subscribe\" /></p>\n</form>', 'About Hanna Brown', '', 'inherit', 'closed', 'closed', '', '5375-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 5375, 'https://bookblv.com/?p=5944', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5948, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'An Autumn Full of Good News', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2453-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2453, 'https://bookblv.com/?p=5948', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5949, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'One Church, Ten Locations', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2455-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2455, 'https://bookblv.com/?p=5949', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5950, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Easter Sunday at the Drive-In', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2457-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2457, 'https://bookblv.com/?p=5950', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5951, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Shadows & Wonder Poets.', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2459-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2459, 'https://bookblv.com/?p=5951', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5952, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'An Important Conversation Around', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2461-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2461, 'https://bookblv.com/?p=5952', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5953, 1, '2024-11-27 10:50:23', '2024-11-27 10:50:23', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Let\'s Talk with Brian Houston', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2024-11-27 10:50:23', '2024-11-27 10:50:23', '', 2463, 'https://bookblv.com/?p=5953', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5979, 1, '2024-11-28 07:54:34', '2024-11-28 07:54:34', '<p>BellaVie Rewards</p>		\n			<ul><li id=\"jet-menu-item-60\"><a href=\"https://bookblv.com/\">Home</a></li>\n<li id=\"jet-menu-item-62\"><a href=\"https://bookblv.com/events/\">Events</a></li>\n<li id=\"jet-menu-item-3266\"><a href=\"https://bookblv.com/product-category/children/\">Shop</a><style>.elementor-5794 .elementor-element.elementor-element-aec15e3 > .elementor-container{max-width:1180px;}.elementor-5794 .elementor-element.elementor-element-aec15e3 .elementor-repeater-item-90ffe65.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-5794 .elementor-element.elementor-element-9f3026a:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay, .elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{box-shadow:0px 4px 14px 0px rgba(0, 0, 0, 0.09);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 15px 0px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:64px 100px 49px 86px;}.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5794 .elementor-element.elementor-element-250cfa2 .elementor-repeater-item-8a62246.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:8px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-ea5b412 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-ea5b412 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-ea5b412 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-435593e .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-435593e > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-435593e .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-fa22eca .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-fa22eca > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-fa22eca .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c9793ce .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c9793ce > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c9793ce .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-c2286de .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-c2286de > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-c2286de .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-4c00048 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-4c00048 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-4c00048 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8e80800 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8e80800 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8e80800 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button{font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1em;letter-spacing:0px;fill:#202020;color:#202020;background-color:#02010100;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:hover svg, .elementor-5794 .elementor-element.elementor-element-8f9d309 .elementor-button:focus svg{fill:#FB571C;}.elementor-5794 .elementor-element.elementor-element-8f9d309 > .elementor-widget-container{padding:0px 0px 0px 34px;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite{transform:translateX(9px);z-index:2;}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite__inner{transform:translateY(-1px);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-5794 .elementor-element.elementor-element-8f9d309 .jet-tricks-satellite .jet-tricks-satellite__image{width:17px;height:17px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 9px;--e-column-margin-right:0px;--e-column-margin-left:9px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__item{--columns:2;padding:0px 0px 0px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-quickview-button__container{order:1;justify-content:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products:not(.swiper-wrapper){margin-right:-0px;margin-left:-0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 25px 0px 25px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-thumbnail{background-color:#F7F1EF;box-shadow:0px 14px 34px 0px rgba(0, 0, 0, 0.06);border-radius:8px 8px 8px 8px;margin:0px 0px 16px 0px;padding:0px 0px 0px 0px;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title, .elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title{color:#202020;margin:0px 0px 5px 0px;text-align:center;order:2;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title a:hover{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-title:hover{color:#FB571C;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del{display:inline-block;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price ins{display:inline-block;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price del+ins{margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:500;line-height:26px;color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price del{color:#999999;font-size:14px;font-weight:400;text-decoration:line-through;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price del .amount{color:#999999;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price ins{color:#202020;font-size:18px;font-weight:600;text-decoration:none;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .price ins .amount{color:#202020;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price{text-align:center;order:3;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-price .woocommerce-Price-currencySymbol{vertical-align:baseline;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars{font-size:11px;color:#D7D7D7;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars:before{color:#D7D7D7;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating .product-rating__stars > span:before{color:#FFA922;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-rating{margin:0px 0px -3px 0px;text-align:center;order:1;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badge{display:inline-flex;color:#FB571C;background-color:#FFFFFF;border-radius:50% 50% 50% 50%;margin:9px 0px 0px 8px;padding:7px 6px 8px 6px;}.elementor-5794 .elementor-element.elementor-element-78422b4  .jet-woo-products .jet-woo-product-badge{font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:500;line-height:21px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-product-badges{top:0px;bottom:auto;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products__not-found{text-align:center;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -25px 0px -25px;}@media(max-width:1024px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 15px 0px 0px;--e-column-margin-right:15px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px -15px -30px -15px;}.elementor-5794 .elementor-element.elementor-element-aec15e3{margin-top:0px;margin-bottom:20px;}}@media(max-width:767px){.elementor-5794 .elementor-element.elementor-element-9f3026a > .elementor-element-populated{padding:30px 15px 30px 15px;}.elementor-5794 .elementor-element.elementor-element-5a5a53c > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-572c60a > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 .jet-woo-products .jet-woo-products__inner-box{padding:0px 0px 30px 0px;}.elementor-5794 .elementor-element.elementor-element-78422b4 > .elementor-widget-container{margin:0px 0px -30px 0px;}}@media(min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:42%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:58%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5794 .elementor-element.elementor-element-5a5a53c{width:35%;}.elementor-5794 .elementor-element.elementor-element-572c60a{width:65%;}}</style>		\n						<section data-id=\"aec15e3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;90ffe65&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n						<section data-id=\"250cfa2\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8a62246&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1455.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\">\n									Bible\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1456.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">\n									Audio\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1458-1.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\">\n									Books\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1457.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/preschool/\">\n									Video\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1459.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/teenagers/\">\n									Clothes\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1460.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/adults/\">\n									Paraphernalia\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1462.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/children/\">\n									Educational literature\n					</a>\n			<img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2021/11/Frame-1461.png\" alt=\"\">				\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/product-category/family/\">\n									Candles\n					</a>\n	<a href=\"https://bookblv.com/product/massage-therapy/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-9-600x607.jpg 600w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/massage-therapy/\" >Massage Therapy</a></h3>\n	<bdi>&#36;100.00</bdi>\n	<a href=\"https://bookblv.com/product/dawn-of-redeeming/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1-58x58.jpg 58w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-1-600x607.jpg 600w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/dawn-of-redeeming/\" >Dawn of Redeeming</a></h3>\n	<bdi>&#36;98.00</bdi>\n		</section>\n		</section>\n		</li>\n<li id=\"jet-menu-item-64\"><a href=\"#\">Pages</a>\n<ul >\n	<li id=\"jet-menu-item-66\"><a href=\"https://bookblv.com/about-us/\">About Us</a></li>\n	<li id=\"jet-menu-item-68\"><a href=\"https://bookblv.com/services/\">Services</a>\n	<ul >\n		<li id=\"jet-menu-item-69\"><a href=\"https://bookblv.com/services/sermons/\">Sermons</a></li>\n		<li id=\"jet-menu-item-5343\"><a href=\"https://bookblv.com/services/tithing/\">Tithing</a></li>\n		<li id=\"jet-menu-item-5344\"><a href=\"https://bookblv.com/services/donate-sermons/\">Donate Sermons</a></li>\n		<li id=\"jet-menu-item-5345\"><a href=\"https://bookblv.com/services/holy-bible/\">Holy Bible</a></li>\n		<li id=\"jet-menu-item-5346\"><a href=\"https://bookblv.com/services/ministres/\">Ministres</a></li>\n		<li id=\"jet-menu-item-5347\"><a href=\"https://bookblv.com/services/church-white-glove/\">Church white Glove</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-70\"><a href=\"https://bookblv.com/team/\">Team</a>\n	<ul >\n		<li id=\"jet-menu-item-71\"><a href=\"https://bookblv.com/team/about-billy-graham/\">About Billy Graham</a></li>\n		<li id=\"jet-menu-item-5396\"><a href=\"https://bookblv.com/team/about-john-stewart/\">About John Stewart</a></li>\n		<li id=\"jet-menu-item-5395\"><a href=\"https://bookblv.com/team/hanna-brown/\">About Hanna Brown</a></li>\n	</ul>\n</li>\n	<li id=\"jet-menu-item-67\"><a href=\"https://bookblv.com/church-faqs/\">FAQ</a></li>\n	<li id=\"jet-menu-item-3183\"><a href=\"https://bookblv.com/privacy-policy/\">Privacy Policy</a></li>\n	<li id=\"jet-menu-item-3181\"><a href=\"https://bookblv.com/term-and-use/\">Term and Use</a></li>\n	<li id=\"jet-menu-item-63\"><a href=\"https://bookblv.com/shop/\">Shop without Sidebar</a></li>\n	<li id=\"jet-menu-item-3178\"><a href=\"https://bookblv.com/error\">404</a></li>\n</ul>\n</li>\n<li id=\"jet-menu-item-61\"><a href=\"https://bookblv.com/blog/\">Blog</a></li>\n<li id=\"jet-menu-item-2300\"><a href=\"https://bookblv.com/contact-us/\">Contacts</a></li>\n</ul>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"\"><path d=\"M8.93577 17.8872C10.7755 17.8872 12.475 17.326 13.8942 16.3791L17.2098 19.6975C17.6129 20.1008 18.2787 20.1008 18.6991 19.6975L19.6978 18.6979C20.1007 18.2946 20.1007 17.6282 19.6978 17.2073L16.3647 13.9064C17.3107 12.486 17.8715 10.7849 17.8715 8.9436C17.8715 4.01585 13.8592 0 8.93577 0C4.01233 0 0 4.01585 0 8.9436C0 13.8712 3.99481 17.8872 8.93577 17.8872ZM8.93577 3.5073C11.9319 3.5073 14.3673 5.94487 14.3673 8.9436C14.3673 11.9423 11.9319 14.3799 8.93577 14.3799C5.93966 14.3799 3.50422 11.9423 3.50422 8.9436C3.50422 5.94487 5.93966 3.5073 8.93577 3.5073Z\"></path></svg>			\n	<a href=\"https://bookblv.com/cart/\" data-e-disable-page-transition=\"true\" title=\"View your shopping cart\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"29\" height=\"25\" viewBox=\"0 0 29 25\" fill=\"\"><path d=\"M23.393 6.98954V3.76369C23.393 1.6888 21.7262 0 19.6369 0H9.3967C7.30746 0 5.60636 1.6882 5.60636 3.76369V6.98893H1.64914C0.738386 6.98893 0 7.72224 0 8.62674V12.1871C0 13.0922 0.738386 13.8249 1.64914 13.8249H2.14059L3.94254 23.656C4.08496 24.4342 4.76834 25 5.56479 25H23.4694C24.2665 25 24.9487 24.4342 25.0917 23.6554L26.8924 13.8249H27.3509C28.2616 13.8249 29 13.0922 29 12.1871V8.62674C29 7.72224 28.2616 6.98893 27.3509 6.98893L23.393 6.98954ZM8.66137 3.76369C8.66137 3.3679 8.99817 3.03402 9.3967 3.03402H19.6388C20.0367 3.03402 20.3392 3.3679 20.3392 3.76369V6.98893H8.66137V3.76369ZM10.9425 19.1469C10.9425 19.7764 10.4358 20.2863 9.80196 20.2863C9.1687 20.2863 8.66137 19.7764 8.66137 19.1469V12.8918C8.66137 12.2623 9.1687 11.753 9.80196 11.753C10.4364 11.753 10.9425 12.2636 10.9425 12.8918V19.1469ZM15.6601 19.1469C15.6601 19.7764 15.1528 20.2863 14.5196 20.2863C13.8863 20.2863 13.3784 19.7764 13.3784 19.1469V12.8918C13.3784 12.2623 13.8863 11.753 14.5196 11.753C15.1534 11.753 15.6601 12.2636 15.6601 12.8918V19.1469ZM20.3778 19.1469C20.3778 19.7764 19.8704 20.2863 19.2378 20.2863C18.6039 20.2863 18.0966 19.7764 18.0966 19.1469V12.8918C18.0966 12.2623 18.6039 11.753 19.2378 11.753C19.8704 11.753 20.3778 12.2636 20.3778 12.8918V19.1469Z\"></path></svg>		0\n		</a>\n		<h4>My cart</h4>	\n			<mobile-menu></mobile-menu><svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg><svg viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><svg viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><svg viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"></path></svg><svg viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg><svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><svg viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>		\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-11-28 07:54:34', '2024-11-28 07:54:34', '', 24, 'https://bookblv.com/?p=5979', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5993, 1, '2024-11-28 08:50:51', '2024-11-28 08:50:51', '<p>BellaVie Rewards</p>		\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-11-28 08:50:51', '2024-11-28 08:50:51', '', 24, 'https://bookblv.com/?p=5993', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5995, 1, '2024-11-28 08:55:02', '2024-11-28 08:55:02', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2024-11-28 08:55:02', '2024-11-28 08:55:02', '', 5, 'https://bookblv.com/?p=5995', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5996, 1, '2024-11-28 09:00:52', '2024-11-28 09:00:52', '', 'bellavie logo', '', 'inherit', 'open', 'closed', '', 'bellavie-logo', '', '', '2024-11-28 09:00:52', '2024-11-28 09:00:52', '', 24, 'https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5997, 1, '2024-11-28 09:03:37', '2024-11-28 09:03:37', '<img width=\"150\" height=\"150\" src=\"https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo-150x150.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo-150x150.png 150w, https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo-300x300.png 300w, https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo-58x58.png 58w, https://bookblv.com/wp-content/uploads/2021/10/bellavie-logo.png 500w\" sizes=\"(max-width: 150px) 100vw, 150px\" />													\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-11-28 09:03:37', '2024-11-28 09:03:37', '', 24, 'https://bookblv.com/?p=5997', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5998, 1, '2024-11-28 09:09:42', '2024-11-28 09:09:42', '', 'bellavie bg', '', 'inherit', 'open', 'closed', '', 'bellavie-bg', '', '', '2024-11-28 09:09:42', '2024-11-28 09:09:42', '', 24, 'https://bookblv.com/wp-content/uploads/2021/10/bellavie-bg.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5999, 1, '2024-11-28 09:10:23', '2024-11-28 09:10:23', '<img width=\"344\" height=\"276\" src=\"https://bookblv.com/wp-content/uploads/2021/10/bellavie-bg.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/bellavie-bg.png 344w, https://bookblv.com/wp-content/uploads/2021/10/bellavie-bg-300x241.png 300w\" sizes=\"(max-width: 344px) 100vw, 344px\" />													\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-11-28 09:10:23', '2024-11-28 09:10:23', '', 24, 'https://bookblv.com/?p=5999', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6000, 1, '2024-11-28 09:18:19', '2024-11-28 09:18:19', '<p>BellaVie Rewards</p>		\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-11-28 09:18:19', '2024-11-28 09:18:19', '', 24, 'https://bookblv.com/?p=6000', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6001, 1, '2024-11-28 09:23:45', '2024-11-28 09:23:45', '<h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n		<p>BellaVie Rewards</p><p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<h3>Contact for a Free Consultation:</h3><a href=\"tel:188005553535\">+1 8 800 555 35 35 </a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>160 Broadway, New York, NY 10038, <br>\n102 1st Avenue, New York, NY 100</p>\n		Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-11-28 09:23:45', '2024-11-28 09:23:45', '', 25, 'https://bookblv.com/?p=6001', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6002, 1, '2024-11-28 09:25:56', '2024-11-28 09:25:56', '<h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n		<p>BellaVie Rewards</p><p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<h3>Contact for a Free Consultation:</h3><a href=\"tel:188005553535\">+1 8 800 555 35 35 </a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>160 Broadway, New York, NY 10038, <br>\n102 1st Avenue, New York, NY 100</p>\n		Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-11-28 09:25:56', '2024-11-28 09:25:56', '', 25, 'https://bookblv.com/?p=6002', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6003, 1, '2024-11-28 09:30:48', '2024-11-28 09:30:48', '<h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n		<p>BellaVie Rewards</p><p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<h3>Contact for a Free Consultation:</h3><a href=\"tel:971562657965\">+971562657965</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-11-28 09:30:48', '2024-11-28 09:30:48', '', 25, 'https://bookblv.com/?p=6003', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6004, 1, '2024-11-28 09:31:09', '2024-11-28 09:31:09', '<h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n		<p>BellaVie Rewards</p><p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<a href=\"tel:971562657965\">+971562657965</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-11-28 09:31:09', '2024-11-28 09:31:09', '', 25, 'https://bookblv.com/?p=6004', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6005, '0', '2024-12-04 08:52:34', '2024-12-04 08:52:34', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder-2', '', '', '2024-12-04 08:52:34', '2024-12-04 08:52:34', '', '0', 'https://bookblv.com/wp-content/uploads/2024/12/woocommerce-placeholder.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6007, 1, '2024-12-05 09:46:29', '2024-12-05 09:46:29', '<iframe id=\"storePreview\" src=\"https://one-ai-force.smblogin.com/public/store/EY8W/default/?hide=topbar\" width=\"1200\" height=\"680\" frameborder=\"0\" style=\"max-width:100%;display:block;margin:0 auto;\"></iframe>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', '0', 'https://bookblv.com/?page_id=6007', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6008, 1, '2024-12-05 09:46:29', '2024-12-05 09:46:29', '', 'Services', '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2024-12-05 09:46:29', '2024-12-05 09:46:29', '', 6007, 'https://bookblv.com/?p=6008', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6010, 1, '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', 'Services', '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', 6007, 'https://bookblv.com/?p=6010', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6011, 1, '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', 'Services', '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', 6007, 'https://bookblv.com/?p=6011', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6012, 1, '2024-12-05 09:49:25', '2024-12-05 09:49:25', '<iframe id=\"storePreview\" src=\"https://one-ai-force.smblogin.com/public/store/EY8W/default/?hide=topbar\" width=\"1200\" height=\"680\" frameborder=\"0\" style=\"max-width:100%;display:block;margin:0 auto;\"></iframe>', 'Services', '', 'inherit', 'closed', 'closed', '', '6007-revision-v1', '', '', '2024-12-05 09:49:25', '2024-12-05 09:49:25', '', 6007, 'https://bookblv.com/?p=6012', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6013, 1, '2024-12-06 06:40:41', '2024-12-06 06:40:41', '', '9c70yfdl', '', 'inherit', 'open', 'closed', '', '9c70yfdl', '', '', '2024-12-06 06:40:41', '2024-12-06 06:40:41', '', 24, 'https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6014, 1, '2024-12-06 06:41:30', '2024-12-06 06:41:30', '<p>BellaVie Rewards</p>		\n													<img src=\"https://bookblv.com/wp-content/uploads/elementor/thumbs/9c70yfdl-qy3j0651xfcsnjgzaesh2z8tirfz5daxjo4615v9ny.png\" title=\"9c70yfdl\" alt=\"9c70yfdl\" loading=\"lazy\" />													\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-12-06 06:41:30', '2024-12-06 06:41:30', '', 24, 'https://bookblv.com/?p=6014', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6015, 1, '2024-12-06 06:41:54', '2024-12-06 06:41:54', '<p>BellaVie Rewards</p>		\n													<img width=\"150\" height=\"150\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl-150x150.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl-150x150.png 150w, https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl-58x58.png 58w, https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl-300x300.png 300w, https://bookblv.com/wp-content/uploads/2021/10/elementor/thumbs/9c70yfdl-qy3j0651xfcsnjgzaesh2z8tirfz5daxjo4615v9ny.png 75w\" sizes=\"(max-width: 150px) 100vw, 150px\" />													\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-12-06 06:41:54', '2024-12-06 06:41:54', '', 24, 'https://bookblv.com/?p=6015', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6016, 1, '2024-12-06 06:43:10', '2024-12-06 06:43:10', '<p>BellaVie Rewards</p>		\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2024-12-06 06:43:10', '2024-12-06 06:43:10', '', 24, 'https://bookblv.com/?p=6016', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6031, 1, '2024-12-06 07:09:37', '2024-12-06 07:09:37', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />\r\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2024-12-06 07:09:37', '2024-12-06 07:09:37', '', 2664, 'https://bookblv.com/?p=6031', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6032, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 'Wellness Lifestyle', '', 'publish', 'closed', 'closed', '', 'default', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '0', 'https://bookblv.com/lws-wre-pool/default/', 1024, 'lws-wre-pool', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6033, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '', '', 'publish', 'closed', 'closed', '', 'default-lws_woorewards_events_orderamount', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 6032, 'https://bookblv.com/lws-wre-event/default/default-lws_woorewards_events_orderamount/', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6034, 1, '2024-12-06 07:18:33', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', 'default-lws_woorewards_events_ordercompleted', '', '', '2024-12-06 07:18:33', '0000-00-00 00:00:00', '', 6032, 'https://bookblv.com/?post_type=lws-wre-event&p=6034', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6035, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '', '', 'publish', 'closed', 'closed', '', 'default-lws_woorewards_events_firstorder', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 6032, 'https://bookblv.com/lws-wre-event/default/default-lws_woorewards_events_firstorder/', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6036, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '', '', 'publish', 'closed', 'closed', '', 'default-lws_woorewards_events_productreview', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 6032, 'https://bookblv.com/lws-wre-event/default/default-lws_woorewards_events_productreview/', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6037, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '', '', 'publish', 'closed', 'closed', '', 'default-lws_woorewards_events_sponsoredorderamount', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 6032, 'https://bookblv.com/lws-wre-event/default/default-lws_woorewards_events_sponsoredorderamount/', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6038, 1, '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', '', '', 'publish', 'closed', 'closed', '', 'default-lws_woorewards_events_sponsoredorder', '', '', '2024-12-06 07:18:33', '2024-12-06 07:18:33', '', 6032, 'https://bookblv.com/lws-wre-event/default/default-lws_woorewards_events_sponsoredorder/', '0', 'lws-wre-event', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6039, '0', '2024-12-06 07:24:24', '2024-12-06 07:24:24', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-12-06 07:24:24', '2024-12-06 07:24:24', '', '0', 'https://bookblv.com/?post_type=shop_order_placehold&p=6039', '0', 'shop_order_placehold', '', 2);

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6040, 1, '2024-12-06 07:28:18', '2024-12-06 07:28:18', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-12-06 07:28:18', '2024-12-06 07:28:18', '', '0', 'https://bookblv.com/?post_type=shop_order_placehold&p=6040', '0', 'shop_order_placehold', '', 2);

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6041, 3, '2024-12-06 07:31:39', '2024-12-06 07:31:39', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-12-06 07:31:39', '2024-12-06 07:31:39', '', '0', 'https://bookblv.com/?post_type=shop_order_placehold&p=6041', '0', 'shop_order_placehold', '', 2);

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6042, 1, '2024-12-06 11:33:16', '2024-12-06 11:33:16', '<h2>Sign up for the newsletter</h2>		\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n		<p>BellaVie Rewards</p><p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n			<h2>Short links</h2>		\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<a href=\"tel:+971506396374\">+971506396374</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		<p>Under Luliia Portal<br />Lisence Number <strong>1216030</strong></p>Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2024-12-06 11:33:16', '2024-12-06 11:33:16', '', 25, 'https://bookblv.com/?p=6042', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6046, 1, '2024-12-19 05:03:21', '2024-12-19 05:03:21', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Exclusive Spa Day', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2024-12-19 05:03:21', '2024-12-19 05:03:21', '', 2664, 'https://bookblv.com/?p=6046', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6048, 1, '2024-12-19 05:30:24', '2024-12-19 05:30:24', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2024-12-19 05:30:24', '2024-12-19 05:30:24', '', 2664, 'https://bookblv.com/?p=6048', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6057, 1, '2025-01-13 09:44:09', '2025-01-13 09:44:09', '', 'Form-filling', '', 'inherit', 'open', 'closed', '', 'form-filling', '', '', '2025-01-13 09:44:09', '2025-01-13 09:44:09', '', 20, 'https://bookblv.com/wp-content/uploads/2025/01/Form-filling.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6058, 1, '2025-01-13 09:49:10', '2025-01-13 09:49:10', '', 'Premium-lounge', '', 'inherit', 'open', 'closed', '', 'premium-lounge', '', '', '2025-01-13 09:49:10', '2025-01-13 09:49:10', '', 20, 'https://bookblv.com/wp-content/uploads/2025/01/Premium-lounge.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6059, 1, '2025-01-13 09:49:21', '2025-01-13 09:49:21', '', 'SMS-alerts', '', 'inherit', 'open', 'closed', '', 'sms-alerts', '', '', '2025-01-13 09:49:21', '2025-01-13 09:49:21', '', 20, 'https://bookblv.com/wp-content/uploads/2025/01/SMS-alerts.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6060, 1, '2025-01-13 09:49:29', '2025-01-13 09:49:29', '', 'Courier-service', '', 'inherit', 'open', 'closed', '', 'courier-service', '', '', '2025-01-13 09:49:29', '2025-01-13 09:49:29', '', 20, 'https://bookblv.com/wp-content/uploads/2025/01/Courier-service.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6064, 1, '2025-01-13 09:56:41', '2025-01-13 09:56:41', '', 'BellaVie-Rewards', '', 'inherit', 'open', 'closed', '', 'bellavie-rewards', '', '', '2025-01-13 09:56:41', '2025-01-13 09:56:41', '', '0', 'https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6065, 1, '2025-01-13 10:02:25', '2025-01-13 10:02:25', '', 'BellaVie Rewards Logo', '', 'inherit', 'open', 'closed', '', 'bellavie-rewards-logo', '', '', '2025-01-13 10:02:25', '2025-01-13 10:02:25', '', 24, 'https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6066, 1, '2025-01-13 10:03:17', '2025-01-13 10:03:17', '<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-13 10:03:17', '2025-01-13 10:03:17', '', 24, 'https://bookblv.com/?p=6066', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6067, 1, '2025-01-13 10:03:50', '2025-01-13 10:03:50', '', 'BellaVie-Rewards-Logo', '', 'inherit', 'open', 'closed', '', 'bellavie-rewards-logo-2', '', '', '2025-01-13 10:03:50', '2025-01-13 10:03:50', '', '0', 'https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-Logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6068, 1, '2025-01-13 10:04:30', '2025-01-13 10:04:30', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"115\" height=\"85\" src=\"https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-115x85.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-115x85.png 115w, https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-570x419.png 570w\" sizes=\"(max-width: 115px) 100vw, 115px\" />															\n		<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n					<h2>Short links</h2>				\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n					<h2>Contact Us</h2>				\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<a href=\"tel:+971506396374\">+971506396374</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		<p>Under Luliia Portal<br />Lisence Number <strong>1216030</strong></p>Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-01-13 10:04:30', '2025-01-13 10:04:30', '', 25, 'https://bookblv.com/?p=6068', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6069, 1, '2025-01-13 10:05:50', '2025-01-13 10:05:50', '<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-13 10:05:50', '2025-01-13 10:05:50', '', 24, 'https://bookblv.com/?p=6069', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6070, 1, '2025-01-13 10:06:18', '2025-01-13 10:06:18', '<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-13 10:06:18', '2025-01-13 10:06:18', '', 24, 'https://bookblv.com/?p=6070', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6071, 1, '2025-01-13 10:08:13', '2025-01-13 10:08:13', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"115\" height=\"85\" src=\"https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-115x85.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-115x85.png 115w, https://bookblv.com/wp-content/uploads/2025/01/BellaVie-Rewards-570x419.png 570w\" sizes=\"(max-width: 115px) 100vw, 115px\" />															\n		<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n					<h2>Short links</h2>				\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n					<h2>Contact Us</h2>				\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<a href=\"tel:+971506396374\">+971506396374</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		<p>Under Luliia Portal<br />Lisence Number <strong>1216030</strong></p>Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-01-13 10:08:13', '2025-01-13 10:08:13', '', 25, 'https://bookblv.com/?p=6071', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6073, 1, '2025-01-13 10:25:35', '2025-01-13 10:25:35', '[give_receipt]', 'Donation Confirmation', '', 'publish', 'closed', 'closed', '', 'donation-confirmation', '', '', '2025-01-13 10:25:35', '2025-01-13 10:25:35', '', '0', 'https://bookblv.com/donation-confirmation/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6074, 1, '2025-01-13 10:25:35', '2025-01-13 10:25:35', 'We&#039;re sorry, your donation failed to process. Please try again or contact site support.', 'Donation Failed', '', 'publish', 'closed', 'closed', '', 'donation-failed', '', '', '2025-01-13 10:25:35', '2025-01-13 10:25:35', '', '0', 'https://bookblv.com/donation-failed/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6075, 1, '2025-01-13 10:25:35', '2025-01-13 10:25:35', '[give_donor_dashboard]', 'Donor Dashboard', '', 'publish', 'close', 'close', '', 'donor-dashboard', '', '', '2025-01-13 10:25:35', '2025-01-13 10:25:35', '', '0', 'https://bookblv.com/donor-dashboard/', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6076, '0', '2025-01-13 10:25:43', '2025-01-13 10:25:43', '[]', 'GiveWP Donation Form', '', 'publish', 'open', 'open', '', 'givewp-donation-form', '', '', '2025-01-13 10:25:43', '2025-01-13 10:25:43', '', '0', '', '0', 'give_forms', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6077, '0', '2025-01-13 10:31:53', '2025-01-13 10:31:53', '', 1, '', 'pending', 'open', 'open', '', 'give-donation--1', '', '', '2025-01-13 10:31:53', '2025-01-13 10:31:53', '', '0', '', '0', 'give_payment', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6085, 1, '2025-01-22 10:50:47', '2025-01-22 10:50:47', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Description</h2>\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '2664-autosave-v1', '', '', '2025-01-22 10:50:47', '2025-01-22 10:50:47', '', 2664, 'https://bookblv.com/?p=6085', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6087, 1, '2025-01-22 10:54:14', '2025-01-22 10:54:14', '', '2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled', '', 'inherit', 'open', 'closed', '', '2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_gettyimages-1653682958-scaled', '', '', '2025-01-22 10:54:14', '2025-01-22 10:54:14', '', '0', 'https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif', '0', 'attachment', 'image/avif', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6089, 1, '2025-01-22 11:03:10', '2025-01-22 11:03:10', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n			aria-label=\"Search\"\n					>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"15\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"25\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$15 — $25\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;15.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;15.00</bdi>', 'New Shop', '', 'publish', 'closed', 'closed', '', 'new-shop', '', '', '2025-01-22 13:52:02', '2025-01-22 13:52:02', '', '0', 'https://bookblv.com/?page_id=6089', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6091, 1, '2025-01-22 11:04:48', '2025-01-22 11:04:48', '<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"50\"\n			data-label=\"Uncategorized\"\n						aria-label=\"Uncategorized\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Uncategorized\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"5000\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"5000\" value=\"5000\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $5000\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"12\"\n			data-label=\"Dedications\"\n						aria-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"21\"\n			data-label=\"Gift\"\n						aria-label=\"Gift\"\n					>\n						Gift\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"23\"\n			data-label=\"Gifts\"\n						aria-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6086\">\n	<img width=\"1160\" height=\"773\" src=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif\" alt=\"\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif 1160w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x200.avif 300w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1024x682.avif 1024w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-768x512.avif 768w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-750x500.avif 750w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x400.avif 600w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" >Morocco Earthquake Emergency Appeal</a></h3>\n<bdi>&#x62f;.&#x625;5,000.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" ><img width=\"1160\" height=\"773\" src=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif\" alt=\"\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif 1160w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x200.avif 300w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1024x682.avif 1024w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-768x512.avif 768w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-750x500.avif 750w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x400.avif 600w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" >Morocco Earthquake Emergency Appeal</a></h2>\n	<bdi>&#x62f;.&#x625;5,000.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'Shop Page Design', '', 'publish', 'closed', 'closed', '', 'shop-page-design', '', '', '2025-01-22 11:04:48', '2025-01-22 11:04:48', '', '0', 'https://bookblv.com/?elementor_library=shop-page-design', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6092, 1, '2025-01-22 11:04:48', '2025-01-22 11:04:48', '', 'Shop Page Design', '', 'inherit', 'closed', 'closed', '', '6091-revision-v1', '', '', '2025-01-22 11:04:48', '2025-01-22 11:04:48', '', 6091, 'https://bookblv.com/?p=6092', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6093, 1, '2025-01-22 11:04:48', '2025-01-22 11:04:48', '<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"50\"\n			data-label=\"Uncategorized\"\n						aria-label=\"Uncategorized\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Uncategorized\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"5000\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"5000\" value=\"5000\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $5000\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"12\"\n			data-label=\"Dedications\"\n						aria-label=\"Dedications\"\n					>\n						Dedications\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"21\"\n			data-label=\"Gift\"\n						aria-label=\"Gift\"\n					>\n						Gift\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"23\"\n			data-label=\"Gifts\"\n						aria-label=\"Gifts\"\n					>\n						Gifts\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6086\">\n	<img width=\"1160\" height=\"773\" src=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif\" alt=\"\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif 1160w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x200.avif 300w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1024x682.avif 1024w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-768x512.avif 768w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-750x500.avif 750w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x400.avif 600w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" >Morocco Earthquake Emergency Appeal</a></h3>\n<bdi>&#x62f;.&#x625;5,000.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" ><img width=\"1160\" height=\"773\" src=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif\" alt=\"\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1.avif 1160w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-300x200.avif 300w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-1024x682.avif 1024w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-768x512.avif 768w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-750x500.avif 750w, https://bookblv.com/wp-content/uploads/2025/01/2023-09-09-22-43-56_4a6151ae35034da7ac0fbc0b6459b940_GettyImages-1653682958-scaled-1-600x400.avif 600w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/morocco-earthquake-emergency-appeal/\" >Morocco Earthquake Emergency Appeal</a></h2>\n	<bdi>&#x62f;.&#x625;5,000.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'Shop Page Design', '', 'inherit', 'closed', 'closed', '', '6091-revision-v1', '', '', '2025-01-22 11:04:48', '2025-01-22 11:04:48', '', 6091, 'https://bookblv.com/?p=6093', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6102, 1, '2025-01-22 12:24:24', '2025-01-22 12:24:24', '<select\n		class=\"jet-sorting-select\"\n		name=\"select-name\"\n				aria-label=\"Sort filter\"\n	>\n					<option value=\"\">Sort...</option>\n										<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By title from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By title from highest to lowest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By date from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By date from highest to lowest</option>\n			</select>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h5>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=6108\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6108\" data-quantity=\"1\" data-product_id=\"6108\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment 1&rdquo;\" rel=\"nofollow\">Add to cart</a>	\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h5>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=2664\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2664\" data-quantity=\"1\" data-product_id=\"2664\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment&rdquo;\" rel=\"nofollow\">Add to cart</a>', 'New Page', '', 'publish', 'closed', 'closed', '', 'new-page', '', '', '2025-01-22 13:05:42', '2025-01-22 13:05:42', '', '0', 'https://bookblv.com/?page_id=6102', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6103, 1, '2025-01-22 12:24:24', '2025-01-22 12:24:24', '', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 12:24:24', '2025-01-22 12:24:24', '', 6102, 'https://bookblv.com/?p=6103', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6105, 1, '2025-01-22 13:04:11', '2025-01-22 13:04:11', '', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:04:11', '2025-01-22 13:04:11', '', 6102, 'https://bookblv.com/?p=6105', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6106, 1, '2025-01-22 13:04:11', '2025-01-22 13:04:11', '', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:04:11', '2025-01-22 13:04:11', '', 6102, 'https://bookblv.com/?p=6106', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6107, 1, '2025-01-22 13:04:11', '2025-01-22 13:04:11', '<select\n		class=\"jet-sorting-select\"\n		name=\"select-name\"\n				aria-label=\"Sort filter\"\n	>\n					<option value=\"\">Sort...</option>\n										<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By title from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By title from highest to lowest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By date from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By date from highest to lowest</option>\n			</select>', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:04:11', '2025-01-22 13:04:11', '', 6102, 'https://bookblv.com/?p=6107', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6108, 1, '2025-01-22 13:04:26', '2025-01-22 13:04:26', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 1', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-1', '', '', '2025-01-22 13:47:43', '2025-01-22 13:47:43', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6108', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6109, 1, '2025-01-22 13:04:41', '2025-01-22 13:04:41', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 1', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6108-revision-v1', '', '', '2025-01-22 13:04:41', '2025-01-22 13:04:41', '', 6108, 'https://bookblv.com/?p=6109', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6110, 1, '2025-01-22 13:05:42', '2025-01-22 13:05:42', '<select\n		class=\"jet-sorting-select\"\n		name=\"select-name\"\n				aria-label=\"Sort filter\"\n	>\n					<option value=\"\">Sort...</option>\n										<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By title from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By title from highest to lowest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By date from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By date from highest to lowest</option>\n			</select>', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:05:42', '2025-01-22 13:05:42', '', 6102, 'https://bookblv.com/?p=6110', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6111, 1, '2025-01-22 13:05:42', '2025-01-22 13:05:42', '<select\n		class=\"jet-sorting-select\"\n		name=\"select-name\"\n				aria-label=\"Sort filter\"\n	>\n					<option value=\"\">Sort...</option>\n										<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By title from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By title from highest to lowest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By date from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By date from highest to lowest</option>\n			</select>', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:05:42', '2025-01-22 13:05:42', '', 6102, 'https://bookblv.com/?p=6111', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6112, 1, '2025-01-22 13:05:42', '2025-01-22 13:05:42', '<select\n		class=\"jet-sorting-select\"\n		name=\"select-name\"\n				aria-label=\"Sort filter\"\n	>\n					<option value=\"\">Sort...</option>\n										<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By title from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;title&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By title from highest to lowest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;ASC&quot;}\"\n							>By date from lowest to highest</option>\n								<option\n				value=\"{&quot;orderby&quot;:&quot;date&quot;,&quot;order&quot;:&quot;DESC&quot;}\"\n							>By date from highest to lowest</option>\n			</select>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h5>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=6108\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6108\" data-quantity=\"1\" data-product_id=\"6108\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment 1&rdquo;\" rel=\"nofollow\">Add to cart</a>	\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h5>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=2664\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2664\" data-quantity=\"1\" data-product_id=\"2664\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment&rdquo;\" rel=\"nofollow\">Add to cart</a>', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-revision-v1', '', '', '2025-01-22 13:05:42', '2025-01-22 13:05:42', '', 6102, 'https://bookblv.com/?p=6112', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6113, 1, '2025-01-22 13:13:35', '2025-01-22 13:13:35', '<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h5>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=6108\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_6108\" data-quantity=\"1\" data-product_id=\"6108\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment 1&rdquo;\" rel=\"nofollow\">Add to cart</a>	\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n	<ul><li><a href=\"https://bookblv.com/product-category/adults/\" rel=\"tag\">Adults</a>&#44;&nbsp;</li><li><a href=\"https://bookblv.com/product-category/children/\" rel=\"tag\">Children</a></li></ul>\n<h5 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h5>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	Drawing on a wealth of new evidence, pioneering research psychologist...\n	<a href=\"?add-to-cart=2664\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2664\" data-quantity=\"1\" data-product_id=\"2664\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Botox treatment&rdquo;\" rel=\"nofollow\">Add to cart</a>', 'New Page', '', 'inherit', 'closed', 'closed', '', '6102-autosave-v1', '', '', '2025-01-22 13:13:35', '2025-01-22 13:13:35', '', 6102, 'https://bookblv.com/?p=6113', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6121, 1, '2025-01-22 13:22:06', '2025-01-22 13:22:06', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:22:06', '2025-01-22 13:22:06', '', 6089, 'https://bookblv.com/?p=6121', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6122, 1, '2025-01-22 13:22:06', '2025-01-22 13:22:06', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:22:06', '2025-01-22 13:22:06', '', 6089, 'https://bookblv.com/?p=6122', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6123, 1, '2025-01-22 13:26:24', '2025-01-22 13:26:24', '', 'New Price', '', 'publish', 'closed', 'closed', '', 'new-price', '', '', '2025-01-22 13:47:05', '2025-01-22 13:47:05', '', '0', 'https://bookblv.com/?post_type=jet-smart-filters&#038;p=6123', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6124, 1, '2025-01-22 13:31:51', '2025-01-22 13:31:51', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:31:51', '2025-01-22 13:31:51', '', 6089, 'https://bookblv.com/?p=6124', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6125, 1, '2025-01-22 13:31:51', '2025-01-22 13:31:51', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:31:51', '2025-01-22 13:31:51', '', 6089, 'https://bookblv.com/?p=6125', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6126, 1, '2025-01-22 13:31:51', '2025-01-22 13:31:51', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"100\"\n			data-label=\"100\"\n						aria-label=\"100\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:31:51', '2025-01-22 13:31:51', '', 6089, 'https://bookblv.com/?p=6126', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6127, 1, '2025-01-22 13:34:17', '2025-01-22 13:34:17', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"100\"\n			data-label=\"100\"\n						aria-label=\"100\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:34:17', '2025-01-22 13:34:17', '', 6089, 'https://bookblv.com/?p=6127', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6128, 1, '2025-01-22 13:34:17', '2025-01-22 13:34:17', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"100\"\n			data-label=\"100\"\n						aria-label=\"100\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:34:17', '2025-01-22 13:34:17', '', 6089, 'https://bookblv.com/?p=6128', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6129, 1, '2025-01-22 13:34:17', '2025-01-22 13:34:17', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:34:17', '2025-01-22 13:34:17', '', 6089, 'https://bookblv.com/?p=6129', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6130, 1, '2025-01-22 13:37:04', '2025-01-22 13:37:04', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:37:04', '2025-01-22 13:37:04', '', 6089, 'https://bookblv.com/?p=6130', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6131, 1, '2025-01-22 13:37:04', '2025-01-22 13:37:04', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:37:04', '2025-01-22 13:37:04', '', 6089, 'https://bookblv.com/?p=6131', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6132, 1, '2025-01-22 13:37:04', '2025-01-22 13:37:04', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_100\"\n					data-label=\"10 — 100\"\n					aria-label=\"10 — 100\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 100\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:37:04', '2025-01-22 13:37:04', '', 6089, 'https://bookblv.com/?p=6132', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6133, 1, '2025-01-22 13:39:11', '2025-01-22 13:39:11', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_100\"\n					data-label=\"10 — 100\"\n					aria-label=\"10 — 100\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 100\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:39:11', '2025-01-22 13:39:11', '', 6089, 'https://bookblv.com/?p=6133', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6134, 1, '2025-01-22 13:39:11', '2025-01-22 13:39:11', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_100\"\n					data-label=\"10 — 100\"\n					aria-label=\"10 — 100\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 100\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:39:11', '2025-01-22 13:39:11', '', 6089, 'https://bookblv.com/?p=6134', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6135, 1, '2025-01-22 13:39:12', '2025-01-22 13:39:12', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<form><fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset></form>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:39:12', '2025-01-22 13:39:12', '', 6089, 'https://bookblv.com/?p=6135', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6136, 1, '2025-01-22 13:48:04', '2025-01-22 13:48:04', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<form><fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset></form>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:48:04', '2025-01-22 13:48:04', '', 6089, 'https://bookblv.com/?p=6136', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6137, 1, '2025-01-22 13:48:05', '2025-01-22 13:48:05', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<form><fieldset><legend style=\"display:none;\">New Price</legend>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"10\"\n			data-label=\"10\"\n						aria-label=\"10\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						10\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"20\"\n			data-label=\"20\"\n						aria-label=\"20\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						20\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"30\"\n			data-label=\"30\"\n						aria-label=\"30\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						30\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"40\"\n			data-label=\"40\"\n						aria-label=\"40\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						40\n	</label>\n		<label >\n		<input\n			type=\"radio\"\n			class=\"jet-radio-list__input\"\n			name=\"_price\"\n			value=\"50\"\n			data-label=\"50\"\n						aria-label=\"50\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						50\n	</label>\n</fieldset></form>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"25\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"25\" max=\"30\" value=\"30\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$25 — $30\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;30.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;30.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:48:05', '2025-01-22 13:48:05', '', 6089, 'https://bookblv.com/?p=6137', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6138, 1, '2025-01-22 13:48:05', '2025-01-22 13:48:05', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"15\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"25\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$15 — $25\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;15.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;15.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:48:05', '2025-01-22 13:48:05', '', 6089, 'https://bookblv.com/?p=6138', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6139, 1, '2025-01-22 13:51:31', '2025-01-22 13:51:31', '', 'Search', '', 'publish', 'closed', 'closed', '', 'search', '', '', '2025-01-22 13:51:31', '2025-01-22 13:51:31', '', '0', 'https://bookblv.com/?post_type=jet-smart-filters&p=6139', '0', 'jet-smart-filters', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6140, 1, '2025-01-22 13:52:02', '2025-01-22 13:52:02', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"15\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"25\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$15 — $25\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;15.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;15.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:52:02', '2025-01-22 13:52:02', '', 6089, 'https://bookblv.com/?p=6140', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6141, 1, '2025-01-22 13:52:02', '2025-01-22 13:52:02', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"15\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"25\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$15 — $25\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;15.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;15.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:52:02', '2025-01-22 13:52:02', '', 6089, 'https://bookblv.com/?p=6141', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6142, 1, '2025-01-22 13:52:02', '2025-01-22 13:52:02', '<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						200 Points\n	</label>\n</fieldset>\n					<fieldset><legend style=\"display:none;\">New Price</legend>		\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"10_20\"\n					data-label=\"10 — 20\"\n					aria-label=\"10 — 20\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										10 — 20\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"20_30\"\n					data-label=\"20 — 30\"\n					aria-label=\"20 — 30\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										20 — 30\n			</label>\n			<label >\n				<input\n					type=\"checkbox\"\n					class=\"jet-checkboxes-list__input\"\n					name=\"_price\"\n					value=\"30_50\"\n					data-label=\"30 — 50\"\n					aria-label=\"30 — 50\"\n									>\n							<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n										30 — 50\n			</label>\n		</fieldset>\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n			aria-label=\"Search\"\n					>\n					<h1>Products</h1>				\n					<fieldset><legend style=\"display:none;\">Products</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"6\"\n			data-label=\"Adults\"\n						aria-label=\"Adults\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Adults\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_cat\"\n			value=\"9\"\n			data-label=\"Children\"\n						aria-label=\"Children\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Children\n	</label>\n</fieldset>\n					Price filter\n	<fieldset>\n		<legend style=\"display:none;\">Price filter - slider</legend>\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"15\" aria-label=\"Minimal value\" >\n		<input type=\"range\" step=\"1\" min=\"15\" max=\"25\" value=\"25\" aria-label=\"Maximum value\" >\n	</fieldset>\n		$15 — $25\n					<h2>Manufactures</h2>				\n					<fieldset><legend style=\"display:none;\">Manufactures</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"7\"\n			data-label=\"Advent\"\n						aria-label=\"Advent\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Advent\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"8\"\n			data-label=\"Cards\"\n						aria-label=\"Cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Cards\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"10\"\n			data-label=\"Christmas\"\n						aria-label=\"Christmas\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Christmas\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"pa_manufactures\"\n			value=\"11\"\n			data-label=\"Customised cards\"\n						aria-label=\"Customised cards\"\n					>\n					<i><svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\">\n	<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"></path>\n</svg>\n</i>\n						Customised cards\n	</label>\n</fieldset>\n					<h2>Tag Cloud</h2>				\n					<fieldset><legend style=\"display:none;\">Tag Cloud</legend>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"52\"\n			data-label=\"100 Points\"\n						aria-label=\"100 Points\"\n					>\n						100 Points\n	</label>\n		<label >\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"product_tag\"\n			value=\"53\"\n			data-label=\"200 Points\"\n						aria-label=\"200 Points\"\n					>\n						200 Points\n	</label>\n</fieldset>\n					<h2>Top Rated Products</h2>				\n					<ul  >\n<li data-product-id=\"6108\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n<bdi>&#x62f;.&#x625;25.00</bdi>		\n	</li>\n<li data-product-id=\"2664\">\n	<img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" />		\n			<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n<bdi>&#x62f;.&#x625;15.00</bdi>		\n	</li></ul>\n	<button\n		type=\"button\"\n		class=\"jet-remove-all-filters__button\"\n		data-content-provider=\"jet-woo-products-grid\"\n		data-additional-providers=\"\"\n		data-apply-type=\"ajax\"\n		data-query-id=\"shop-filter\"\n			>\n		Clear all	</button>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h2>\n	<bdi>&#x62f;.&#x625;25.00</bdi>\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h2 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h2>\n	<bdi>&#x62f;.&#x625;15.00</bdi>', 'New Shop', '', 'inherit', 'closed', 'closed', '', '6089-revision-v1', '', '', '2025-01-22 13:52:02', '2025-01-22 13:52:02', '', 6089, 'https://bookblv.com/?p=6142', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6143, 1, '2025-01-23 13:42:32', '2025-01-23 13:42:32', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 2', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-2', '', '', '2025-01-23 13:42:50', '2025-01-23 13:42:50', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6143', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6144, 1, '2025-01-23 13:42:50', '2025-01-23 13:42:50', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 2', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6143-revision-v1', '', '', '2025-01-23 13:42:50', '2025-01-23 13:42:50', '', 6143, 'https://bookblv.com/?p=6144', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6148, 1, '2025-01-23 13:43:28', '2025-01-23 13:43:28', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 3', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-3', '', '', '2025-01-23 13:43:46', '2025-01-23 13:43:46', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6148', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6149, 1, '2025-01-23 13:43:46', '2025-01-23 13:43:46', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 3', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6148-revision-v1', '', '', '2025-01-23 13:43:46', '2025-01-23 13:43:46', '', 6148, 'https://bookblv.com/?p=6149', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6156, 1, '2025-01-23 13:46:30', '2025-01-23 13:46:30', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 4', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-4', '', '', '2025-01-23 13:46:47', '2025-01-23 13:46:47', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6156', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6157, 1, '2025-01-23 13:46:47', '2025-01-23 13:46:47', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 4', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6156-revision-v1', '', '', '2025-01-23 13:46:47', '2025-01-23 13:46:47', '', 6156, 'https://bookblv.com/?p=6157', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6158, 1, '2025-01-23 13:47:06', '2025-01-23 13:47:06', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 5', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-5', '', '', '2025-01-23 13:47:27', '2025-01-23 13:47:27', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6158', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6159, 1, '2025-01-23 13:47:09', '2025-01-23 13:47:09', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 6', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-6', '', '', '2025-01-23 13:47:37', '2025-01-23 13:47:37', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6159', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6160, 1, '2025-01-23 13:47:11', '2025-01-23 13:47:11', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 7', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'publish', 'open', 'closed', '', 'botox-treatment-7', '', '', '2025-01-23 13:47:51', '2025-01-23 13:47:51', '', '0', 'https://bookblv.com/?post_type=product&#038;p=6160', '0', 'product', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6161, 1, '2025-01-23 13:47:27', '2025-01-23 13:47:27', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 5', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6158-revision-v1', '', '', '2025-01-23 13:47:27', '2025-01-23 13:47:27', '', 6158, 'https://bookblv.com/?p=6161', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6162, 1, '2025-01-23 13:47:37', '2025-01-23 13:47:37', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 6', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6159-revision-v1', '', '', '2025-01-23 13:47:37', '2025-01-23 13:47:37', '', 6159, 'https://bookblv.com/?p=6162', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6163, 1, '2025-01-23 13:47:51', '2025-01-23 13:47:51', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\r\n<h2>Description</h2>\r\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 7', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6160-revision-v1', '', '', '2025-01-23 13:47:51', '2025-01-23 13:47:51', '', 6160, 'https://bookblv.com/?p=6163', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6164, 1, '2025-01-23 13:47:55', '2025-01-23 13:47:55', '<style>/*! elementor - v3.5.0 - 12-12-2021 */<br />.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Description</h2>\nThe wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure', 'Botox treatment 7', 'Drawing on a wealth of new evidence, pioneering research psychologist David DeSteno shows why religious practices and rituals', 'inherit', 'closed', 'closed', '', '6160-autosave-v1', '', '', '2025-01-23 13:47:55', '2025-01-23 13:47:55', '', 6160, 'https://bookblv.com/?p=6164', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6167, 1, '2025-01-24 10:37:49', '2025-01-24 10:37:49', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'publish', 'closed', 'closed', '', 'for-real-estates-buyers', '', '', '2025-05-10 08:29:28', '2025-05-10 08:29:28', '', '0', 'https://bookblv.com/?page_id=6167', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6169, 1, '2025-01-28 11:30:27', '2025-01-24 10:38:45', '', 'For Real Estates Buyers', '', 'publish', 'closed', 'closed', '', 'for-governments', '', '', '2025-01-28 11:30:27', '2025-01-28 11:30:27', '', '0', 'https://bookblv.com/?p=6169', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6170, 1, '2025-01-28 11:30:27', '2025-01-24 10:38:45', '', 'For Members', '', 'publish', 'closed', 'closed', '', 'for-individuals-2', '', '', '2025-01-28 11:30:27', '2025-01-28 11:30:27', '', '0', 'https://bookblv.com/?p=6170', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6171, 1, '2025-01-24 10:40:22', '2025-01-24 10:40:22', '<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-24 10:40:22', '2025-01-24 10:40:22', '', 24, 'https://bookblv.com/?p=6171', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6172, 1, '2025-01-24 10:41:44', '2025-01-24 10:41:44', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Individuals</a>\n<a href=\"https://bookblv.com/governments/\">For Governments</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-24 10:41:44', '2025-01-24 10:41:44', '', 24, 'https://bookblv.com/?p=6172', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6176, 1, '2025-01-24 10:44:32', '2025-01-24 10:44:32', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Individuals</a>\n<a href=\"https://bookblv.com/governments/\">For Governments</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-24 10:44:32', '2025-01-24 10:44:32', '', 24, 'https://bookblv.com/?p=6176', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6177, 1, '2025-01-24 10:45:09', '2025-01-24 10:45:09', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Individuals</a>\n<a href=\"https://bookblv.com/governments/\">For Governments</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-24 10:45:09', '2025-01-24 10:45:09', '', 24, 'https://bookblv.com/?p=6177', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6181, 1, '2025-01-24 10:48:18', '2025-01-24 10:48:18', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Individuals</a>\n<a href=\"https://bookblv.com/governments/\">For Governments</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-24 10:48:18', '2025-01-24 10:48:18', '', 24, 'https://bookblv.com/?p=6181', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6182, 1, '2025-01-24 10:49:53', '2025-01-24 10:49:53', '<h1>Beautiful Life Awaits</h1>				\n		<p>Join our Wellness Loyalty Program today and start enjoying</p><p>the benefits of a healthier, more rewarding lifestyle.</p>		\n					<a href=\"#season_packages\" rel=\"nofollow\">\n									Join Us\n					</a>\n                                    Visas, eVisas & PermitsPassport ServicesTourism ServicesExclusive Lounge Service\n				<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Enjoy exclusive dining experiences and earn rewards with every visit.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>Template is not defined. 			\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>Season Packages</h2>				\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-2/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-2/\" >Botox treatment 2</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-3/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-3/\" >Botox treatment 3</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-4/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-4/\" >Botox treatment 4</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-5/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-5/\" >Botox treatment 5</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-6/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-6/\" >Botox treatment 6</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-7/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-7/\" >Botox treatment 7</a></h3>\n					<h3><h3 style=\"margin-top: 0px;padding: 7px 0px 0px;font-weight: 400;font-size: 2.25em;font-family: InterUI, sans-serif;letter-spacing: normal;text-align: start\">Enhance your application journey with our optional services designed for your convenience and comfort.</h3></h3>				\n					<figure><img width=\"334\" height=\"237\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Form-filling.jpg\" alt=\"\" /></figure><p>Enjoy a seamless start to your wellness journey. Our Form Filling service ensures your membership details are accurately completed, offering you the ease of precision and the assurance of expert guidance</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Premium-lounge.jpg\" alt=\"\" /></figure><p>Experience indulgence like never before. With our Premium Lounge service, we provide personalized attention and luxurious comfort as you access your wellness benefits, reflecting the care and exclusivity you deserve.</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/SMS-alerts.jpg\" alt=\"\" /></figure><p>Stay informed with timely updates. Our WhatsApp Alerts service keeps you effortlessly connected, delivering real-time updates about your rewards, wellness experiences, and special offers—all at your fingertips.</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Courier-service.jpg\" alt=\"\" /></figure><p>Redefine convenience with BellaVie’s AI Concierge. From personalized recommendations to tailored guidance, our intelligent assistant elevates your wellness experience with precision, reliability, and an understanding that’s uniquely yours.</p>				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/dove.svg\" alt=\"image\" />															\n					<h3>Our events</h3>				\n	<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg\" alt=\"Let&#039;s Talk with Brian Houston\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Let\'s Talk with Brian Houston</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:26:10+00:00\" title=\"2021-11-03T13:26:10+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg\" alt=\"An Important Conversation Around\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">An Important Conversation Around</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:39+00:00\" title=\"2021-11-03T13:25:39+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg\" alt=\"Shadows &amp; Wonder Poets.\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Shadows &amp; Wonder Poets.</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:00+00:00\" title=\"2021-11-03T13:25:00+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/easter-sunday-at-the-drive-in/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/blog4.jpeg\" alt=\"Easter Sunday at the Drive-In\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/easter-sunday-at-the-drive-in/\" target=\"\">Easter Sunday at the Drive-In</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:24:14+00:00\" title=\"2021-11-03T13:24:14+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/one-church-ten-locations/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/blog5.jpeg\" alt=\"One Church, Ten Locations\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/one-church-ten-locations/\" target=\"\">One Church, Ten Locations</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:20:21+00:00\" title=\"2021-11-03T13:20:21+00:00\">November 3, 2021</time></a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cross.svg\" alt=\"image\" />															\n					<h2>Best sermons of 2021</h2>				\n		Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n		<h2>Need Help, Call Us!</h2><a href=\"tel:+8555335566\">+ 8 555 33 55 66</a>\n					<h1>Our Latest Sermon</h1>				\n		<p>No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.</p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil.		\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n									About us\n					</a>\n					<h2>Worship With Us</h2>				\n		<p>We’re passionate about creating music that encourages people to pursue a relationship with Jesus. Come worship with us this weekend, and listen now on your favorite digital music platform.</p>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"101\" height=\"108\" viewBox=\"0 0 101 108\" fill=\"none\"><circle opacity=\"0.1\" cx=\"50.5001\" cy=\"47.5092\" r=\"17.4083\" fill=\"#FFF9F6\"></circle><circle cx=\"50.5\" cy=\"46.5\" r=\"25.5\" stroke=\"white\" stroke-opacity=\"0.1\" stroke-width=\"4\"></circle><g filter=\"url(#filter0_d_607_3845)\"><path d=\"M52.0708 55.2002H48.8309C48.4009 55.2002 48.0524 55.5488 48.0524 55.9787C48.0524 56.4087 48.4009 56.7573 48.8309 56.7573H52.0708C52.5008 56.7573 52.8493 56.4087 52.8493 55.9787C52.8493 55.5488 52.5008 55.2002 52.0708 55.2002Z\" fill=\"url(#paint0_linear_607_3845)\"></path><path d=\"M66.022 26.2377H61.3506V24.5466C62.2568 24.2252 62.9078 23.3599 62.9078 22.3448C62.9078 21.0569 61.86 20.0092 60.5721 20.0092H40.3294C39.0416 20.0092 37.9938 21.0569 37.9938 22.3449C37.9938 23.3599 38.6447 24.2252 39.5509 24.5466V26.2377H34.8795C34.4495 26.2377 34.101 26.5864 34.101 27.0163V32.4662C34.101 35.9006 36.8951 38.6947 40.3294 38.6947H40.9877C41.1374 38.9555 41.2973 39.2117 41.4694 39.4615C42.5715 41.0612 44.0588 42.3259 45.7959 43.1513C45.7854 43.241 45.7794 43.3321 45.7794 43.4246C45.7794 44.5154 46.5312 45.4338 47.5438 45.6893C46.6083 48.8063 44.9459 52.0859 42.9766 52.0859H41.108C40.7154 52.0859 40.3842 52.3783 40.3354 52.7679L39.5569 58.9964C39.5292 59.218 39.598 59.4408 39.7458 59.6082C39.8935 59.7756 40.1062 59.8715 40.3294 59.8715H60.5721C60.7954 59.8715 61.008 59.7757 61.1558 59.6082C61.3035 59.4408 61.3724 59.2179 61.3446 58.9964L60.5661 52.7679C60.5174 52.3783 60.1862 52.0859 59.7935 52.0859H57.925C56.7331 52.0859 55.726 50.8344 55.0911 49.7843C54.2751 48.4351 53.7053 46.8457 53.3578 45.6892C54.3704 45.4336 55.1221 44.5153 55.1221 43.4245C55.1221 43.332 55.1161 43.241 55.1056 43.1512C56.843 42.3258 58.3305 41.0607 59.4326 39.4608C59.6045 39.2111 59.7643 38.9553 59.9138 38.6947H60.5721C64.0065 38.6947 66.8006 35.9006 66.8006 32.4662V27.0163C66.8006 26.5864 66.452 26.2377 66.022 26.2377ZM35.6581 32.4662V27.7949H39.5509V33.3032C39.5509 34.6252 39.7907 35.9187 40.2514 37.1357C37.7115 37.0936 35.6581 35.0159 35.6581 32.4662ZM59.6901 58.3144H41.2114L41.7953 53.643H59.1062L59.6901 58.3144ZM54.8557 52.0859H46.0459C46.4242 51.6713 46.789 51.1746 47.1394 50.596C48.1345 48.9524 48.7878 47.0161 49.1451 45.7602H51.7565C52.1141 47.0174 52.766 48.9489 53.7586 50.5901C54.1101 51.1713 54.4761 51.6699 54.8557 52.0859ZM52.7864 44.2031H48.1151C47.6858 44.2031 47.3365 43.8538 47.3365 43.4245C47.3365 42.9952 47.6858 42.6459 48.1151 42.6459H52.7864C53.2157 42.6459 53.565 42.9952 53.565 43.4245C53.565 43.8538 53.2157 44.2031 52.7864 44.2031ZM54.4174 41.7547C53.9961 41.3432 53.4205 41.0888 52.7864 41.0888H48.1151C47.481 41.0888 46.9055 41.3432 46.4841 41.7547C43.2017 40.2091 41.108 36.9476 41.108 33.3032V24.6805H46.947C47.377 24.6805 47.7256 24.3319 47.7256 23.902C47.7256 23.472 47.377 23.1234 46.947 23.1234H40.3294C39.9002 23.1234 39.5509 22.7741 39.5509 22.3448C39.5509 21.9155 39.9002 21.5663 40.3294 21.5663H60.5721C61.0014 21.5663 61.3506 21.9155 61.3506 22.3449C61.3506 22.7742 61.0014 23.1234 60.5721 23.1234H53.9541C53.5241 23.1234 53.1755 23.472 53.1755 23.902C53.1755 24.3319 53.5241 24.6805 53.9541 24.6805H59.7935V33.3032C59.7935 36.9475 57.6997 40.2091 54.4174 41.7547ZM65.2434 32.4662C65.2434 35.0159 63.19 37.0936 60.6502 37.1357C61.1108 35.9188 61.3506 34.6252 61.3506 33.3032V27.7949H65.2434V32.4662Z\" fill=\"url(#paint1_linear_607_3845)\"></path><path d=\"M54.4285 30.1616L52.6824 29.8523L51.8152 28.2571C51.8153 28.2571 51.8152 28.257 51.8152 28.2571C51.6697 27.9896 51.4504 27.7722 51.1814 27.6288C50.8151 27.4334 50.3946 27.3925 49.9976 27.5132C49.6004 27.6341 49.2741 27.9024 49.0786 28.269L48.2449 29.834L46.4937 30.1595C46.18 30.2098 45.8931 30.3529 45.6632 30.574C45.3638 30.862 45.1945 31.2492 45.1864 31.6646C45.1783 32.0799 45.3325 32.4735 45.6211 32.7733L46.8528 34.0509L46.6269 35.7737C46.5662 36.1025 46.6114 36.4345 46.7584 36.7362C46.9404 37.1101 47.2571 37.3906 47.6502 37.5262C47.8166 37.5835 47.9882 37.6121 48.1592 37.6121C48.3921 37.6121 48.6238 37.5592 48.8393 37.4543L50.4326 36.6787L52.0725 37.46C52.3463 37.5906 52.6516 37.6375 52.9555 37.5954C53.367 37.5385 53.7317 37.3247 53.9825 36.9935C54.2332 36.6623 54.3399 36.2531 54.2828 35.8406L54.0373 34.0834L55.2414 32.8134C55.4795 32.5834 55.6352 32.2897 55.6924 31.9623C55.8398 31.1168 55.2721 30.3089 54.4285 30.1616ZM54.1251 31.7275L52.6493 33.2842C52.4862 33.4561 52.4104 33.6929 52.4432 33.9276L52.7425 36.0544L50.7637 35.1117C50.5497 35.0098 50.3011 35.0108 50.088 35.1146L48.1582 36.0552C48.162 36.0368 48.1651 36.0182 48.1676 35.9995L48.4453 33.8817C48.4762 33.6467 48.3983 33.4106 48.2339 33.2401L46.7408 31.6968C46.7496 31.6955 46.7584 31.694 46.7671 31.6924L48.8978 31.2964C49.1308 31.253 49.3313 31.1061 49.4428 30.897L50.4486 29.0038L51.4933 30.9255C51.6064 31.1336 51.8082 31.279 52.0415 31.3202L54.1589 31.6939C54.1474 31.7047 54.136 31.7159 54.1251 31.7275Z\" fill=\"url(#paint2_linear_607_3845)\"></path><path d=\"M50.4507 24.6805C50.8807 24.6805 51.2293 24.3319 51.2293 23.902C51.2293 23.472 50.8807 23.1234 50.4507 23.1234H50.4502C50.0202 23.1234 49.6719 23.472 49.6719 23.902C49.6719 24.3319 50.0207 24.6805 50.4507 24.6805Z\" fill=\"url(#paint3_linear_607_3845)\"></path></g><g filter=\"url(#filter1_d_607_3845)\"><circle cx=\"71.9598\" cy=\"38.1891\" r=\"1.33373\" transform=\"rotate(-80.862 71.9598 38.1891)\" fill=\"url(#paint4_linear_607_3845)\"></circle></g><g filter=\"url(#filter2_d_607_3845)\"><circle cx=\"27.6352\" cy=\"31.204\" r=\"3.60394\" transform=\"rotate(-80.862 27.6352 31.204)\" fill=\"url(#paint5_linear_607_3845)\"></circle></g><defs><filter id=\"filter0_d_607_3845\" x=\"0.100952\" y=\"0.00915527\" width=\"100.7\" height=\"107.862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"17\"></feGaussianBlur></filter><filter id=\"filter1_d_607_3845\" x=\"49.6259\" y=\"19.8551\" width=\"44.6678\" height=\"44.6678\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><filter id=\"filter2_d_607_3845\" x=\"3.03076\" y=\"10.5995\" width=\"49.2089\" height=\"49.209\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><linearGradient id=\"paint0_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint1_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint2_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint3_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint4_linear_607_3845\" x1=\"71.1595\" y1=\"37.3822\" x2=\"73.055\" y2=\"38.8366\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint5_linear_607_3845\" x1=\"25.4728\" y1=\"29.0236\" x2=\"30.5946\" y2=\"32.9537\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n									<h2>\n							Preacher of year 2021						\n					</h2>\n									<p>\n						Churches run online services with a variety of paid volunteer					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"101\" height=\"108\" viewBox=\"0 0 101 108\" fill=\"none\"><circle opacity=\"0.1\" cx=\"50.5001\" cy=\"47.5092\" r=\"17.4083\" fill=\"#FFF9F6\"></circle><circle cx=\"50.5\" cy=\"46.5\" r=\"25.5\" stroke=\"white\" stroke-opacity=\"0.1\" stroke-width=\"4\"></circle><g filter=\"url(#filter0_d_607_3845)\"><path d=\"M52.0708 55.2002H48.8309C48.4009 55.2002 48.0524 55.5488 48.0524 55.9787C48.0524 56.4087 48.4009 56.7573 48.8309 56.7573H52.0708C52.5008 56.7573 52.8493 56.4087 52.8493 55.9787C52.8493 55.5488 52.5008 55.2002 52.0708 55.2002Z\" fill=\"url(#paint0_linear_607_3845)\"></path><path d=\"M66.022 26.2377H61.3506V24.5466C62.2568 24.2252 62.9078 23.3599 62.9078 22.3448C62.9078 21.0569 61.86 20.0092 60.5721 20.0092H40.3294C39.0416 20.0092 37.9938 21.0569 37.9938 22.3449C37.9938 23.3599 38.6447 24.2252 39.5509 24.5466V26.2377H34.8795C34.4495 26.2377 34.101 26.5864 34.101 27.0163V32.4662C34.101 35.9006 36.8951 38.6947 40.3294 38.6947H40.9877C41.1374 38.9555 41.2973 39.2117 41.4694 39.4615C42.5715 41.0612 44.0588 42.3259 45.7959 43.1513C45.7854 43.241 45.7794 43.3321 45.7794 43.4246C45.7794 44.5154 46.5312 45.4338 47.5438 45.6893C46.6083 48.8063 44.9459 52.0859 42.9766 52.0859H41.108C40.7154 52.0859 40.3842 52.3783 40.3354 52.7679L39.5569 58.9964C39.5292 59.218 39.598 59.4408 39.7458 59.6082C39.8935 59.7756 40.1062 59.8715 40.3294 59.8715H60.5721C60.7954 59.8715 61.008 59.7757 61.1558 59.6082C61.3035 59.4408 61.3724 59.2179 61.3446 58.9964L60.5661 52.7679C60.5174 52.3783 60.1862 52.0859 59.7935 52.0859H57.925C56.7331 52.0859 55.726 50.8344 55.0911 49.7843C54.2751 48.4351 53.7053 46.8457 53.3578 45.6892C54.3704 45.4336 55.1221 44.5153 55.1221 43.4245C55.1221 43.332 55.1161 43.241 55.1056 43.1512C56.843 42.3258 58.3305 41.0607 59.4326 39.4608C59.6045 39.2111 59.7643 38.9553 59.9138 38.6947H60.5721C64.0065 38.6947 66.8006 35.9006 66.8006 32.4662V27.0163C66.8006 26.5864 66.452 26.2377 66.022 26.2377ZM35.6581 32.4662V27.7949H39.5509V33.3032C39.5509 34.6252 39.7907 35.9187 40.2514 37.1357C37.7115 37.0936 35.6581 35.0159 35.6581 32.4662ZM59.6901 58.3144H41.2114L41.7953 53.643H59.1062L59.6901 58.3144ZM54.8557 52.0859H46.0459C46.4242 51.6713 46.789 51.1746 47.1394 50.596C48.1345 48.9524 48.7878 47.0161 49.1451 45.7602H51.7565C52.1141 47.0174 52.766 48.9489 53.7586 50.5901C54.1101 51.1713 54.4761 51.6699 54.8557 52.0859ZM52.7864 44.2031H48.1151C47.6858 44.2031 47.3365 43.8538 47.3365 43.4245C47.3365 42.9952 47.6858 42.6459 48.1151 42.6459H52.7864C53.2157 42.6459 53.565 42.9952 53.565 43.4245C53.565 43.8538 53.2157 44.2031 52.7864 44.2031ZM54.4174 41.7547C53.9961 41.3432 53.4205 41.0888 52.7864 41.0888H48.1151C47.481 41.0888 46.9055 41.3432 46.4841 41.7547C43.2017 40.2091 41.108 36.9476 41.108 33.3032V24.6805H46.947C47.377 24.6805 47.7256 24.3319 47.7256 23.902C47.7256 23.472 47.377 23.1234 46.947 23.1234H40.3294C39.9002 23.1234 39.5509 22.7741 39.5509 22.3448C39.5509 21.9155 39.9002 21.5663 40.3294 21.5663H60.5721C61.0014 21.5663 61.3506 21.9155 61.3506 22.3449C61.3506 22.7742 61.0014 23.1234 60.5721 23.1234H53.9541C53.5241 23.1234 53.1755 23.472 53.1755 23.902C53.1755 24.3319 53.5241 24.6805 53.9541 24.6805H59.7935V33.3032C59.7935 36.9475 57.6997 40.2091 54.4174 41.7547ZM65.2434 32.4662C65.2434 35.0159 63.19 37.0936 60.6502 37.1357C61.1108 35.9188 61.3506 34.6252 61.3506 33.3032V27.7949H65.2434V32.4662Z\" fill=\"url(#paint1_linear_607_3845)\"></path><path d=\"M54.4285 30.1616L52.6824 29.8523L51.8152 28.2571C51.8153 28.2571 51.8152 28.257 51.8152 28.2571C51.6697 27.9896 51.4504 27.7722 51.1814 27.6288C50.8151 27.4334 50.3946 27.3925 49.9976 27.5132C49.6004 27.6341 49.2741 27.9024 49.0786 28.269L48.2449 29.834L46.4937 30.1595C46.18 30.2098 45.8931 30.3529 45.6632 30.574C45.3638 30.862 45.1945 31.2492 45.1864 31.6646C45.1783 32.0799 45.3325 32.4735 45.6211 32.7733L46.8528 34.0509L46.6269 35.7737C46.5662 36.1025 46.6114 36.4345 46.7584 36.7362C46.9404 37.1101 47.2571 37.3906 47.6502 37.5262C47.8166 37.5835 47.9882 37.6121 48.1592 37.6121C48.3921 37.6121 48.6238 37.5592 48.8393 37.4543L50.4326 36.6787L52.0725 37.46C52.3463 37.5906 52.6516 37.6375 52.9555 37.5954C53.367 37.5385 53.7317 37.3247 53.9825 36.9935C54.2332 36.6623 54.3399 36.2531 54.2828 35.8406L54.0373 34.0834L55.2414 32.8134C55.4795 32.5834 55.6352 32.2897 55.6924 31.9623C55.8398 31.1168 55.2721 30.3089 54.4285 30.1616ZM54.1251 31.7275L52.6493 33.2842C52.4862 33.4561 52.4104 33.6929 52.4432 33.9276L52.7425 36.0544L50.7637 35.1117C50.5497 35.0098 50.3011 35.0108 50.088 35.1146L48.1582 36.0552C48.162 36.0368 48.1651 36.0182 48.1676 35.9995L48.4453 33.8817C48.4762 33.6467 48.3983 33.4106 48.2339 33.2401L46.7408 31.6968C46.7496 31.6955 46.7584 31.694 46.7671 31.6924L48.8978 31.2964C49.1308 31.253 49.3313 31.1061 49.4428 30.897L50.4486 29.0038L51.4933 30.9255C51.6064 31.1336 51.8082 31.279 52.0415 31.3202L54.1589 31.6939C54.1474 31.7047 54.136 31.7159 54.1251 31.7275Z\" fill=\"url(#paint2_linear_607_3845)\"></path><path d=\"M50.4507 24.6805C50.8807 24.6805 51.2293 24.3319 51.2293 23.902C51.2293 23.472 50.8807 23.1234 50.4507 23.1234H50.4502C50.0202 23.1234 49.6719 23.472 49.6719 23.902C49.6719 24.3319 50.0207 24.6805 50.4507 24.6805Z\" fill=\"url(#paint3_linear_607_3845)\"></path></g><g filter=\"url(#filter1_d_607_3845)\"><circle cx=\"71.9598\" cy=\"38.1891\" r=\"1.33373\" transform=\"rotate(-80.862 71.9598 38.1891)\" fill=\"url(#paint4_linear_607_3845)\"></circle></g><g filter=\"url(#filter2_d_607_3845)\"><circle cx=\"27.6352\" cy=\"31.204\" r=\"3.60394\" transform=\"rotate(-80.862 27.6352 31.204)\" fill=\"url(#paint5_linear_607_3845)\"></circle></g><defs><filter id=\"filter0_d_607_3845\" x=\"0.100952\" y=\"0.00915527\" width=\"100.7\" height=\"107.862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"17\"></feGaussianBlur></filter><filter id=\"filter1_d_607_3845\" x=\"49.6259\" y=\"19.8551\" width=\"44.6678\" height=\"44.6678\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><filter id=\"filter2_d_607_3845\" x=\"3.03076\" y=\"10.5995\" width=\"49.2089\" height=\"49.209\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><linearGradient id=\"paint0_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint1_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint2_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint3_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint4_linear_607_3845\" x1=\"71.1595\" y1=\"37.3822\" x2=\"73.055\" y2=\"38.8366\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint5_linear_607_3845\" x1=\"25.4728\" y1=\"29.0236\" x2=\"30.5946\" y2=\"32.9537\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n									<h2>\n							Priest church 2022						\n					</h2>\n									<p>\n						Churches run online services with a variety of paid volunteer					</p>\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">\n									Listen To Life\n					</a>\n															<img width=\"1160\" height=\"1738\" src=\"https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1.png\" alt=\"image\" srcset=\"https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1.png 1160w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-600x899.png 600w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-200x300.png 200w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-683x1024.png 683w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-768x1151.png 768w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-1025x1536.png 1025w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-60x91.png 60w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />															\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n					<h5>Welcome to our Wellness Loyalty Program</h5>				\n		<p>Our program offers unparalleled rewards and benefits, tailored to enhance your wellness journey.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>		\n				<a href=\"https://wa.me/+971562567965?text=Hello\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Tap here to sign up on WhatsApp!\">\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>				</a>\n									<h3>\n						<a href=\"https://wa.me/+971562567965?text=Hello\" target=\"_blank\" >\n							Tap here to sign up on WhatsApp!						</a>\n					</h3>\n									<p>\n						</br>					</p>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png\" alt=\"image\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png 71w, https://bookblv.com/wp-content/uploads/2021/10/Group-1486-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\n					<h2>Thoughts of our parishioners</h2>				\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col2.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Worship will be powerful, the life-changing Word of God will be preached and we and engage with services in a prefera integrate new way. both men and women, young and iportant features very old.\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col3.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col4.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/play-1.svg\" alt=\"play\" />															\n					<h2>Our best sermons</h2>				\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>', 'Homepage 24 Jan 2025', '', 'publish', 'closed', 'closed', '', 'homepage-24-jan-2025', '', '', '2025-01-24 10:49:53', '2025-01-24 10:49:53', '', '0', 'https://bookblv.com/?elementor_library=homepage-24-jan-2025', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6183, 1, '2025-01-24 10:49:53', '2025-01-24 10:49:53', '', 'Homepage 24 Jan 2025', '', 'inherit', 'closed', 'closed', '', '6182-revision-v1', '', '', '2025-01-24 10:49:53', '2025-01-24 10:49:53', '', 6182, 'https://bookblv.com/?p=6183', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6184, 1, '2025-01-24 10:49:53', '2025-01-24 10:49:53', '<h1>Beautiful Life Awaits</h1>				\n		<p>Join our Wellness Loyalty Program today and start enjoying</p><p>the benefits of a healthier, more rewarding lifestyle.</p>		\n					<a href=\"#season_packages\" rel=\"nofollow\">\n									Join Us\n					</a>\n                                    Visas, eVisas & PermitsPassport ServicesTourism ServicesExclusive Lounge Service\n				<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Enjoy exclusive dining experiences and earn rewards with every visit.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>Template is not defined. 			\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>Season Packages</h2>				\n	<a href=\"https://bookblv.com/product/botox-treatment/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment/\" >Botox treatment</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-1/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-1/\" >Botox treatment 1</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-2/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-2/\" >Botox treatment 2</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-3/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-3/\" >Botox treatment 3</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-4/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-4/\" >Botox treatment 4</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-5/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-5/\" >Botox treatment 5</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-6/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-6/\" >Botox treatment 6</a></h3>\n	<a href=\"https://bookblv.com/product/botox-treatment-7/\" ><img width=\"750\" height=\"759\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56.jpg 750w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-600x607.jpg 600w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-296x300.jpg 296w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a>\n	<h3 ><a href=\"https://bookblv.com/product/botox-treatment-7/\" >Botox treatment 7</a></h3>\n					<h3><h3 style=\"margin-top: 0px;padding: 7px 0px 0px;font-weight: 400;font-size: 2.25em;font-family: InterUI, sans-serif;letter-spacing: normal;text-align: start\">Enhance your application journey with our optional services designed for your convenience and comfort.</h3></h3>				\n					<figure><img width=\"334\" height=\"237\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Form-filling.jpg\" alt=\"\" /></figure><p>Enjoy a seamless start to your wellness journey. Our Form Filling service ensures your membership details are accurately completed, offering you the ease of precision and the assurance of expert guidance</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Premium-lounge.jpg\" alt=\"\" /></figure><p>Experience indulgence like never before. With our Premium Lounge service, we provide personalized attention and luxurious comfort as you access your wellness benefits, reflecting the care and exclusivity you deserve.</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/SMS-alerts.jpg\" alt=\"\" /></figure><p>Stay informed with timely updates. Our WhatsApp Alerts service keeps you effortlessly connected, delivering real-time updates about your rewards, wellness experiences, and special offers—all at your fingertips.</p>				\n					<figure><img width=\"334\" height=\"234\" src=\"https://bookblv.com/wp-content/uploads/2025/01/Courier-service.jpg\" alt=\"\" /></figure><p>Redefine convenience with BellaVie’s AI Concierge. From personalized recommendations to tailored guidance, our intelligent assistant elevates your wellness experience with precision, reliability, and an understanding that’s uniquely yours.</p>				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/dove.svg\" alt=\"image\" />															\n					<h3>Our events</h3>				\n	<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1.jpeg\" alt=\"Let&#039;s Talk with Brian Houston\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Let\'s Talk with Brian Houston</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:26:10+00:00\" title=\"2021-11-03T13:26:10+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1.jpeg\" alt=\"An Important Conversation Around\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">An Important Conversation Around</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:39+00:00\" title=\"2021-11-03T13:25:39+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2.jpeg\" alt=\"Shadows &amp; Wonder Poets.\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Shadows &amp; Wonder Poets.</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:00+00:00\" title=\"2021-11-03T13:25:00+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/easter-sunday-at-the-drive-in/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/blog4.jpeg\" alt=\"Easter Sunday at the Drive-In\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/easter-sunday-at-the-drive-in/\" target=\"\">Easter Sunday at the Drive-In</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:24:14+00:00\" title=\"2021-11-03T13:24:14+00:00\">November 3, 2021</time></a>\n	<a href=\"https://bookblv.com/2021/11/03/one-church-ten-locations/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/blog5.jpeg\" alt=\"One Church, Ten Locations\" loading=\"lazy\" width=\"1225\" height=\"1044\"></a><h4><a href=\"https://bookblv.com/2021/11/03/one-church-ten-locations/\" target=\"\">One Church, Ten Locations</a></h4><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:20:21+00:00\" title=\"2021-11-03T13:20:21+00:00\">November 3, 2021</time></a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cross.svg\" alt=\"image\" />															\n					<h2>Best sermons of 2021</h2>				\n		Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"55\" viewBox=\"0 0 52 55\" fill=\"none\"><path d=\"M0 20C0 8.95431 8.95431 0 20 0H52V35C52 46.0457 43.0457 55 32 55H0V20Z\" fill=\"white\"></path><path d=\"M35.2049 35.1759V13.7964H17.4452C15.7461 13.7964 14.3691 15.1735 14.3691 16.8726V36.9703C14.3691 38.6694 15.7461 40.0464 17.4452 40.0464H35.2049V38.252C34.3554 38.252 33.6667 37.5634 33.6667 36.7139C33.6667 35.8645 34.3554 35.1759 35.2049 35.1759ZM20.2239 20.9229H24.0691V16.3394H25.6072V20.9229H29.4524V22.4609H25.6072V32.5098H24.0691V22.4609H20.2239V20.9229ZM32.5425 38.252H17.9148C17.821 38.252 17.7291 38.2438 17.6401 38.227C16.9213 38.0975 16.3767 37.4695 16.3767 36.7139C16.3767 36.2894 16.549 35.9048 16.8273 35.6264C17.0442 35.4097 17.3252 35.2574 17.6401 35.2008C17.7291 35.184 17.821 35.1759 17.9148 35.1759H32.5425C32.28 35.6284 32.1286 36.1539 32.1286 36.7139C32.1286 37.2738 32.28 37.7994 32.5425 38.252Z\" fill=\"#FFC11F\"></path></svg>\n		<h3>Greatest Sermon Ever Preached</h3><p>How do you explain Jesus and His authority. In this message from Billy Graham.</p><a href=\"#\">Watch now<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"11\" viewBox=\"0 0 9 11\" fill=\"none\"><path d=\"M7.42017 3.82311C8.63354 4.6118 8.63354 6.3882 7.42017 7.17689L3.08998 9.99151C1.75947 10.8563 4.77154e-07 9.9015 5.46519e-07 8.31463L7.92582e-07 2.68537C8.61946e-07 1.0985 1.75947 0.143656 3.08998 1.00849L7.42017 3.82311Z\" fill=\"#FB571C\"></path></svg></a>\n		<h2>Need Help, Call Us!</h2><a href=\"tel:+8555335566\">+ 8 555 33 55 66</a>\n					<h1>Our Latest Sermon</h1>				\n		<p>No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.</p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil.		\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n									About us\n					</a>\n					<h2>Worship With Us</h2>				\n		<p>We’re passionate about creating music that encourages people to pursue a relationship with Jesus. Come worship with us this weekend, and listen now on your favorite digital music platform.</p>		\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"101\" height=\"108\" viewBox=\"0 0 101 108\" fill=\"none\"><circle opacity=\"0.1\" cx=\"50.5001\" cy=\"47.5092\" r=\"17.4083\" fill=\"#FFF9F6\"></circle><circle cx=\"50.5\" cy=\"46.5\" r=\"25.5\" stroke=\"white\" stroke-opacity=\"0.1\" stroke-width=\"4\"></circle><g filter=\"url(#filter0_d_607_3845)\"><path d=\"M52.0708 55.2002H48.8309C48.4009 55.2002 48.0524 55.5488 48.0524 55.9787C48.0524 56.4087 48.4009 56.7573 48.8309 56.7573H52.0708C52.5008 56.7573 52.8493 56.4087 52.8493 55.9787C52.8493 55.5488 52.5008 55.2002 52.0708 55.2002Z\" fill=\"url(#paint0_linear_607_3845)\"></path><path d=\"M66.022 26.2377H61.3506V24.5466C62.2568 24.2252 62.9078 23.3599 62.9078 22.3448C62.9078 21.0569 61.86 20.0092 60.5721 20.0092H40.3294C39.0416 20.0092 37.9938 21.0569 37.9938 22.3449C37.9938 23.3599 38.6447 24.2252 39.5509 24.5466V26.2377H34.8795C34.4495 26.2377 34.101 26.5864 34.101 27.0163V32.4662C34.101 35.9006 36.8951 38.6947 40.3294 38.6947H40.9877C41.1374 38.9555 41.2973 39.2117 41.4694 39.4615C42.5715 41.0612 44.0588 42.3259 45.7959 43.1513C45.7854 43.241 45.7794 43.3321 45.7794 43.4246C45.7794 44.5154 46.5312 45.4338 47.5438 45.6893C46.6083 48.8063 44.9459 52.0859 42.9766 52.0859H41.108C40.7154 52.0859 40.3842 52.3783 40.3354 52.7679L39.5569 58.9964C39.5292 59.218 39.598 59.4408 39.7458 59.6082C39.8935 59.7756 40.1062 59.8715 40.3294 59.8715H60.5721C60.7954 59.8715 61.008 59.7757 61.1558 59.6082C61.3035 59.4408 61.3724 59.2179 61.3446 58.9964L60.5661 52.7679C60.5174 52.3783 60.1862 52.0859 59.7935 52.0859H57.925C56.7331 52.0859 55.726 50.8344 55.0911 49.7843C54.2751 48.4351 53.7053 46.8457 53.3578 45.6892C54.3704 45.4336 55.1221 44.5153 55.1221 43.4245C55.1221 43.332 55.1161 43.241 55.1056 43.1512C56.843 42.3258 58.3305 41.0607 59.4326 39.4608C59.6045 39.2111 59.7643 38.9553 59.9138 38.6947H60.5721C64.0065 38.6947 66.8006 35.9006 66.8006 32.4662V27.0163C66.8006 26.5864 66.452 26.2377 66.022 26.2377ZM35.6581 32.4662V27.7949H39.5509V33.3032C39.5509 34.6252 39.7907 35.9187 40.2514 37.1357C37.7115 37.0936 35.6581 35.0159 35.6581 32.4662ZM59.6901 58.3144H41.2114L41.7953 53.643H59.1062L59.6901 58.3144ZM54.8557 52.0859H46.0459C46.4242 51.6713 46.789 51.1746 47.1394 50.596C48.1345 48.9524 48.7878 47.0161 49.1451 45.7602H51.7565C52.1141 47.0174 52.766 48.9489 53.7586 50.5901C54.1101 51.1713 54.4761 51.6699 54.8557 52.0859ZM52.7864 44.2031H48.1151C47.6858 44.2031 47.3365 43.8538 47.3365 43.4245C47.3365 42.9952 47.6858 42.6459 48.1151 42.6459H52.7864C53.2157 42.6459 53.565 42.9952 53.565 43.4245C53.565 43.8538 53.2157 44.2031 52.7864 44.2031ZM54.4174 41.7547C53.9961 41.3432 53.4205 41.0888 52.7864 41.0888H48.1151C47.481 41.0888 46.9055 41.3432 46.4841 41.7547C43.2017 40.2091 41.108 36.9476 41.108 33.3032V24.6805H46.947C47.377 24.6805 47.7256 24.3319 47.7256 23.902C47.7256 23.472 47.377 23.1234 46.947 23.1234H40.3294C39.9002 23.1234 39.5509 22.7741 39.5509 22.3448C39.5509 21.9155 39.9002 21.5663 40.3294 21.5663H60.5721C61.0014 21.5663 61.3506 21.9155 61.3506 22.3449C61.3506 22.7742 61.0014 23.1234 60.5721 23.1234H53.9541C53.5241 23.1234 53.1755 23.472 53.1755 23.902C53.1755 24.3319 53.5241 24.6805 53.9541 24.6805H59.7935V33.3032C59.7935 36.9475 57.6997 40.2091 54.4174 41.7547ZM65.2434 32.4662C65.2434 35.0159 63.19 37.0936 60.6502 37.1357C61.1108 35.9188 61.3506 34.6252 61.3506 33.3032V27.7949H65.2434V32.4662Z\" fill=\"url(#paint1_linear_607_3845)\"></path><path d=\"M54.4285 30.1616L52.6824 29.8523L51.8152 28.2571C51.8153 28.2571 51.8152 28.257 51.8152 28.2571C51.6697 27.9896 51.4504 27.7722 51.1814 27.6288C50.8151 27.4334 50.3946 27.3925 49.9976 27.5132C49.6004 27.6341 49.2741 27.9024 49.0786 28.269L48.2449 29.834L46.4937 30.1595C46.18 30.2098 45.8931 30.3529 45.6632 30.574C45.3638 30.862 45.1945 31.2492 45.1864 31.6646C45.1783 32.0799 45.3325 32.4735 45.6211 32.7733L46.8528 34.0509L46.6269 35.7737C46.5662 36.1025 46.6114 36.4345 46.7584 36.7362C46.9404 37.1101 47.2571 37.3906 47.6502 37.5262C47.8166 37.5835 47.9882 37.6121 48.1592 37.6121C48.3921 37.6121 48.6238 37.5592 48.8393 37.4543L50.4326 36.6787L52.0725 37.46C52.3463 37.5906 52.6516 37.6375 52.9555 37.5954C53.367 37.5385 53.7317 37.3247 53.9825 36.9935C54.2332 36.6623 54.3399 36.2531 54.2828 35.8406L54.0373 34.0834L55.2414 32.8134C55.4795 32.5834 55.6352 32.2897 55.6924 31.9623C55.8398 31.1168 55.2721 30.3089 54.4285 30.1616ZM54.1251 31.7275L52.6493 33.2842C52.4862 33.4561 52.4104 33.6929 52.4432 33.9276L52.7425 36.0544L50.7637 35.1117C50.5497 35.0098 50.3011 35.0108 50.088 35.1146L48.1582 36.0552C48.162 36.0368 48.1651 36.0182 48.1676 35.9995L48.4453 33.8817C48.4762 33.6467 48.3983 33.4106 48.2339 33.2401L46.7408 31.6968C46.7496 31.6955 46.7584 31.694 46.7671 31.6924L48.8978 31.2964C49.1308 31.253 49.3313 31.1061 49.4428 30.897L50.4486 29.0038L51.4933 30.9255C51.6064 31.1336 51.8082 31.279 52.0415 31.3202L54.1589 31.6939C54.1474 31.7047 54.136 31.7159 54.1251 31.7275Z\" fill=\"url(#paint2_linear_607_3845)\"></path><path d=\"M50.4507 24.6805C50.8807 24.6805 51.2293 24.3319 51.2293 23.902C51.2293 23.472 50.8807 23.1234 50.4507 23.1234H50.4502C50.0202 23.1234 49.6719 23.472 49.6719 23.902C49.6719 24.3319 50.0207 24.6805 50.4507 24.6805Z\" fill=\"url(#paint3_linear_607_3845)\"></path></g><g filter=\"url(#filter1_d_607_3845)\"><circle cx=\"71.9598\" cy=\"38.1891\" r=\"1.33373\" transform=\"rotate(-80.862 71.9598 38.1891)\" fill=\"url(#paint4_linear_607_3845)\"></circle></g><g filter=\"url(#filter2_d_607_3845)\"><circle cx=\"27.6352\" cy=\"31.204\" r=\"3.60394\" transform=\"rotate(-80.862 27.6352 31.204)\" fill=\"url(#paint5_linear_607_3845)\"></circle></g><defs><filter id=\"filter0_d_607_3845\" x=\"0.100952\" y=\"0.00915527\" width=\"100.7\" height=\"107.862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"17\"></feGaussianBlur></filter><filter id=\"filter1_d_607_3845\" x=\"49.6259\" y=\"19.8551\" width=\"44.6678\" height=\"44.6678\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><filter id=\"filter2_d_607_3845\" x=\"3.03076\" y=\"10.5995\" width=\"49.2089\" height=\"49.209\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><linearGradient id=\"paint0_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint1_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint2_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint3_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint4_linear_607_3845\" x1=\"71.1595\" y1=\"37.3822\" x2=\"73.055\" y2=\"38.8366\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint5_linear_607_3845\" x1=\"25.4728\" y1=\"29.0236\" x2=\"30.5946\" y2=\"32.9537\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n									<h2>\n							Preacher of year 2021						\n					</h2>\n									<p>\n						Churches run online services with a variety of paid volunteer					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"101\" height=\"108\" viewBox=\"0 0 101 108\" fill=\"none\"><circle opacity=\"0.1\" cx=\"50.5001\" cy=\"47.5092\" r=\"17.4083\" fill=\"#FFF9F6\"></circle><circle cx=\"50.5\" cy=\"46.5\" r=\"25.5\" stroke=\"white\" stroke-opacity=\"0.1\" stroke-width=\"4\"></circle><g filter=\"url(#filter0_d_607_3845)\"><path d=\"M52.0708 55.2002H48.8309C48.4009 55.2002 48.0524 55.5488 48.0524 55.9787C48.0524 56.4087 48.4009 56.7573 48.8309 56.7573H52.0708C52.5008 56.7573 52.8493 56.4087 52.8493 55.9787C52.8493 55.5488 52.5008 55.2002 52.0708 55.2002Z\" fill=\"url(#paint0_linear_607_3845)\"></path><path d=\"M66.022 26.2377H61.3506V24.5466C62.2568 24.2252 62.9078 23.3599 62.9078 22.3448C62.9078 21.0569 61.86 20.0092 60.5721 20.0092H40.3294C39.0416 20.0092 37.9938 21.0569 37.9938 22.3449C37.9938 23.3599 38.6447 24.2252 39.5509 24.5466V26.2377H34.8795C34.4495 26.2377 34.101 26.5864 34.101 27.0163V32.4662C34.101 35.9006 36.8951 38.6947 40.3294 38.6947H40.9877C41.1374 38.9555 41.2973 39.2117 41.4694 39.4615C42.5715 41.0612 44.0588 42.3259 45.7959 43.1513C45.7854 43.241 45.7794 43.3321 45.7794 43.4246C45.7794 44.5154 46.5312 45.4338 47.5438 45.6893C46.6083 48.8063 44.9459 52.0859 42.9766 52.0859H41.108C40.7154 52.0859 40.3842 52.3783 40.3354 52.7679L39.5569 58.9964C39.5292 59.218 39.598 59.4408 39.7458 59.6082C39.8935 59.7756 40.1062 59.8715 40.3294 59.8715H60.5721C60.7954 59.8715 61.008 59.7757 61.1558 59.6082C61.3035 59.4408 61.3724 59.2179 61.3446 58.9964L60.5661 52.7679C60.5174 52.3783 60.1862 52.0859 59.7935 52.0859H57.925C56.7331 52.0859 55.726 50.8344 55.0911 49.7843C54.2751 48.4351 53.7053 46.8457 53.3578 45.6892C54.3704 45.4336 55.1221 44.5153 55.1221 43.4245C55.1221 43.332 55.1161 43.241 55.1056 43.1512C56.843 42.3258 58.3305 41.0607 59.4326 39.4608C59.6045 39.2111 59.7643 38.9553 59.9138 38.6947H60.5721C64.0065 38.6947 66.8006 35.9006 66.8006 32.4662V27.0163C66.8006 26.5864 66.452 26.2377 66.022 26.2377ZM35.6581 32.4662V27.7949H39.5509V33.3032C39.5509 34.6252 39.7907 35.9187 40.2514 37.1357C37.7115 37.0936 35.6581 35.0159 35.6581 32.4662ZM59.6901 58.3144H41.2114L41.7953 53.643H59.1062L59.6901 58.3144ZM54.8557 52.0859H46.0459C46.4242 51.6713 46.789 51.1746 47.1394 50.596C48.1345 48.9524 48.7878 47.0161 49.1451 45.7602H51.7565C52.1141 47.0174 52.766 48.9489 53.7586 50.5901C54.1101 51.1713 54.4761 51.6699 54.8557 52.0859ZM52.7864 44.2031H48.1151C47.6858 44.2031 47.3365 43.8538 47.3365 43.4245C47.3365 42.9952 47.6858 42.6459 48.1151 42.6459H52.7864C53.2157 42.6459 53.565 42.9952 53.565 43.4245C53.565 43.8538 53.2157 44.2031 52.7864 44.2031ZM54.4174 41.7547C53.9961 41.3432 53.4205 41.0888 52.7864 41.0888H48.1151C47.481 41.0888 46.9055 41.3432 46.4841 41.7547C43.2017 40.2091 41.108 36.9476 41.108 33.3032V24.6805H46.947C47.377 24.6805 47.7256 24.3319 47.7256 23.902C47.7256 23.472 47.377 23.1234 46.947 23.1234H40.3294C39.9002 23.1234 39.5509 22.7741 39.5509 22.3448C39.5509 21.9155 39.9002 21.5663 40.3294 21.5663H60.5721C61.0014 21.5663 61.3506 21.9155 61.3506 22.3449C61.3506 22.7742 61.0014 23.1234 60.5721 23.1234H53.9541C53.5241 23.1234 53.1755 23.472 53.1755 23.902C53.1755 24.3319 53.5241 24.6805 53.9541 24.6805H59.7935V33.3032C59.7935 36.9475 57.6997 40.2091 54.4174 41.7547ZM65.2434 32.4662C65.2434 35.0159 63.19 37.0936 60.6502 37.1357C61.1108 35.9188 61.3506 34.6252 61.3506 33.3032V27.7949H65.2434V32.4662Z\" fill=\"url(#paint1_linear_607_3845)\"></path><path d=\"M54.4285 30.1616L52.6824 29.8523L51.8152 28.2571C51.8153 28.2571 51.8152 28.257 51.8152 28.2571C51.6697 27.9896 51.4504 27.7722 51.1814 27.6288C50.8151 27.4334 50.3946 27.3925 49.9976 27.5132C49.6004 27.6341 49.2741 27.9024 49.0786 28.269L48.2449 29.834L46.4937 30.1595C46.18 30.2098 45.8931 30.3529 45.6632 30.574C45.3638 30.862 45.1945 31.2492 45.1864 31.6646C45.1783 32.0799 45.3325 32.4735 45.6211 32.7733L46.8528 34.0509L46.6269 35.7737C46.5662 36.1025 46.6114 36.4345 46.7584 36.7362C46.9404 37.1101 47.2571 37.3906 47.6502 37.5262C47.8166 37.5835 47.9882 37.6121 48.1592 37.6121C48.3921 37.6121 48.6238 37.5592 48.8393 37.4543L50.4326 36.6787L52.0725 37.46C52.3463 37.5906 52.6516 37.6375 52.9555 37.5954C53.367 37.5385 53.7317 37.3247 53.9825 36.9935C54.2332 36.6623 54.3399 36.2531 54.2828 35.8406L54.0373 34.0834L55.2414 32.8134C55.4795 32.5834 55.6352 32.2897 55.6924 31.9623C55.8398 31.1168 55.2721 30.3089 54.4285 30.1616ZM54.1251 31.7275L52.6493 33.2842C52.4862 33.4561 52.4104 33.6929 52.4432 33.9276L52.7425 36.0544L50.7637 35.1117C50.5497 35.0098 50.3011 35.0108 50.088 35.1146L48.1582 36.0552C48.162 36.0368 48.1651 36.0182 48.1676 35.9995L48.4453 33.8817C48.4762 33.6467 48.3983 33.4106 48.2339 33.2401L46.7408 31.6968C46.7496 31.6955 46.7584 31.694 46.7671 31.6924L48.8978 31.2964C49.1308 31.253 49.3313 31.1061 49.4428 30.897L50.4486 29.0038L51.4933 30.9255C51.6064 31.1336 51.8082 31.279 52.0415 31.3202L54.1589 31.6939C54.1474 31.7047 54.136 31.7159 54.1251 31.7275Z\" fill=\"url(#paint2_linear_607_3845)\"></path><path d=\"M50.4507 24.6805C50.8807 24.6805 51.2293 24.3319 51.2293 23.902C51.2293 23.472 50.8807 23.1234 50.4507 23.1234H50.4502C50.0202 23.1234 49.6719 23.472 49.6719 23.902C49.6719 24.3319 50.0207 24.6805 50.4507 24.6805Z\" fill=\"url(#paint3_linear_607_3845)\"></path></g><g filter=\"url(#filter1_d_607_3845)\"><circle cx=\"71.9598\" cy=\"38.1891\" r=\"1.33373\" transform=\"rotate(-80.862 71.9598 38.1891)\" fill=\"url(#paint4_linear_607_3845)\"></circle></g><g filter=\"url(#filter2_d_607_3845)\"><circle cx=\"27.6352\" cy=\"31.204\" r=\"3.60394\" transform=\"rotate(-80.862 27.6352 31.204)\" fill=\"url(#paint5_linear_607_3845)\"></circle></g><defs><filter id=\"filter0_d_607_3845\" x=\"0.100952\" y=\"0.00915527\" width=\"100.7\" height=\"107.862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"17\"></feGaussianBlur></filter><filter id=\"filter1_d_607_3845\" x=\"49.6259\" y=\"19.8551\" width=\"44.6678\" height=\"44.6678\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><filter id=\"filter2_d_607_3845\" x=\"3.03076\" y=\"10.5995\" width=\"49.2089\" height=\"49.209\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feGaussianBlur stdDeviation=\"10.5\"></feGaussianBlur></filter><linearGradient id=\"paint0_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint1_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint2_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint3_linear_607_3845\" x1=\"40.6409\" y1=\"27.882\" x2=\"67.0816\" y2=\"44.5255\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint4_linear_607_3845\" x1=\"71.1595\" y1=\"37.3822\" x2=\"73.055\" y2=\"38.8366\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient><linearGradient id=\"paint5_linear_607_3845\" x1=\"25.4728\" y1=\"29.0236\" x2=\"30.5946\" y2=\"32.9537\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n									<h2>\n							Priest church 2022						\n					</h2>\n									<p>\n						Churches run online services with a variety of paid volunteer					</p>\n					<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/services/\">\n									Listen To Life\n					</a>\n															<img width=\"1160\" height=\"1738\" src=\"https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1.png\" alt=\"image\" srcset=\"https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1.png 1160w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-600x899.png 600w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-200x300.png 200w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-683x1024.png 683w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-768x1151.png 768w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-1025x1536.png 1025w, https://bookblv.com/wp-content/uploads/2022/01/pastor_home-1-1-60x91.png 60w\" sizes=\"(max-width: 1160px) 100vw, 1160px\" />															\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"39\" viewBox=\"0 0 40 39\" fill=\"none\"><circle opacity=\"0.3\" cx=\"20.0705\" cy=\"19.3198\" r=\"19.1037\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.072\" cy=\"19.3193\" r=\"14.6952\" fill=\"#FB571C\"></circle><circle opacity=\"0.3\" cx=\"20.0702\" cy=\"19.3198\" r=\"10.2866\" fill=\"#FB571C\"></circle><circle cx=\"20.0693\" cy=\"19.3197\" r=\"5.87806\" fill=\"#FB571C\"></circle></svg>				\n			<img width=\"52\" height=\"52\" src=\"https://bookblv.com/wp-content/uploads/2022/01/transparent.png\" alt=\"image\" decoding=\"async\" />				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><circle opacity=\"0.3\" cx=\"15.7251\" cy=\"16.4816\" r=\"15.4895\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.7262\" cy=\"16.4812\" r=\"11.915\" fill=\"#FFC11F\"></circle><circle opacity=\"0.3\" cx=\"15.725\" cy=\"16.4815\" r=\"8.3405\" fill=\"#FFC11F\"></circle><circle cx=\"15.7258\" cy=\"16.4813\" r=\"4.766\" fill=\"#FFC11F\"></circle></svg>				\n					<h5>Welcome to our Wellness Loyalty Program</h5>				\n		<p>Our program offers unparalleled rewards and benefits, tailored to enhance your wellness journey.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>		\n				<a href=\"https://wa.me/+971562567965?text=Hello\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Tap here to sign up on WhatsApp!\">\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>				</a>\n									<h3>\n						<a href=\"https://wa.me/+971562567965?text=Hello\" target=\"_blank\" >\n							Tap here to sign up on WhatsApp!						</a>\n					</h3>\n									<p>\n						</br>					</p>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png\" alt=\"image\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Group-1486.png 71w, https://bookblv.com/wp-content/uploads/2021/10/Group-1486-58x58.png 58w\" sizes=\"(max-width: 71px) 100vw, 71px\" />															\n					<h2>Thoughts of our parishioners</h2>				\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col2.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Worship will be powerful, the life-changing Word of God will be preached and we and engage with services in a prefera integrate new way. both men and women, young and iportant features very old.\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col3.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col4.jpeg\" alt=\"image\" loading=\"lazy\"></figure>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers\n		<figure><img src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/col5.jpeg\" alt=\"image\" loading=\"lazy\"></figure>Both men and women, young and old, and that they in turn would become the history-makers, movers and shakersold, permissions couple and that they in turn would become the history important.\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/play-1.svg\" alt=\"play\" />															\n					<h2>Our best sermons</h2>				\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>\n	<style>.elementor-4383 .elementor-element.elementor-element-01ffae5 .elementor-repeater-item-fb92a9a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 025px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:77px;color:#FFFFFF;background-color:#FB571C;border-radius:100px 100px 100px 100px;}.elementor-4383 .elementor-element.elementor-element-1e31c36{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-1e31c36 > .elementor-widget-container{margin:21px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-6325428 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:26px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-6325428 > .elementor-widget-container{margin:0px 0px 012px 0px;}.elementor-4383 .elementor-element.elementor-element-9f27172{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:0px 0px 0px 025px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-f9ca190 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-46c28a9{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-46c28a9 > .elementor-widget-container{margin:14px 0px 2px 0px;}.elementor-4383 .elementor-element.elementor-element-d469109 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-d469109 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video{border-radius:10px 10px 10px 10px;}.elementor-4383 .elementor-element.elementor-element-a690ed5 .jet-video__play-button{font-size:50px;background-color:#FB571C;border-radius:50px 50px 50px 50px;}.elementor-4383 .elementor-element.elementor-element-3212925{color:#FB571C;font-family:\"DM Sans\", Sans-serif;font-size:12px;font-weight:400;line-height:1.5em;}.elementor-4383 .elementor-element.elementor-element-3212925 > .elementor-widget-container{margin:20px 0px 07px 0px;}.elementor-4383 .elementor-element.elementor-element-965c075 .elementor-heading-title{font-family:\"DM Sans\", Sans-serif;font-size:18px;font-weight:700;line-height:1.4em;color:#202020;}.elementor-4383 .elementor-element.elementor-element-965c075 > .elementor-widget-container{margin:0px 0px 012px 0px;}@media(max-width:767px){.elementor-4383 .elementor-element.elementor-element-af5f90a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-4383 .elementor-element.elementor-element-78f6ee0 .jet-video__play-button{font-size:50px;}.elementor-4383 .elementor-element.elementor-element-df0ab11 > .elementor-element-populated{padding:40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4383 .elementor-element.elementor-element-af5f90a{width:67.4%;}.elementor-4383 .elementor-element.elementor-element-df0ab11{width:32.554%;}}</style>		\n						<section data-id=\"01ffae5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;fb92a9a&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Wakes up the Christian in you.</h3>				\n									<p>The book of Acts declares that in latter times, God would pour out His Spirit, on both men and women, young and old, and that they in turn would become the history-makers, movers and shakers</p>								\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/3.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Where you get near to Christ.</h3>				\n<video src=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/wp-content/uploads/2022/01/original-669A5E08-80BC-4FCA-8113-A2874F9CF7D2.mp4\" controls=\"\" playsinline=\"\" controlsList=\"nodownload\"></video>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n									<p>13.10.22</p>								\n					<h3>Peace provider for your soul.</h3>				\n		</section>', 'Homepage 24 Jan 2025', '', 'inherit', 'closed', 'closed', '', '6182-revision-v1', '', '', '2025-01-24 10:49:53', '2025-01-24 10:49:53', '', 6182, 'https://bookblv.com/?p=6184', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6187, 1, '2025-01-28 11:40:48', '2025-01-28 11:40:48', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Members</a>\n<a href=\"https://bookblv.com/for-real-estates-buyers/\">For Real Estates Buyers</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-28 11:40:48', '2025-01-28 11:40:48', '', 24, 'https://bookblv.com/?p=6187', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6188, 1, '2025-01-28 16:40:28', '2025-01-28 16:40:28', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Members</a>\n<a href=\"https://bookblv.com/for-real-estates-buyers/\">For Real Estates Buyers</a>\n</nav>				\n															<img width=\"529\" height=\"218\" src=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo.png 529w, https://bookblv.com/wp-content/uploads/2021/10/BellaVie-Rewards-Logo-300x124.png 300w\" sizes=\"(max-width: 529px) 100vw, 529px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-01-28 16:40:28', '2025-01-28 16:40:28', '', 24, 'https://bookblv.com/?p=6188', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6200, 1, '2025-02-01 10:45:50', '2025-02-01 10:45:50', '<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n		<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>		\n                        <a href=\"#collapse-921870467af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910ae46\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467af1b910ae46\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910ae46\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910ae46\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910ae46\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910ae46\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467af1b910b7e6\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910b7e6\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910b7e6\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467af1b910bf9c\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910bf9c\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910bf9c\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Dropdown 3rd tab content', '', 'publish', 'closed', 'closed', '', 'dropdown-3rd-tab-content', '', '', '2025-02-14 10:31:45', '2025-02-14 10:31:45', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6200', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6201, 1, '2025-02-01 10:59:23', '2025-02-01 10:59:23', '', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 10:59:23', '2025-02-01 10:59:23', '', 6200, 'https://bookblv.com/?p=6201', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6202, 1, '2025-02-01 10:59:23', '2025-02-01 10:59:23', '<details id=\"e-n-accordion-item-7970\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-7970\" >\n					 Attestation and Verification Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					</details>\n						<details id=\"e-n-accordion-item-7971\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7971\" >\n					 Migration Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n						<details id=\"e-n-accordion-item-7972\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7972\" >\n					 Public Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 10:59:23', '2025-02-01 10:59:23', '', 6200, 'https://bookblv.com/?p=6202', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6203, 1, '2025-02-01 11:01:13', '2025-02-01 11:01:13', '<details id=\"e-n-accordion-item-7970\" open>\n				<summary data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-7970\" >\n					 Attestation and Verification Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					</details>\n						<details id=\"e-n-accordion-item-7971\" >\n				<summary data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7971\" >\n					 Migration Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					</details>\n						<details id=\"e-n-accordion-item-7972\" >\n				<summary data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7972\" >\n					 Public Services \n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n						</summary>\n					</details>\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img src=\"https://bookblv.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:01:13', '2025-02-01 11:01:13', '', 6200, 'https://bookblv.com/?p=6203', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6207, 1, '2025-02-01 11:02:57', '2025-02-01 11:02:57', '', 'B E L L A V I E R E W A R D S W E L L N E S', '', 'inherit', 'open', 'closed', '', 'b-e-l-l-a-v-i-e-r-e-w-a-r-d-s-w-e-l-l-n-e-s', '', '', '2025-02-01 11:02:57', '2025-02-01 11:02:57', '', 24, 'https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6208, 1, '2025-02-01 11:03:20', '2025-02-01 11:03:20', '<nav data-mobile-trigger-device=\"mobile\" data-mobile-layout=\"default\">\n	<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg>	<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg><a href=\"https://bookblv.com/\">For Members</a>\n<a href=\"https://bookblv.com/for-real-estates-buyers/\">For Real Estates Buyers</a>\n</nav>				\n															<img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S.png 1472w, https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-300x170.png 300w, https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-1024x579.png 1024w, https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-768x434.png 768w, https://bookblv.com/wp-content/uploads/2021/10/B-E-L-L-A-V-I-E-R-E-W-A-R-D-S-W-E-L-L-N-E-S-600x339.png 600w\" sizes=\"(max-width: 1472px) 100vw, 1472px\" />															\n					<a href=\"#\">\n									Join Us\n					</a>', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-02-01 11:03:20', '2025-02-01 11:03:20', '', 24, 'https://bookblv.com/?p=6208', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6220, 1, '2025-02-01 11:31:40', '2025-02-01 11:31:40', '', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:31:40', '2025-02-01 11:31:40', '', 6200, 'https://bookblv.com/?p=6220', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6222, 1, '2025-02-01 11:34:21', '2025-02-01 11:34:21', '<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Accordion #1</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n															<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>\n												<a tabindex=\"0\">Accordion #2</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg><svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>Toggle #1							\n								Template is not defined. \n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg><svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>Toggle #2							\n								Template is not defined. \n								<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg><svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"></path></svg>Toggle #3							\n								Template is not defined. \n                        <a href=\"#collapse-5f71726679e06bd1cbec\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-5f71726679e06bd1cbec\" aria-expanded=\"true\" aria-controls=\"Collapse-5f71726679e06bd1cbec\">\n                            How to Change my Photo from Admin Dashboard?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-1f925c4679e06bd1cbec\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-1f925c4679e06bd1cbec\" aria-expanded=\"false\" aria-controls=\"Collapse-1f925c4679e06bd1cbec\">\n                            How to Change my Password easily?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5be036679e06bd1cbec\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5be036679e06bd1cbec\" aria-expanded=\"false\" aria-controls=\"Collapse-f5be036679e06bd1cbec\">\n                            How to Change my Subscription Plan using PayPal\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast</p>                        \n                <!-- .elementskit-card END -->\n                                    Visas, eVisas & PermitsPassport ServicesTourism ServicesExclusive Lounge Service\n				<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Enjoy exclusive dining experiences and earn rewards with every visit.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p><p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>Template is not defined.', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:34:21', '2025-02-01 11:34:21', '', 6200, 'https://bookblv.com/?p=6222', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6227, 1, '2025-02-01 11:46:05', '2025-02-01 11:46:05', 'Attestation and Verification Services							\n								Template is not defined. \n								Migration Services							\n								Template is not defined. \n								Public Services							\n								Template is not defined.', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:46:05', '2025-02-01 11:46:05', '', 6200, 'https://bookblv.com/?p=6227', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6228, 1, '2025-02-01 11:46:41', '2025-02-01 11:46:41', 'Attestation and Verification Services							\n								Template is not defined. \n								Migration Services							\n								Template is not defined. \n								Public Services							\n								Template is not defined.', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:46:41', '2025-02-01 11:46:41', '', 6200, 'https://bookblv.com/?p=6228', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6235, 1, '2025-02-01 11:50:03', '2025-02-01 11:50:03', '<a href=\"#collapse-921870467c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c531464b886\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c531464b886\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c531464b886\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c531464b886\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c531464b886\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c531464b886\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Dropdown 4th tab content', '', 'publish', 'closed', 'closed', '', 'dropdown-4th-tab-content', '', '', '2025-03-03 04:34:14', '2025-03-03 04:34:14', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6235', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6236, 1, '2025-02-01 11:50:03', '2025-02-01 11:50:03', '', 'Elementor Section #6235', '', 'inherit', 'closed', 'closed', '', '6235-revision-v1', '', '', '2025-02-01 11:50:03', '2025-02-01 11:50:03', '', 6235, 'https://bookblv.com/?p=6236', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6237, 1, '2025-02-01 11:51:03', '2025-02-01 11:51:03', 'Attestation and Verification Services							\n								<style>.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-title{font-size:13px;}@media(max-width:767px){.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img{margin-bottom:15px;}}</style>		\n						<section data-id=\"59efbf3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n		</section>\n								Migration Services							\n								Template is not defined. \n								Public Services							\n								Template is not defined.', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:51:03', '2025-02-01 11:51:03', '', 6200, 'https://bookblv.com/?p=6237', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6241, 1, '2025-02-01 11:53:14', '2025-02-01 11:53:14', 'Attestation and Verification Services							\n								<style>.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-title{font-size:13px;}@media(max-width:767px){.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img{margin-bottom:15px;}}</style>		\n						<section data-id=\"59efbf3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n		</section>\n								Migration Services							\n								Template is not defined. \n								Public Services							\n								Template is not defined.', 'Tab 1 Content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-01 11:53:14', '2025-02-01 11:53:14', '', 6200, 'https://bookblv.com/?p=6241', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6248, 1, '2025-02-01 13:05:30', '2025-02-01 13:05:30', '', 'header-without-breadcrumbs', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2025-02-01 13:05:30', '2025-02-01 13:05:30', '', 24, 'https://bookblv.com/?p=6248', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6250, 1, '2025-02-01 13:23:41', '2025-02-01 13:23:41', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2025-02-01 13:23:41', '2025-02-01 13:23:41', '', 5, 'https://bookblv.com/?p=6250', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6251, 1, '2025-02-01 13:23:41', '2025-02-01 13:23:41', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2025-02-01 13:23:41', '2025-02-01 13:23:41', '', 5, 'https://bookblv.com/?p=6251', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6255, 1, '2025-02-03 04:29:23', '2025-02-03 04:29:23', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>', 'Search 1st tab content', '', 'publish', 'closed', 'closed', '', 'search-1st-tab-content', '', '', '2025-05-10 09:03:30', '2025-05-10 09:03:30', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6255', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6256, 1, '2025-02-03 04:31:21', '2025-02-03 04:31:21', '', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-03 04:31:21', '2025-02-03 04:31:21', '', 6255, 'https://bookblv.com/?p=6256', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6257, 1, '2025-02-03 04:31:21', '2025-02-03 04:31:21', '<button>Dropbar</button>\n	Dropbar Content\nagran\npakistan\nuae', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-03 04:31:21', '2025-02-03 04:31:21', '', 6255, 'https://bookblv.com/?p=6257', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6259, 1, '2025-02-03 05:13:20', '2025-02-03 05:13:20', '<form>\n    <label for=\"resident-country\">Select Your Country of Residence:</label>\n    <select id=\"resident-country\" name=\"resident-country\">\n        <option value=\"\">-- Select --</option>\n        <option value=\"USA\">United States</option>\n        <option value=\"Canada\">Canada</option>\n        <option value=\"UK\">United Kingdom</option>\n        <!-- Add more countries here -->\n    </select>\n    <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n    <select id=\"applying-country\" name=\"applying-country\">\n        <option value=\"\">-- Select Resident Country First --</option>\n    </select>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-03 05:13:20', '2025-02-03 05:13:20', '', 6255, 'https://bookblv.com/?p=6259', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6261, 1, '2025-02-03 05:33:02', '2025-02-03 05:33:02', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-03 05:33:02', '2025-02-03 05:33:02', '', 6255, 'https://bookblv.com/?p=6261', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6262, 1, '2025-02-03 05:39:41', '2025-02-03 05:39:41', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-03 05:39:41', '2025-02-03 05:39:41', '', 6255, 'https://bookblv.com/?p=6262', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6270, 1, '2025-02-04 07:54:53', '2025-02-04 07:54:53', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"blogs\" aria-pressed=\"false\">blogs</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Blog 2nd tab content', '', 'publish', 'closed', 'closed', '', 'blog-2nd-tab-content', '', '', '2025-04-25 06:03:17', '2025-04-25 06:03:17', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6270', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6271, 1, '2025-02-04 07:54:51', '2025-02-04 07:54:51', '', 'Elementor Loop Item #6271', '', 'publish', 'closed', 'closed', '', 'elementor-loop-item', '', '', '2025-03-12 08:57:16', '2025-03-12 08:57:16', '', '0', 'https://bookblv.com/?elementor_library=elementor-loop-item', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6272, 1, '2025-02-04 07:54:51', '2025-02-04 07:54:51', '', 'Elementor Loop Item #6271', '', 'inherit', 'closed', 'closed', '', '6271-revision-v1', '', '', '2025-02-04 07:54:51', '2025-02-04 07:54:51', '', 6271, 'https://bookblv.com/?p=6272', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6273, 1, '2025-02-04 07:54:53', '2025-02-04 07:54:53', '<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-1024x873.jpeg\" alt=\"Let&#8217;s Talk with Brian Houston\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n						Let&#8217;s Talk with Brian Houston					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1-1024x873.jpeg\" alt=\"An Important Conversation Around\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n						An Important Conversation Around					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2-1024x873.jpeg\" alt=\"Shadows &#038; Wonder Poets.\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n						Shadows &#038; Wonder Poets.					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n	<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-370x260.jpeg\" alt=\"Let&#039;s Talk with Brian Houston\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Let\'s Talk with Brian Houston</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:26:10+00:00\" title=\"2021-11-03T13:26:10+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Read More</a>\n	<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1-370x260.jpeg\" alt=\"An Important Conversation Around\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">An Important Conversation Around</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:39+00:00\" title=\"2021-11-03T13:25:39+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">Read More</a>\n	<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2-370x260.jpeg\" alt=\"Shadows &amp; Wonder Poets.\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Shadows &amp; Wonder Poets.</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:00+00:00\" title=\"2021-11-03T13:25:00+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Read More</a>', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-04 07:54:53', '2025-02-04 07:54:53', '', 6270, 'https://bookblv.com/?p=6273', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6274, 1, '2025-02-04 07:54:53', '2025-02-04 07:54:53', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n                                                            <a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-1024x873.jpeg\" alt=\"Let&#8217;s Talk with Brian Houston\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n						Let&#8217;s Talk with Brian Houston					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1-1024x873.jpeg\" alt=\"An Important Conversation Around\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n						An Important Conversation Around					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n                                    <img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2-1024x873.jpeg\" alt=\"Shadows &#038; Wonder Poets.\">\n                                </a><!-- .elementskit-entry-thumb END -->\n													<!-- .elementskit-entry-header END -->\n																					<h2>\n					<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n						Shadows &#038; Wonder Poets.					</a>\n				</h2>\n																																										<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find</p>\n                                                                            <a id=\"\" href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\">\n                                        	                                            Learn more                                         </a>\n                                                    <!-- .elementskit-post-body END -->\n	<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-standing-near-wooden-stand-reading-bible-children-1-370x260.jpeg\" alt=\"Let&#039;s Talk with Brian Houston\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Let\'s Talk with Brian Houston</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:26:10+00:00\" title=\"2021-11-03T13:26:10+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/lets-talk-with-brian-houston-2/\" target=\"\">Read More</a>\n	<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/shot-people-sitting-near-each-other-reading-bible-1-370x260.jpeg\" alt=\"An Important Conversation Around\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">An Important Conversation Around</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:39+00:00\" title=\"2021-11-03T13:25:39+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/an-important-conversation-around/\" target=\"\">Read More</a>\n	<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\"><img src=\"https://bookblv.com/wp-content/uploads/2022/01/closeup-shot-male-sitting-park-while-holding-bible-2-370x260.jpeg\" alt=\"Shadows &amp; Wonder Poets.\" loading=\"lazy\" width=\"370\" height=\"260\"></a><h4><a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Shadows &amp; Wonder Poets.</a></h4>Posted by <a href=\"https://bookblv.com/author/iuliia/\"  rel=\"author\">Iuliia</a><a href=\"https://bookblv.com/2021/11/03/\"  ><time datetime=\"2021-11-03T13:25:00+00:00\" title=\"2021-11-03T13:25:00+00:00\">November 3, 2021</time></a>Comments: <a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/#respond\" >0</a>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?&hellip;<a href=\"https://bookblv.com/2021/11/03/shadows-wonder-poets/\" target=\"\">Read More</a>', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-04 07:54:53', '2025-02-04 07:54:53', '', 6270, 'https://bookblv.com/?p=6274', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6275, 1, '2025-02-04 08:01:03', '2025-02-04 08:01:03', '', 'Elementor Loop Item #6271', '', 'inherit', 'closed', 'closed', '', '6271-revision-v1', '', '', '2025-02-04 08:01:03', '2025-02-04 08:01:03', '', 6271, 'https://bookblv.com/?p=6275', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6276, 1, '2025-02-04 08:01:03', '2025-02-04 08:01:03', '', 'Elementor Loop Item #6271', '', 'inherit', 'closed', 'closed', '', '6271-revision-v1', '', '', '2025-02-04 08:01:03', '2025-02-04 08:01:03', '', 6271, 'https://bookblv.com/?p=6276', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6277, 1, '2025-02-04 08:02:07', '2025-02-04 08:02:07', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Let\'s Talk with Brian Houston', 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2025-02-04 08:02:07', '2025-02-04 08:02:07', '', 2463, 'https://bookblv.com/?p=6277', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6278, 1, '2025-02-04 08:02:09', '2025-02-04 08:02:09', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-04 08:02:09', '2025-02-04 08:02:09', '', 6270, 'https://bookblv.com/?p=6278', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6283, 1, '2025-02-05 04:50:19', '2025-02-05 04:50:19', '', 'need-visa-information', '', 'inherit', 'open', 'closed', '', 'need-visa-information', '', '', '2025-02-05 04:50:19', '2025-02-05 04:50:19', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/need-visa-information.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6284, 1, '2025-02-05 04:50:21', '2025-02-05 04:50:21', '', 'لوجو Logo أخضر و بيج كلاسيكي أنيق للمجوهرات و الاكسسوارات', '', 'inherit', 'open', 'closed', '', '%d9%84%d9%88%d8%ac%d9%88-logo-%d8%a3%d8%ae%d8%b6%d8%b1-%d9%88-%d8%a8%d9%8a%d8%ac-%d9%83%d9%84%d8%a7%d8%b3%d9%8a%d9%83%d9%8a-%d8%a3%d9%86%d9%8a%d9%82-%d9%84%d9%84%d9%85%d8%ac%d9%88%d9%87%d8%b1%d8%a7', '', '', '2025-02-05 04:50:21', '2025-02-05 04:50:21', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات-.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6291, 1, '2025-02-05 05:04:26', '2025-02-05 05:04:26', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2025-02-05 05:04:26', '2025-02-05 05:04:26', '', 5, 'https://bookblv.com/?p=6291', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6292, 1, '2025-02-05 05:06:35', '2025-02-05 05:06:35', '', '300_Million_Corporate _Website_Banner', '', 'inherit', 'open', 'closed', '', '300_million_corporate-_website_banner', '', '', '2025-02-05 05:06:35', '2025-02-05 05:06:35', '', 5, 'https://bookblv.com/wp-content/uploads/2021/10/300_Million_Corporate-_Website_Banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6293, 1, '2025-02-05 05:06:36', '2025-02-05 05:06:36', '', 'travel-insurance-digital-new-banner', '', 'inherit', 'open', 'closed', '', 'travel-insurance-digital-new-banner', '', '', '2025-02-05 05:06:36', '2025-02-05 05:06:36', '', 5, 'https://bookblv.com/wp-content/uploads/2021/10/travel-insurance-digital-new-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6294, 1, '2025-02-05 05:06:38', '2025-02-05 05:06:38', '', 'indonesia-evoa-website-banner', '', 'inherit', 'open', 'closed', '', 'indonesia-evoa-website-banner', '', '', '2025-02-05 05:06:38', '2025-02-05 05:06:38', '', 5, 'https://bookblv.com/wp-content/uploads/2021/10/indonesia-evoa-website-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6295, 1, '2025-02-05 05:08:39', '2025-02-05 05:08:39', '', 'rush-my-passport', '', 'inherit', 'open', 'closed', '', 'rush-my-passport', '', '', '2025-02-05 05:08:39', '2025-02-05 05:08:39', '', 5, 'https://bookblv.com/wp-content/uploads/2021/10/rush-my-passport.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6300, 1, '2025-02-05 05:39:26', '2025-02-05 05:39:26', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:39:26', '2025-02-05 05:39:26', '', 6255, 'https://bookblv.com/?p=6300', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6301, 1, '2025-02-05 05:40:06', '2025-02-05 05:40:06', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:40:06', '2025-02-05 05:40:06', '', 6255, 'https://bookblv.com/?p=6301', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6302, 1, '2025-02-05 05:40:50', '2025-02-05 05:40:50', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:40:50', '2025-02-05 05:40:50', '', 6255, 'https://bookblv.com/?p=6302', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6303, 1, '2025-02-05 05:41:15', '2025-02-05 05:41:15', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:41:15', '2025-02-05 05:41:15', '', 6255, 'https://bookblv.com/?p=6303', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6304, 1, '2025-02-05 05:41:37', '2025-02-05 05:41:37', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:41:37', '2025-02-05 05:41:37', '', 6255, 'https://bookblv.com/?p=6304', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6305, 1, '2025-02-05 05:42:25', '2025-02-05 05:42:25', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Tab 2 Content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-05 05:42:25', '2025-02-05 05:42:25', '', 6255, 'https://bookblv.com/?p=6305', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6316, 1, '2025-02-05 10:25:55', '2025-02-05 10:25:55', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[searchandfilter fields=\"search,category,post_tag\"]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:25:55', '2025-02-05 10:25:55', '', 6270, 'https://bookblv.com/?p=6316', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6317, 1, '2025-02-05 10:33:23', '2025-02-05 10:33:23', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n							<search role=\"search\">\n			<form action=\"https://bookblv.com\" method=\"get\">\n				<label for=\"search-48293d2\">\n						Search					\n									</label>\n					<input id=\"search-48293d2\" placeholder=\"Type to start searching...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-48293d2\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>										<output id=\"results-48293d2\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n						Search					\n									</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"48293d2-6270\">\n			</form>\n		</search>\n					[searchandfilter fields=\"search,category,post_tag\"]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:33:23', '2025-02-05 10:33:23', '', 6270, 'https://bookblv.com/?p=6317', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6318, 1, '2025-02-05 10:33:56', '2025-02-05 10:33:56', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n							<search role=\"search\">\n			<form action=\"https://bookblv.com\" method=\"get\">\n				<label for=\"search-48293d2\">\n						Search					\n									</label>\n					<input id=\"search-48293d2\" placeholder=\"Type to start searching...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-48293d2\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>									\n									<output id=\"results-48293d2\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n						Search					\n									</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"48293d2-6270\">\n			</form>\n		</search>\n					[searchandfilter fields=\"search,category,post_tag\"]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:33:56', '2025-02-05 10:33:56', '', 6270, 'https://bookblv.com/?p=6318', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6319, 1, '2025-02-05 10:36:36', '2025-02-05 10:36:36', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n							<search role=\"search\">\n			<form action=\"https://bookblv.com\" method=\"get\">\n				<label for=\"search-48293d2\">\n						Search					\n									</label>\n					<input id=\"search-48293d2\" placeholder=\"Type to start searching...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-48293d2\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>									\n									<output id=\"results-48293d2\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n						Search					\n									</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"48293d2-6270\">\n			</form>\n		</search>\n					[searchandfilter fields=\"search,category,post_title\"]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:36:36', '2025-02-05 10:36:36', '', 6270, 'https://bookblv.com/?p=6319', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6320, 1, '2025-02-05 10:46:14', '2025-02-05 10:46:14', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n							<search role=\"search\">\n			<form action=\"https://bookblv.com\" method=\"get\">\n				<label for=\"search-48293d2\">\n						Search					\n									</label>\n					<input id=\"search-48293d2\" placeholder=\"Type to start searching...\" type=\"search\" name=\"s\" value=\"\" autocomplete=\"off\" role=\"combobox\" aria-autocomplete=\"list\" aria-expanded=\"false\" aria-controls=\"results-48293d2\" aria-haspopup=\"listbox\">\n					<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>									\n									<output id=\"results-48293d2\" aria-live=\"polite\" aria-atomic=\"true\" aria-label=\"Results for search\" tabindex=\"0\">\n											</output>\n				<button type=\"submit\">\n						Search					\n									</button>\n				<input type=\"hidden\" name=\"e_search_props\" value=\"48293d2-6270\">\n			</form>\n		</search>\n					[wpdreams_ajaxsearchlite]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:46:14', '2025-02-05 10:46:14', '', 6270, 'https://bookblv.com/?p=6320', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6321, 1, '2025-02-05 10:49:46', '2025-02-05 10:49:46', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:49:46', '2025-02-05 10:49:46', '', 6270, 'https://bookblv.com/?p=6321', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6322, 1, '2025-02-05 10:50:32', '2025-02-05 10:50:32', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Tab 3 Content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-05 10:50:32', '2025-02-05 10:50:32', '', 6270, 'https://bookblv.com/?p=6322', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6334, 1, '2025-02-07 07:23:38', '2025-02-07 07:23:38', '', 'Personalized Real Estate Concierge service (3)_11zon', '', 'inherit', 'open', 'closed', '', 'personalized-real-estate-concierge-service-3_11zon', '', '', '2025-02-07 07:23:38', '2025-02-07 07:23:38', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6335, 1, '2025-02-07 07:23:41', '2025-02-07 07:23:41', '', 'Personalized Real Estate Concierge service (1)_11zon', '', 'inherit', 'open', 'closed', '', 'personalized-real-estate-concierge-service-1_11zon', '', '', '2025-02-07 07:23:41', '2025-02-07 07:23:41', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6336, 1, '2025-02-07 07:23:48', '2025-02-07 07:23:48', '', 'Personalized Real Estate Concierge service (2)_11zon', '', 'inherit', 'open', 'closed', '', 'personalized-real-estate-concierge-service-2_11zon', '', '', '2025-02-07 07:23:48', '2025-02-07 07:23:48', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6337, 1, '2025-02-07 07:23:52', '2025-02-07 07:23:52', '', 'Personalized Real Estate Concierge service (4)_11zon', '', 'inherit', 'open', 'closed', '', 'personalized-real-estate-concierge-service-4_11zon', '', '', '2025-02-07 07:23:52', '2025-02-07 07:23:52', '', 20, 'https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6346, 1, '2025-02-13 11:56:14', '2025-02-13 11:56:14', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"405\" height=\"215\" src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png 405w, https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png 300w\" sizes=\"(max-width: 405px) 100vw, 405px\" />															\n		<p>Welcome to our exclusive Wellness Loyalty Program, designed for those who seek the finest in aesthetic treatments, gourmet wellness experiences, and luxurious retreats.</p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n					<h2>Short links</h2>				\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/shop/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Shop\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Our Story\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/church-faqs/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Faq\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/blog/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Blog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Location\n											</a>\n									</li>\n								<li>\n											<a href=\"https://ld-wp73.template-help.com/tf/demo_mygrace/mygrace-v10/contact-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n						</ul>\n					<h2>Contact Us</h2>				\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><g clip-path=\"url(#clip0_317:462)\"><path d=\"M29.2103 24.8978L24.3968 20.0843C23.3948 19.0824 21.7703 19.0813 20.7672 20.0843L19.3653 21.4861C16.1623 19.53 13.4712 16.839 11.5151 13.6359L13.0521 12.0989C14.0527 11.0982 14.0527 9.46988 13.0521 8.46918L8.23859 3.65569C7.23944 2.65667 5.61722 2.64739 4.60595 3.65872L1.58116 6.70703C0.133931 7.92223 -0.37512 9.91744 0.28488 11.8084C3.67163 21.5136 11.4877 29.3296 21.1928 32.7164C23.0188 33.3534 24.8939 32.877 26.086 31.6487C26.1033 31.6335 26.1201 31.6178 26.1365 31.6013L29.2103 28.5274C30.211 27.5268 30.211 25.8986 29.2103 24.8978ZM27.6769 26.9941L24.6727 29.9984C24.636 30.0288 24.6013 30.0619 24.5687 30.0973C23.9363 30.7847 22.9191 31.022 21.9074 30.6688C12.8209 27.4981 5.50326 20.1803 2.33243 11.0938C1.96936 10.0534 2.2313 8.97559 2.99977 8.34775C3.02897 8.3239 3.05694 8.29851 3.0835 8.27176L6.14238 5.18903C6.24377 5.08758 6.36229 5.07244 6.42385 5.07244C6.48546 5.07244 6.60386 5.08752 6.70531 5.18903L11.5187 10.0025C11.6739 10.1577 11.6739 10.4102 11.5187 10.5654L9.38901 12.6951C9.04477 13.0393 8.97213 13.5706 9.21125 13.9946C11.5224 18.0918 14.9095 21.479 19.0067 23.7899C19.4306 24.0291 19.9619 23.9564 20.3061 23.6122L22.3006 21.6177C22.4559 21.4625 22.708 21.4623 22.8635 21.6177L27.677 26.4312C27.8321 26.5864 27.8321 26.839 27.6769 26.9941Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 8.46484C16.7333 8.46484 16.2478 8.9503 16.2478 9.54914C16.2478 10.148 16.7332 10.6334 17.3321 10.6334C20.1091 10.6334 22.3684 12.8927 22.3684 15.6697C22.3684 16.2686 22.8539 16.754 23.4527 16.754C24.0515 16.754 24.537 16.2686 24.537 15.6697C24.537 11.697 21.3049 8.46484 17.3321 8.46484Z\" fill=\"#FFC11F\"></path><path d=\"M17.3321 4.20923C16.7333 4.20923 16.2478 4.69469 16.2478 5.29352C16.2478 5.89236 16.7332 6.37782 17.3321 6.37782C22.4557 6.37782 26.6241 10.5462 26.6241 15.6698C26.6241 16.2687 27.1096 16.7541 27.7084 16.7541C28.3073 16.7541 28.7927 16.2687 28.7927 15.6698C28.7927 9.35047 23.6515 4.20923 17.3321 4.20923Z\" fill=\"#FFC11F\"></path><path d=\"M28.411 4.59059C25.4516 1.63123 21.5168 0.00146484 17.3316 0.00146484C16.7328 0.00146484 16.2473 0.486926 16.2473 1.08576C16.2473 1.68459 16.7328 2.17005 17.3316 2.17005C24.7756 2.17005 30.8316 8.22607 30.8316 15.67C30.8316 16.2688 31.317 16.7542 31.9159 16.7542C32.5147 16.7542 33.0002 16.2688 33.0002 15.67C33.0001 11.4847 31.3703 7.55002 28.411 4.59059Z\" fill=\"#FFC11F\"></path></g><defs><clipPath id=\"clip0_317:462\"><rect width=\"33\" height=\"33\" fill=\"white\"></rect></clipPath></defs></svg>\n		<a href=\"tel:+971506396374\">+971506396374</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"37\" height=\"37\" viewBox=\"0 0 37 37\" fill=\"none\"><path d=\"M18.5 0C25.6725 0 31.5078 5.8353 31.5078 13.0078C31.5078 15.4312 30.8365 17.7961 29.5661 19.8479L19.2404 36.4876C19.0426 36.8063 18.6942 37 18.3194 37C18.3165 37 18.3137 37 18.3108 37C17.9328 36.997 17.5836 36.7974 17.3894 36.473L7.32694 19.6721C6.12661 17.6637 5.49219 15.3593 5.49219 13.0078C5.49219 5.8353 11.3275 0 18.5 0ZM9.18742 18.5591L18.3358 33.8338L27.7235 18.7057C28.7809 16.9979 29.3543 15.0276 29.3543 13.0078C29.3543 7.03072 24.4771 2.15352 18.5 2.15352C12.5229 2.15352 7.65293 7.03072 7.65293 13.0078C7.65293 14.9677 8.18849 16.8876 9.18742 18.5591Z\" fill=\"#FFC11F\"></path><path d=\"M18.5 6.50391C22.0863 6.50391 25.0039 9.42156 25.0039 13.0078C25.0039 16.5712 22.1337 19.5117 18.5 19.5117C14.8215 19.5117 11.9961 16.532 11.9961 13.0078C11.9961 9.42156 14.9137 6.50391 18.5 6.50391ZM18.5 17.3582C20.9033 17.3582 22.8504 15.4046 22.8504 13.0078C22.8504 10.617 20.8908 8.65742 18.5 8.65742C16.1092 8.65742 14.1568 10.617 14.1568 13.0078C14.1568 15.3697 16.0586 17.3582 18.5 17.3582Z\" fill=\"#FFC11F\"></path></svg>\n		<p>Nassima tower, Sh. Zayed. Office 1002, Dubai, United Arab United</p>\n		<p>Under Luliia Portal<br />Lisence Number <strong>1216030</strong></p>Copyright © 2024 by Bellavie Rewards. All rights reserved.', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-02-13 11:56:14', '2025-02-13 11:56:14', '', 25, 'https://bookblv.com/?p=6346', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6348, 1, '2025-02-13 12:05:47', '2025-02-13 12:05:47', '<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'image box', '', 'publish', 'closed', 'closed', '', 'image-box', '', '', '2025-02-13 12:05:47', '2025-02-13 12:05:47', '', '0', 'https://bookblv.com/?elementor_library=image-box', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6349, 1, '2025-02-13 12:05:47', '2025-02-13 12:05:47', '', 'image box', '', 'inherit', 'closed', 'closed', '', '6348-revision-v1', '', '', '2025-02-13 12:05:47', '2025-02-13 12:05:47', '', 6348, 'https://bookblv.com/?p=6349', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6350, 1, '2025-02-13 12:05:47', '2025-02-13 12:05:47', '<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'image box', '', 'inherit', 'closed', 'closed', '', '6348-revision-v1', '', '', '2025-02-13 12:05:47', '2025-02-13 12:05:47', '', 6348, 'https://bookblv.com/?p=6350', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6354, 1, '2025-02-13 12:25:49', '2025-02-13 12:25:49', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Search 1st tab content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-02-13 12:25:49', '2025-02-13 12:25:49', '', 6255, 'https://bookblv.com/?p=6354', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6355, 1, '2025-02-13 12:26:04', '2025-02-13 12:26:04', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"church\" aria-pressed=\"false\">Church</button>\n							<button data-filter=\"god\" aria-pressed=\"false\">God</button>\n							<button data-filter=\"people\" aria-pressed=\"false\">People</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Blog 2nd tab content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-02-13 12:26:04', '2025-02-13 12:26:04', '', 6270, 'https://bookblv.com/?p=6355', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6356, 1, '2025-02-13 12:26:27', '2025-02-13 12:26:27', 'Attestation and Verification Services							\n								<style>.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-title{font-size:13px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper{text-align:left;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-wrapper .elementor-image-box-img{width:17%;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-title{font-size:13px;}@media(max-width:767px){.elementor-6232 .elementor-element.elementor-element-799e55b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-fe50e6b .elementor-image-box-img{margin-bottom:15px;}.elementor-6232 .elementor-element.elementor-element-c981e80 .elementor-image-box-img{margin-bottom:15px;}}</style>		\n						<section data-id=\"59efbf3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>				\n		</section>\n								Migration Services							\n								Template is not defined. \n								Public Services							\n								Template is not defined.', 'Dropdown 3rd tab content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-13 12:26:27', '2025-02-13 12:26:27', '', 6200, 'https://bookblv.com/?p=6356', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6357, 1, '2025-02-13 12:32:04', '2025-02-13 12:32:04', '<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n		<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>		\n                        <a href=\"#collapse-921870467ade64477954\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467ade64477954\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467ade64477954\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667ade64477954\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667ade64477954\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667ade64477954\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567ade64477954\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567ade64477954\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567ade64477954\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467ade644783e5\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467ade644783e5\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467ade644783e5\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667ade644783e5\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667ade644783e5\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667ade644783e5\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567ade644783e5\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567ade644783e5\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567ade644783e5\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467ade64478ba1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467ade64478ba1\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467ade64478ba1\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667ade64478ba1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667ade64478ba1\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667ade64478ba1\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567ade64478ba1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567ade64478ba1\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567ade64478ba1\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n					<figure><img width=\"509\" height=\"456\" src=\"https://bookblv.com/wp-content/uploads/2021/10/9c70yfdl.png\" alt=\"\" /></figure><h3>Document Attestation</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Dropdown 3rd tab content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-13 12:32:04', '2025-02-13 12:32:04', '', 6200, 'https://bookblv.com/?p=6357', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6358, 1, '2025-02-14 10:31:45', '2025-02-14 10:31:45', '<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n		<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>		\n                        <a href=\"#collapse-921870467af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910ae46\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467af1b910ae46\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910ae46\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910ae46\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910ae46\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910ae46\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910ae46\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467af1b910b7e6\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910b7e6\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910b7e6\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910b7e6\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910b7e6\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467af1b910bf9c\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667af1b910bf9c\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567af1b910bf9c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567af1b910bf9c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567af1b910bf9c\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Dropdown 3rd tab content', '', 'inherit', 'closed', 'closed', '', '6200-revision-v1', '', '', '2025-02-14 10:31:45', '2025-02-14 10:31:45', '', 6200, 'https://bookblv.com/?p=6358', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6359, 1, '2025-02-14 10:34:38', '2025-02-14 10:34:38', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Aesthetic Excellence ?✨', 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2025-02-14 10:34:38', '2025-02-14 10:34:38', '', 2463, 'https://bookblv.com/?p=6359', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6360, 1, '2025-02-14 10:35:52', '2025-02-14 10:35:52', '', 'WhatsApp Image 2025-02-14 at 2.11.34 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-34-pm', '', '', '2025-02-14 10:35:52', '2025-02-14 10:35:52', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.34-PM.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6361, 1, '2025-02-14 10:35:53', '2025-02-14 10:35:53', '', 'WhatsApp Image 2025-02-14 at 2.11.33 PM (2)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-33-pm-2', '', '', '2025-02-14 10:35:53', '2025-02-14 10:35:53', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-2.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6362, 1, '2025-02-14 10:35:55', '2025-02-14 10:35:55', '', 'WhatsApp Image 2025-02-14 at 2.11.33 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-33-pm-1', '', '', '2025-02-14 10:35:55', '2025-02-14 10:35:55', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6363, 1, '2025-02-14 10:35:56', '2025-02-14 10:35:56', '', 'WhatsApp Image 2025-02-14 at 2.11.33 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-33-pm', '', '', '2025-02-14 10:35:56', '2025-02-14 10:35:56', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.33-PM.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6364, 1, '2025-02-14 10:35:58', '2025-02-14 10:35:58', '', 'WhatsApp Image 2025-02-14 at 2.11.32 PM (1)', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-32-pm-1', '', '', '2025-02-14 10:35:58', '2025-02-14 10:35:58', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM-1.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6365, 1, '2025-02-14 10:36:00', '2025-02-14 10:36:00', '', 'WhatsApp Image 2025-02-14 at 2.11.32 PM', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2025-02-14-at-2-11-32-pm', '', '', '2025-02-14 10:36:00', '2025-02-14 10:36:00', '', 2463, 'https://bookblv.com/wp-content/uploads/2021/11/WhatsApp-Image-2025-02-14-at-2.11.32-PM.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6366, 1, '2025-02-14 10:36:09', '2025-02-14 10:36:09', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Aesthetic Excellence ?✨', 'Elevate beauty and confidence with world-class aesthetic clinics, advanced skincare, and rejuvenating treatments.', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2025-02-14 10:36:09', '2025-02-14 10:36:09', '', 2463, 'https://bookblv.com/?p=6366', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6367, 1, '2025-02-14 10:36:48', '2025-02-14 10:36:48', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Wellness Gourmet ?️?', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2461-revision-v1', '', '', '2025-02-14 10:36:48', '2025-02-14 10:36:48', '', 2461, 'https://bookblv.com/?p=6367', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6368, 1, '2025-02-14 10:37:20', '2025-02-14 10:37:20', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Wellness Gourmet ?️?', 'Savor exclusive fine dining experiences, wellness-focused menus, and gourmet delights curated for a refined lifestyle.', 'inherit', 'closed', 'closed', '', '2461-revision-v1', '', '', '2025-02-14 10:37:20', '2025-02-14 10:37:20', '', 2461, 'https://bookblv.com/?p=6368', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6369, 1, '2025-02-14 10:37:49', '2025-02-14 10:37:49', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Luxury Spa & Hotel Retreats ??', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2459-revision-v1', '', '', '2025-02-14 10:37:49', '2025-02-14 10:37:49', '', 2459, 'https://bookblv.com/?p=6369', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6370, 1, '2025-02-14 10:38:14', '2025-02-14 10:38:14', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Luxury Spa & Hotel Retreats ??', 'Indulge in luxurious spa escapes and elite hotel stays, where wellness and relaxation meet five-star hospitality.', 'inherit', 'closed', 'closed', '', '2459-revision-v1', '', '', '2025-02-14 10:38:14', '2025-02-14 10:38:14', '', 2459, 'https://bookblv.com/?p=6370', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6371, 1, '2025-02-14 10:38:40', '2025-02-14 10:38:40', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Exclusive Wellness Retreats ?️?‍♀️', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2457-revision-v1', '', '', '2025-02-14 10:38:40', '2025-02-14 10:38:40', '', 2457, 'https://bookblv.com/?p=6371', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6372, 1, '2025-02-14 10:39:06', '2025-02-14 10:39:06', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Exclusive Wellness Retreats ?️?‍♀️', 'Immerse yourself in curated wellness retreats that offer tranquility, mindfulness, and holistic rejuvenation.', 'inherit', 'closed', 'closed', '', '2457-revision-v1', '', '', '2025-02-14 10:39:06', '2025-02-14 10:39:06', '', 2457, 'https://bookblv.com/?p=6372', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6373, 1, '2025-02-14 10:39:28', '2025-02-14 10:39:28', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Elite Fashion & Lifestyle ??', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2455-revision-v1', '', '', '2025-02-14 10:39:28', '2025-02-14 10:39:28', '', 2455, 'https://bookblv.com/?p=6373', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6374, 1, '2025-02-14 10:39:55', '2025-02-14 10:39:55', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Elite Fashion & Lifestyle ??', 'Unlock access to prestigious luxury brands, personal styling, and VIP shopping experiences tailored for the elite.', 'inherit', 'closed', 'closed', '', '2455-revision-v1', '', '', '2025-02-14 10:39:55', '2025-02-14 10:39:55', '', 2455, 'https://bookblv.com/?p=6374', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6375, 1, '2025-02-14 10:40:29', '2025-02-14 10:40:29', '<!-- wp:paragraph -->\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br><br>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p><cite>Billy Graham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" class=\"wp-image-2640\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":1} -->\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\n<!-- /wp:paragraph -->', 'Wellness Real Estate & Investment ??', 'To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find', 'inherit', 'closed', 'closed', '', '2453-revision-v1', '', '', '2025-02-14 10:40:29', '2025-02-14 10:40:29', '', 2453, 'https://bookblv.com/?p=6375', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6376, 1, '2025-02-14 10:40:57', '2025-02-14 10:40:57', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"><img class=\"wp-image-2640\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-1445.jpg\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Wellness Real Estate & Investment ??', 'Secure prime wellness-focused real estate, designed for a seamless fusion of luxury living and smart investment.', 'inherit', 'closed', 'closed', '', '2453-revision-v1', '', '', '2025-02-14 10:40:57', '2025-02-14 10:40:57', '', 2453, 'https://bookblv.com/?p=6376', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6377, 1, '2025-03-03 04:30:41', '2025-03-03 04:30:41', '<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n		<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>		\n                        <a href=\"#collapse-921870467c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718df1c\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c530718df1c\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718df1c\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718df1c\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c530718df1c\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c530718df1c\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467c530718ea37\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718ea37\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718ea37\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467c530718f21c\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718f21c\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718f21c\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Elementor Section #6235', '', 'inherit', 'closed', 'closed', '', '6235-revision-v1', '', '', '2025-03-03 04:30:41', '2025-03-03 04:30:41', '', 6235, 'https://bookblv.com/?p=6377', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6378, 1, '2025-03-03 04:31:08', '2025-03-03 04:31:08', '<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n		<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>		\n                        <a href=\"#collapse-921870467c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718df1c\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c530718df1c\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718df1c\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718df1c\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c530718df1c\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c530718df1c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c530718df1c\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c530718df1c\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467c530718ea37\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718ea37\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718ea37\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718ea37\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718ea37\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-921870467c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-921870467c530718f21c\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c530718f21c\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c530718f21c\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c530718f21c\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c530718f21c\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Dropdown 4th tab content', '', 'inherit', 'closed', 'closed', '', '6235-revision-v1', '', '', '2025-03-03 04:31:08', '2025-03-03 04:31:08', '', 6235, 'https://bookblv.com/?p=6378', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6379, 1, '2025-03-03 04:34:14', '2025-03-03 04:34:14', '<a href=\"#collapse-921870467c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c531464b886\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c531464b886\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c531464b886\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c531464b886\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c531464b886\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c531464b886\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c531464b886\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c531464b886\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'Dropdown 4th tab content', '', 'inherit', 'closed', 'closed', '', '6235-revision-v1', '', '', '2025-03-03 04:34:14', '2025-03-03 04:34:14', '', 6235, 'https://bookblv.com/?p=6379', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6383, 1, '2025-03-03 04:43:29', '2025-03-03 04:43:29', '<h2>Frequently Asked Questions (FAQs)</h2>				\n                        <a href=\"#collapse-921870467c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c535e5934ad\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c535e5934ad\">\n                            What is BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards is an exclusive loyalty program that offers members access to luxury wellness services, real estate investment opportunities, wellness gourmet experiences, and much more. By participating, you can earn points and enjoy tailored rewards to enhance your wellness journey.</p><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c535e5934ad\">\n                            How do I join BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Joining BellaVie Rewards is simple. You can sign up by contacting us through our WhatsApp channel. After completing the registration process, you\'ll create a profile by answering a few questions about your preferences. You’ll select whether your focus is wellness, real estate, or both. Based on your unique needs and goals, we’ll guide you through the program.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c535e5934ad\">\n                            Create Your Profile\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c535e5934ad\">\n                            Choose Your Focus: Wellness or Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p><p><!-- notionvc: ef3a3498-36e2-4bf0-832e-6b5336132e6c --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c535e5934ad\">\n                            What concierge services are available?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards offers a Personalized Concierge Experience to meet the individual needs of our members. We provide tailored services in both wellness and real estate areas to ensure a seamless and luxurious experience. Here\'s an overview of the concierge tiers available:</p><p><strong>Concierge Tiers:</strong></p><ul><li><strong>Wellness Concierge</strong>: For members who prioritize a balanced, health-focused lifestyle. Services include access to luxury wellness resorts, customized dietary plans, and expert wellness advice.</li><li><strong>Real Estate Concierge</strong>: For a seamless and profitable property investment journey. Services include early access to exclusive real estate projects, personal tours of properties, and investment advice.</li><li><strong>Integrated Wellness &amp; Real Estate Concierge</strong>: For those interested in both wellness and real estate. Services include curated wellness-focused real estate investments, luxury wellness retreats at investable properties, and expert advice on purchasing wellness-oriented homes.</li></ul><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d9d740767c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d9d740767c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d9d740767c535e5934ad\">\n                            How do I earn points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Members earn points by engaging with our partner services, including wellness clinics, luxury hotels, spa experiences, and more. For every 100 AED spent, you can earn between 5-7 points, depending on your membership tier.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ce14bac67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ce14bac67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-ce14bac67c535e5934ad\">\n                            Can I transfer my points to others?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Yes, you can transfer your points to other BellaVie members. A small transaction fee of 5 points applies. Points cannot be redeemed for cash.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d847ed967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d847ed967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d847ed967c535e5934ad\">\n                            How do I redeem my points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Points can be redeemed for exclusive rewards available in the BellaVie Rewards catalog, including aesthetic services, wellness experiences, and real estate investment opportunities. Simply contact us via WhatsApp to explore your redemption options.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-966c93067c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-966c93067c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-966c93067c535e5934ad\">\n                            Are there any expiration dates for my points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Yes, points may expire based on program updates. To avoid losing your points, we recommend you redeem them before the expiration date.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9eb373a67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9eb373a67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-9eb373a67c535e5934ad\">\n                            How can I earn bonus points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>You can earn 50 bonus points for arriving on time for appointments that were booked at least 24 hours in advance. Ensure that your arrival time is accurately recorded by the front office team of the partner clinic or service provider to qualify.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-c75ed5967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-c75ed5967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-c75ed5967c535e5934ad\">\n                            How do I book appointments with BellaVie Rewards partners?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>You can book appointments, wellness services, and experiences directly with our partners by providing your BellaVie Rewards ID. You can also use our concierge service for assistance with booking.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-e4a3b5767c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-e4a3b5767c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-e4a3b5767c535e5934ad\">\n                            What should I do if I need to cancel or reschedule an appointment?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Please adhere to the specific cancellation policy of each partner. If you need to cancel or reschedule, inform the partner at least 12 hours in advance to avoid penalties or forfeiture of rewards. Be sure to include your BellaVie Rewards ID when making any changes.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-de4841f67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-de4841f67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-de4841f67c535e5934ad\">\n                            What is your policy on spam or fraudulent activities?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards has a zero-tolerance policy for spam and fraudulent activities. If you receive unsolicited offers or suspect fraudulent activity, please contact us immediately. We will never ask for payment or sensitive information unrelated to legitimate program processes</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-1be49e467c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-1be49e467c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-1be49e467c535e5934ad\">\n                            Can I change my BellaVie Rewards membership tier?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Membership tiers are based on your accumulated points and spend. As you earn more points through your activities, you may be eligible to upgrade to a higher tier, unlocking more exclusive benefits. Check the BellaVie Rewards catalog for details on tier qualifications.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-037273867c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-037273867c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-037273867c535e5934ad\">\n                            How do I contact BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>For any inquiries or further assistance, you can contact us via WhatsApp at +971562657965. Our team is available to answer your questions and guide you through the program.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d15f77967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d15f77967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d15f77967c535e5934ad\">\n                            Can I use BellaVie Rewards points at all partner locations?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards points are valid across our network of partner clinics, wellness services, real estate experts, and other exclusive providers. Be sure to mention your BellaVie Rewards ID when booking to ensure that points are credited properly.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d57494067c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d57494067c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d57494067c535e5934ad\">\n                            How do I stay updated on BellaVie Rewards offers and changes?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>We update our rewards twice a week, every Tuesday and Thursday at 9 AM GMT. Be sure to check our website regularly to stay updated on the latest offers, new rewards, and program changes.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'FAQs', '', 'publish', 'closed', 'closed', '', 'faqs', '', '', '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', '0', 'https://bookblv.com/?page_id=6383', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6385, 1, '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', 'FAQs', '', 'inherit', 'closed', 'closed', '', '6383-revision-v1', '', '', '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', 6383, 'https://bookblv.com/?p=6385', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6386, 1, '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', 'FAQs', '', 'inherit', 'closed', 'closed', '', '6383-revision-v1', '', '', '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', 6383, 'https://bookblv.com/?p=6386', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6387, 1, '2025-03-03 04:53:57', '2025-03-03 04:53:57', '<h2>Frequently Asked Questions (FAQs)</h2>				\n                        <a href=\"#collapse-921870467c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-921870467c535e5934ad\" aria-expanded=\"true\" aria-controls=\"Collapse-921870467c535e5934ad\">\n                            What is BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards is an exclusive loyalty program that offers members access to luxury wellness services, real estate investment opportunities, wellness gourmet experiences, and much more. By participating, you can earn points and enjoy tailored rewards to enhance your wellness journey.</p><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c667c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c667c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c667c535e5934ad\">\n                            How do I join BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Joining BellaVie Rewards is simple. You can sign up by contacting us through our WhatsApp channel. After completing the registration process, you\'ll create a profile by answering a few questions about your preferences. You’ll select whether your focus is wellness, real estate, or both. Based on your unique needs and goals, we’ll guide you through the program.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb6567c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb6567c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb6567c535e5934ad\">\n                            Create Your Profile\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a67c535e5934ad\">\n                            Choose Your Focus: Wellness or Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p><p><!-- notionvc: ef3a3498-36e2-4bf0-832e-6b5336132e6c --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f367c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f367c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f367c535e5934ad\">\n                            What concierge services are available?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards offers a Personalized Concierge Experience to meet the individual needs of our members. We provide tailored services in both wellness and real estate areas to ensure a seamless and luxurious experience. Here\'s an overview of the concierge tiers available:</p><p><strong>Concierge Tiers:</strong></p><ul><li><strong>Wellness Concierge</strong>: For members who prioritize a balanced, health-focused lifestyle. Services include access to luxury wellness resorts, customized dietary plans, and expert wellness advice.</li><li><strong>Real Estate Concierge</strong>: For a seamless and profitable property investment journey. Services include early access to exclusive real estate projects, personal tours of properties, and investment advice.</li><li><strong>Integrated Wellness &amp; Real Estate Concierge</strong>: For those interested in both wellness and real estate. Services include curated wellness-focused real estate investments, luxury wellness retreats at investable properties, and expert advice on purchasing wellness-oriented homes.</li></ul><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d9d740767c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d9d740767c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d9d740767c535e5934ad\">\n                            How do I earn points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Members earn points by engaging with our partner services, including wellness clinics, luxury hotels, spa experiences, and more. For every 100 AED spent, you can earn between 5-7 points, depending on your membership tier.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ce14bac67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ce14bac67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-ce14bac67c535e5934ad\">\n                            Can I transfer my points to others?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Yes, you can transfer your points to other BellaVie members. A small transaction fee of 5 points applies. Points cannot be redeemed for cash.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d847ed967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d847ed967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d847ed967c535e5934ad\">\n                            How do I redeem my points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Points can be redeemed for exclusive rewards available in the BellaVie Rewards catalog, including aesthetic services, wellness experiences, and real estate investment opportunities. Simply contact us via WhatsApp to explore your redemption options.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-966c93067c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-966c93067c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-966c93067c535e5934ad\">\n                            Are there any expiration dates for my points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Yes, points may expire based on program updates. To avoid losing your points, we recommend you redeem them before the expiration date.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9eb373a67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9eb373a67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-9eb373a67c535e5934ad\">\n                            How can I earn bonus points?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>You can earn 50 bonus points for arriving on time for appointments that were booked at least 24 hours in advance. Ensure that your arrival time is accurately recorded by the front office team of the partner clinic or service provider to qualify.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-c75ed5967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-c75ed5967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-c75ed5967c535e5934ad\">\n                            How do I book appointments with BellaVie Rewards partners?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>You can book appointments, wellness services, and experiences directly with our partners by providing your BellaVie Rewards ID. You can also use our concierge service for assistance with booking.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-e4a3b5767c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-e4a3b5767c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-e4a3b5767c535e5934ad\">\n                            What should I do if I need to cancel or reschedule an appointment?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Please adhere to the specific cancellation policy of each partner. If you need to cancel or reschedule, inform the partner at least 12 hours in advance to avoid penalties or forfeiture of rewards. Be sure to include your BellaVie Rewards ID when making any changes.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-de4841f67c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-de4841f67c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-de4841f67c535e5934ad\">\n                            What is your policy on spam or fraudulent activities?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards has a zero-tolerance policy for spam and fraudulent activities. If you receive unsolicited offers or suspect fraudulent activity, please contact us immediately. We will never ask for payment or sensitive information unrelated to legitimate program processes</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-1be49e467c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-1be49e467c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-1be49e467c535e5934ad\">\n                            Can I change my BellaVie Rewards membership tier?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Membership tiers are based on your accumulated points and spend. As you earn more points through your activities, you may be eligible to upgrade to a higher tier, unlocking more exclusive benefits. Check the BellaVie Rewards catalog for details on tier qualifications.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-037273867c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-037273867c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-037273867c535e5934ad\">\n                            How do I contact BellaVie Rewards?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>For any inquiries or further assistance, you can contact us via WhatsApp at +971562657965. Our team is available to answer your questions and guide you through the program.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d15f77967c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d15f77967c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d15f77967c535e5934ad\">\n                            Can I use BellaVie Rewards points at all partner locations?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>BellaVie Rewards points are valid across our network of partner clinics, wellness services, real estate experts, and other exclusive providers. Be sure to mention your BellaVie Rewards ID when booking to ensure that points are credited properly.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-d57494067c535e5934ad\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d57494067c535e5934ad\" aria-expanded=\"false\" aria-controls=\"Collapse-d57494067c535e5934ad\">\n                            How do I stay updated on BellaVie Rewards offers and changes?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>We update our rewards twice a week, every Tuesday and Thursday at 9 AM GMT. Be sure to check our website regularly to stay updated on the latest offers, new rewards, and program changes.</p><p><!-- notionvc: 4f1d0912-84ed-4b1a-a68d-1d5c3bae7e96 --></p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->', 'FAQs', '', 'inherit', 'closed', 'closed', '', '6383-revision-v1', '', '', '2025-03-03 04:53:57', '2025-03-03 04:53:57', '', 6383, 'https://bookblv.com/?p=6387', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6388, 1, '2025-03-03 04:54:42', '2025-03-03 04:54:42', '<h2><strong>Introduction</strong></h2><p>At BellaVie Rewards, your privacy is our priority. We are committed to safeguarding the personal information you share with us and ensuring complete confidentiality in your experience. Any data received from members, partners, or visitors will be handled with the highest level of security and in strict accordance with the principles outlined in this policy.</p><h2><strong>Our Cookie Policy</strong></h2><h3><strong>No Cookies, No Tracking—Your Privacy Comes First</strong></h3><p>BellaVie Rewards operates with a strict <strong>confidentiality-first</strong> approach. We do not use cookies, tracking technologies, or any data collection tools that monitor your browsing activity.</p><h3><strong>Why We Don’t Use Cookies</strong></h3><ul><li>We respect your <strong>privacy and confidentiality</strong>—no tracking, no unnecessary data collection.</li><li>Our platform is designed to provide a seamless experience <strong>without invasive technologies</strong>.</li><li>We do not store or share your browsing information, ensuring <strong>complete discretion</strong>.</li></ul><h2><strong>Our Commitment to Data Protection</strong></h2><p>Your trust is our foundation. BellaVie Rewards does not engage in:</p><ul><li>First party or third-party cookies</li><li>Behavioral tracking or analytics tracking</li><li>Selling or sharing any user data</li></ul><h3><strong>Handling of Received Data</strong></h3><p>Any personal data received through inquiries, membership sign-ups, or partner communications will be processed securely and in accordance with the privacy principles outlined in this policy. We ensure that all data is treated with strict confidentiality and is used only for the intended purpose.</p><h2><strong>Have Questions?</strong></h2><p>If you have any inquiries about our <strong>Privacy &amp; Cookies Policy</strong>, feel free to reach out—we are here to uphold the highest standards of privacy and security.</p><p><!-- notionvc: 105a3f46-3edf-4cff-8a87-c889a73f6879 --></p>', 'Privacy & Cookies Policy', '', 'publish', 'closed', 'closed', '', 'privacy-cookies-policy', '', '', '2025-03-03 04:55:24', '2025-03-03 04:55:24', '', '0', 'https://bookblv.com/?page_id=6388', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6389, 1, '2025-03-03 04:55:23', '2025-03-03 04:55:23', '', 'Privacy & Cookies Policy', '', 'inherit', 'closed', 'closed', '', '6388-revision-v1', '', '', '2025-03-03 04:55:23', '2025-03-03 04:55:23', '', 6388, 'https://bookblv.com/?p=6389', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6390, 1, '2025-03-03 04:55:24', '2025-03-03 04:55:24', '', 'Privacy & Cookies Policy', '', 'inherit', 'closed', 'closed', '', '6388-revision-v1', '', '', '2025-03-03 04:55:24', '2025-03-03 04:55:24', '', 6388, 'https://bookblv.com/?p=6390', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6391, 1, '2025-03-03 04:55:24', '2025-03-03 04:55:24', '<h2><strong>Introduction</strong></h2><p>At BellaVie Rewards, your privacy is our priority. We are committed to safeguarding the personal information you share with us and ensuring complete confidentiality in your experience. Any data received from members, partners, or visitors will be handled with the highest level of security and in strict accordance with the principles outlined in this policy.</p><h2><strong>Our Cookie Policy</strong></h2><h3><strong>No Cookies, No Tracking—Your Privacy Comes First</strong></h3><p>BellaVie Rewards operates with a strict <strong>confidentiality-first</strong> approach. We do not use cookies, tracking technologies, or any data collection tools that monitor your browsing activity.</p><h3><strong>Why We Don’t Use Cookies</strong></h3><ul><li>We respect your <strong>privacy and confidentiality</strong>—no tracking, no unnecessary data collection.</li><li>Our platform is designed to provide a seamless experience <strong>without invasive technologies</strong>.</li><li>We do not store or share your browsing information, ensuring <strong>complete discretion</strong>.</li></ul><h2><strong>Our Commitment to Data Protection</strong></h2><p>Your trust is our foundation. BellaVie Rewards does not engage in:</p><ul><li>First party or third-party cookies</li><li>Behavioral tracking or analytics tracking</li><li>Selling or sharing any user data</li></ul><h3><strong>Handling of Received Data</strong></h3><p>Any personal data received through inquiries, membership sign-ups, or partner communications will be processed securely and in accordance with the privacy principles outlined in this policy. We ensure that all data is treated with strict confidentiality and is used only for the intended purpose.</p><h2><strong>Have Questions?</strong></h2><p>If you have any inquiries about our <strong>Privacy &amp; Cookies Policy</strong>, feel free to reach out—we are here to uphold the highest standards of privacy and security.</p><p><!-- notionvc: 105a3f46-3edf-4cff-8a87-c889a73f6879 --></p>', 'Privacy & Cookies Policy', '', 'inherit', 'closed', 'closed', '', '6388-revision-v1', '', '', '2025-03-03 04:55:24', '2025-03-03 04:55:24', '', 6388, 'https://bookblv.com/?p=6391', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6392, 1, '2025-03-03 04:55:44', '2025-03-03 04:55:44', '<h2><strong>Introduction</strong></h2><p>Thank you for being part of BellaVie Rewards. These Terms and Conditions govern your participation in our program. By joining BellaVie Rewards, you agree to abide by these terms. Please read them carefully to ensure you understand how the program works.</p><hr /><h2><strong>Rewards Catalog</strong></h2><p>BellaVie Rewards offers members access to exclusive rewards, including:</p><ul><li>Aesthetic services</li><li>Wellness gourmet experiences</li><li>Luxury spa and hotel stays</li><li>Real estate investment opportunities</li></ul><p>Rewards are subject to availability and may change without prior notice. Specific conditions may apply to each reward, which will be detailed in the BellaVie Rewards catalog.</p><hr /><h2><strong>Limited Rewards</strong></h2><p>Some rewards in the BellaVie Rewards catalog are limited in quantity or availability. Once a reward is redeemed, it may no longer be available to other members. BellaVie Rewards reserves the right to limit or discontinue any reward at any time, without prior notice.</p><hr /><h2><strong>On-Time Arrival Bonus Points</strong></h2><p>Punctuality is rewarded! To encourage timely planning and optimal scheduling, BellaVie Rewards members can earn <strong>50 bonus points</strong> for arriving on time for appointments booked at least <strong>24 hours</strong> in advance. This bonus will only be awarded if the arrival time is properly recorded by the front office team of the partner clinic or service provider.</p><p>? <strong>Tip:</strong> Make sure your appointment is booked at least 24 hours in advance and that your arrival time is accurately logged to qualify for this reward.</p><hr /><h2><strong>Points Policy &amp; Transfers</strong></h2><ul><li><strong>Reward Points Transfer</strong>: BellaVie Rewards allows you to <strong>transfer your points</strong> to other BellaVie members. Share the luxury experience by gifting your points to friends or family.</li><li><strong>No Cash Redemption</strong>: Points are <strong>not redeemable for cash</strong> or any other form of monetary exchange. The rewards can only be redeemed for the exclusive experiences and offers available through the BellaVie Rewards catalog.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration based on program updates. Members are advised to use their points before the expiration date to maximize their rewards.</li><li><strong>Transaction Fee for Transfers</strong>: A nominal fee of <strong>5 points</strong> applies for each transfer transaction between BellaVie members. This ensures smooth and secure point transfers within the program.</li><li><strong>Strict Confidentiality</strong>: BellaVie Rewards adheres to <strong>strict confidentiality</strong> in handling all personal and transaction information. All point transfers are conducted securely, and any details shared during the transfer process will remain private.</li></ul><hr /><h2><strong>Appointment Scheduling &amp; Cancellations</strong></h2><p>BellaVie Rewards may offer members the opportunity to schedule consultations with our partners, such as wellness professionals or real estate experts. When booking these consultations, members are required to provide accurate and up-to-date personal information. BellaVie Rewards is not liable for any issues arising from incorrect or incomplete information submitted by members.</p><p>Members must also adhere to the cancellation policy of each partner, which may vary. If a member needs to cancel or reschedule a consultation, they must follow the specific partner\'s policy and inform them at least 12 hours in advance to avoid penalties or forfeiture of rewards.</p><p>Please remember to <strong>provide your BellaVie Rewards ID</strong> when booking appointments, wellness services, or any experiences with our partners. This ensures that rewards points and benefits are properly credited.</p><hr /><h2><strong>Third-Party Links</strong></h2><p>BellaVie Rewards may provide links to third-party websites or services that are not owned or operated by us. These links are provided for convenience and informational purposes only. BellaVie Rewards does not endorse or take responsibility for the content or practices of these third-party websites. Users are encouraged to read the terms and privacy policies of any third-party website they visit.</p><hr /><h2><strong>Direct Bookings with Partners</strong></h2><p>Members of BellaVie Rewards can directly book appointments, wellness services, and experiences with our partners. To facilitate the seamless integration with our luxury wellness and real estate partners, members must provide their <strong>BellaVie Rewards ID</strong> when making bookings. This ensures that rewards points and benefits are properly credited and applied, whether the booking is made through our concierge service or directly with the partner.</p><hr /><h2><strong>Spam &amp; Fraudulent Activities</strong></h2><p>BellaVie Rewards has a strict no-tolerance policy for spam. Members may not use our platform or communication tools to send unsolicited messages or content that violates the program\'s terms and conditions. If BellaVie Rewards detects any spam or abuse, we reserve the right to suspend or terminate the member’s account without notice.</p><p>BellaVie Rewards takes the issue of fraudulent activities seriously. Members must be cautious of any unsolicited offers claiming to be from BellaVie Rewards that request personal information or payment. BellaVie Rewards will never ask for payment or sensitive information unrelated to legitimate program processes. If you suspect fraudulent activity, please contact us immediately through our official contact channels.</p><hr /><h2><strong>Changes to These Terms</strong></h2><p>BellaVie Rewards reserves the right to modify or update these Terms and Conditions at any time. All changes will be communicated through our official channels, and members are advised to regularly review the terms to stay informed. Continued participation in the program after changes are made signifies acceptance of the updated terms.</p><hr /><h2><strong>Contact Us</strong></h2><p>If you have any questions or concerns regarding these Terms and Conditions or need further clarification, please contact us at +971562657965.</p><p><!-- notionvc: 9af83d8b-e087-4db5-8b0f-7f4368633960 --></p>', 'Terms and Conditions', '', 'publish', 'closed', 'closed', '', 'terms-and-conditions', '', '', '2025-03-03 04:56:44', '2025-03-03 04:56:44', '', '0', 'https://bookblv.com/?page_id=6392', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6393, 1, '2025-03-03 04:56:43', '2025-03-03 04:56:43', '', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '6392-revision-v1', '', '', '2025-03-03 04:56:43', '2025-03-03 04:56:43', '', 6392, 'https://bookblv.com/?p=6393', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6394, 1, '2025-03-03 04:56:44', '2025-03-03 04:56:44', '', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '6392-revision-v1', '', '', '2025-03-03 04:56:44', '2025-03-03 04:56:44', '', 6392, 'https://bookblv.com/?p=6394', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6395, 1, '2025-03-03 04:56:44', '2025-03-03 04:56:44', '<h2><strong>Introduction</strong></h2><p>Thank you for being part of BellaVie Rewards. These Terms and Conditions govern your participation in our program. By joining BellaVie Rewards, you agree to abide by these terms. Please read them carefully to ensure you understand how the program works.</p><hr /><h2><strong>Rewards Catalog</strong></h2><p>BellaVie Rewards offers members access to exclusive rewards, including:</p><ul><li>Aesthetic services</li><li>Wellness gourmet experiences</li><li>Luxury spa and hotel stays</li><li>Real estate investment opportunities</li></ul><p>Rewards are subject to availability and may change without prior notice. Specific conditions may apply to each reward, which will be detailed in the BellaVie Rewards catalog.</p><hr /><h2><strong>Limited Rewards</strong></h2><p>Some rewards in the BellaVie Rewards catalog are limited in quantity or availability. Once a reward is redeemed, it may no longer be available to other members. BellaVie Rewards reserves the right to limit or discontinue any reward at any time, without prior notice.</p><hr /><h2><strong>On-Time Arrival Bonus Points</strong></h2><p>Punctuality is rewarded! To encourage timely planning and optimal scheduling, BellaVie Rewards members can earn <strong>50 bonus points</strong> for arriving on time for appointments booked at least <strong>24 hours</strong> in advance. This bonus will only be awarded if the arrival time is properly recorded by the front office team of the partner clinic or service provider.</p><p>? <strong>Tip:</strong> Make sure your appointment is booked at least 24 hours in advance and that your arrival time is accurately logged to qualify for this reward.</p><hr /><h2><strong>Points Policy &amp; Transfers</strong></h2><ul><li><strong>Reward Points Transfer</strong>: BellaVie Rewards allows you to <strong>transfer your points</strong> to other BellaVie members. Share the luxury experience by gifting your points to friends or family.</li><li><strong>No Cash Redemption</strong>: Points are <strong>not redeemable for cash</strong> or any other form of monetary exchange. The rewards can only be redeemed for the exclusive experiences and offers available through the BellaVie Rewards catalog.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration based on program updates. Members are advised to use their points before the expiration date to maximize their rewards.</li><li><strong>Transaction Fee for Transfers</strong>: A nominal fee of <strong>5 points</strong> applies for each transfer transaction between BellaVie members. This ensures smooth and secure point transfers within the program.</li><li><strong>Strict Confidentiality</strong>: BellaVie Rewards adheres to <strong>strict confidentiality</strong> in handling all personal and transaction information. All point transfers are conducted securely, and any details shared during the transfer process will remain private.</li></ul><hr /><h2><strong>Appointment Scheduling &amp; Cancellations</strong></h2><p>BellaVie Rewards may offer members the opportunity to schedule consultations with our partners, such as wellness professionals or real estate experts. When booking these consultations, members are required to provide accurate and up-to-date personal information. BellaVie Rewards is not liable for any issues arising from incorrect or incomplete information submitted by members.</p><p>Members must also adhere to the cancellation policy of each partner, which may vary. If a member needs to cancel or reschedule a consultation, they must follow the specific partner\'s policy and inform them at least 12 hours in advance to avoid penalties or forfeiture of rewards.</p><p>Please remember to <strong>provide your BellaVie Rewards ID</strong> when booking appointments, wellness services, or any experiences with our partners. This ensures that rewards points and benefits are properly credited.</p><hr /><h2><strong>Third-Party Links</strong></h2><p>BellaVie Rewards may provide links to third-party websites or services that are not owned or operated by us. These links are provided for convenience and informational purposes only. BellaVie Rewards does not endorse or take responsibility for the content or practices of these third-party websites. Users are encouraged to read the terms and privacy policies of any third-party website they visit.</p><hr /><h2><strong>Direct Bookings with Partners</strong></h2><p>Members of BellaVie Rewards can directly book appointments, wellness services, and experiences with our partners. To facilitate the seamless integration with our luxury wellness and real estate partners, members must provide their <strong>BellaVie Rewards ID</strong> when making bookings. This ensures that rewards points and benefits are properly credited and applied, whether the booking is made through our concierge service or directly with the partner.</p><hr /><h2><strong>Spam &amp; Fraudulent Activities</strong></h2><p>BellaVie Rewards has a strict no-tolerance policy for spam. Members may not use our platform or communication tools to send unsolicited messages or content that violates the program\'s terms and conditions. If BellaVie Rewards detects any spam or abuse, we reserve the right to suspend or terminate the member’s account without notice.</p><p>BellaVie Rewards takes the issue of fraudulent activities seriously. Members must be cautious of any unsolicited offers claiming to be from BellaVie Rewards that request personal information or payment. BellaVie Rewards will never ask for payment or sensitive information unrelated to legitimate program processes. If you suspect fraudulent activity, please contact us immediately through our official contact channels.</p><hr /><h2><strong>Changes to These Terms</strong></h2><p>BellaVie Rewards reserves the right to modify or update these Terms and Conditions at any time. All changes will be communicated through our official channels, and members are advised to regularly review the terms to stay informed. Continued participation in the program after changes are made signifies acceptance of the updated terms.</p><hr /><h2><strong>Contact Us</strong></h2><p>If you have any questions or concerns regarding these Terms and Conditions or need further clarification, please contact us at +971562657965.</p><p><!-- notionvc: 9af83d8b-e087-4db5-8b0f-7f4368633960 --></p>', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '6392-revision-v1', '', '', '2025-03-03 04:56:44', '2025-03-03 04:56:44', '', 6392, 'https://bookblv.com/?p=6395', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6396, 1, '2025-03-03 05:00:06', '2025-03-03 05:00:06', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"405\" height=\"215\" src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png 405w, https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png 300w\" sizes=\"(max-width: 405px) 100vw, 405px\" />															\n		<p>About BellaVie Rewards<!-- notionvc: 2adb9969-6c59-4573-8aa8-e7594deb44b8 --></p><p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.</p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.</p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.</p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.</p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.</strong></p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.</strong></p><p><!-- notionvc: 1264dfff-c0a4-4265-a3d2-ea8e4d3f553f --></p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n					<h2>Short links</h2>				\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\n					<h2>Contact Us</h2>				\n		<h5><strong>Luxury Wellness &amp; Concierge Services</strong></h5><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.</p><h5><strong>Concierge &amp; Personalized Assistance</strong></h5><ul><li>Book a private viewing of ultra-luxury properties</li><li>Exclusive access to top designers and architects</li><li>VIP wellness retreats and curated luxury experiences</li></ul><h5><strong>Instant Support &amp; Bookings</strong></h5><p>WhatsApp: +971 56 265 7965</p><hr /><h5><strong>Business &amp; Partnership Inquiries</strong></h5><p>For those who share our vision of elevated living and refined wellness, let’s connect.</p><h5><strong>Strategic Collaborations &amp; Business Partnerships</strong></h5><p>WhatsApp: +971 56 265 7965</p><h5><strong>Media, Brand Partnerships &amp; Influencer Collaborations</strong></h5><p>Email: <a href=\"mailto:proposals@bellavierewards.com\">proposals@bellavierewards.com</a> or reach out via WhatsApp.</p><hr /><h5><strong>Reservations &amp; Member Updates</strong></h5><p>For updates regarding BellaVie Rewards member reservations, please contact:</p><p>Email: <a href=\"mailto:reservations@bellavierewards.com\">reservations@bellavierewards.com</a></p><hr /><h5><strong>Feedback, Suggestions &amp; Private Client Requests</strong></h5><p>We value your insights and are committed to delivering an unparalleled experience.</p><p>Email: <a href=\"mailto:julia@bellavierewards.com\">julia@bellavierewards.com</a></p><p><strong>Exclusively Yours,</strong></p><p><strong>The BellaVie Rewards Team</strong></p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --></p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --></p><p>Copyright © 2025 by Bellavie Rewards. All rights reserved.</p>', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-03-03 05:00:06', '2025-03-03 05:00:06', '', 25, 'https://bookblv.com/?p=6396', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6397, 1, '2025-03-03 05:01:13', '2025-03-03 05:01:13', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"405\" height=\"215\" src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png 405w, https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png 300w\" sizes=\"(max-width: 405px) 100vw, 405px\" />															\n		<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.</p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.</p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.</p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.</p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.</strong></p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.</strong></p><p><!-- notionvc: 1264dfff-c0a4-4265-a3d2-ea8e4d3f553f --></p>		\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n					<h2>Short links</h2>				\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\n					<h2>Contact Us</h2>				\n		<h5><strong>Luxury Wellness &amp; Concierge Services</strong></h5><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.</p><h5><strong>Concierge &amp; Personalized Assistance</strong></h5><ul><li>Book a private viewing of ultra-luxury properties</li><li>Exclusive access to top designers and architects</li><li>VIP wellness retreats and curated luxury experiences</li></ul><h5><strong>Instant Support &amp; Bookings</strong></h5><p>WhatsApp: +971 56 265 7965</p><hr /><h5><strong>Business &amp; Partnership Inquiries</strong></h5><p>For those who share our vision of elevated living and refined wellness, let’s connect.</p><h5><strong>Strategic Collaborations &amp; Business Partnerships</strong></h5><p>WhatsApp: +971 56 265 7965</p><h5><strong>Media, Brand Partnerships &amp; Influencer Collaborations</strong></h5><p>Email: <a href=\"mailto:proposals@bellavierewards.com\">proposals@bellavierewards.com</a> or reach out via WhatsApp.</p><hr /><h5><strong>Reservations &amp; Member Updates</strong></h5><p>For updates regarding BellaVie Rewards member reservations, please contact:</p><p>Email: <a href=\"mailto:reservations@bellavierewards.com\">reservations@bellavierewards.com</a></p><hr /><h5><strong>Feedback, Suggestions &amp; Private Client Requests</strong></h5><p>We value your insights and are committed to delivering an unparalleled experience.</p><p>Email: <a href=\"mailto:julia@bellavierewards.com\">julia@bellavierewards.com</a></p><p><strong>Exclusively Yours,</strong></p><p><strong>The BellaVie Rewards Team</strong></p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --></p><p><!-- notionvc: a4f9d701-21f6-4a79-82db-c677907edf6b --></p><p>Copyright © 2025 by Bellavie Rewards. All rights reserved.</p>', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-03-03 05:01:13', '2025-03-03 05:01:13', '', 25, 'https://bookblv.com/?p=6397', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6398, 1, '2025-03-03 05:06:09', '2025-03-03 05:06:09', '<h3>BellaVie Rewards Profile</h3>\r\n<strong>BellaVie Rewards</strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.\r\n\r\n<hr />\r\n\r\n<h3>Purpose</h3>\r\nTo provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.\r\n<h3>Vision</h3>\r\nTo set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.\r\n<h3>Mission</h3>\r\nTo make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.\r\n\r\n<hr />\r\n\r\n<h3>Core Values</h3>\r\n<ul>\r\n 	<li><strong>Integrity:</strong> Upholding transparency and ethical practices in every interaction.</li>\r\n 	<li><strong>Commitment:</strong> Prioritizing member wellness and investment goals.</li>\r\n 	<li><strong>Innovation:</strong> Leveraging technology for seamless, personalized experiences.</li>\r\n 	<li><strong>Customer-Centricity:</strong> Anticipating and exceeding member expectations.</li>\r\n 	<li><strong>Exclusivity:</strong> Offering VIP access to premium services and properties.</li>\r\n 	<li><strong>Sustainability:</strong> Promoting long-term value and conscious investments.</li>\r\n 	<li><strong>People First:</strong> Creating exceptional experiences that enhance lives.</li>\r\n 	<li><strong>Agility:</strong> Quickly adapting to market changes and opportunities.</li>\r\n 	<li><strong>Digital Mindset:</strong> Embracing digital solutions to elevate luxury living.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h3>Core Pillars</h3>\r\n<ol>\r\n 	<li><strong>Personalized Wellness:</strong> Curated global wellness experiences, including spa treatments and transformative retreats.</li>\r\n 	<li><strong>Exclusive Real Estate Opportunities:</strong> Access to premium developments with strategic investment advantages.</li>\r\n 	<li><strong>AI-Powered Concierge:</strong> Real-time, tailored support for seamless service delivery.</li>\r\n 	<li><strong>Global Partner Network:</strong> Collaboration with top-tier wellness and real estate brands.</li>\r\n 	<li><strong>Sustainability Focus:</strong> Integrating responsible practices across all services and partnerships.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE</h3>\r\nBellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.\r\n\r\n<hr />\r\n\r\n<h3>Sustainability Commitment</h3>\r\n<strong>BellaVie Rewards</strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:\r\n<ol>\r\n 	<li><strong>Economic Growth:</strong> Supporting ethical consumption and financial inclusivity.</li>\r\n 	<li><strong>Governance:</strong> Adhering to global ESG standards and ensuring partner integrity.</li>\r\n 	<li><strong>Wellness Empowerment:</strong> Investing in health education and fair labor practices.</li>\r\n 	<li><strong>Environmental Stewardship:</strong> Reducing waste and promoting eco-conscious living.</li>\r\n 	<li><strong>Community Impact:</strong> Enhancing wellness access and supporting philanthropic initiatives.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h3>Key Policies Overview</h3>\r\n<table>\r\n<thead>\r\n<tr>\r\n<th><strong>Category</strong></th>\r\n<th><strong>Policies</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>? Environmental Responsibility</td>\r\n<td>Sustainable business operations, eco-friendly travel standards, green procurement practices.</td>\r\n</tr>\r\n<tr>\r\n<td>? Social Responsibility</td>\r\n<td>Inclusive workplace policies, fair labor practices, child safety measures.</td>\r\n</tr>\r\n<tr>\r\n<td>?️ Governance</td>\r\n<td>Transparent operations, anti-corruption standards, data privacy protocols.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr />\r\n\r\n<h3>Why BellaVie Rewards?</h3>\r\n<ul>\r\n 	<li>Access to world-class wellness and premium properties.</li>\r\n 	<li>Bespoke experiences crafted by an AI-driven concierge.</li>\r\n 	<li>Exclusive membership perks and global partner benefits.</li>\r\n 	<li>Commitment to sustainability and community well-being.</li>\r\n 	<li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.</li>\r\n</ul>\r\nJoin BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.\r\n<h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></h3>\r\nAt BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.\r\n\r\n<strong>Our Sustainability Vision</strong>\r\n\r\nSustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.\r\n\r\n<hr />\r\n\r\n<h3><strong>Our Five Pillars of Sustainability:</strong></h3>\r\n1️⃣ <strong>Driving Sustainable Economic Growth</strong>\r\n<ul>\r\n 	<li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li>\r\n 	<li>Supporting ethical business models with partners that align with our long-term vision.</li>\r\n 	<li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li>\r\n</ul>\r\n2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong>\r\n<ul>\r\n 	<li>Upholding transparency, integrity, and accountability in all our business operations.</li>\r\n 	<li>Aligning with global ESG standards to maintain ethical business practices.</li>\r\n 	<li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li>\r\n</ul>\r\n3️⃣ <strong>Empowering People &amp; Wellness</strong>\r\n<ul>\r\n 	<li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li>\r\n 	<li>Investing in wellness education, empowering individuals to make informed health choices.</li>\r\n 	<li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li>\r\n</ul>\r\n4️⃣ <strong>Protecting Our Planet</strong>\r\n<ul>\r\n 	<li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li>\r\n 	<li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li>\r\n 	<li>Digitizing operations to reduce waste and minimize carbon emissions.</li>\r\n</ul>\r\n5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong>\r\n<ul>\r\n 	<li>Supporting wellness access programs for underprivileged communities.</li>\r\n 	<li>Collaborating with sustainable development projects that align with global well-being initiatives.</li>\r\n 	<li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h3><strong>Sustainability in Action:</strong></h3>\r\nAt BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.\r\n\r\nWe’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.\r\n\r\n<hr />\r\n\r\n<h3><strong>A Future Where Luxury Meets Purpose</strong></h3>\r\nBellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.\r\n\r\nTogether, we are shaping a new standard of luxury, one that balances indulgence with conscious living.\r\n\r\n<!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b -->', 'BellaVie Profile', '', 'publish', 'closed', 'closed', '', 'bellavie-profile', '', '', '2025-03-06 09:49:04', '2025-03-06 09:49:04', '', '0', 'https://bookblv.com/?page_id=6398', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6399, 1, '2025-03-03 05:07:22', '2025-03-03 05:07:22', '', 'BellaVie Profile', '', 'inherit', 'closed', 'closed', '', '6398-revision-v1', '', '', '2025-03-03 05:07:22', '2025-03-03 05:07:22', '', 6398, 'https://bookblv.com/?p=6399', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6400, 1, '2025-03-03 05:07:23', '2025-03-03 05:07:23', '', 'BellaVie Profile', '', 'inherit', 'closed', 'closed', '', '6398-revision-v1', '', '', '2025-03-03 05:07:23', '2025-03-03 05:07:23', '', 6398, 'https://bookblv.com/?p=6400', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6401, 1, '2025-03-03 05:07:23', '2025-03-03 05:07:23', '<h3>BellaVie Rewards Profile</h3><p><strong>BellaVie Rewards</strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.</p><hr /><h3>Purpose</h3><p>To provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.</p><h3>Vision</h3><p>To set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.</p><h3>Mission</h3><p>To make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.</p><hr /><h3>Core Values</h3><ul><li><strong>Integrity:</strong> Upholding transparency and ethical practices in every interaction.</li><li><strong>Commitment:</strong> Prioritizing member wellness and investment goals.</li><li><strong>Innovation:</strong> Leveraging technology for seamless, personalized experiences.</li><li><strong>Customer-Centricity:</strong> Anticipating and exceeding member expectations.</li><li><strong>Exclusivity:</strong> Offering VIP access to premium services and properties.</li><li><strong>Sustainability:</strong> Promoting long-term value and conscious investments.</li><li><strong>People First:</strong> Creating exceptional experiences that enhance lives.</li><li><strong>Agility:</strong> Quickly adapting to market changes and opportunities.</li><li><strong>Digital Mindset:</strong> Embracing digital solutions to elevate luxury living.</li></ul><hr /><h3>Core Pillars</h3><ol><li><strong>Personalized Wellness:</strong> Curated global wellness experiences, including spa treatments and transformative retreats.</li><li><strong>Exclusive Real Estate Opportunities:</strong> Access to premium developments with strategic investment advantages.</li><li><strong>AI-Powered Concierge:</strong> Real-time, tailored support for seamless service delivery.</li><li><strong>Global Partner Network:</strong> Collaboration with top-tier wellness and real estate brands.</li><li><strong>Sustainability Focus:</strong> Integrating responsible practices across all services and partnerships.</li></ol><hr /><h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE</h3><p>BellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.</p><hr /><h3>Sustainability Commitment</h3><p><strong>BellaVie Rewards</strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:</p><ol><li><strong>Economic Growth:</strong> Supporting ethical consumption and financial inclusivity.</li><li><strong>Governance:</strong> Adhering to global ESG standards and ensuring partner integrity.</li><li><strong>Wellness Empowerment:</strong> Investing in health education and fair labor practices.</li><li><strong>Environmental Stewardship:</strong> Reducing waste and promoting eco-conscious living.</li><li><strong>Community Impact:</strong> Enhancing wellness access and supporting philanthropic initiatives.</li></ol><hr /><h3>Key Policies Overview</h3><table><thead><tr><th><strong>Category</strong></th><th><strong>Policies</strong></th></tr></thead><tbody><tr><td>? Environmental Responsibility</td><td>Sustainable business operations, eco-friendly travel standards, green procurement practices.</td></tr><tr><td>? Social Responsibility</td><td>Inclusive workplace policies, fair labor practices, child safety measures.</td></tr><tr><td>?️ Governance</td><td>Transparent operations, anti-corruption standards, data privacy protocols.</td></tr></tbody></table><hr /><h3>Why BellaVie Rewards?</h3><ul><li>Access to world-class wellness and premium properties.</li><li>Bespoke experiences crafted by an AI-driven concierge.</li><li>Exclusive membership perks and global partner benefits.</li><li>Commitment to sustainability and community well-being.</li><li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.</li></ul><p>Join BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.</p><h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></h3><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><hr /><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b --></p>', 'BellaVie Profile', '', 'inherit', 'closed', 'closed', '', '6398-revision-v1', '', '', '2025-03-03 05:07:23', '2025-03-03 05:07:23', '', 6398, 'https://bookblv.com/?p=6401', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6402, 1, '2025-03-03 05:08:01', '2025-03-03 05:08:01', '<p><strong>Julia Kushchova</strong></p><p><strong>Founder &amp; Chief Executive Officer, BellaVie Rewards</strong></p><p>Luxury is no longer just about exclusivity—it’s about experiences that enrich, elevate, and empower. When I founded BellaVie Rewards, my vision was to create a transformative wellness and lifestyle ecosystem where every choice—whether an aesthetic treatment, a luxury retreat, or a real estate investment—delivers true value, effortless indulgence, and long-term rewards.</p><p>At BellaVie Rewards, we are redefining how high-net-worth individuals engage with beauty, wellness, travel, and luxury living by blending cutting-edge rewards, curated partnerships, and sustainable innovation. Our members don’t just enjoy privileges; they invest in a lifestyle that gives back, nurtures well-being, and opens doors to exclusive opportunities worldwide.</p><h3><strong>A Legacy of Innovation and Refined Luxury</strong></h3><p>In a world constantly evolving, BellaVie Rewards has crafted a billion-dollar ecosystem that seamlessly merges wellness, world-class hospitality, and elite real estate investments, offering effortless access to extraordinary experiences. We transcend the ordinary by blending innovation with timeless luxury, ensuring that every encounter with BellaVie is as distinctive and personalized as our members themselves.</p><h3><strong>Sustainability – The Future of True Luxury</strong></h3><p>Luxury is not just about what we possess, but how we protect what matters. At BellaVie, sustainability is woven into our very DNA. From LEED-certified developments to eco-conscious retreats and carbon-neutral travel, we ensure every aspect of BellaVie’s offerings respects the planet while delivering the pinnacle of luxury living. We believe the true luxury of today is a commitment to a responsible and sustainable future.</p><h3><strong>Empowering Partners, Elevating Communities</strong></h3><p>Luxury should be an experience shared. At BellaVie, we foster meaningful collaborations with our partners and uplift the communities we touch. We carefully curate relationships that promote trust, integrity, and mutual growth, ensuring that each partnership contributes to the creation of a thriving, sustainable ecosystem. Through these efforts, we aim to enhance not just individual lives, but communities at large.</p><h3><strong>Excellence in Every Detail</strong></h3><p>At BellaVie, excellence is our standard. From the moment you engage with us, you’ll sense the unwavering dedication to perfection that permeates everything we do. Our promise to our members, partners, and investors is simple: we deliver experiences that are elegant, seamless, and above all, unforgettable.</p><p>As we expand our global presence, BellaVie remains steadfast in its commitment to redefining luxury wellness—not just as a lifestyle, but as an experience that embodies elegance, sustainability, and lasting value.</p><hr /><p><strong>Julia Kushchova</strong></p><p>Founder &amp; Chief Executive Officer, BellaVie Rewards</p><p><!-- notionvc: 4fc64832-c445-4aac-be6f-cc9e0db2759f --></p>', 'Message from Our Founder', '', 'publish', 'closed', 'closed', '', 'message-from-our-founder', '', '', '2025-03-03 05:09:31', '2025-03-03 05:09:31', '', '0', 'https://bookblv.com/?page_id=6402', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6403, 1, '2025-03-03 05:09:30', '2025-03-03 05:09:30', '', 'Message from Our Founder', '', 'inherit', 'closed', 'closed', '', '6402-revision-v1', '', '', '2025-03-03 05:09:30', '2025-03-03 05:09:30', '', 6402, 'https://bookblv.com/?p=6403', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6404, 1, '2025-03-03 05:09:31', '2025-03-03 05:09:31', '', 'Message from Our Founder', '', 'inherit', 'closed', 'closed', '', '6402-revision-v1', '', '', '2025-03-03 05:09:31', '2025-03-03 05:09:31', '', 6402, 'https://bookblv.com/?p=6404', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6405, 1, '2025-03-03 05:09:31', '2025-03-03 05:09:31', '<p><strong>Julia Kushchova</strong></p><p><strong>Founder &amp; Chief Executive Officer, BellaVie Rewards</strong></p><p>Luxury is no longer just about exclusivity—it’s about experiences that enrich, elevate, and empower. When I founded BellaVie Rewards, my vision was to create a transformative wellness and lifestyle ecosystem where every choice—whether an aesthetic treatment, a luxury retreat, or a real estate investment—delivers true value, effortless indulgence, and long-term rewards.</p><p>At BellaVie Rewards, we are redefining how high-net-worth individuals engage with beauty, wellness, travel, and luxury living by blending cutting-edge rewards, curated partnerships, and sustainable innovation. Our members don’t just enjoy privileges; they invest in a lifestyle that gives back, nurtures well-being, and opens doors to exclusive opportunities worldwide.</p><h3><strong>A Legacy of Innovation and Refined Luxury</strong></h3><p>In a world constantly evolving, BellaVie Rewards has crafted a billion-dollar ecosystem that seamlessly merges wellness, world-class hospitality, and elite real estate investments, offering effortless access to extraordinary experiences. We transcend the ordinary by blending innovation with timeless luxury, ensuring that every encounter with BellaVie is as distinctive and personalized as our members themselves.</p><h3><strong>Sustainability – The Future of True Luxury</strong></h3><p>Luxury is not just about what we possess, but how we protect what matters. At BellaVie, sustainability is woven into our very DNA. From LEED-certified developments to eco-conscious retreats and carbon-neutral travel, we ensure every aspect of BellaVie’s offerings respects the planet while delivering the pinnacle of luxury living. We believe the true luxury of today is a commitment to a responsible and sustainable future.</p><h3><strong>Empowering Partners, Elevating Communities</strong></h3><p>Luxury should be an experience shared. At BellaVie, we foster meaningful collaborations with our partners and uplift the communities we touch. We carefully curate relationships that promote trust, integrity, and mutual growth, ensuring that each partnership contributes to the creation of a thriving, sustainable ecosystem. Through these efforts, we aim to enhance not just individual lives, but communities at large.</p><h3><strong>Excellence in Every Detail</strong></h3><p>At BellaVie, excellence is our standard. From the moment you engage with us, you’ll sense the unwavering dedication to perfection that permeates everything we do. Our promise to our members, partners, and investors is simple: we deliver experiences that are elegant, seamless, and above all, unforgettable.</p><p>As we expand our global presence, BellaVie remains steadfast in its commitment to redefining luxury wellness—not just as a lifestyle, but as an experience that embodies elegance, sustainability, and lasting value.</p><hr /><p><strong>Julia Kushchova</strong></p><p>Founder &amp; Chief Executive Officer, BellaVie Rewards</p><p><!-- notionvc: 4fc64832-c445-4aac-be6f-cc9e0db2759f --></p>', 'Message from Our Founder', '', 'inherit', 'closed', 'closed', '', '6402-revision-v1', '', '', '2025-03-03 05:09:31', '2025-03-03 05:09:31', '', 6402, 'https://bookblv.com/?p=6405', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6406, 1, '2025-03-03 05:10:06', '2025-03-03 05:10:06', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'publish', 'closed', 'closed', '', 'sustainability', '', '', '2025-03-07 05:08:29', '2025-03-07 05:08:29', '', '0', 'https://bookblv.com/?page_id=6406', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6407, 1, '2025-03-03 05:10:32', '2025-03-03 05:10:32', '', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:32', '2025-03-03 05:10:32', '', 6406, 'https://bookblv.com/?p=6407', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6408, 1, '2025-03-03 05:10:32', '2025-03-03 05:10:32', '', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:32', '2025-03-03 05:10:32', '', 6406, 'https://bookblv.com/?p=6408', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6409, 1, '2025-03-03 05:10:32', '2025-03-03 05:10:32', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><hr /><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:32', '2025-03-03 05:10:32', '', 6406, 'https://bookblv.com/?p=6409', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6410, 1, '2025-03-03 05:10:55', '2025-03-03 05:10:55', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><hr /><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:55', '2025-03-03 05:10:55', '', 6406, 'https://bookblv.com/?p=6410', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6411, 1, '2025-03-03 05:10:55', '2025-03-03 05:10:55', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><hr /><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:55', '2025-03-03 05:10:55', '', 6406, 'https://bookblv.com/?p=6411', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6412, 1, '2025-03-03 05:10:55', '2025-03-03 05:10:55', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-03 05:10:55', '2025-03-03 05:10:55', '', 6406, 'https://bookblv.com/?p=6412', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6413, 1, '2025-03-03 05:11:22', '2025-03-03 05:11:22', '<p>\"The BellaVie Initiative: Empowering Wellness and Community”</p><p><strong>Empowering Wellness Through the BellaVie Initiative</strong></p><p>At BellaVie Rewards, we’re more than just a luxury wellness concierge—we’re a movement driven by a mission to promote well-being, social responsibility, and holistic living. Through the BellaVie Initiative, we aim to create a safe, trusted, and reliable ecosystem of partners who are dedicated to empowering individuals to lead healthier, happier lives.</p><p><strong>Our Mission: Building a Healthier, Stronger Community</strong></p><p>The BellaVie Initiative is centered around empowering individuals and communities by promoting active lifestyles, building meaningful social connections, and encouraging proactive wellness habits. Our goal is to foster an environment where wellness and financial prosperity go hand-in-hand, guiding you toward a life of holistic well-being.</p><p><strong>Our Core Values:</strong></p><ul><li><strong>Active Lifestyle:</strong> We believe in the importance of staying active and balanced. Our members gain exclusive access to wellness retreats, fitness centers, and personal training services—whether it’s yoga, hiking, or mindfulness. These opportunities help you live a well-rounded, healthy life.</li><li><strong>Social Connections:</strong> BellaVie is a vibrant community that connects like-minded individuals who share wellness goals and aspirations. Through regular events, workshops, and group wellness activities, we help strengthen bonds and encourage personal growth within our network.</li><li><strong>Well-Being and Healthcare:</strong> Optimal health requires consistent care. That’s why we offer our members special rates for health checkups and wellness assessments, ensuring that you’re always on top of your health. Additionally, we provide <strong>free diabetes testing</strong> for all BellaVie Rewards members, empowering you to monitor your health regularly and proactively.</li><li><strong>Giving Back:</strong> The BellaVie Charity Initiative is dedicated to supporting wellness programs in underserved communities. We believe in giving back, making a tangible impact, and ensuring that wellness opportunities are accessible to all.</li></ul><p><strong>How We Support Our Members:</strong></p><ul><li><strong>Exclusive Health Benefits:</strong> As a BellaVie member, you’ll enjoy special rates for essential health checkups and services through our trusted network of healthcare providers, ensuring you receive top-tier care at an affordable cost.</li><li><strong>Free Diabetes Testing:</strong> We’re committed to preventative care, offering <strong>free diabetes testing</strong> for all members. Early detection is essential to long-term wellness, and we make this an easy and accessible service for you.</li><li><strong>Proven &amp; Trusted Partners:</strong> We partner only with reliable, proven healthcare providers and wellness experts who share our dedication to excellence. Every experience with BellaVie is designed to uphold the highest standards of care and luxury.</li></ul><p><strong>Join BellaVie Rewards Today</strong></p><p>Become part of a movement that goes beyond luxury—join a community committed to health, well-being, and social connections. By joining BellaVie, you’re not only investing in your own wellness journey, but you’re also helping create a future where wellness is prioritized for all. Whether you’re taking advantage of our exclusive wellness properties or benefiting from our health services, BellaVie is here to elevate your lifestyle and your well-being.</p><p><strong>Your Wellness Journey Awaits</strong></p><p>Together, we will make wellness a lasting priority in your life and in the lives of others.</p><p><!-- notionvc: 5a51a235-b11f-418c-9d3b-f1e34ce09dd5 --></p>', 'The BellaVie Initiative', '', 'publish', 'closed', 'closed', '', 'the-bellavie-initiative', '', '', '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', '0', 'https://bookblv.com/?page_id=6413', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6414, 1, '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', 'The BellaVie Initiative', '', 'inherit', 'closed', 'closed', '', '6413-revision-v1', '', '', '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', 6413, 'https://bookblv.com/?p=6414', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6415, 1, '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', 'The BellaVie Initiative', '', 'inherit', 'closed', 'closed', '', '6413-revision-v1', '', '', '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', 6413, 'https://bookblv.com/?p=6415', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6416, 1, '2025-03-03 05:12:14', '2025-03-03 05:12:14', '<p>\"The BellaVie Initiative: Empowering Wellness and Community”</p><p><strong>Empowering Wellness Through the BellaVie Initiative</strong></p><p>At BellaVie Rewards, we’re more than just a luxury wellness concierge—we’re a movement driven by a mission to promote well-being, social responsibility, and holistic living. Through the BellaVie Initiative, we aim to create a safe, trusted, and reliable ecosystem of partners who are dedicated to empowering individuals to lead healthier, happier lives.</p><p><strong>Our Mission: Building a Healthier, Stronger Community</strong></p><p>The BellaVie Initiative is centered around empowering individuals and communities by promoting active lifestyles, building meaningful social connections, and encouraging proactive wellness habits. Our goal is to foster an environment where wellness and financial prosperity go hand-in-hand, guiding you toward a life of holistic well-being.</p><p><strong>Our Core Values:</strong></p><ul><li><strong>Active Lifestyle:</strong> We believe in the importance of staying active and balanced. Our members gain exclusive access to wellness retreats, fitness centers, and personal training services—whether it’s yoga, hiking, or mindfulness. These opportunities help you live a well-rounded, healthy life.</li><li><strong>Social Connections:</strong> BellaVie is a vibrant community that connects like-minded individuals who share wellness goals and aspirations. Through regular events, workshops, and group wellness activities, we help strengthen bonds and encourage personal growth within our network.</li><li><strong>Well-Being and Healthcare:</strong> Optimal health requires consistent care. That’s why we offer our members special rates for health checkups and wellness assessments, ensuring that you’re always on top of your health. Additionally, we provide <strong>free diabetes testing</strong> for all BellaVie Rewards members, empowering you to monitor your health regularly and proactively.</li><li><strong>Giving Back:</strong> The BellaVie Charity Initiative is dedicated to supporting wellness programs in underserved communities. We believe in giving back, making a tangible impact, and ensuring that wellness opportunities are accessible to all.</li></ul><p><strong>How We Support Our Members:</strong></p><ul><li><strong>Exclusive Health Benefits:</strong> As a BellaVie member, you’ll enjoy special rates for essential health checkups and services through our trusted network of healthcare providers, ensuring you receive top-tier care at an affordable cost.</li><li><strong>Free Diabetes Testing:</strong> We’re committed to preventative care, offering <strong>free diabetes testing</strong> for all members. Early detection is essential to long-term wellness, and we make this an easy and accessible service for you.</li><li><strong>Proven &amp; Trusted Partners:</strong> We partner only with reliable, proven healthcare providers and wellness experts who share our dedication to excellence. Every experience with BellaVie is designed to uphold the highest standards of care and luxury.</li></ul><p><strong>Join BellaVie Rewards Today</strong></p><p>Become part of a movement that goes beyond luxury—join a community committed to health, well-being, and social connections. By joining BellaVie, you’re not only investing in your own wellness journey, but you’re also helping create a future where wellness is prioritized for all. Whether you’re taking advantage of our exclusive wellness properties or benefiting from our health services, BellaVie is here to elevate your lifestyle and your well-being.</p><p><strong>Your Wellness Journey Awaits</strong></p><p>Together, we will make wellness a lasting priority in your life and in the lives of others.</p><p><!-- notionvc: 5a51a235-b11f-418c-9d3b-f1e34ce09dd5 --></p>', 'The BellaVie Initiative', '', 'inherit', 'closed', 'closed', '', '6413-revision-v1', '', '', '2025-03-03 05:12:14', '2025-03-03 05:12:14', '', 6413, 'https://bookblv.com/?p=6416', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6417, 1, '2025-04-25 06:06:56', '2025-03-03 05:19:04', '', 'About', '', 'publish', 'closed', 'closed', '', 'about-us-2', '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6417', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6418, 1, '2025-04-25 06:06:56', '2025-03-03 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', 6418, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6418', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6419, 1, '2025-04-25 06:06:56', '2025-03-03 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', 6419, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6419', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6420, 1, '2025-04-25 06:06:56', '2025-03-03 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', 6420, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6420', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6421, 1, '2025-04-25 06:06:56', '2025-03-03 05:19:04', ' ', '', '', 'publish', 'closed', 'closed', '', 6421, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6421', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6429, 1, '2025-03-03 08:23:28', '2025-03-03 08:23:28', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/hello.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Life.Church wants to make a lasting difference in your life, in our community, and in the world.</h1>		\n		Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.		\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Life</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"638\" height=\"573\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png 638w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-600x539.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-300x269.png 300w\" sizes=\"(max-width: 638px) 100vw, 638px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Our Achievement!</h2>		\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4733)\"><path d=\"M47.1052 11.3017C47.9541 9.2536 46.982 6.90511 44.934 6.05618C42.8859 5.20725 40.5374 6.17935 39.6885 8.22742C38.8396 10.2755 39.8117 12.624 41.8597 13.4729C43.9078 14.3218 46.2563 13.3498 47.1052 11.3017Z\" fill=\"#FB571C\"></path><path d=\"M42.7186 14.9447C42.5298 14.9447 42.3873 15.1143 42.4216 15.3L42.6689 16.6394C42.6954 16.7827 42.8202 16.8866 42.9659 16.8866H43.9731C44.1188 16.8866 44.2437 16.7827 44.2701 16.6394L44.5174 15.3C44.5517 15.1143 44.4091 14.9447 44.2204 14.9447H42.7186Z\" fill=\"#FB571C\"></path><path d=\"M26.5108 16.6893C28.5455 16.3594 29.9275 14.4426 29.5977 12.408C29.2678 10.3733 27.351 8.99129 25.3164 9.32112C23.2817 9.65095 21.8997 11.5677 22.2295 13.6024C22.5594 15.6371 24.4762 17.0191 26.5108 16.6893Z\" fill=\"#FB571C\"></path><path d=\"M55.8155 23.3313L53.649 18.4925C52.6828 16.3345 50.539 14.9446 48.1747 14.9446H46.224C46.209 15.0332 45.5833 18.6846 44.2149 19.7257L44.4227 18.7392C44.4296 18.7067 44.4298 18.6731 44.4234 18.6404L44.1794 17.4004C44.1565 17.2843 44.0547 17.2005 43.9363 17.2005H43.0008C42.8825 17.2005 42.7806 17.2843 42.7577 17.4004L42.5139 18.6404C42.5074 18.6731 42.5076 18.7067 42.5145 18.7392L42.7223 19.7257C41.3539 18.6846 40.7283 15.0332 40.7133 14.9446H38.2C35.6232 14.9446 33.5164 17.0417 33.5033 19.6185L33.4893 22.4181C33.1795 21.5302 33.1474 21.4118 32.9976 21.0472L32.3463 12.8237C32.2178 11.2016 31.4889 9.7003 30.2938 8.59617C29.0987 7.49205 27.5445 6.88391 25.9173 6.88391C24.2903 6.88391 22.7361 7.49205 21.5409 8.59617C20.3458 9.7003 19.6169 11.2017 19.4885 12.8237L18.8372 21.0471C18.6389 21.53 17.556 24.7732 14.3678 33.4831C14.0262 34.4172 14.5067 35.4514 15.4408 35.793C16.3748 36.1344 17.4092 35.6543 17.7507 34.72C17.7712 34.6642 19.1774 30.8167 20.4779 27.1845L17.6103 41.7194C17.4192 42.6882 18.1606 43.5903 19.1481 43.5903H21.1284V52.4061C21.1284 53.578 22.0397 54.576 23.2108 54.6176C24.4403 54.6613 25.4507 53.6776 25.4507 52.4579V43.5903H26.3839V52.4061C26.3839 53.578 27.2952 54.576 28.4663 54.6176C29.6958 54.6613 30.7062 53.6776 30.7062 52.4579V43.5903H32.6865C33.6739 43.5903 34.4155 42.6882 34.2243 41.7194L31.3568 27.1842C31.684 28.0979 32.8155 31.2735 34.0532 34.7463C34.7327 36.6531 37.5549 36.1653 37.5549 34.141V19.6391C37.5566 19.3122 37.9736 19.0463 38.3004 19.0463V52.2231C38.3004 53.5331 39.3724 54.6401 40.6822 54.6186C41.9524 54.5978 42.9756 53.5618 42.9756 52.2867C42.9751 44.0954 42.9769 33.7104 42.9732 33.6174H43.9643C43.9605 33.7095 43.9619 52.2481 43.9619 52.2342C43.9619 53.5418 45.0319 54.6434 46.3392 54.6186C47.6065 54.5945 48.6119 53.5598 48.6119 52.2867C48.6119 51.4137 48.6119 29.7888 48.6119 29.384L47.3199 29.8092C45.6361 30.3694 43.818 29.4749 43.2303 27.8072C42.6259 26.0918 43.6032 24.1981 45.329 23.6238L48.5973 22.5365V19.0945C49.1697 19.2257 49.6599 19.6182 49.9061 20.1681L51.1513 22.9493C49.7457 23.417 47.0175 24.3248 45.6466 24.781C44.5722 25.1386 43.9909 26.2994 44.3484 27.3739C44.7059 28.4481 45.8668 29.0296 46.9414 28.6721C48.7515 28.0697 53.4225 26.5154 54.5961 26.1249C55.7496 25.7412 56.3186 24.4402 55.8155 23.3313ZM29.0374 17.9238C26.6615 17.9597 25.1835 17.9598 22.7974 17.9238C21.949 17.9238 21.2027 18.1628 20.5618 18.6376L21.0126 12.9442C21.2138 10.4031 23.3683 8.41252 25.9173 8.41252C28.4664 8.41252 30.6209 10.4031 30.8222 12.9442L31.2731 18.6376C30.6321 18.1629 29.8858 17.9238 29.0374 17.9238Z\" fill=\"#FB571C\"></path><path d=\"M14.2434 17.1875V11.2644H14.5043C15.1072 11.2644 15.4994 10.6297 15.2298 10.0904L10.6147 1.82924C10.3158 1.2314 9.46263 1.2314 9.16366 1.82924L4.35476 10.0904C4.08513 10.6297 4.47731 11.2644 5.08029 11.2644H5.53489V17.1875L0.939107 19.8502C0.355393 20.1884 -0.00293874 20.8131 1.81594e-05 21.4878L0.0518186 33.6487C0.0518186 34.4124 0.670905 35.0315 1.43455 35.0315H6.10557V28.1773C6.10557 26.0876 7.79954 24.3936 9.88919 24.3936C11.9788 24.3936 13.6728 26.0876 13.6728 28.1773V31.7424C16.4472 24.1376 17.2507 21.7249 17.6053 20.7682L17.7276 19.224L14.2434 17.1875ZM9.88919 17.2377C8.64281 17.2377 7.63242 16.2274 7.63242 14.9811C7.63242 13.7347 8.64281 12.7243 9.88919 12.7243C11.1356 12.7243 12.146 13.7347 12.146 14.9811C12.1459 16.2274 11.1355 17.2377 9.88919 17.2377Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4733\"><rect width=\"56\" height=\"56\" fill=\"white\"></rect></clipPath></defs></svg>			\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							New parishioners\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4747)\"><path d=\"M4.9695 35.1028C4.38629 35.3214 4 35.8788 4 36.5018V52.5056C4 53.3309 4.66898 53.9998 5.49414 53.9998H13.8148V31.7858L4.9695 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M54.0306 35.1028L45.1853 31.7858V53.9998H53.506C54.3311 53.9998 55.0001 53.3309 55.0001 52.5056V36.5018C55.0001 35.8788 54.6138 35.3214 54.0306 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M41.2912 22.3255L30.994 17.9124V10.7895H34.301C35.1262 10.7895 35.7952 10.1205 35.7952 9.29531C35.7952 8.47015 35.1262 7.80117 34.301 7.80117H30.994V4.49414C30.994 3.66898 30.325 3 29.4999 3C28.6747 3 28.0057 3.66898 28.0057 4.49414V7.80117H24.6987C23.8735 7.80117 23.2046 8.47015 23.2046 9.29531C23.2046 10.1205 23.8735 10.7895 24.6987 10.7895H28.0057V17.9124L17.7085 22.3255C17.1592 22.5609 16.803 23.1012 16.803 23.6988V30.6654V54H18.2971H28.0057V42.9037C28.0057 42.0784 28.6747 41.4096 29.4999 41.4096C30.325 41.4096 30.994 42.0784 30.994 42.9037V54H40.7026H42.1968V30.6654V23.6988C42.1968 23.1012 41.8406 22.5609 41.2912 22.3255ZM30.5563 34.358C30.2785 34.6358 29.8929 34.7953 29.4996 34.7953C29.1061 34.7953 28.7215 34.6358 28.4437 34.358C28.1647 34.08 28.0054 33.6946 28.0054 33.3012C28.0054 32.9077 28.1648 32.5232 28.4437 32.2443C28.7215 31.9664 29.106 31.807 29.4996 31.807C29.8929 31.807 30.2785 31.9664 30.5563 32.2443C30.8343 32.5222 30.9937 32.9077 30.9937 33.3012C30.9937 33.6946 30.8343 34.0801 30.5563 34.358Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4747\"><rect width=\"51\" height=\"51\" fill=\"white\" transform=\"translate(4 3)\"></rect></clipPath></defs></svg>			\n				0\n							Open churches\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"51\" height=\"51\" viewBox=\"0 0 51 51\" fill=\"none\"><path d=\"M41.9355 9.84032L38.4979 6.40263C38.7776 5.8182 38.9473 5.17229 38.9473 4.48242C38.9473 2.01086 36.9364 0 34.4648 0C31.9933 0 29.9824 2.01086 29.9824 4.48242C29.9824 6.95398 31.9933 8.96484 34.4648 8.96484C35.1547 8.96484 35.8006 8.7952 36.385 8.51543L38.9473 11.0777V14.9414H12.0527V11.0777L14.615 8.51543C15.1994 8.7952 15.8453 8.96484 16.5352 8.96484C19.0067 8.96484 21.0176 6.95398 21.0176 4.48242C21.0176 2.01086 19.0067 0 16.5352 0C14.0636 0 12.0527 2.01086 12.0527 4.48242C12.0527 5.17229 12.2224 5.8182 12.5021 6.40263L9.06445 9.84032V14.9414H6.07617V20.918H44.9238V14.9414H41.9355V9.84032Z\" fill=\"#FB571C\"></path><path d=\"M12.2088 51H38.7913L41.7792 23.9062H9.22095L12.2088 51ZM21.0177 29.8828H24.0059V26.8945H26.9942V29.8828H29.9825V32.8711H26.9942V38.8477H24.0059V32.8711H21.0177V29.8828Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Sermon of the Year\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><path d=\"M55.5191 40.5837C54.729 39.7936 53.8869 39.0791 52.9979 38.4393C51.1039 40.6267 48.8801 42.4652 46.3728 43.9126C42.4891 46.1553 38.072 47.3526 33.5896 47.381C35.9698 48.3408 38.536 48.8444 41.1798 48.8444C46.5965 48.8444 51.689 46.735 55.5192 42.9048C55.8269 42.5971 55.9998 42.1798 55.9998 41.7448C55.9997 41.3097 55.8268 40.8915 55.5191 40.5837Z\" fill=\"#FB571C\"></path><path d=\"M3.0018 38.4393C2.1128 39.0792 1.27072 39.7937 0.480594 40.5837C0.172922 40.8915 0 41.3097 0 41.7448C0 42.1798 0.172922 42.5971 0.480594 42.9048C4.3108 46.735 9.4033 48.8444 14.82 48.8444C17.4638 48.8444 20.03 48.3408 22.4102 47.381C17.9274 47.3526 13.5107 46.1553 9.62653 43.9123C7.11944 42.4652 4.89563 40.6267 3.0018 38.4393Z\" fill=\"#FB571C\"></path><path d=\"M11.2668 41.071C13.9943 42.646 17.1652 43.7022 20.5458 44.0082C14.7042 40.775 11.5471 36.2861 10.061 33.7122C8.42677 30.8818 7.32219 27.815 6.77291 24.588C5.14092 24.658 3.51627 24.9017 1.93558 25.3218C1.21371 25.4942 0.677002 26.144 0.677002 26.9186C0.677002 27.0621 0.695814 27.2049 0.733002 27.3435C2.40863 33.5934 6.49991 38.3193 11.2668 41.071Z\" fill=\"#FB571C\"></path><path d=\"M35.4534 44.0082C38.8339 43.7021 42.0049 42.6461 44.7324 41.0711C49.4993 38.3193 53.5906 33.5934 55.2663 27.3436C55.3035 27.205 55.3223 27.0622 55.3223 26.9187C55.3223 26.1441 54.7856 25.4943 54.0637 25.3219C52.4831 24.9018 50.8584 24.658 49.2264 24.5881C48.6771 27.8151 47.5726 30.8819 45.9383 33.7123C44.4521 36.2862 41.2987 40.7729 35.4534 44.0082Z\" fill=\"#FB571C\"></path><path d=\"M20.4855 40.1347C18.8277 37.4568 16.2531 32.3165 16.2531 25.2703C16.2531 21.6996 16.9141 18.2264 18.2159 14.9312C16.4228 13.9084 14.5002 13.113 12.4985 12.5769C11.6231 12.3426 10.7239 12.8617 10.4893 13.7368C8.6986 20.4172 9.96156 26.9781 12.9025 32.0714C14.6881 35.164 17.2523 37.9898 20.4855 40.1347Z\" fill=\"#FB571C\"></path><path d=\"M35.5127 40.1358C38.7467 37.9909 41.3114 35.1646 43.0972 32.0716C46.0382 26.9781 47.3011 20.4174 45.5104 13.7369C45.2758 12.8618 44.3767 12.3426 43.5012 12.577C41.4992 13.1132 39.5765 13.9088 37.7832 14.9318C39.0848 18.2268 39.7457 21.6999 39.7457 25.2704C39.7458 32.3227 37.1667 37.4644 35.5127 40.1358Z\" fill=\"#FB571C\"></path><path d=\"M29.1595 7.63587C28.8519 7.3282 28.4336 7.15527 27.9985 7.15527C27.5634 7.15527 27.1462 7.3282 26.8385 7.63587C22.5412 11.9331 19.5344 18.1364 19.5344 25.2705C19.5344 32.4079 22.5446 38.6114 26.8385 42.9052C27.1462 43.2128 27.5644 43.3857 27.9995 43.3857C28.4346 43.3857 28.8519 43.2128 29.1595 42.9052C33.4523 38.6125 36.4636 32.4095 36.4636 25.2705C36.4637 18.1331 33.4546 11.9307 29.1595 7.63587Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Saved souls\n															<img width=\"610\" height=\"520\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png 610w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-600x511.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-300x256.png 300w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-350x298.png 350w\" sizes=\"(max-width: 610px) 100vw, 610px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Family</h2>		\n		Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.</p>		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<h2>About Billy Graham</h2>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		Billy Graham		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Services</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>\n			<h2>To Worship God and Equip The Saints For Ministry.</h2>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>How Can We Help?</h2>		\n		If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!		\n						<style>.elementor-1120 .elementor-element.elementor-element-fa98a31 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1120 .elementor-element.elementor-element-26eba3e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1120 .elementor-element.elementor-element-825823c{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1120 .elementor-element.elementor-element-825823c > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1120 .elementor-element.elementor-element-c6ad9d6{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"fa98a31\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What equipment do I need?</h3>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1152 .elementor-element.elementor-element-a73be84 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1152 .elementor-element.elementor-element-f84913e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1152 .elementor-element.elementor-element-71b9545{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a73be84\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How much does the Platform?</h3>		\n							<p>The Church Online Platform was built by Life.Church and is offered free to other churches. All support, feature releases.</p>						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1150 .elementor-element.elementor-element-a60f9cf .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1150 .elementor-element.elementor-element-3b77378{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a60f9cf\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What staffing do I need?</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1153 .elementor-element.elementor-element-eac1884 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1153 .elementor-element.elementor-element-843e517{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1153 .elementor-element.elementor-element-843e517 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1153 .elementor-element.elementor-element-04407c1{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"eac1884\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Rebuild, renovate, restore</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1151 .elementor-element.elementor-element-5442771 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1151 .elementor-element.elementor-element-8f113f2{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1151 .elementor-element.elementor-element-8f113f2 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1151 .elementor-element.elementor-element-52701e0{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"5442771\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How quickly can I start?</h3>		\n							Churches can begin running services online fairly quickly. Many churches using the Church Online Platform started online ministry.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1154 .elementor-element.elementor-element-6f46f5c .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1154 .elementor-element.elementor-element-685a212 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1154 .elementor-element.elementor-element-dd17244{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1154 .elementor-element.elementor-element-dd17244 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1154 .elementor-element.elementor-element-be76141{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"6f46f5c\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Faith for the future?</h3>		\n							To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							<p>If you’ve been thinking about starting online church services for a while, or you’re feeling the pressure to launch quickly.</p>						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>', 'About us', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2025-03-03 08:23:28', '2025-03-03 08:23:28', '', 46, 'https://bookblv.com/?p=6429', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6430, 1, '2025-03-03 08:23:28', '2025-03-03 08:23:28', '<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/hello.svg\" alt=\"image\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Life.Church wants to make a lasting difference in your life, in our community, and in the world.</h1>		\n		Our mission is to lead people to become fully devoted followers of Christ. That\'s how we\'re able to make a difference, and it\'s the driving force behind everything we do.		\n<iframe allowfullscreen title=\"youtube Video Player\" data-lazy-load=\"https://www.youtube.com/embed/CJO0u_HrWE8?feature=oembed&amp;start&amp;end&amp;wmode=opaque&amp;autoplay=0&amp;loop=0&amp;controls=1&amp;mute=0&amp;rel=0&amp;modestbranding=0\" allow=\"autoplay;encrypted-media\"></iframe>\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"77\" height=\"77\" viewBox=\"0 0 77 77\" fill=\"none\"><circle cx=\"38.5\" cy=\"38.5\" r=\"38.5\" fill=\"#FB571C\"></circle><path d=\"M51.7541 37.9019L30.9263 49.9269L30.9263 25.877L51.7541 37.9019Z\" fill=\"white\"></path></svg>	Play Video\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Life</h2>		\n		Wherever you are in life, you matter and you have a purpose. We want to help you become the person God has created you to be. Your journey has a next step and we\'ll help you find it. It could start with serving, finding God\'s vision for your life, giving, or joining us regularly.You don\'t have to take the next step alone. With a strong community of friends, you can laugh, grow, and serve with people who genuinely care about you. Find a small group, or LifeGroup, to join you on your journey.		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"638\" height=\"573\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1.png 638w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-600x539.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1977-1-1-300x269.png 300w\" sizes=\"(max-width: 638px) 100vw, 638px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/strong.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Our Achievement!</h2>		\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4733)\"><path d=\"M47.1052 11.3017C47.9541 9.2536 46.982 6.90511 44.934 6.05618C42.8859 5.20725 40.5374 6.17935 39.6885 8.22742C38.8396 10.2755 39.8117 12.624 41.8597 13.4729C43.9078 14.3218 46.2563 13.3498 47.1052 11.3017Z\" fill=\"#FB571C\"></path><path d=\"M42.7186 14.9447C42.5298 14.9447 42.3873 15.1143 42.4216 15.3L42.6689 16.6394C42.6954 16.7827 42.8202 16.8866 42.9659 16.8866H43.9731C44.1188 16.8866 44.2437 16.7827 44.2701 16.6394L44.5174 15.3C44.5517 15.1143 44.4091 14.9447 44.2204 14.9447H42.7186Z\" fill=\"#FB571C\"></path><path d=\"M26.5108 16.6893C28.5455 16.3594 29.9275 14.4426 29.5977 12.408C29.2678 10.3733 27.351 8.99129 25.3164 9.32112C23.2817 9.65095 21.8997 11.5677 22.2295 13.6024C22.5594 15.6371 24.4762 17.0191 26.5108 16.6893Z\" fill=\"#FB571C\"></path><path d=\"M55.8155 23.3313L53.649 18.4925C52.6828 16.3345 50.539 14.9446 48.1747 14.9446H46.224C46.209 15.0332 45.5833 18.6846 44.2149 19.7257L44.4227 18.7392C44.4296 18.7067 44.4298 18.6731 44.4234 18.6404L44.1794 17.4004C44.1565 17.2843 44.0547 17.2005 43.9363 17.2005H43.0008C42.8825 17.2005 42.7806 17.2843 42.7577 17.4004L42.5139 18.6404C42.5074 18.6731 42.5076 18.7067 42.5145 18.7392L42.7223 19.7257C41.3539 18.6846 40.7283 15.0332 40.7133 14.9446H38.2C35.6232 14.9446 33.5164 17.0417 33.5033 19.6185L33.4893 22.4181C33.1795 21.5302 33.1474 21.4118 32.9976 21.0472L32.3463 12.8237C32.2178 11.2016 31.4889 9.7003 30.2938 8.59617C29.0987 7.49205 27.5445 6.88391 25.9173 6.88391C24.2903 6.88391 22.7361 7.49205 21.5409 8.59617C20.3458 9.7003 19.6169 11.2017 19.4885 12.8237L18.8372 21.0471C18.6389 21.53 17.556 24.7732 14.3678 33.4831C14.0262 34.4172 14.5067 35.4514 15.4408 35.793C16.3748 36.1344 17.4092 35.6543 17.7507 34.72C17.7712 34.6642 19.1774 30.8167 20.4779 27.1845L17.6103 41.7194C17.4192 42.6882 18.1606 43.5903 19.1481 43.5903H21.1284V52.4061C21.1284 53.578 22.0397 54.576 23.2108 54.6176C24.4403 54.6613 25.4507 53.6776 25.4507 52.4579V43.5903H26.3839V52.4061C26.3839 53.578 27.2952 54.576 28.4663 54.6176C29.6958 54.6613 30.7062 53.6776 30.7062 52.4579V43.5903H32.6865C33.6739 43.5903 34.4155 42.6882 34.2243 41.7194L31.3568 27.1842C31.684 28.0979 32.8155 31.2735 34.0532 34.7463C34.7327 36.6531 37.5549 36.1653 37.5549 34.141V19.6391C37.5566 19.3122 37.9736 19.0463 38.3004 19.0463V52.2231C38.3004 53.5331 39.3724 54.6401 40.6822 54.6186C41.9524 54.5978 42.9756 53.5618 42.9756 52.2867C42.9751 44.0954 42.9769 33.7104 42.9732 33.6174H43.9643C43.9605 33.7095 43.9619 52.2481 43.9619 52.2342C43.9619 53.5418 45.0319 54.6434 46.3392 54.6186C47.6065 54.5945 48.6119 53.5598 48.6119 52.2867C48.6119 51.4137 48.6119 29.7888 48.6119 29.384L47.3199 29.8092C45.6361 30.3694 43.818 29.4749 43.2303 27.8072C42.6259 26.0918 43.6032 24.1981 45.329 23.6238L48.5973 22.5365V19.0945C49.1697 19.2257 49.6599 19.6182 49.9061 20.1681L51.1513 22.9493C49.7457 23.417 47.0175 24.3248 45.6466 24.781C44.5722 25.1386 43.9909 26.2994 44.3484 27.3739C44.7059 28.4481 45.8668 29.0296 46.9414 28.6721C48.7515 28.0697 53.4225 26.5154 54.5961 26.1249C55.7496 25.7412 56.3186 24.4402 55.8155 23.3313ZM29.0374 17.9238C26.6615 17.9597 25.1835 17.9598 22.7974 17.9238C21.949 17.9238 21.2027 18.1628 20.5618 18.6376L21.0126 12.9442C21.2138 10.4031 23.3683 8.41252 25.9173 8.41252C28.4664 8.41252 30.6209 10.4031 30.8222 12.9442L31.2731 18.6376C30.6321 18.1629 29.8858 17.9238 29.0374 17.9238Z\" fill=\"#FB571C\"></path><path d=\"M14.2434 17.1875V11.2644H14.5043C15.1072 11.2644 15.4994 10.6297 15.2298 10.0904L10.6147 1.82924C10.3158 1.2314 9.46263 1.2314 9.16366 1.82924L4.35476 10.0904C4.08513 10.6297 4.47731 11.2644 5.08029 11.2644H5.53489V17.1875L0.939107 19.8502C0.355393 20.1884 -0.00293874 20.8131 1.81594e-05 21.4878L0.0518186 33.6487C0.0518186 34.4124 0.670905 35.0315 1.43455 35.0315H6.10557V28.1773C6.10557 26.0876 7.79954 24.3936 9.88919 24.3936C11.9788 24.3936 13.6728 26.0876 13.6728 28.1773V31.7424C16.4472 24.1376 17.2507 21.7249 17.6053 20.7682L17.7276 19.224L14.2434 17.1875ZM9.88919 17.2377C8.64281 17.2377 7.63242 16.2274 7.63242 14.9811C7.63242 13.7347 8.64281 12.7243 9.88919 12.7243C11.1356 12.7243 12.146 13.7347 12.146 14.9811C12.1459 16.2274 11.1355 17.2377 9.88919 17.2377Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4733\"><rect width=\"56\" height=\"56\" fill=\"white\"></rect></clipPath></defs></svg>			\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							New parishioners\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><g clip-path=\"url(#clip0_225:4747)\"><path d=\"M4.9695 35.1028C4.38629 35.3214 4 35.8788 4 36.5018V52.5056C4 53.3309 4.66898 53.9998 5.49414 53.9998H13.8148V31.7858L4.9695 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M54.0306 35.1028L45.1853 31.7858V53.9998H53.506C54.3311 53.9998 55.0001 53.3309 55.0001 52.5056V36.5018C55.0001 35.8788 54.6138 35.3214 54.0306 35.1028Z\" fill=\"#FB571C\"></path><path d=\"M41.2912 22.3255L30.994 17.9124V10.7895H34.301C35.1262 10.7895 35.7952 10.1205 35.7952 9.29531C35.7952 8.47015 35.1262 7.80117 34.301 7.80117H30.994V4.49414C30.994 3.66898 30.325 3 29.4999 3C28.6747 3 28.0057 3.66898 28.0057 4.49414V7.80117H24.6987C23.8735 7.80117 23.2046 8.47015 23.2046 9.29531C23.2046 10.1205 23.8735 10.7895 24.6987 10.7895H28.0057V17.9124L17.7085 22.3255C17.1592 22.5609 16.803 23.1012 16.803 23.6988V30.6654V54H18.2971H28.0057V42.9037C28.0057 42.0784 28.6747 41.4096 29.4999 41.4096C30.325 41.4096 30.994 42.0784 30.994 42.9037V54H40.7026H42.1968V30.6654V23.6988C42.1968 23.1012 41.8406 22.5609 41.2912 22.3255ZM30.5563 34.358C30.2785 34.6358 29.8929 34.7953 29.4996 34.7953C29.1061 34.7953 28.7215 34.6358 28.4437 34.358C28.1647 34.08 28.0054 33.6946 28.0054 33.3012C28.0054 32.9077 28.1648 32.5232 28.4437 32.2443C28.7215 31.9664 29.106 31.807 29.4996 31.807C29.8929 31.807 30.2785 31.9664 30.5563 32.2443C30.8343 32.5222 30.9937 32.9077 30.9937 33.3012C30.9937 33.6946 30.8343 34.0801 30.5563 34.358Z\" fill=\"#FB571C\"></path></g><defs><clipPath id=\"clip0_225:4747\"><rect width=\"51\" height=\"51\" fill=\"white\" transform=\"translate(4 3)\"></rect></clipPath></defs></svg>			\n				0\n							Open churches\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"51\" height=\"51\" viewBox=\"0 0 51 51\" fill=\"none\"><path d=\"M41.9355 9.84032L38.4979 6.40263C38.7776 5.8182 38.9473 5.17229 38.9473 4.48242C38.9473 2.01086 36.9364 0 34.4648 0C31.9933 0 29.9824 2.01086 29.9824 4.48242C29.9824 6.95398 31.9933 8.96484 34.4648 8.96484C35.1547 8.96484 35.8006 8.7952 36.385 8.51543L38.9473 11.0777V14.9414H12.0527V11.0777L14.615 8.51543C15.1994 8.7952 15.8453 8.96484 16.5352 8.96484C19.0067 8.96484 21.0176 6.95398 21.0176 4.48242C21.0176 2.01086 19.0067 0 16.5352 0C14.0636 0 12.0527 2.01086 12.0527 4.48242C12.0527 5.17229 12.2224 5.8182 12.5021 6.40263L9.06445 9.84032V14.9414H6.07617V20.918H44.9238V14.9414H41.9355V9.84032Z\" fill=\"#FB571C\"></path><path d=\"M12.2088 51H38.7913L41.7792 23.9062H9.22095L12.2088 51ZM21.0177 29.8828H24.0059V26.8945H26.9942V29.8828H29.9825V32.8711H26.9942V38.8477H24.0059V32.8711H21.0177V29.8828Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Sermon of the Year\n			<img src=\"https://bookblv.com/wp-content/uploads/2022/01/Group-2023-2.png\" alt=\"\">		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><path d=\"M55.5191 40.5837C54.729 39.7936 53.8869 39.0791 52.9979 38.4393C51.1039 40.6267 48.8801 42.4652 46.3728 43.9126C42.4891 46.1553 38.072 47.3526 33.5896 47.381C35.9698 48.3408 38.536 48.8444 41.1798 48.8444C46.5965 48.8444 51.689 46.735 55.5192 42.9048C55.8269 42.5971 55.9998 42.1798 55.9998 41.7448C55.9997 41.3097 55.8268 40.8915 55.5191 40.5837Z\" fill=\"#FB571C\"></path><path d=\"M3.0018 38.4393C2.1128 39.0792 1.27072 39.7937 0.480594 40.5837C0.172922 40.8915 0 41.3097 0 41.7448C0 42.1798 0.172922 42.5971 0.480594 42.9048C4.3108 46.735 9.4033 48.8444 14.82 48.8444C17.4638 48.8444 20.03 48.3408 22.4102 47.381C17.9274 47.3526 13.5107 46.1553 9.62653 43.9123C7.11944 42.4652 4.89563 40.6267 3.0018 38.4393Z\" fill=\"#FB571C\"></path><path d=\"M11.2668 41.071C13.9943 42.646 17.1652 43.7022 20.5458 44.0082C14.7042 40.775 11.5471 36.2861 10.061 33.7122C8.42677 30.8818 7.32219 27.815 6.77291 24.588C5.14092 24.658 3.51627 24.9017 1.93558 25.3218C1.21371 25.4942 0.677002 26.144 0.677002 26.9186C0.677002 27.0621 0.695814 27.2049 0.733002 27.3435C2.40863 33.5934 6.49991 38.3193 11.2668 41.071Z\" fill=\"#FB571C\"></path><path d=\"M35.4534 44.0082C38.8339 43.7021 42.0049 42.6461 44.7324 41.0711C49.4993 38.3193 53.5906 33.5934 55.2663 27.3436C55.3035 27.205 55.3223 27.0622 55.3223 26.9187C55.3223 26.1441 54.7856 25.4943 54.0637 25.3219C52.4831 24.9018 50.8584 24.658 49.2264 24.5881C48.6771 27.8151 47.5726 30.8819 45.9383 33.7123C44.4521 36.2862 41.2987 40.7729 35.4534 44.0082Z\" fill=\"#FB571C\"></path><path d=\"M20.4855 40.1347C18.8277 37.4568 16.2531 32.3165 16.2531 25.2703C16.2531 21.6996 16.9141 18.2264 18.2159 14.9312C16.4228 13.9084 14.5002 13.113 12.4985 12.5769C11.6231 12.3426 10.7239 12.8617 10.4893 13.7368C8.6986 20.4172 9.96156 26.9781 12.9025 32.0714C14.6881 35.164 17.2523 37.9898 20.4855 40.1347Z\" fill=\"#FB571C\"></path><path d=\"M35.5127 40.1358C38.7467 37.9909 41.3114 35.1646 43.0972 32.0716C46.0382 26.9781 47.3011 20.4174 45.5104 13.7369C45.2758 12.8618 44.3767 12.3426 43.5012 12.577C41.4992 13.1132 39.5765 13.9088 37.7832 14.9318C39.0848 18.2268 39.7457 21.6999 39.7457 25.2704C39.7458 32.3227 37.1667 37.4644 35.5127 40.1358Z\" fill=\"#FB571C\"></path><path d=\"M29.1595 7.63587C28.8519 7.3282 28.4336 7.15527 27.9985 7.15527C27.5634 7.15527 27.1462 7.3282 26.8385 7.63587C22.5412 11.9331 19.5344 18.1364 19.5344 25.2705C19.5344 32.4079 22.5446 38.6114 26.8385 42.9052C27.1462 43.2128 27.5644 43.3857 27.9995 43.3857C28.4346 43.3857 28.8519 43.2128 29.1595 42.9052C33.4523 38.6125 36.4636 32.4095 36.4636 25.2705C36.4637 18.1331 33.4546 11.9307 29.1595 7.63587Z\" fill=\"#FB571C\"></path></svg>			\n				0\n							Saved souls\n															<img width=\"610\" height=\"520\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1.png 610w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-600x511.png 600w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-300x256.png 300w, https://bookblv.com/wp-content/uploads/2021/11/Group-1978-1-350x298.png 350w\" sizes=\"(max-width: 610px) 100vw, 610px\" />															\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/book.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Your Family</h2>		\n		Strong families start with solid foundations. That\'s why we partner with parents to help raise the next generation to become followers of Christ.<p>Your children and teens have opportunities throughout the week to grow relationships with each other and with God.</p>		\n			<a href=\"https://bookblv.com/about-us/\" role=\"button\">\n						More about book\n					</a>\n															<img width=\"822\" height=\"914\" src=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1.jpg 822w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-600x667.jpg 600w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-270x300.jpg 270w, https://bookblv.com/wp-content/uploads/2021/10/vertical-shot-male-reading-bible-near-stand-church-1-1-768x854.jpg 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n															<img width=\"784\" height=\"652\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png\" alt=\"image\" loading=\"lazy\" srcset=\"https://bookblv.com/wp-content/uploads/2021/10/Frame-51.png 784w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-600x499.png 600w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-300x249.png 300w, https://bookblv.com/wp-content/uploads/2021/10/Frame-51-768x639.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" />															\n			<h2>About Billy Graham</h2>		\n		Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure.<p>We’re passionate about creating music that encourages awesome people to pursue a relationship with Jesus.</p>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style>		\n		Billy Graham		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\" rel=\"noopener\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n			<a href=\"https://bookblv.com/team/\" role=\"button\">\n						Our team\n					</a>\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/services.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>Services</h2>		\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Church white Glove</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/church-white-glove/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Ministres</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/ministres/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Holy Bible</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/holy-bible/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Donate Sermons</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/donate-sermons/\">Learn more</a>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3>\n		<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"47\" height=\"59\" viewBox=\"0 0 47 59\" fill=\"none\"><path d=\"M43.0754 18.2084C39.9874 14.8443 38.6782 14.3804 37.7236 14.3804C35.7561 14.3804 34.0302 15.5767 33.2731 17.2953H28.7119V13.5112C30.4409 12.7594 31.6443 11.0306 31.6443 9.05212C31.6443 8.09752 31.1805 6.78834 27.8163 3.70029C26.1489 2.16975 23.3878 0 23.3878 0C23.3878 0 20.6268 2.16975 18.9594 3.70029C15.5952 6.78834 15.1314 8.09752 15.1314 9.05212C15.1314 11.0306 16.3348 12.7594 18.0638 13.5112V17.2953H13.5026C12.7454 15.5767 11.0196 14.3804 9.05212 14.3804C8.09752 14.3804 6.78834 14.8441 3.70029 18.2084C2.16963 19.8759 0 22.6369 0 22.6369C0 22.6369 2.16975 25.3979 3.70029 27.0653C6.78834 30.4295 8.09752 30.8932 9.05212 30.8932C11.0416 30.8932 12.7735 29.6825 13.5198 27.9433H18.0638V45.4888C16.3348 46.2406 15.1314 47.9694 15.1314 49.9479C15.1314 50.9025 15.5952 52.2117 18.9594 55.2997C20.6268 56.8303 23.3878 59 23.3878 59C23.3878 59 26.1489 56.8303 27.8163 55.2997C31.1805 52.2117 31.6443 50.9025 31.6443 49.9479C31.6443 47.9694 30.4409 46.2406 28.7119 45.4888V27.9433H33.2559C34.0023 29.6825 35.7342 30.8932 37.7236 30.8932C38.6782 30.8932 39.9874 30.4294 43.0754 27.0653C44.6059 25.3979 46.7757 22.6369 46.7757 22.6369C46.7757 22.6369 44.6061 19.8759 43.0754 18.2084Z\" fill=\"white\"></path></svg><h3>Tithing</h3><p>How do you explain Jesus and His authority from Billy Graham.</p><a href=\"https://bookblv.com/services/tithing/\">Learn more</a>\n			<h2>To Worship God and Equip The Saints For Ministry.</h2>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2021/10/Group-626.svg\" alt=\"image\" loading=\"lazy\" />															\n			<h2>How Can We Help?</h2>		\n		If you\'re wondering what camera equipment you\'ll need, how to launch services online, or how hosting works, we have answers!		\n						<style>.elementor-1120 .elementor-element.elementor-element-fa98a31 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1120 .elementor-element.elementor-element-26eba3e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1120 .elementor-element.elementor-element-825823c{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1120 .elementor-element.elementor-element-825823c > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1120 .elementor-element.elementor-element-c6ad9d6{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1120 .elementor-element.elementor-element-53ce8da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1120 .elementor-element.elementor-element-26eba3e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"fa98a31\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What equipment do I need?</h3>		\n			<style>/*! elementor - v3.6.1 - 23-03-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1152 .elementor-element.elementor-element-a73be84 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1152 .elementor-element.elementor-element-f84913e > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1152 .elementor-element.elementor-element-a2d7b1e > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1152 .elementor-element.elementor-element-71b9545{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1152 .elementor-element.elementor-element-afea3da > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1152 .elementor-element.elementor-element-f84913e .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a73be84\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How much does the Platform?</h3>		\n							<p>The Church Online Platform was built by Life.Church and is offered free to other churches. All support, feature releases.</p>						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1150 .elementor-element.elementor-element-a60f9cf .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1150 .elementor-element.elementor-element-1bd5a0a > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1150 .elementor-element.elementor-element-3b77378{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1150 .elementor-element.elementor-element-a96ec92 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1150 .elementor-element.elementor-element-e7bd53d .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"a60f9cf\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>What staffing do I need?</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1153 .elementor-element.elementor-element-eac1884 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1153 .elementor-element.elementor-element-843e517{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1153 .elementor-element.elementor-element-843e517 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1153 .elementor-element.elementor-element-04407c1{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1153 .elementor-element.elementor-element-b5ae878 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1153 .elementor-element.elementor-element-8ac3a9a .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"eac1884\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Rebuild, renovate, restore</h3>		\n							Churches run online services with a variety of paid and volunteer teams. The staffing you need depends on your goals of online.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1151 .elementor-element.elementor-element-5442771 .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1151 .elementor-element.elementor-element-8f113f2{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1151 .elementor-element.elementor-element-8f113f2 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1151 .elementor-element.elementor-element-52701e0{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1151 .elementor-element.elementor-element-c776067 > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1151 .elementor-element.elementor-element-d9e4d89 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"5442771\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>How quickly can I start?</h3>		\n							Churches can begin running services online fairly quickly. Many churches using the Church Online Platform started online ministry.						\n							In the meantime, I hope you will secure you and your friends into our flagship Sydney room or Online. We love you and covet your prayers as we plan and prepare.						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>				\n						<style>.elementor-1154 .elementor-element.elementor-element-6f46f5c .elementor-repeater-item-79f1b6e.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 23px 0px 24px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{color:#000000;font-family:\"DM Sans\", Sans-serif;font-size:21px;font-weight:500;line-height:30px;}.elementor-1154 .elementor-element.elementor-element-685a212 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-1154 .elementor-element.elementor-element-dd17244{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}.elementor-1154 .elementor-element.elementor-element-dd17244 > .elementor-widget-container{margin:0px 0px 21px 0px;}.elementor-1154 .elementor-element.elementor-element-be76141{color:#202020;font-family:\"DM Sans\", Sans-serif;font-size:14px;font-weight:400;line-height:21px;}@media(max-width:1024px){.elementor-1154 .elementor-element.elementor-element-91e8dbb > .elementor-element-populated{padding:30px 15px 0px 15px;}.elementor-1154 .elementor-element.elementor-element-685a212 .elementor-heading-title{font-size:18px;line-height:24px;}}</style>		\n									<section data-id=\"6f46f5c\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;79f1b6e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n			<h3>Faith for the future?</h3>		\n							To start running services, you’ll need a phone or camera to film sermon content, a streaming provider, and the Church Online Platform.						\n							<p>If you’ve been thinking about starting online church services for a while, or you’re feeling the pressure to launch quickly.</p>						\n		</section>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"6\" fill=\"url(#paint0_linear_225:4610)\"></rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.6818 15.041L16.7682 21.6498C16.3439 22.1167 15.6561 22.1167 15.2318 21.6498L9.31819 15.041C8.89394 14.5741 8.89394 13.8171 9.31819 13.3502C9.74245 12.8833 10.4303 12.8833 10.8546 13.3502L16 19.1136L21.1454 13.3502C21.5697 12.8833 22.2576 12.8833 22.6818 13.3502C23.1061 13.8171 23.1061 14.5741 22.6818 15.041Z\" fill=\"white\"></path><defs><linearGradient id=\"paint0_linear_225:4610\" x1=\"6.4\" y1=\"6.32\" x2=\"29.1385\" y2=\"23.7683\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F26837\"></stop><stop offset=\"1\" stop-color=\"#FFBD12\"></stop></linearGradient></defs></svg>', 'About us', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2025-03-03 08:23:28', '2025-03-03 08:23:28', '', 46, 'https://bookblv.com/?p=6430', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6431, 1, '2025-03-03 08:23:28', '2025-03-03 08:23:28', '<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/hello.svg\" alt=\"image\" />															\n					<h1>About BellaVie Rewards</h1>				\n		<p>BellaVie Rewards is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.</p><p>Through our innovative platform, BellaVie Rewards brings together a sophisticated mix of wellness, real estate, and luxury services that cater to the needs of the modern elite. By harnessing the power of Generative AI, our concierge service personalizes every interaction to deliver an unparalleled experience that exceeds expectations. Our program allows members to earn and redeem rewards on premium wellness treatments, wellness gourmet sets, luxury spa retreats, and even exclusive real estate opportunities in Dubai, where wellness and investment seamlessly converge.</p><p>At BellaVie Rewards, we prioritize sustainability, ethical business practices, and a commitment to providing our members with access to the finest experiences in wellness and luxury living. With our robust global network, we ensure that our members have direct access to the best wellness clinics, world-class hotels and resorts, and high-end developers offering exclusive investment opportunities.</p><p>Operating through WhatsApp, BellaVie Rewards offers seamless, on-demand access to the entire range of member benefits and rewards. Our easy-to-use platform enables members to manage their points, book appointments, and explore curated luxury services all from one convenient channel. BellaVie Rewards\' mission is to enhance the lifestyle of every member, offering them peace of mind and confidence in their personal wellness and investment journey.</p><p><strong>Headquartered in Dubai, BellaVie Rewards is committed to providing innovative solutions that make wellness, luxury, and investment more accessible to an elite clientele. By partnering with world-class wellness brands, spas, and real estate developers, BellaVie Rewards creates an ecosystem that empowers its members to live their best lives.</strong></p><p><strong>As a trusted partner to wellness brands, luxury services, and real estate developers, BellaVie Rewards focuses on front-end administrative tasks to ensure that our members have the best experience possible. This includes tracking rewards, booking wellness experiences, and facilitating real estate transactions. All member benefits, such as availability, rewards, and eligibility, are carefully curated to provide the highest quality service.</strong></p><p><!-- notionvc: 71ea9ba6-0f0a-409e-b610-c1442121e776 --></p>', 'About us', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2025-03-03 08:23:28', '2025-03-03 08:23:28', '', 46, 'https://bookblv.com/?p=6431', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6432, 1, '2025-03-03 08:25:43', '2025-03-03 08:25:43', '<h2><strong>Luxury Wellness &amp; Concierge Services</strong></h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.</p><h3><strong>Concierge &amp; Personalized Assistance</strong></h3><ul><li>Book a private viewing of ultra-luxury properties</li><li>Exclusive access to top designers and architects</li><li>VIP wellness retreats and curated luxury experiences</li></ul><h3><strong>Instant Support &amp; Bookings</strong></h3><p>WhatsApp: <a href=\"tel:+971562657965\">+971 56 265 7965</a></p><h2><strong>Business &amp; Partnership Inquiries</strong></h2><p>For those who share our vision of elevated living and refined wellness, let’s connect.</p><h3><strong>Strategic Collaborations &amp; Business Partnerships</strong></h3><p>WhatsApp:<a href=\"tel:+971562657965\"> +971 56 265 7965</a></p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations</strong></h3><p>Email: <a href=\"mailto:proposals@bellavierewards.com\">proposals@bellavierewards.com</a> or reach out via WhatsApp.</p><h2><strong>Reservations &amp; Member Updates</strong></h2><p>For updates regarding BellaVie Rewards member reservations, please contact:</p><p>Email: <a href=\"mailto:reservations@bellavierewards.com\">reservations@bellavierewards.com</a></p><h2><strong>Feedback, Suggestions &amp; Private Client Requests</strong></h2><p>We value your insights and are committed to delivering an unparalleled experience.</p><p>Email: <a href=\"mailto:julia@bellavierewards.com\">julia@bellavierewards.com</a></p><p><strong>Exclusively Yours,</strong></p><p><strong>The BellaVie Rewards Team</strong></p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --></p>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us-footer', '', '', '2025-03-03 08:32:40', '2025-03-03 08:32:40', '', '0', 'https://bookblv.com/?page_id=6432', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6433, 1, '2025-03-03 08:28:22', '2025-03-03 08:28:22', '', 'Contact Us footer', '', 'inherit', 'closed', 'closed', '', '6432-revision-v1', '', '', '2025-03-03 08:28:22', '2025-03-03 08:28:22', '', 6432, 'https://bookblv.com/?p=6433', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6434, 1, '2025-03-03 08:28:22', '2025-03-03 08:28:22', '', 'Contact Us footer', '', 'inherit', 'closed', 'closed', '', '6432-revision-v1', '', '', '2025-03-03 08:28:22', '2025-03-03 08:28:22', '', 6432, 'https://bookblv.com/?p=6434', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6435, 1, '2025-03-03 08:28:22', '2025-03-03 08:28:22', '<h2><strong>Luxury Wellness &amp; Concierge Services</strong></h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.</p><h3><strong>Concierge &amp; Personalized Assistance</strong></h3><ul><li>Book a private viewing of ultra-luxury properties</li><li>Exclusive access to top designers and architects</li><li>VIP wellness retreats and curated luxury experiences</li></ul><h3><strong>Instant Support &amp; Bookings</strong></h3><p>WhatsApp: <a href=\"tel:+971562657965\">+971 56 265 7965</a></p><h2><strong>Business &amp; Partnership Inquiries</strong></h2><p>For those who share our vision of elevated living and refined wellness, let’s connect.</p><h3><strong>Strategic Collaborations &amp; Business Partnerships</strong></h3><p>WhatsApp:<a href=\"tel:+971562657965\"> +971 56 265 7965</a></p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations</strong></h3><p>Email: <a href=\"mailto:proposals@bellavierewards.com\">proposals@bellavierewards.com</a> or reach out via WhatsApp.</p><h2><strong>Reservations &amp; Member Updates</strong></h2><p>For updates regarding BellaVie Rewards member reservations, please contact:</p><p>Email: <a href=\"mailto:reservations@bellavierewards.com\">reservations@bellavierewards.com</a></p><h2><strong>Feedback, Suggestions &amp; Private Client Requests</strong></h2><p>We value your insights and are committed to delivering an unparalleled experience.</p><p>Email: <a href=\"mailto:julia@bellavierewards.com\">julia@bellavierewards.com</a></p><p><strong>Exclusively Yours,</strong></p><p><strong>The BellaVie Rewards Team</strong></p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --></p>', 'Contact Us footer', '', 'inherit', 'closed', 'closed', '', '6432-revision-v1', '', '', '2025-03-03 08:28:22', '2025-03-03 08:28:22', '', 6432, 'https://bookblv.com/?p=6435', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6436, 1, '2025-03-03 08:32:40', '2025-03-03 08:32:40', '<h2><strong>Luxury Wellness &amp; Concierge Services</strong></h2><p>Our dedicated team is here to curate exceptional wellness and lifestyle experiences tailored just for you. Select your preferred service below or explore our FAQs for quick guidance.</p><h3><strong>Concierge &amp; Personalized Assistance</strong></h3><ul><li>Book a private viewing of ultra-luxury properties</li><li>Exclusive access to top designers and architects</li><li>VIP wellness retreats and curated luxury experiences</li></ul><h3><strong>Instant Support &amp; Bookings</strong></h3><p>WhatsApp: <a href=\"tel:+971562657965\">+971 56 265 7965</a></p><h2><strong>Business &amp; Partnership Inquiries</strong></h2><p>For those who share our vision of elevated living and refined wellness, let’s connect.</p><h3><strong>Strategic Collaborations &amp; Business Partnerships</strong></h3><p>WhatsApp:<a href=\"tel:+971562657965\"> +971 56 265 7965</a></p><h3><strong>Media, Brand Partnerships &amp; Influencer Collaborations</strong></h3><p>Email: <a href=\"mailto:proposals@bellavierewards.com\">proposals@bellavierewards.com</a> or reach out via WhatsApp.</p><h2><strong>Reservations &amp; Member Updates</strong></h2><p>For updates regarding BellaVie Rewards member reservations, please contact:</p><p>Email: <a href=\"mailto:reservations@bellavierewards.com\">reservations@bellavierewards.com</a></p><h2><strong>Feedback, Suggestions &amp; Private Client Requests</strong></h2><p>We value your insights and are committed to delivering an unparalleled experience.</p><p>Email: <a href=\"mailto:julia@bellavierewards.com\">julia@bellavierewards.com</a></p><p><strong>Exclusively Yours,</strong></p><p><strong>The BellaVie Rewards Team</strong></p><p><!-- notionvc: 9e7eb735-6e37-4e28-a2ed-f19b690b1a55 --></p>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '6432-revision-v1', '', '', '2025-03-03 08:32:40', '2025-03-03 08:32:40', '', 6432, 'https://bookblv.com/?p=6436', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6438, 1, '2025-03-03 08:35:40', '2025-03-03 08:35:40', '<h2>Sign up for the newsletter</h2>				\n	<form method=\"POST\" action=\"#\">\n				<input type=\"email\" name=\"email\" placeholder=\"Enter Email\" data-instance-data=\"[]\">\n			<a href=\"#\">Subscribe</a>		\n	</form>\n															<img width=\"405\" height=\"215\" src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png 405w, https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778-300x159.png 300w\" sizes=\"(max-width: 405px) 100vw, 405px\" />															\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us/\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About BellaVie Rewards\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact US\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"20\" viewBox=\"0 0 10 20\" fill=\"\"><path d=\"M2.79297 20V11.3333H0V7.33333H2.79297V4.54167C2.79297 3.77778 2.89714 3.11111 3.10547 2.54167C3.32682 1.97222 3.6263 1.5 4.00391 1.125C4.39453 0.75 4.85677 0.472222 5.39062 0.291667C5.92448 0.0972222 6.51042 0 7.14844 0C7.7474 0 8.28776 0.0208333 8.76953 0.0625C9.2513 0.0902778 9.5638 0.118056 9.70703 0.145833V3.3125H7.94922C7.25911 3.3125 6.80339 3.47222 6.58203 3.79167C6.36068 4.11111 6.25 4.52778 6.25 5.04167V7.33333H10L8.75 11.3333H6.25V20H2.79297Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"\"><path d=\"M20 2.12019C19.6354 2.30769 19.2513 2.46635 18.8477 2.59615C18.457 2.71154 18.0534 2.79808 17.6367 2.85577C18.0664 2.56731 18.4375 2.20673 18.75 1.77404C19.0625 1.34135 19.2969 0.858173 19.4531 0.324519C19.0495 0.584135 18.6263 0.807692 18.1836 0.995192C17.7539 1.18269 17.3047 1.32692 16.8359 1.42788C16.4714 0.995192 16.0286 0.649038 15.5078 0.389423C14.987 0.129808 14.4336 0 13.8477 0C13.2747 0 12.7409 0.122596 12.2461 0.367788C11.7513 0.598558 11.3151 0.923077 10.9375 1.34135C10.5729 1.74519 10.2799 2.22115 10.0586 2.76923C9.85026 3.31731 9.74609 3.90865 9.74609 4.54327C9.74609 4.71635 9.7526 4.88942 9.76562 5.0625C9.79167 5.23558 9.81771 5.40865 9.84375 5.58173C8.9974 5.53846 8.17057 5.39423 7.36328 5.14904C6.56901 4.90385 5.8138 4.57933 5.09766 4.17548C4.38151 3.75721 3.71094 3.26683 3.08594 2.70433C2.46094 2.14183 1.89453 1.51442 1.38672 0.822115C1.21745 1.16827 1.08073 1.53606 0.976562 1.92548C0.885417 2.30048 0.839844 2.69712 0.839844 3.11538C0.839844 3.90865 1.0026 4.63702 1.32812 5.30048C1.66667 5.96394 2.10938 6.4976 2.65625 6.90144C2.31771 6.88702 1.99219 6.82933 1.67969 6.72837C1.36719 6.6274 1.07422 6.4976 0.800781 6.33894C0.800781 6.33894 0.800781 6.34615 0.800781 6.36058C0.800781 6.375 0.800781 6.38221 0.800781 6.38221C0.800781 7.49279 1.11328 8.46635 1.73828 9.30289C2.3763 10.125 3.16406 10.637 4.10156 10.8389C3.91927 10.8966 3.73698 10.9399 3.55469 10.9688C3.38542 10.9976 3.20312 11.012 3.00781 11.012C2.8776 11.012 2.7474 11.0048 2.61719 10.9904C2.48698 10.976 2.36328 10.9543 2.24609 10.9255C2.50651 11.8197 2.98177 12.5625 3.67188 13.1538C4.375 13.7452 5.17578 14.0553 6.07422 14.0841C5.37109 14.6899 4.58333 15.1659 3.71094 15.512C2.85156 15.8582 1.9401 16.0312 0.976562 16.0312C0.807292 16.0312 0.638021 16.024 0.46875 16.0096C0.3125 15.9952 0.15625 15.9808 0 15.9663C0.455729 16.2837 0.93099 16.5721 1.42578 16.8317C1.92057 17.0769 2.42839 17.2861 2.94922 17.4591C3.48307 17.6322 4.02995 17.7692 4.58984 17.8702C5.14974 17.9567 5.71615 18 6.28906 18C8.17708 18 9.84375 17.6106 11.2891 16.8317C12.7474 16.0385 13.9714 15.0216 14.9609 13.7812C15.9505 12.5409 16.6992 11.1562 17.207 9.6274C17.7148 8.08414 17.9688 6.5625 17.9688 5.0625C17.9688 4.97596 17.9622 4.88221 17.9492 4.78125C17.9492 4.68029 17.9492 4.57933 17.9492 4.47837C18.3529 4.16106 18.724 3.80769 19.0625 3.41827C19.4141 3.01442 19.7266 2.58173 20 2.12019Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M9.5 1.70703C10.7741 1.70703 11.6029 1.71322 11.9863 1.72559C12.3822 1.72559 12.8337 1.73796 13.3408 1.7627C13.8851 1.78743 14.3984 1.87402 14.8809 2.02246C15.3757 2.15853 15.8148 2.41829 16.1982 2.80176C16.5817 3.18522 16.8415 3.62435 16.9775 4.11914C17.126 4.60156 17.2126 5.11491 17.2373 5.65918C17.262 6.16634 17.2744 6.61784 17.2744 7.01367C17.2868 7.39714 17.293 8.22591 17.293 9.5C17.293 10.7741 17.2868 11.609 17.2744 12.0049C17.2744 12.3883 17.262 12.8337 17.2373 13.3408C17.2126 13.8851 17.126 14.4046 16.9775 14.8994C16.8415 15.3818 16.5817 15.8148 16.1982 16.1982C15.8148 16.5817 15.3757 16.8477 14.8809 16.9961C14.3984 17.1322 13.8851 17.2126 13.3408 17.2373C12.8337 17.262 12.3822 17.2806 11.9863 17.293C11.6029 17.293 10.7741 17.293 9.5 17.293C8.22591 17.293 7.39095 17.293 6.99512 17.293C6.61165 17.2806 6.16634 17.262 5.65918 17.2373C5.11491 17.2126 4.59538 17.1322 4.10059 16.9961C3.61816 16.8477 3.18522 16.5817 2.80176 16.1982C2.41829 15.8148 2.15234 15.3818 2.00391 14.8994C1.86784 14.4046 1.78743 13.8851 1.7627 13.3408C1.73796 12.8337 1.7194 12.3883 1.70703 12.0049C1.70703 11.609 1.70703 10.7741 1.70703 9.5C1.70703 8.22591 1.70703 7.39714 1.70703 7.01367C1.7194 6.61784 1.73796 6.16634 1.7627 5.65918C1.78743 5.11491 1.86784 4.60156 2.00391 4.11914C2.15234 3.62435 2.41829 3.18522 2.80176 2.80176C3.18522 2.41829 3.61816 2.15853 4.10059 2.02246C4.59538 1.87402 5.11491 1.78743 5.65918 1.7627C6.16634 1.73796 6.61165 1.72559 6.99512 1.72559C7.39095 1.71322 8.22591 1.70703 9.5 1.70703ZM9.5 0C8.21354 0 7.36621 0.0061849 6.95801 0.0185547C6.5498 0.0185547 6.09212 0.0309245 5.58496 0.0556641C4.80566 0.0927734 4.08203 0.222656 3.41406 0.445312C2.74609 0.667969 2.13997 1.05143 1.5957 1.5957C1.05143 2.13997 0.667969 2.74609 0.445312 3.41406C0.222656 4.08203 0.0927734 4.80566 0.0556641 5.58496C0.0309245 6.09212 0.0123698 6.5498 0 6.95801C0 7.36621 0 8.21354 0 9.5C0 10.7865 0 11.6338 0 12.042C0.0123698 12.4502 0.0309245 12.9079 0.0556641 13.415C0.0927734 14.1943 0.222656 14.918 0.445312 15.5859C0.667969 16.2539 1.05143 16.86 1.5957 17.4043C2.13997 17.9486 2.74609 18.332 3.41406 18.5547C4.08203 18.7773 4.80566 18.9072 5.58496 18.9443C6.09212 18.9691 6.5498 18.9814 6.95801 18.9814C7.36621 18.9938 8.21354 19 9.5 19C10.7865 19 11.6338 18.9938 12.042 18.9814C12.4502 18.9814 12.9079 18.9691 13.415 18.9443C14.1943 18.9072 14.918 18.7773 15.5859 18.5547C16.2539 18.332 16.86 17.9486 17.4043 17.4043C17.9486 16.86 18.332 16.2539 18.5547 15.5859C18.7773 14.918 18.9072 14.1943 18.9443 13.415C18.9691 12.9079 18.9814 12.4502 18.9814 12.042C18.9938 11.6338 19 10.7865 19 9.5C19 8.21354 18.9938 7.36621 18.9814 6.95801C18.9814 6.5498 18.9691 6.09212 18.9443 5.58496C18.9072 4.80566 18.7773 4.08203 18.5547 3.41406C18.332 2.74609 17.9486 2.13997 17.4043 1.5957C16.86 1.05143 16.2539 0.667969 15.5859 0.445312C14.918 0.222656 14.1943 0.0927734 13.415 0.0556641C12.9079 0.0309245 12.4502 0.0185547 12.042 0.0185547C11.6338 0.0061849 10.7865 0 9.5 0ZM9.5 4.62012C8.83203 4.62012 8.20117 4.75 7.60742 5.00977C7.01367 5.25716 6.49414 5.60352 6.04883 6.04883C5.60352 6.49414 5.25098 7.01367 4.99121 7.60742C4.74382 8.20117 4.62012 8.83203 4.62012 9.5C4.62012 10.168 4.74382 10.7988 4.99121 11.3926C5.25098 11.9863 5.60352 12.5059 6.04883 12.9512C6.49414 13.3965 7.01367 13.749 7.60742 14.0088C8.20117 14.2562 8.83203 14.3799 9.5 14.3799C10.168 14.3799 10.7988 14.2562 11.3926 14.0088C11.9863 13.749 12.5059 13.3965 12.9512 12.9512C13.3965 12.5059 13.7428 11.9863 13.9902 11.3926C14.25 10.7988 14.3799 10.168 14.3799 9.5C14.3799 8.83203 14.25 8.20117 13.9902 7.60742C13.7428 7.01367 13.3965 6.49414 12.9512 6.04883C12.5059 5.60352 11.9863 5.25716 11.3926 5.00977C10.7988 4.75 10.168 4.62012 9.5 4.62012ZM9.5 12.6729C8.62175 12.6729 7.87337 12.3636 7.25488 11.7451C6.63639 11.1266 6.32715 10.3783 6.32715 9.5C6.32715 8.62175 6.63639 7.87337 7.25488 7.25488C7.87337 6.63639 8.62175 6.32715 9.5 6.32715C10.3783 6.32715 11.1266 6.63639 11.7451 7.25488C12.3636 7.87337 12.6729 8.62175 12.6729 9.5C12.6729 10.3783 12.3636 11.1266 11.7451 11.7451C11.1266 12.3636 10.3783 12.6729 9.5 12.6729ZM15.7158 4.43457C15.7158 4.74382 15.6045 5.00977 15.3818 5.23242C15.1592 5.45508 14.887 5.56641 14.5654 5.56641C14.2562 5.56641 13.9902 5.45508 13.7676 5.23242C13.5449 5.00977 13.4336 4.74382 13.4336 4.43457C13.4336 4.11296 13.5449 3.84082 13.7676 3.61816C13.9902 3.39551 14.2562 3.28418 14.5654 3.28418C14.887 3.28418 15.1592 3.39551 15.3818 3.61816C15.6045 3.84082 15.7158 4.11296 15.7158 4.43457Z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Image\n						<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"19\" viewBox=\"0 0 19 19\" fill=\"\"><path d=\"M18.8145 5.56557C18.8145 5.56557 18.7588 5.31607 18.6475 4.81708C18.5361 4.31809 18.3382 3.92146 18.0537 3.62718C17.695 3.23055 17.3301 3.00025 16.959 2.93627C16.6003 2.85951 16.3281 2.80833 16.1426 2.78274C15.487 2.73156 14.7695 2.69318 13.9902 2.66759C13.2109 2.642 12.4873 2.62281 11.8193 2.61001C11.1637 2.59722 10.6133 2.59082 10.168 2.59082C9.72266 2.59082 9.5 2.59082 9.5 2.59082C9.5 2.59082 9.27734 2.59082 8.83203 2.59082C8.38672 2.59082 7.83008 2.59722 7.16211 2.61001C6.50651 2.62281 5.78906 2.642 5.00977 2.66759C4.23047 2.69318 3.51302 2.73156 2.85742 2.78274C2.67188 2.80833 2.39355 2.85951 2.02246 2.93627C1.66374 3.00025 1.30501 3.23055 0.946289 3.62718C0.661784 3.92146 0.463867 4.31809 0.352539 4.81708C0.241211 5.31607 0.185547 5.56557 0.185547 5.56557C0.185547 5.56557 0.154622 5.89823 0.0927734 6.56355C0.0309245 7.22887 0 7.95816 0 8.75143V10.2484C0 11.0417 0.0309245 11.771 0.0927734 12.4363C0.154622 13.0888 0.185547 13.4151 0.185547 13.4151C0.185547 13.4151 0.241211 13.671 0.352539 14.1827C0.463867 14.6817 0.661784 15.0784 0.946289 15.3726C1.30501 15.7693 1.68848 15.9996 2.09668 16.0636C2.51725 16.1275 2.83268 16.1787 3.04297 16.2171C3.42643 16.2555 3.97689 16.2875 4.69434 16.313C5.41178 16.3386 6.12305 16.3578 6.82812 16.3706C7.54557 16.3834 8.17025 16.3962 8.70215 16.409C9.23405 16.409 9.5 16.409 9.5 16.409C9.5 16.409 9.72266 16.409 10.168 16.409C10.6133 16.409 11.1637 16.4026 11.8193 16.3898C12.4873 16.377 13.2109 16.3578 13.9902 16.3322C14.7695 16.2939 15.487 16.2491 16.1426 16.1979C16.3281 16.1851 16.6003 16.1467 16.959 16.0827C17.3301 16.006 17.695 15.7693 18.0537 15.3726C18.3382 15.0784 18.5361 14.6817 18.6475 14.1827C18.7588 13.671 18.8145 13.4151 18.8145 13.4151C18.8145 13.4151 18.8454 13.0888 18.9072 12.4363C18.9691 11.771 19 11.0417 19 10.2484V8.75143C19 7.95816 18.9691 7.22887 18.9072 6.56355C18.8454 5.89823 18.8145 5.56557 18.8145 5.56557ZM7.5332 12.0524V6.52516L12.6729 9.2888L7.5332 12.0524Z\"></path></svg>					</a>\n		<p>Copyright © 2025 by Bellavie Rewards. All rights reserved.</p>', 'footer', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2025-03-03 08:35:40', '2025-03-03 08:35:40', '', 25, 'https://bookblv.com/?p=6438', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6439, 1, '2025-03-03 08:38:52', '2025-03-03 08:38:52', '<p>Fresh Rewards, Exclusive Indulgence<br /><br /><strong>May Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</strong><br /><br />Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p>		\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\" id=\"\">\n					View Details				</a>', 'Rewards Catalog', '', 'publish', 'closed', 'closed', '', 'rewards-catalog', '', '', '2025-05-10 07:51:31', '2025-05-10 07:51:31', '', '0', 'https://bookblv.com/?page_id=6439', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6444, 1, '2025-04-25 06:06:56', '2025-03-03 08:44:29', ' ', '', '', 'publish', 'closed', 'closed', '', 6444, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6444', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6452, 1, '2025-03-03 08:52:52', '2025-03-03 08:52:52', '', 'Capture', '', 'inherit', 'open', 'closed', '', 'capture', '', '', '2025-03-03 08:52:52', '2025-03-03 08:52:52', '', 6439, 'https://bookblv.com/wp-content/uploads/2025/03/Capture.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6454, 1, '2025-03-03 08:53:33', '2025-03-03 08:53:33', '<p>Fresh Rewards, Exclusive Indulgence</p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p><p>Because you deserve the extraordinary.</p>		\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-03 08:53:33', '2025-03-03 08:53:33', '', 6439, 'https://bookblv.com/?p=6454', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6455, 1, '2025-03-03 08:53:33', '2025-03-03 08:53:33', '<img width=\"1024\" height=\"49\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png 1024w, https://bookblv.com/wp-content/uploads/2025/03/Capture-300x14.png 300w, https://bookblv.com/wp-content/uploads/2025/03/Capture-768x37.png 768w, https://bookblv.com/wp-content/uploads/2025/03/Capture-1536x74.png 1536w, https://bookblv.com/wp-content/uploads/2025/03/Capture-600x29.png 600w, https://bookblv.com/wp-content/uploads/2025/03/Capture.png 1555w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n		<p>Fresh Rewards, Exclusive Indulgence</p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p><p>Because you deserve the extraordinary.</p>		\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-03 08:53:33', '2025-03-03 08:53:33', '', 6439, 'https://bookblv.com/?p=6455', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6456, 1, '2025-03-03 09:09:32', '2025-03-03 09:09:32', '<img width=\"1024\" height=\"49\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png 1024w, https://bookblv.com/wp-content/uploads/2025/03/Capture-300x14.png 300w, https://bookblv.com/wp-content/uploads/2025/03/Capture-768x37.png 768w, https://bookblv.com/wp-content/uploads/2025/03/Capture-1536x74.png 1536w, https://bookblv.com/wp-content/uploads/2025/03/Capture-600x29.png 600w, https://bookblv.com/wp-content/uploads/2025/03/Capture.png 1555w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n		<p>Fresh Rewards, Exclusive Indulgence</p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p><p>Because you deserve the extraordinary.</p>		\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-03 09:09:32', '2025-03-03 09:09:32', '', 6439, 'https://bookblv.com/?p=6456', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6457, 1, '2025-03-03 09:09:32', '2025-03-03 09:09:32', '<img width=\"1024\" height=\"49\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Capture-1024x49.png 1024w, https://bookblv.com/wp-content/uploads/2025/03/Capture-300x14.png 300w, https://bookblv.com/wp-content/uploads/2025/03/Capture-768x37.png 768w, https://bookblv.com/wp-content/uploads/2025/03/Capture-1536x74.png 1536w, https://bookblv.com/wp-content/uploads/2025/03/Capture-600x29.png 600w, https://bookblv.com/wp-content/uploads/2025/03/Capture.png 1555w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n		<p>Fresh Rewards, Exclusive Indulgence</p><p>March Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</p><p>Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p><p>Because you deserve the extraordinary.</p>		\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-03 09:09:32', '2025-03-03 09:09:32', '', 6439, 'https://bookblv.com/?p=6457', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6458, 1, '2025-03-03 09:09:32', '2025-03-03 09:09:32', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-03 09:09:32', '2025-03-03 09:09:32', '', 6439, 'https://bookblv.com/?p=6458', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6459, 1, '2025-03-04 05:40:50', '2025-03-04 05:40:50', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-hello-elementor', '', '', '2025-03-04 05:40:50', '2025-03-04 05:40:50', '', '0', 'https://bookblv.com/2025/03/04/wp-global-styles-hello-elementor/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6460, 1, '2025-03-04 06:11:39', '2025-03-04 06:11:39', '<!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-20 current_page_item\",\"description\":\"\",\"id\":\"20\",\"kind\":\"post-type\",\"label\":\"For Members\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://bookblv.com/\"} /--><!-- wp:navigation-link {\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\",\"description\":\"\",\"id\":\"6167\",\"kind\":\"post-type\",\"label\":\"For Real Estates Buyers\",\"opensInNewTab\":false,\"rel\":null,\"title\":\"\",\"type\":\"page\",\"url\":\"https://bookblv.com/for-real-estates-buyers/\"} /-->', 'Second Menu', '', 'publish', 'closed', 'closed', '', 'second-menu', '', '', '2025-03-04 06:11:39', '2025-03-04 06:11:39', '', '0', 'https://bookblv.com/2025/03/04/second-menu/', '0', 'wp_navigation', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6461, 1, '2025-03-04 06:11:43', '2025-03-04 06:11:43', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-yith-wonder', '', '', '2025-03-04 06:11:43', '2025-03-04 06:11:43', '', '0', 'https://bookblv.com/2025/03/04/wp-global-styles-yith-wonder/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6462, 1, '2025-03-04 06:22:12', '2025-03-04 06:22:12', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-bellavie-wellness-2', '', '', '2025-03-04 06:22:12', '2025-03-04 06:22:12', '', '0', 'https://bookblv.com/2025/03/04/wp-global-styles-bellavie-wellness-2/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6464, 1, '2025-03-06 09:39:54', '2025-03-06 09:39:54', '.site-logo{\n	display:none;\n}', 'hello-elementor', '', 'publish', 'closed', 'closed', '', 'hello-elementor', '', '', '2025-03-06 09:39:54', '2025-03-06 09:39:54', '', '0', 'https://bookblv.com/2025/03/06/hello-elementor/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6465, 1, '2025-03-06 09:39:54', '2025-03-06 09:39:54', '.site-logo{\n	display:none;\n}', 'hello-elementor', '', 'inherit', 'closed', 'closed', '', '6464-revision-v1', '', '', '2025-03-06 09:39:54', '2025-03-06 09:39:54', '', 6464, 'https://bookblv.com/?p=6465', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6473, 1, '2025-03-06 09:43:05', '2025-03-06 09:43:05', '', 'dafa267d-d776-4679-9aa2-a2e140fd4a40', '', 'inherit', 'open', 'closed', '', 'dafa267d-d776-4679-9aa2-a2e140fd4a40', '', '', '2025-03-06 09:43:05', '2025-03-06 09:43:05', '', 20, 'https://bookblv.com/wp-content/uploads/2025/03/dafa267d-d776-4679-9aa2-a2e140fd4a40.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6474, 1, '2025-03-06 09:43:05', '2025-03-06 09:43:05', '', '56f88acc-2fd0-4edc-9603-a6fe8475f8cf', '', 'inherit', 'open', 'closed', '', '56f88acc-2fd0-4edc-9603-a6fe8475f8cf', '', '', '2025-03-06 09:43:05', '2025-03-06 09:43:05', '', 20, 'https://bookblv.com/wp-content/uploads/2025/03/56f88acc-2fd0-4edc-9603-a6fe8475f8cf.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6475, 1, '2025-03-06 09:43:06', '2025-03-06 09:43:06', '', '1ed853d3-4707-40d3-8549-185d08b96978', '', 'inherit', 'open', 'closed', '', '1ed853d3-4707-40d3-8549-185d08b96978', '', '', '2025-03-06 09:43:06', '2025-03-06 09:43:06', '', 20, 'https://bookblv.com/wp-content/uploads/2025/03/1ed853d3-4707-40d3-8549-185d08b96978.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6476, 1, '2025-03-06 09:43:06', '2025-03-06 09:43:06', '', 'a927c111-1c3a-4342-9c6c-0f6cda51eb22', '', 'inherit', 'open', 'closed', '', 'a927c111-1c3a-4342-9c6c-0f6cda51eb22', '', '', '2025-03-06 09:43:06', '2025-03-06 09:43:06', '', 20, 'https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6481, 1, '2025-03-06 09:48:28', '2025-03-06 09:48:28', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-06 09:48:28', '2025-03-06 09:48:28', '', 6406, 'https://bookblv.com/?p=6481', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6482, 1, '2025-03-06 09:48:28', '2025-03-06 09:48:28', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-06 09:48:28', '2025-03-06 09:48:28', '', 6406, 'https://bookblv.com/?p=6482', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6483, 1, '2025-03-06 09:48:28', '2025-03-06 09:48:28', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-06 09:48:28', '2025-03-06 09:48:28', '', 6406, 'https://bookblv.com/?p=6483', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6484, 1, '2025-03-06 09:49:04', '2025-03-06 09:49:04', '<h3>BellaVie Rewards Profile</h3>\r\n<strong>BellaVie Rewards</strong> is a premier luxury wellness concierge brand that seamlessly integrates personalized wellness experiences with high-end real estate opportunities. Our tailored rewards program is designed for discerning individuals who prioritize health, luxury, and strategic investments. With a commitment to excellence, BellaVie Rewards offers members unrivaled access to global wellness services, exclusive property investments, and an AI-powered concierge service that ensures every experience is bespoke and effortlessly refined.\r\n\r\n<hr />\r\n\r\n<h3>Purpose</h3>\r\nTo provide our members with seamless access to world-class wellness services and exclusive real estate opportunities, elevating their lifestyle and securing their future.\r\n<h3>Vision</h3>\r\nTo set the global standard in luxury wellness and real estate, delivering unmatched value through cutting-edge technology and personalized experiences.\r\n<h3>Mission</h3>\r\nTo make luxury living and wellness accessible to those who demand the best. Through innovative, tailored services, BellaVie Rewards ensures members enjoy effortless access to premium wellness, real estate, and lifestyle solutions.\r\n\r\n<hr />\r\n\r\n<h3>Core Values</h3>\r\n<ul>\r\n 	<li><strong>Integrity:</strong> Upholding transparency and ethical practices in every interaction.</li>\r\n 	<li><strong>Commitment:</strong> Prioritizing member wellness and investment goals.</li>\r\n 	<li><strong>Innovation:</strong> Leveraging technology for seamless, personalized experiences.</li>\r\n 	<li><strong>Customer-Centricity:</strong> Anticipating and exceeding member expectations.</li>\r\n 	<li><strong>Exclusivity:</strong> Offering VIP access to premium services and properties.</li>\r\n 	<li><strong>Sustainability:</strong> Promoting long-term value and conscious investments.</li>\r\n 	<li><strong>People First:</strong> Creating exceptional experiences that enhance lives.</li>\r\n 	<li><strong>Agility:</strong> Quickly adapting to market changes and opportunities.</li>\r\n 	<li><strong>Digital Mindset:</strong> Embracing digital solutions to elevate luxury living.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h3>Core Pillars</h3>\r\n<ol>\r\n 	<li><strong>Personalized Wellness:</strong> Curated global wellness experiences, including spa treatments and transformative retreats.</li>\r\n 	<li><strong>Exclusive Real Estate Opportunities:</strong> Access to premium developments with strategic investment advantages.</li>\r\n 	<li><strong>AI-Powered Concierge:</strong> Real-time, tailored support for seamless service delivery.</li>\r\n 	<li><strong>Global Partner Network:</strong> Collaboration with top-tier wellness and real estate brands.</li>\r\n 	<li><strong>Sustainability Focus:</strong> Integrating responsible practices across all services and partnerships.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h3>Health &amp; Wellness Initiative: Diabetes Awareness in the UAE</h3>\r\nBellaVie Rewards is dedicated to enhancing community health through diabetes awareness and prevention. Our initiative promotes early detection, regular screenings, and active lifestyles, aiming to make a positive impact on UAE residents\' well-being.\r\n\r\n<hr />\r\n\r\n<h3>Sustainability Commitment</h3>\r\n<strong>BellaVie Rewards</strong> is redefining luxury with purpose, ensuring every experience benefits people, the planet, and long-term prosperity. Our sustainability efforts are anchored in five pillars:\r\n<ol>\r\n 	<li><strong>Economic Growth:</strong> Supporting ethical consumption and financial inclusivity.</li>\r\n 	<li><strong>Governance:</strong> Adhering to global ESG standards and ensuring partner integrity.</li>\r\n 	<li><strong>Wellness Empowerment:</strong> Investing in health education and fair labor practices.</li>\r\n 	<li><strong>Environmental Stewardship:</strong> Reducing waste and promoting eco-conscious living.</li>\r\n 	<li><strong>Community Impact:</strong> Enhancing wellness access and supporting philanthropic initiatives.</li>\r\n</ol>\r\n\r\n<hr />\r\n\r\n<h3>Key Policies Overview</h3>\r\n<table>\r\n<thead>\r\n<tr>\r\n<th><strong>Category</strong></th>\r\n<th><strong>Policies</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>? Environmental Responsibility</td>\r\n<td>Sustainable business operations, eco-friendly travel standards, green procurement practices.</td>\r\n</tr>\r\n<tr>\r\n<td>? Social Responsibility</td>\r\n<td>Inclusive workplace policies, fair labor practices, child safety measures.</td>\r\n</tr>\r\n<tr>\r\n<td>?️ Governance</td>\r\n<td>Transparent operations, anti-corruption standards, data privacy protocols.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<hr />\r\n\r\n<h3>Why BellaVie Rewards?</h3>\r\n<ul>\r\n 	<li>Access to world-class wellness and premium properties.</li>\r\n 	<li>Bespoke experiences crafted by an AI-driven concierge.</li>\r\n 	<li>Exclusive membership perks and global partner benefits.</li>\r\n 	<li>Commitment to sustainability and community well-being.</li>\r\n 	<li>Trusted by discerning individuals seeking a balanced, luxurious lifestyle.</li>\r\n</ul>\r\nJoin BellaVie Rewards to elevate your lifestyle and invest in a future where luxury meets purpose.\r\n<h3><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></h3>\r\nAt BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.\r\n\r\n<strong>Our Sustainability Vision</strong>\r\n\r\nSustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.\r\n\r\n<hr />\r\n\r\n<h3><strong>Our Five Pillars of Sustainability:</strong></h3>\r\n1️⃣ <strong>Driving Sustainable Economic Growth</strong>\r\n<ul>\r\n 	<li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li>\r\n 	<li>Supporting ethical business models with partners that align with our long-term vision.</li>\r\n 	<li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li>\r\n</ul>\r\n2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong>\r\n<ul>\r\n 	<li>Upholding transparency, integrity, and accountability in all our business operations.</li>\r\n 	<li>Aligning with global ESG standards to maintain ethical business practices.</li>\r\n 	<li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li>\r\n</ul>\r\n3️⃣ <strong>Empowering People &amp; Wellness</strong>\r\n<ul>\r\n 	<li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li>\r\n 	<li>Investing in wellness education, empowering individuals to make informed health choices.</li>\r\n 	<li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li>\r\n</ul>\r\n4️⃣ <strong>Protecting Our Planet</strong>\r\n<ul>\r\n 	<li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li>\r\n 	<li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li>\r\n 	<li>Digitizing operations to reduce waste and minimize carbon emissions.</li>\r\n</ul>\r\n5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong>\r\n<ul>\r\n 	<li>Supporting wellness access programs for underprivileged communities.</li>\r\n 	<li>Collaborating with sustainable development projects that align with global well-being initiatives.</li>\r\n 	<li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li>\r\n</ul>\r\n\r\n<hr />\r\n\r\n<h3><strong>Sustainability in Action:</strong></h3>\r\nAt BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.\r\n\r\nWe’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.\r\n\r\n<hr />\r\n\r\n<h3><strong>A Future Where Luxury Meets Purpose</strong></h3>\r\nBellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.\r\n\r\nTogether, we are shaping a new standard of luxury, one that balances indulgence with conscious living.\r\n\r\n<!-- notionvc: 89c540b4-4677-427d-aab8-a3363391f33b -->', 'BellaVie Profile', '', 'inherit', 'closed', 'closed', '', '6398-revision-v1', '', '', '2025-03-06 09:49:04', '2025-03-06 09:49:04', '', 6398, 'https://bookblv.com/?p=6484', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6488, 1, '2025-03-07 05:05:38', '2025-03-07 05:05:38', '', 'Custom Header', '', 'publish', 'closed', 'closed', '', 'custom-header', '', '', '2025-05-10 08:33:02', '2025-05-10 08:33:02', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6488', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6489, 1, '2025-03-07 05:06:38', '2025-03-07 05:06:38', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-03-07 05:06:38', '2025-03-07 05:06:38', '', 6488, 'https://bookblv.com/?p=6489', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6490, 1, '2025-03-07 05:06:38', '2025-03-07 05:06:38', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-03-07 05:06:38', '2025-03-07 05:06:38', '', 6488, 'https://bookblv.com/?p=6490', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6491, 1, '2025-03-07 05:07:45', '2025-03-07 05:07:45', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-03-07 05:07:45', '2025-03-07 05:07:45', '', 6488, 'https://bookblv.com/?p=6491', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6495, 1, '2025-03-07 05:08:29', '2025-03-07 05:08:29', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-07 05:08:29', '2025-03-07 05:08:29', '', 6406, 'https://bookblv.com/?p=6495', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6496, 1, '2025-03-07 05:08:29', '2025-03-07 05:08:29', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-07 05:08:29', '2025-03-07 05:08:29', '', 6406, 'https://bookblv.com/?p=6496', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6497, 1, '2025-03-07 05:08:29', '2025-03-07 05:08:29', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-revision-v1', '', '', '2025-03-07 05:08:29', '2025-03-07 05:08:29', '', 6406, 'https://bookblv.com/?p=6497', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6500, 1, '2025-03-07 05:25:29', '2025-03-07 05:25:29', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Help & FAQ\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Rewards Catalog\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Brands\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Businesses\n									</li>\n						</ul>\n							<ul>\n							<li>\n										For Businesses \n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Sell With Us\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Partner With Us\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Linking\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Real Estate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury Villas in Dubai \n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Waterfront residences in Dubai\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury penthouses in Dubai\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Al Barrari Experts\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Custom Services\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Architecture and design\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury amenities Consulting \n									</li>\n						</ul>\n							<ul>\n							<li>\n										Contact Info\n									</li>\n								<li>\n										Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\n									</li>\n								<li>\n										+971 56 2657965\n									</li>\n								<li>\n										proposals@bellavierewards.com\n									</li>\n						</ul>\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		<p>© 2025 BellaVie Rewards. All Rights Reserved.</p>Powered by <a href=\"http://Marketrategist.com\" style=\"color:white\">Marketrategist.com</a>', 'Custom Footer', '', 'publish', 'closed', 'closed', '', 'custom-footer', '', '', '2025-03-11 09:22:56', '2025-03-11 09:22:56', '', '0', 'https://bookblv.com/?post_type=elementor_library&#038;p=6500', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6501, 1, '2025-03-07 05:17:25', '2025-03-07 05:17:25', '<p><strong>BellaVie Rewards Loyalty Program: Sustainability at Its Core</strong></p><p>At BellaVie Rewards, we are shaping a future where luxury, wellness, and sustainability go hand in hand. Our commitment extends beyond providing exceptional rewards; we are dedicated to building a conscious ecosystem that prioritizes people, the planet, and long-term value creation. Through responsible business practices and ethical collaborations, we aim to redefine luxury with purpose.</p><p><strong>Our Sustainability Vision</strong></p><p>Sustainability is embedded in every aspect of BellaVie Rewards. We believe that true success isn\'t only measured by financial growth but by the positive impact we create for our members, partners, and communities. By integrating environmental responsibility, social well-being, and ethical governance, we’re pioneering a luxury experience with a lasting impact.</p><hr /><h3><strong>Our Five Pillars of Sustainability:</strong></h3><p>1️⃣ <strong>Driving Sustainable Economic Growth</strong></p><ul><li>Fostering a wellness-driven economy through responsible consumption in wellness, aesthetics, luxury travel, and real estate.</li><li>Supporting ethical business models with partners that align with our long-term vision.</li><li>Encouraging financial inclusivity with innovative rewards that promote conscious investments.</li></ul><p>2️⃣ <strong>Elevating Governance &amp; Ethical Business</strong></p><ul><li>Upholding transparency, integrity, and accountability in all our business operations.</li><li>Aligning with global ESG standards to maintain ethical business practices.</li><li>Rigorous screening of partners to ensure collaboration only with brands that share our sustainability vision.</li></ul><p>3️⃣ <strong>Empowering People &amp; Wellness</strong></p><ul><li>Creating a well-being-first ecosystem where wellness is seamlessly integrated into luxury lifestyles.</li><li>Investing in wellness education, empowering individuals to make informed health choices.</li><li>Promoting diversity, inclusion, and fair labor practices throughout our network.</li></ul><p>4️⃣ <strong>Protecting Our Planet</strong></p><ul><li>Partnering with eco-conscious brands in wellness, real estate, and hospitality to promote green living.</li><li>Encouraging sustainable travel and wellness tourism that respects local ecosystems.</li><li>Digitizing operations to reduce waste and minimize carbon emissions.</li></ul><p>5️⃣ <strong>Strengthening Communities &amp; Social Impact</strong></p><ul><li>Supporting wellness access programs for underprivileged communities.</li><li>Collaborating with sustainable development projects that align with global well-being initiatives.</li><li>Fostering philanthropic partnerships that elevate both personal and societal wellness.</li></ul><hr /><h3><strong>Sustainability in Action:</strong></h3><p>At BellaVie Rewards, sustainability isn\'t just a goal—it’s a core value that shapes everything we do. From our partnerships to our rewards program, we aim to leave a positive, lasting impact on the world.</p><p>We’re committed to creating a conscious luxury experience where environmental responsibility, social impact, and ethical governance intersect. Every decision, every partnership, and every experience we offer is designed with sustainability in mind.</p><h3><strong>A Future Where Luxury Meets Purpose</strong></h3><p>BellaVie Rewards is building a sustainable legacy where well-being, wealth, and responsibility coexist harmoniously. By choosing BellaVie, you’re not just indulging in luxury—you’re contributing to a better, more sustainable future.</p><p>Together, we are shaping a new standard of luxury, one that balances indulgence with conscious living.</p><p><!-- notionvc: b4194017-c441-49ea-abf2-84ff99111864 --></p>', 'Sustainability', '', 'inherit', 'closed', 'closed', '', '6406-autosave-v1', '', '', '2025-03-07 05:17:25', '2025-03-07 05:17:25', '', 6406, 'https://bookblv.com/?p=6501', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6502, 1, '2025-03-07 05:29:14', '2025-03-07 05:29:14', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About BellaVie Rewards\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\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		© 2025 BellaVie Rewards. All Rights Reserved.', 'Custom Footer', '', 'inherit', 'closed', 'closed', '', '6500-revision-v1', '', '', '2025-03-07 05:29:14', '2025-03-07 05:29:14', '', 6500, 'https://bookblv.com/?p=6502', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6503, 1, '2025-03-07 05:29:15', '2025-03-07 05:29:15', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About BellaVie Rewards\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\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		<p>© 2025 BellaVie Rewards. All Rights Reserved.</p>', 'Custom Footer', '', 'inherit', 'closed', 'closed', '', '6500-revision-v1', '', '', '2025-03-07 05:29:15', '2025-03-07 05:29:15', '', 6500, 'https://bookblv.com/?p=6503', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6510, 1, '2025-03-07 05:40:40', '2025-03-07 05:40:40', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-07 05:40:40', '2025-03-07 05:40:40', '', 6439, 'https://bookblv.com/?p=6510', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6511, 1, '2025-03-07 05:40:40', '2025-03-07 05:40:40', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 7</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 6</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 5</h6>\n	<img width=\"300\" height=\"300\" src=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg\" alt=\"image\" decoding=\"async\" srcset=\"https://bookblv.com/wp-content/uploads/2021/11/Frame-56-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-500x500.jpg 500w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2021/11/Frame-56-58x58.jpg 58w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<h6 >Botox treatment 4</h6>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-07 05:40:40', '2025-03-07 05:40:40', '', 6439, 'https://bookblv.com/?p=6511', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6512, 1, '2025-03-07 05:40:40', '2025-03-07 05:40:40', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-03-07 05:40:40', '2025-03-07 05:40:40', '', 6439, 'https://bookblv.com/?p=6512', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6513, 1, '2025-03-07 05:59:19', '2025-03-07 05:59:19', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About BellaVie Rewards\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy & Cookies Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms and Conditions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										FAQs\n											</a>\n									</li>\n						</ul>\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		<p>© 2025 BellaVie Rewards. All Rights Reserved.</p>Powered by <a href=\"http://Marketrategist.com\" style=\"color:white\">Marketrategist.com</a>', 'Custom Footer', '', 'inherit', 'closed', 'closed', '', '6500-revision-v1', '', '', '2025-03-07 05:59:19', '2025-03-07 05:59:19', '', 6500, 'https://bookblv.com/?p=6513', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6514, 1, '2025-03-10 09:49:02', '2025-03-10 09:49:02', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards</strong></h5><h5><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'publish', 'closed', 'closed', '', 'medbeauty-medical-center', '', '', '2025-03-18 08:32:06', '2025-03-18 08:32:06', '', '0', 'https://bookblv.com/?p=6514', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6520, 1, '2025-03-11 06:25:07', '2025-03-11 06:25:07', '', 1, '', 'inherit', 'open', 'closed', '', 1, '', '', '2025-03-11 06:25:07', '2025-03-11 06:25:07', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6521, 1, '2025-03-11 06:25:09', '2025-03-11 06:25:09', '', 2, '', 'inherit', 'open', 'closed', '', 2, '', '', '2025-03-11 06:25:09', '2025-03-11 06:25:09', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6522, 1, '2025-03-11 06:25:11', '2025-03-11 06:25:11', '', 3, '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2025-03-11 06:25:11', '2025-03-11 06:25:11', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6523, 1, '2025-03-11 06:25:13', '2025-03-11 06:25:13', '', 4, '', 'inherit', 'open', 'closed', '', 4, '', '', '2025-03-11 06:25:13', '2025-03-11 06:25:13', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6524, 1, '2025-03-11 06:25:16', '2025-03-11 06:25:16', '', 5, '', 'inherit', 'open', 'closed', '', 5, '', '', '2025-03-11 06:25:16', '2025-03-11 06:25:16', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/5.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6525, 1, '2025-03-11 06:25:18', '2025-03-11 06:25:18', '', 6, '', 'inherit', 'open', 'closed', '', 6, '', '', '2025-03-11 06:25:18', '2025-03-11 06:25:18', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/6.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6526, 1, '2025-03-11 06:25:21', '2025-03-11 06:25:21', '', 7, '', 'inherit', 'open', 'closed', '', 7, '', '', '2025-03-11 06:25:21', '2025-03-11 06:25:21', '', '0', 'https://bookblv.com/wp-content/uploads/2025/03/7.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6530, 1, '2025-03-11 09:00:43', '2025-03-11 09:00:43', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-03-11 09:00:43', '2025-03-11 09:00:43', '', 6488, 'https://bookblv.com/?p=6530', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6534, 1, '2025-03-11 09:19:27', '2025-03-11 09:19:27', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Help & FAQ\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n											Rewards Catalog\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Brands\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Businesses\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n											For Businesses \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Sell With Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Partner With Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Linking\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n											Real Estate\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury Villas in Dubai \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Waterfront residences in Dubai\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury penthouses in Dubai\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Al Barrari Experts\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n											Custom Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Architecture and design\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury amenities Consulting \n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n											Contact Info\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n										Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n										+971 56 2657965\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n										proposals@bellavierewards.com\n											</a>\n									</li>\n						</ul>\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		<p>© 2025 BellaVie Rewards. All Rights Reserved.</p>Powered by <a href=\"http://Marketrategist.com\" style=\"color:white\">Marketrategist.com</a>', 'Custom Footer', '', 'inherit', 'closed', 'closed', '', '6500-revision-v1', '', '', '2025-03-11 09:19:27', '2025-03-11 09:19:27', '', 6500, 'https://bookblv.com/?p=6534', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6536, 1, '2025-03-11 09:22:56', '2025-03-11 09:22:56', '<a href=\"https://bookblv.com/\"><img src=\"https://bookblv.com/wp-content/uploads/2025/02/لوجو-Logo-أخضر-و-بيج-كلاسيكي-أنيق-للمجوهرات-و-الاكسسوارات--e1738731860778.png\" alt=\"BellaVie Rewards\" width=\"405\" height=\"215\"></a>\n							<ul>\n							<li>\n											<a href=\"https://bookblv.com/about-us\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										About \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/contact-us-footer\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/faqs\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Help & FAQ\n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/terms-and-conditions\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Terms \n											</a>\n									</li>\n								<li>\n											<a href=\"https://bookblv.com/privacy-cookies-policy\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Privacy\n											</a>\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Rewards Catalog\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Brands\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										All Businesses\n									</li>\n						</ul>\n							<ul>\n							<li>\n										For Businesses \n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Sell With Us\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Partner With Us\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Linking\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Real Estate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury Villas in Dubai \n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Waterfront residences in Dubai\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury penthouses in Dubai\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Al Barrari Experts\n									</li>\n						</ul>\n							<ul>\n							<li>\n										Custom Services\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Architecture and design\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>						\n										Luxury amenities Consulting \n									</li>\n						</ul>\n							<ul>\n							<li>\n										Contact Info\n									</li>\n								<li>\n										Office 1002, Nassima Tower, Sheikh Zayed Rd, Dubai UAE.\n									</li>\n								<li>\n										+971 56 2657965\n									</li>\n								<li>\n										proposals@bellavierewards.com\n									</li>\n						</ul>\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		<p>© 2025 BellaVie Rewards. All Rights Reserved.</p>Powered by <a href=\"http://Marketrategist.com\" style=\"color:white\">Marketrategist.com</a>', 'Custom Footer', '', 'inherit', 'closed', 'closed', '', '6500-revision-v1', '', '', '2025-03-11 09:22:56', '2025-03-11 09:22:56', '', 6500, 'https://bookblv.com/?p=6536', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6548, 1, '2025-03-12 08:52:49', '2025-03-12 08:52:49', 'MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai\r\n\r\nAt MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.\r\n\r\nSignature Treatments\r\n\r\n? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.\r\n\r\n? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.\r\n\r\n? PRP Therapy – Stimulate hair growth and collagen for youthful skin.\r\n\r\n✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.\r\n\r\nWhy Choose Us?\r\n\r\n✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.\r\n\r\n✅ Experienced Experts – Certified dermatologists and specialists.\r\n\r\n✅ Luxury &amp; Personalized Care – Treatments designed for you.\r\n\r\n? Book Your Consultation Today!\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n\r\nNot a Member Yet? Unlock Exclusive Rewards\r\n\r\n&amp; VIP Lounges!\r\n\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: +971 56 265 7965\r\n<h2>[Partner Name]</h2>\r\n[Service Type] Exclusive Wellness Partner\r\n\r\nWelcome to [Partner Name]\r\nExperience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.\r\n<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>\r\n<h6>Earn Rewards</h6>\r\nGet up to [X%] back in BellaVie points on eligible services.\r\n<h6>First-Time Bonus</h6>\r\nReceive 250 bonus points on your first visit.\r\n<h6>VIP Access</h6>\r\nEnjoy exclusive treatments, offers &amp; events\r\n<h6>Referral Rewards</h6>\r\nEarn [X] points for each friend you refer.\r\n<h6>Tailored Packages</h6>\r\nCustom wellness &amp; beauty treatments designed for BellaVie members.\r\n<h6>? Signature Services</h6>\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>? Become a BellaVie Rewards Member</h6>\r\nUnlock exclusive rewards, priority booking, and personalized luxury services.\r\n<ul>\r\n 	<li>Earn points on every visit</li>\r\n 	<li>Personalized wellness experiences</li>\r\n 	<li>Priority access to premium services</li>\r\n</ul>\r\n<a href=\"#\">\r\n? Sign Up for Free Today!\r\n</a>\r\n<h6>? Contact &amp; Book Instantly via WhatsApp\r\nBook your experience effortlessly. Simply tap below to connect:</h6>\r\n<a href=\"#\">\r\nBook Now on WhatsApp\r\n</a>\r\n<a href=\"#\">\r\nClick to Call\r\n</a>\r\n\r\nWhy Choose [Partner Name]?\r\n<ul>\r\n 	<li>Luxury Experience – Exclusive ambiance for the ultimate wellness journey.</li>\r\n 	<li>Expert Practitioners – Receive treatments from top specialists.</li>\r\n 	<li>BellaVie Rewards Benefits – Maximize your experience with premium perks.</li>\r\n</ul>\r\n<ul>\r\n 	<li>?[Clinic Location]</li>\r\n 	<li>? [Website Link]</li>\r\n 	<li>? [Instagram Link] | [Facebook Link]</li>\r\n</ul>\r\nYour wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].', 'Clinic', 'MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai\r\n', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-12 08:52:49', '2025-03-12 08:52:49', '', 6514, 'https://bookblv.com/?p=6548', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6549, 1, '2025-03-12 08:53:40', '2025-03-12 08:53:40', 'MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai\r\n\r\nAt MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.\r\n\r\nSignature Treatments\r\n\r\n? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.\r\n\r\n? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.\r\n\r\n? PRP Therapy – Stimulate hair growth and collagen for youthful skin.\r\n\r\n✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.\r\n\r\nWhy Choose Us?\r\n\r\n✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.\r\n\r\n✅ Experienced Experts – Certified dermatologists and specialists.\r\n\r\n✅ Luxury &amp; Personalized Care – Treatments designed for you.\r\n\r\n? Book Your Consultation Today!\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n\r\nNot a Member Yet? Unlock Exclusive Rewards\r\n\r\n&amp; VIP Lounges!\r\n\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: +971 56 265 7965\r\n<h2>[Partner Name]</h2>\r\n[Service Type] Exclusive Wellness Partner\r\n\r\nWelcome to [Partner Name]\r\nExperience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.\r\n<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>\r\n<h6>Earn Rewards</h6>\r\nGet up to [X%] back in BellaVie points on eligible services.\r\n<h6>First-Time Bonus</h6>\r\nReceive 250 bonus points on your first visit.\r\n<h6>VIP Access</h6>\r\nEnjoy exclusive treatments, offers &amp; events\r\n<h6>Referral Rewards</h6>\r\nEarn [X] points for each friend you refer.\r\n<h6>Tailored Packages</h6>\r\nCustom wellness &amp; beauty treatments designed for BellaVie members.\r\n<h6>? Signature Services</h6>\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>? Become a BellaVie Rewards Member</h6>\r\nUnlock exclusive rewards, priority booking, and personalized luxury services.\r\n<ul>\r\n 	<li>Earn points on every visit</li>\r\n 	<li>Personalized wellness experiences</li>\r\n 	<li>Priority access to premium services</li>\r\n</ul>\r\n<a href=\"#\">\r\n? Sign Up for Free Today!\r\n</a>\r\n<h6>? Contact &amp; Book Instantly via WhatsApp\r\nBook your experience effortlessly. Simply tap below to connect:</h6>\r\n<a href=\"#\">\r\nBook Now on WhatsApp\r\n</a>\r\n<a href=\"#\">\r\nClick to Call\r\n</a>\r\n\r\nWhy Choose [Partner Name]?\r\n<ul>\r\n 	<li>Luxury Experience – Exclusive ambiance for the ultimate wellness journey.</li>\r\n 	<li>Expert Practitioners – Receive treatments from top specialists.</li>\r\n 	<li>BellaVie Rewards Benefits – Maximize your experience with premium perks.</li>\r\n</ul>\r\n<ul>\r\n 	<li>?[Clinic Location]</li>\r\n 	<li>? [Website Link]</li>\r\n 	<li>? [Instagram Link] | [Facebook Link]</li>\r\n</ul>\r\nYour wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-12 08:53:40', '2025-03-12 08:53:40', '', 6514, 'https://bookblv.com/?p=6549', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6551, 1, '2025-03-12 08:57:16', '2025-03-12 08:57:16', '', 'Elementor Loop Item #6271', '', 'inherit', 'closed', 'closed', '', '6271-revision-v1', '', '', '2025-03-12 08:57:16', '2025-03-12 08:57:16', '', 6271, 'https://bookblv.com/?p=6551', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6552, 1, '2025-03-13 05:11:08', '2025-03-13 05:11:08', 'MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai\r\n\r\nAt MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.\r\n\r\nSignature Treatments\r\n\r\n? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.\r\n\r\n? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.\r\n\r\n? PRP Therapy – Stimulate hair growth and collagen for youthful skin.\r\n\r\n✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.\r\n\r\nWhy Choose Us?\r\n\r\n✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.\r\n\r\n✅ Experienced Experts – Certified dermatologists and specialists.\r\n\r\n✅ Luxury &amp; Personalized Care – Treatments designed for you.\r\n\r\n? Book Your Consultation Today!\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n\r\nNot a Member Yet? Unlock Exclusive Rewards\r\n\r\n&amp; VIP Lounges!\r\n\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: +971 56 265 7965\r\n<h2>[Partner Name]</h2>\r\n[Service Type] Exclusive Wellness Partner\r\n\r\nWelcome to [Partner Name]\r\nExperience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.\r\n<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>\r\n<h6>Earn Rewards</h6>\r\nGet up to [X%] back in BellaVie points on eligible services.\r\n<h6>First-Time Bonus</h6>\r\nReceive 250 bonus points on your first visit.\r\n<h6>VIP Access</h6>\r\nEnjoy exclusive treatments, offers &amp; events\r\n<h6>Referral Rewards</h6>\r\nEarn [X] points for each friend you refer.\r\n<h6>Tailored Packages</h6>\r\nCustom wellness &amp; beauty treatments designed for BellaVie members.\r\n<h6>? Signature Services</h6>\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>? Become a BellaVie Rewards Member</h6>\r\nUnlock exclusive rewards, priority booking, and personalized luxury services.\r\n<ul>\r\n 	<li>Earn points on every visit</li>\r\n 	<li>Personalized wellness experiences</li>\r\n 	<li>Priority access to premium services</li>\r\n</ul>\r\n<a href=\"#\">\r\n? Sign Up for Free Today!\r\n</a>\r\n<h6>? Contact &amp; Book Instantly via WhatsApp\r\nBook your experience effortlessly. Simply tap below to connect:</h6>\r\n<a href=\"#\">\r\nBook Now on WhatsApp\r\n</a>\r\n<a href=\"#\">\r\nClick to Call\r\n</a>\r\n\r\nWhy Choose [Partner Name]?\r\n<ul>\r\n 	<li>Luxury Experience – Exclusive ambiance for the ultimate wellness journey.</li>\r\n 	<li>Expert Practitioners – Receive treatments from top specialists.</li>\r\n 	<li>BellaVie Rewards Benefits – Maximize your experience with premium perks.</li>\r\n</ul>\r\n<ul>\r\n 	<li>?[Clinic Location]</li>\r\n 	<li>? [Website Link]</li>\r\n 	<li>? [Instagram Link] | [Facebook Link]</li>\r\n</ul>\r\nYour wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-13 05:11:08', '2025-03-13 05:11:08', '', 6514, 'https://bookblv.com/?p=6552', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6553, 1, '2025-03-13 05:11:08', '2025-03-13 05:11:08', 'MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai\r\n\r\nAt MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.\r\n\r\nSignature Treatments\r\n\r\n? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.\r\n\r\n? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.\r\n\r\n? PRP Therapy – Stimulate hair growth and collagen for youthful skin.\r\n\r\n✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.\r\n\r\nWhy Choose Us?\r\n\r\n✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.\r\n\r\n✅ Experienced Experts – Certified dermatologists and specialists.\r\n\r\n✅ Luxury &amp; Personalized Care – Treatments designed for you.\r\n\r\n? Book Your Consultation Today!\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n\r\nNot a Member Yet? Unlock Exclusive Rewards\r\n\r\n&amp; VIP Lounges!\r\n\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: +971 56 265 7965\r\n<h2>[Partner Name]</h2>\r\n[Service Type] Exclusive Wellness Partner\r\n\r\nWelcome to [Partner Name]\r\nExperience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.\r\n<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>\r\n<h6>Earn Rewards</h6>\r\nGet up to [X%] back in BellaVie points on eligible services.\r\n<h6>First-Time Bonus</h6>\r\nReceive 250 bonus points on your first visit.\r\n<h6>VIP Access</h6>\r\nEnjoy exclusive treatments, offers &amp; events\r\n<h6>Referral Rewards</h6>\r\nEarn [X] points for each friend you refer.\r\n<h6>Tailored Packages</h6>\r\nCustom wellness &amp; beauty treatments designed for BellaVie members.\r\n<h6>? Signature Services</h6>\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>✨ [Service 1 Name]</h6>\r\n[Brief description &amp; benefits]\r\n<h6>? Become a BellaVie Rewards Member</h6>\r\nUnlock exclusive rewards, priority booking, and personalized luxury services.\r\n<ul>\r\n 	<li>Earn points on every visit</li>\r\n 	<li>Personalized wellness experiences</li>\r\n 	<li>Priority access to premium services</li>\r\n</ul>\r\n<a href=\"#\">\r\n? Sign Up for Free Today!\r\n</a>\r\n<h6>? Contact &amp; Book Instantly via WhatsApp\r\nBook your experience effortlessly. Simply tap below to connect:</h6>\r\n<a href=\"#\">\r\nBook Now on WhatsApp\r\n</a>\r\n<a href=\"#\">\r\nClick to Call\r\n</a>\r\n\r\nWhy Choose [Partner Name]?\r\n<ul>\r\n 	<li>Luxury Experience – Exclusive ambiance for the ultimate wellness journey.</li>\r\n 	<li>Expert Practitioners – Receive treatments from top specialists.</li>\r\n 	<li>BellaVie Rewards Benefits – Maximize your experience with premium perks.</li>\r\n</ul>\r\n<ul>\r\n 	<li>?[Clinic Location]</li>\r\n 	<li>? [Website Link]</li>\r\n 	<li>? [Instagram Link] | [Facebook Link]</li>\r\n</ul>\r\nYour wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-13 05:11:08', '2025-03-13 05:11:08', '', 6514, 'https://bookblv.com/?p=6553', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6554, 1, '2025-03-13 05:11:09', '2025-03-13 05:11:09', '<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				\n									<h3>\n							call						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Whatsapp						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>		\n					<h2>[Partner Name]</h2>				\n		<p>[Service Type] Exclusive Wellness Partner</p><p>Welcome to [Partner Name]<br />Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.</p>		\n					<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>				\n					<h6>Earn Rewards</h6>				\n		<p>Get up to [X%] back in BellaVie points on eligible services.</p>		\n					<h6>First-Time Bonus </h6>				\n		<p>Receive 250 bonus points on your first visit.</p>		\n					<h6>VIP Access</h6>				\n		<p>Enjoy exclusive treatments, offers &amp; events</p>		\n					<h6>Referral Rewards</h6>				\n		<p>Earn [X] points for each friend you refer.</p>		\n					<h6>Tailored Packages</h6>				\n		<p>Custom wellness &amp; beauty treatments designed for BellaVie members.</p>		\n					<h6>? Signature Services</h6>				\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>? Become a BellaVie Rewards Member</h6>				\n		<p>Unlock exclusive rewards, priority booking, and personalized luxury services.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Earn points on every visit\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized wellness experiences\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Priority access to premium services\n									</li>\n						</ul>\n					<a href=\"#\">\n									? Sign Up for Free Today!\n					</a>\n					<h6>? Contact &amp; Book Instantly via WhatsApp\nBook your experience effortlessly. Simply tap below to connect:</h6>				\n					<a href=\"#\">\n									Book Now on WhatsApp\n					</a>\n					<a href=\"#\">\n									Click to Call\n					</a>\n		<p>Why Choose [Partner Name]?</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Luxury Experience – Exclusive ambiance for the ultimate wellness journey.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Practitioners – Receive treatments from top specialists.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										BellaVie Rewards Benefits – Maximize your experience with premium perks.\n									</li>\n						</ul>\n							<ul>\n							<li>\n										 ?[Clinic Location]\n									</li>\n								<li>\n										? [Website Link]\n									</li>\n								<li>\n										? [Instagram Link] | [Facebook Link]\n									</li>\n						</ul>\n		<p>Your wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].</p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-13 05:11:09', '2025-03-13 05:11:09', '', 6514, 'https://bookblv.com/?p=6554', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6561, 1, '2025-03-15 05:32:38', '2025-03-15 05:32:38', '', 'Untitled design', '', 'inherit', 'open', 'closed', '', 'untitled-design', '', '', '2025-03-15 05:32:38', '2025-03-15 05:32:38', '', 6514, 'https://bookblv.com/wp-content/uploads/2025/03/Untitled-design.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6562, 1, '2025-03-15 05:33:43', '2025-03-15 05:33:43', '<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				\n									<h3>\n							call						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Whatsapp						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>		\n					<h2>[Partner Name]</h2>				\n		<p>[Service Type] Exclusive Wellness Partner</p><p>Welcome to [Partner Name]<br />Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.</p>		\n					<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>				\n					<h6>Earn Rewards</h6>				\n		<p>Get up to [X%] back in BellaVie points on eligible services.</p>		\n					<h6>First-Time Bonus </h6>				\n		<p>Receive 250 bonus points on your first visit.</p>		\n					<h6>VIP Access</h6>				\n		<p>Enjoy exclusive treatments, offers &amp; events</p>		\n					<h6>Referral Rewards</h6>				\n		<p>Earn [X] points for each friend you refer.</p>		\n					<h6>Tailored Packages</h6>				\n		<p>Custom wellness &amp; beauty treatments designed for BellaVie members.</p>		\n					<h6>? Signature Services</h6>				\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>? Become a BellaVie Rewards Member</h6>				\n		<p>Unlock exclusive rewards, priority booking, and personalized luxury services.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Earn points on every visit\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized wellness experiences\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Priority access to premium services\n									</li>\n						</ul>\n					<a href=\"#\">\n									? Sign Up for Free Today!\n					</a>\n					<h6>? Contact &amp; Book Instantly via WhatsApp\nBook your experience effortlessly. Simply tap below to connect:</h6>				\n					<a href=\"#\">\n									Book Now on WhatsApp\n					</a>\n					<a href=\"#\">\n									Click to Call\n					</a>\n		<p>Why Choose [Partner Name]?</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Luxury Experience – Exclusive ambiance for the ultimate wellness journey.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Practitioners – Receive treatments from top specialists.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										BellaVie Rewards Benefits – Maximize your experience with premium perks.\n									</li>\n						</ul>\n							<ul>\n							<li>\n										 ?[Clinic Location]\n									</li>\n								<li>\n										? [Website Link]\n									</li>\n								<li>\n										? [Instagram Link] | [Facebook Link]\n									</li>\n						</ul>\n		<p>Your wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].</p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-15 05:33:43', '2025-03-15 05:33:43', '', 6514, 'https://bookblv.com/?p=6562', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6563, 1, '2025-03-15 05:33:43', '2025-03-15 05:33:43', '<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				\n									<h3>\n							call						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Whatsapp						\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>		\n					<h2>[Partner Name]</h2>				\n		<p>[Service Type] Exclusive Wellness Partner</p><p>Welcome to [Partner Name]<br />Experience luxury wellness and personalized beauty care at [Partner Name], a premier [aesthetic clinic/spa/wellness center]. As a BellaVie Rewards member, unlock exclusive treatments, tailored services, and luxurious benefits.</p>		\n					<h6>✨ Exclusive BellaVie Rewards Benefits at [Partner Name]</h6>				\n					<h6>Earn Rewards</h6>				\n		<p>Get up to [X%] back in BellaVie points on eligible services.</p>		\n					<h6>First-Time Bonus </h6>				\n		<p>Receive 250 bonus points on your first visit.</p>		\n					<h6>VIP Access</h6>				\n		<p>Enjoy exclusive treatments, offers &amp; events</p>		\n					<h6>Referral Rewards</h6>				\n		<p>Earn [X] points for each friend you refer.</p>		\n					<h6>Tailored Packages</h6>				\n		<p>Custom wellness &amp; beauty treatments designed for BellaVie members.</p>		\n					<h6>? Signature Services</h6>				\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>✨ [Service 1 Name]</h6>				\n		<p>[Brief description &amp; benefits]</p>		\n					<h6>? Become a BellaVie Rewards Member</h6>				\n		<p>Unlock exclusive rewards, priority booking, and personalized luxury services.</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Earn points on every visit\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Personalized wellness experiences\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Priority access to premium services\n									</li>\n						</ul>\n					<a href=\"#\">\n									? Sign Up for Free Today!\n					</a>\n					<h6>? Contact &amp; Book Instantly via WhatsApp\nBook your experience effortlessly. Simply tap below to connect:</h6>				\n					<a href=\"#\">\n									Book Now on WhatsApp\n					</a>\n					<a href=\"#\">\n									Click to Call\n					</a>\n		<p>Why Choose [Partner Name]?</p>		\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Luxury Experience – Exclusive ambiance for the ultimate wellness journey.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Expert Practitioners – Receive treatments from top specialists.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										BellaVie Rewards Benefits – Maximize your experience with premium perks.\n									</li>\n						</ul>\n							<ul>\n							<li>\n										 ?[Clinic Location]\n									</li>\n								<li>\n										? [Website Link]\n									</li>\n								<li>\n										? [Instagram Link] | [Facebook Link]\n									</li>\n						</ul>\n		<p>Your wellness journey starts here—experience the best with BellaVie Rewards &amp; [Partner Name].</p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-15 05:33:43', '2025-03-15 05:33:43', '', 6514, 'https://bookblv.com/?p=6563', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6564, 1, '2025-03-15 05:33:43', '2025-03-15 05:33:43', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\" aria-label=\"call\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:+971562657965\" >\n							call						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\" aria-label=\"Whatsapp\">\n								</a>\n									<h3>\n						<a href=\"https://wa.me/+971562657965\" >\n							Whatsapp						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-15 05:33:43', '2025-03-15 05:33:43', '', 6514, 'https://bookblv.com/?p=6564', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6568, 1, '2025-03-17 08:45:51', '2025-03-17 08:45:51', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\" aria-label=\"call\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:+971562657965\" >\n							call						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\" aria-label=\"Whatsapp\">\n								</a>\n									<h3>\n						<a href=\"https://wa.me/+971562657965\" >\n							Whatsapp						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 08:45:51', '2025-03-17 08:45:51', '', 6514, 'https://bookblv.com/?p=6568', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6569, 1, '2025-03-17 08:45:51', '2025-03-17 08:45:51', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\" aria-label=\"call\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n									<h3>\n						<a href=\"tel:+971562657965\" >\n							call						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\" aria-label=\"Whatsapp\">\n								</a>\n									<h3>\n						<a href=\"https://wa.me/+971562657965\" >\n							Whatsapp						</a>\n					</h3>\n									<p>\n						+971562657965					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<p>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</p><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 08:45:51', '2025-03-17 08:45:51', '', 6514, 'https://bookblv.com/?p=6569', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6570, 1, '2025-03-17 08:45:51', '2025-03-17 08:45:51', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n	<a href=\"tel:+971562657965\">\n			Call 		\n			Call		\n	</a>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\">\n								</a>\n	<a href=\"https://wa.me/+971562657965\">\n			Whatsapp		\n			Whatsapp		\n	</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 08:45:51', '2025-03-17 08:45:51', '', 6514, 'https://bookblv.com/?p=6570', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6571, 1, '2025-03-17 09:01:37', '2025-03-17 09:01:37', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n	<a href=\"tel:+971562657965\">\n			Call 		\n			Call		\n	</a>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\">\n								</a>\n	<a href=\"https://wa.me/+971562657965\">\n			Whatsapp		\n			Whatsapp		\n	</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:01:37', '2025-03-17 09:01:37', '', 6514, 'https://bookblv.com/?p=6571', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6572, 1, '2025-03-17 09:01:37', '2025-03-17 09:01:37', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n				<a href=\"tel:+971562657965\" tabindex=\"-1\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>				</a>\n	<a href=\"tel:+971562657965\">\n			Call 		\n			Call		\n	</a>\n				<a href=\"https://wa.me/+971562657965\" tabindex=\"-1\">\n								</a>\n	<a href=\"https://wa.me/+971562657965\">\n			Whatsapp		\n			Whatsapp		\n	</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:01:37', '2025-03-17 09:01:37', '', 6514, 'https://bookblv.com/?p=6572', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6573, 1, '2025-03-17 09:01:37', '2025-03-17 09:01:37', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:01:37', '2025-03-17 09:01:37', '', 6514, 'https://bookblv.com/?p=6573', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6574, 1, '2025-03-17 09:50:08', '2025-03-17 09:50:08', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:50:08', '2025-03-17 09:50:08', '', 6514, 'https://bookblv.com/?p=6574', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6575, 1, '2025-03-17 09:50:08', '2025-03-17 09:50:08', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><p>Not a Member Yet? Unlock Exclusive Rewards</p><p>&amp; VIP Lounges!<br /><br /></p><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: +971 56 265 7965</p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:50:08', '2025-03-17 09:50:08', '', 6514, 'https://bookblv.com/?p=6575', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6576, 1, '2025-03-17 09:50:08', '2025-03-17 09:50:08', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards</strong></h5><h5><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-17 09:50:08', '2025-03-17 09:50:08', '', 6514, 'https://bookblv.com/?p=6576', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6577, 1, '2025-03-18 07:57:20', '2025-03-18 07:57:20', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Monday to Sunday, 9:00 AM – 8:00 PM					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser hair removal treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'publish', 'closed', 'closed', '', 'fmc-medical-center-redefining-aesthetic-wellness-care', '', '', '2025-05-10 07:42:37', '2025-05-10 07:42:37', '', '0', 'https://bookblv.com/?p=6577', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6579, 1, '2025-03-18 07:59:55', '2025-03-18 07:59:55', '', '4b6d6b88-109f-4c91-9989-77783e9e5cd4', '', 'inherit', 'open', 'closed', '', '4b6d6b88-109f-4c91-9989-77783e9e5cd4', '', '', '2025-03-18 07:59:55', '2025-03-18 07:59:55', '', 6577, 'https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6586, 1, '2025-03-18 08:16:42', '2025-03-18 08:16:42', '<img src=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg 100w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg 856w\" alt=\"\" width=\"768\" height=\"765\" />\r\n<h3>Working Hours</h3>\r\nOperating Hours: Sunday to Friday: 9:00 AM – 8:00 PM | Saturday - Sunday : Closed\r\n\r\n<a href=\"https://wa.me/+971506396374\">\r\nBook Now on Whatsapp\r\n</a>\r\n<a href=\"tel:+971506396374\">\r\nClick to Call\r\n</a>\r\n<h3>Address</h3>\r\nADC Architectural &amp; Engineering Consultants\r\nNassima Tower - 1002\r\n\r\nADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:\r\n\r\nSustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.\r\nLuxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.\r\nWellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.\r\nQuality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.\r\nProject Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.\r\nRenovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.\r\nAt ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.\r\n\r\nBook Your Consultation Today – Let’s Develop Your Dream Space Together.\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n<h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5>\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a>', 'ADC Architects is a premier architectural firm', 'ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces', 'publish', 'closed', 'closed', '', 'adc-architects-is-a-premier-architectural-firm', '', '', '2025-03-18 08:34:45', '2025-03-18 08:34:45', '', '0', 'https://bookblv.com/?p=6586', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6587, 1, '2025-03-18 08:06:13', '2025-03-18 08:06:13', '<img width=\"768\" height=\"630\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE					</p>\n		<p>At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p>Plastic Surgery &amp; Advanced Aesthetic Procedures</p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p>Dental Care</p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p>Why Choose FMC?</p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:06:13', '2025-03-18 08:06:13', '', 6586, 'https://bookblv.com/?p=6587', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6588, 1, '2025-03-18 08:09:22', '2025-03-18 08:09:22', '<img width=\"768\" height=\"630\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE					</p>\n		<p>At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p>Plastic Surgery &amp; Advanced Aesthetic Procedures</p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p>Dental Care</p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p>Why Choose FMC?</p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'ADC Architects is a premier architectural firm', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:09:22', '2025-03-18 08:09:22', '', 6586, 'https://bookblv.com/?p=6588', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6589, 1, '2025-03-18 08:10:04', '2025-03-18 08:10:04', '', '11064eac-2833-4294-a643-b0e9f8a976df', '', 'inherit', 'open', 'closed', '', '11064eac-2833-4294-a643-b0e9f8a976df', '', '', '2025-03-18 08:10:04', '2025-03-18 08:10:04', '', 6586, 'https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6590, 1, '2025-03-18 08:25:46', '2025-03-18 08:25:46', '<img width=\"768\" height=\"765\" src=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg 100w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg 856w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Operating Hours: Sunday to Friday: 9:00 AM – 8:00 PM | Saturday - Sunday : Closed 					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE					</p>\n		<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:</p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br />Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br />Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br />Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br />Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br />Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br />At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.</p><p>Book Your Consultation Today – Let’s Develop Your Dream Space Together.</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'ADC Architects is a premier architectural firm', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:25:46', '2025-03-18 08:25:46', '', 6586, 'https://bookblv.com/?p=6590', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6591, 1, '2025-03-18 08:25:46', '2025-03-18 08:25:46', '<img width=\"768\" height=\"765\" src=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg 100w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg 856w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Operating Hours: Sunday to Friday: 9:00 AM – 8:00 PM | Saturday - Sunday : Closed 					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Umm Suqeim 3 -Al Wasl Rd , Dubai, UAE					</p>\n		<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:</p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br />Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br />Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br />Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br />Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br />Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br />At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.</p><p>Book Your Consultation Today – Let’s Develop Your Dream Space Together.</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'ADC Architects is a premier architectural firm', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:25:46', '2025-03-18 08:25:46', '', 6586, 'https://bookblv.com/?p=6591', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6592, 1, '2025-03-18 08:25:46', '2025-03-18 08:25:46', '<img width=\"768\" height=\"765\" src=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg 100w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg 856w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Operating Hours: Sunday to Friday: 9:00 AM – 8:00 PM | Saturday - Sunday : Closed 					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						ADC Architectural & Engineering Consultants\nNassima Tower - 1002					</p>\n		<p>ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:</p><p>Sustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.<br />Luxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.<br />Wellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.<br />Quality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.<br />Project Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.<br />Renovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.<br />At ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.</p><p>Book Your Consultation Today – Let’s Develop Your Dream Space Together.</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'ADC Architects is a premier architectural firm', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:25:46', '2025-03-18 08:25:46', '', 6586, 'https://bookblv.com/?p=6592', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6593, 1, '2025-03-18 08:32:06', '2025-03-18 08:32:06', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards</strong></h5><h5><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-18 08:32:06', '2025-03-18 08:32:06', '', 6514, 'https://bookblv.com/?p=6593', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6594, 1, '2025-03-18 08:32:06', '2025-03-18 08:32:06', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Wednesday to Tuesday: 9 AM – 8 PM\nSaturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards</strong></h5><h5><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-18 08:32:06', '2025-03-18 08:32:06', '', 6514, 'https://bookblv.com/?p=6594', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6595, 1, '2025-03-18 08:32:06', '2025-03-18 08:32:06', '<img width=\"500\" height=\"356\" src=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280.png 500w, https://bookblv.com/wp-content/uploads/2025/03/Untitled-design-e1742016774280-300x214.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n					<a href=\"https://wa.me/+971562657965\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971562657965\">\n									Click to Call\n					</a>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						FMC Medical Center - 1st floor - Al Wasl Rd - Umm Suqeim 3 - Dubai					</p>\n		<h5><strong>MedBeauty Medical Center – Luxury Aesthetic Treatments in Dubai</strong></h5><p>At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience. Our expert team delivers tailored treatments for radiant skin, facial rejuvenation, and advanced non-invasive enhancements.</p><p>Signature Treatments</p><p>? Laser Hair Removal with Candela &amp; Soprano – Pain-free, long-lasting results.</p><p>? Botox &amp; Dermal Fillers – Smooth wrinkles and restore volume.</p><p>? PRP Therapy – Stimulate hair growth and collagen for youthful skin.</p><p>✨ Skin Rejuvenation – Target fine lines, pigmentation, and texture.</p><p>Why Choose Us?</p><p>✅ FDA-Approved Technology – Trusted Candela and Soprano ICE.</p><p>✅ Experienced Experts – Certified dermatologists and specialists.</p><p>✅ Luxury &amp; Personalized Care – Treatments designed for you.</p><p>? Book Your Consultation Today!</p><p>✨ Member Benefits at a Glance:</p><p>✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.</p><p>✔️ Reward Points on Every Visit – Earn points and redeem them for free services.</p><p>✔️ Priority Booking – Get fast-track access to appointments with our experts.</p><p>✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.</p><p>✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.</p><p>✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.</p><p>✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.</p><h5><strong>Not a Member Yet? Unlock Exclusive Rewards</strong></h5><h5><strong>&amp; VIP Lounges!</strong></h5><p>? Join BellaVie on WhatsApp in Just a Few Clicks!</p><p>✅ Step 1: Click “Join Now on WhatsApp” below.</p><p>✅ Step 2: Send us a quick message and follow the simple signup steps.</p><p>✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!</p><p>? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!</p><p>? Each member will receive a unique ID to book with our partners and access exclusive benefits.</p><p>? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a></p><p> </p>', 'MedBeauty Medical Center', 'At MedBeauty Medical Center, we offer world-class medical aesthetics with FDA-approved technology and a patient-centered experience', 'inherit', 'closed', 'closed', '', '6514-revision-v1', '', '', '2025-03-18 08:32:06', '2025-03-18 08:32:06', '', 6514, 'https://bookblv.com/?p=6595', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6598, 1, '2025-03-18 08:34:45', '2025-03-18 08:34:45', '<img src=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-768x765.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-300x300.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-150x150.jpg 150w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-600x598.jpg 600w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df-100x100.jpg 100w, https://bookblv.com/wp-content/uploads/2025/03/11064eac-2833-4294-a643-b0e9f8a976df.jpg 856w\" alt=\"\" width=\"768\" height=\"765\" />\r\n<h3>Working Hours</h3>\r\nOperating Hours: Sunday to Friday: 9:00 AM – 8:00 PM | Saturday - Sunday : Closed\r\n\r\n<a href=\"https://wa.me/+971506396374\">\r\nBook Now on Whatsapp\r\n</a>\r\n<a href=\"tel:+971506396374\">\r\nClick to Call\r\n</a>\r\n<h3>Address</h3>\r\nADC Architectural &amp; Engineering Consultants\r\nNassima Tower - 1002\r\n\r\nADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces. With a focus on eco-friendly solutions and the highest standards of craftsmanship, ADC Architects offers a range of services, including:\r\n\r\nSustainable Architectural Design: Creating innovative, energy-efficient buildings that minimize environmental impact while offering unmatched luxury and comfort.\r\nLuxury Design &amp; Interiors: Crafting bespoke spaces that combine elegance, style, and functionality, designed to elevate your lifestyle.\r\nWellness-Centric Architecture: Prioritizing well-being in every design, integrating natural elements, ample daylight, and spaces that enhance mental and physical health.\r\nQuality Craftsmanship &amp; Detailing: Ensuring every project is built with the finest materials and finishes, delivering exceptional quality and timeless beauty.\r\nProject Management &amp; Execution: Seamlessly managing the design and construction process, guaranteeing a smooth journey from concept to completion, while staying true to sustainability and luxury standards.\r\nRenovation &amp; Adaptive Reuse: Transforming existing structures with sustainable, high-quality solutions that honor architectural history while adapting to modern needs.\r\nAt ADC Architects, sustainability, luxury, and wellness come together to create spaces that inspire and endure.\r\n\r\nBook Your Consultation Today – Let’s Develop Your Dream Space Together.\r\n\r\n✨ Member Benefits at a Glance:\r\n\r\n✔️ Exclusive Bonus points – Enjoy special pricing on top treatments.\r\n\r\n✔️ Reward Points on Every Visit – Earn points and redeem them for free services.\r\n\r\n✔️ Priority Booking – Get fast-track access to appointments with our experts.\r\n\r\n✔️ Birthday &amp; Referral Rewards – Celebrate with bonus treatments and earn points when you refer friends.\r\n\r\n✔️ Early Access to New Treatments – Be the first to try the latest innovations in aesthetics.\r\n\r\n✔️ Complimentary Skin Assessments – Get a personalized consultation with our specialists.\r\n\r\n✔️ VIP Events &amp; Workshops – Exclusive insights from top dermatologists at private member-only events.\r\n<h5><strong>Not a Member Yet? Unlock Exclusive Rewards </strong><strong>&amp; VIP Lounges!</strong></h5>\r\n? Join BellaVie on WhatsApp in Just a Few Clicks!\r\n\r\n✅ Step 1: Click “Join Now on WhatsApp” below.\r\n\r\n✅ Step 2: Send us a quick message and follow the simple signup steps.\r\n\r\n✅ Step 3: Start earning exclusive rewards, enjoy priority booking, and unlock VIP perks instantly!\r\n\r\n? Elevate Your Beauty &amp; Wellness Experience – Join Now on WhatsApp!\r\n\r\n? Each member will receive a unique ID to book with our partners and access exclusive benefits.\r\n\r\n? Join Now on WhatsApp: <a href=\"https://wa.me/+971562657965\"><strong>+971 56 265 7965</strong></a>', 'ADC Architects is a premier architectural firm', 'ADC Architects is a premier architectural firm that blends sustainability, luxury design, and wellness to create extraordinary spaces', 'inherit', 'closed', 'closed', '', '6586-revision-v1', '', '', '2025-03-18 08:34:45', '2025-03-18 08:34:45', '', 6586, 'https://bookblv.com/?p=6598', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6627, 1, '2025-04-09 07:10:46', '2025-04-09 07:10:46', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Why Choose FMC?</strong></em></p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at FMC Clinic<br />✔️ <em><strong>Exclusive Bonus &amp; Reward Points</strong></em> <br />Earn points on every visit and redeem them for premium treatments.<br />✔️ <em><strong>Priority Booking</strong></em> <br />Skip the wait and enjoy fast-track access to top specialists.<br />✔️ <em><strong>Exclusive Treatments &amp; VIP Events</strong></em> <br />Be the first to experience cutting-edge procedures and attend expert-led workshops.<br />✔️ <em><strong>Birthday &amp; Referral Rewards</strong></em><br />Celebrate with special bonuses and earn extra points when you refer friends.<br />✔️ <em><strong>Complimentary Skin Assessments</strong></em> <br />Receive a personalized consultation to tailor your skincare journey.<br />✔️ <em><strong>Special Member Pricing</strong></em> <br />Enjoy exclusive discounts on select treatments and wellness services.<br />✔️ <em><strong>Personalized Care</strong></em><br />Your preferences are saved to ensure a seamless, customized experience every time.</p><p><strong>Member Benefits and Rewards</strong></p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.</p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\"tel:+971562657965\">+971 562657965</a>. Otherwise, please allow 3-5 working days for updates.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-09 07:10:46', '2025-04-09 07:10:46', '', 6577, 'https://bookblv.com/?p=6627', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6628, 1, '2025-04-09 07:10:46', '2025-04-09 07:10:46', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Why Choose FMC?</strong></em></p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at FMC Clinic<br />✔️ <em><strong>Exclusive Bonus &amp; Reward Points</strong></em> <br />Earn points on every visit and redeem them for premium treatments.<br />✔️ <em><strong>Priority Booking</strong></em> <br />Skip the wait and enjoy fast-track access to top specialists.<br />✔️ <em><strong>Exclusive Treatments &amp; VIP Events</strong></em> <br />Be the first to experience cutting-edge procedures and attend expert-led workshops.<br />✔️ <em><strong>Birthday &amp; Referral Rewards</strong></em><br />Celebrate with special bonuses and earn extra points when you refer friends.<br />✔️ <em><strong>Complimentary Skin Assessments</strong></em> <br />Receive a personalized consultation to tailor your skincare journey.<br />✔️ <em><strong>Special Member Pricing</strong></em> <br />Enjoy exclusive discounts on select treatments and wellness services.<br />✔️ <em><strong>Personalized Care</strong></em><br />Your preferences are saved to ensure a seamless, customized experience every time.</p><p><strong>Member Benefits and Rewards</strong></p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.</p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\"tel:+971562657965\">+971 562657965</a>. Otherwise, please allow 3-5 working days for updates.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-09 07:10:46', '2025-04-09 07:10:46', '', 6577, 'https://bookblv.com/?p=6628', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6629, 1, '2025-04-09 07:16:39', '2025-04-09 07:16:39', '', 'JCo-Beachfront-living_sales-presentation_REV03-95', '', 'inherit', 'open', 'closed', '', 'jco-beachfront-living_sales-presentation_rev03-95', '', '', '2025-04-09 07:16:39', '2025-04-09 07:16:39', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp', '0', 'attachment', 'image/webp', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6631, 1, '2025-04-09 07:30:13', '2025-04-09 07:30:13', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Blog 2nd tab content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-04-09 07:30:13', '2025-04-09 07:30:13', '', 6270, 'https://bookblv.com/?p=6631', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6635, 1, '2025-04-09 10:21:57', '2025-04-09 10:21:57', '', 'commitments', '', 'inherit', 'open', 'closed', '', 'commitments', '', '', '2025-04-09 10:21:57', '2025-04-09 10:21:57', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/commitments.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6636, 1, '2025-04-09 10:21:57', '2025-04-09 10:21:57', '', 'impact', '', 'inherit', 'open', 'closed', '', 'impact', '', '', '2025-04-09 10:21:57', '2025-04-09 10:21:57', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/impact.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6637, 1, '2025-04-09 10:43:28', '2025-04-09 10:43:28', '', 'download (10)', '', 'inherit', 'open', 'closed', '', 'download-10', '', '', '2025-04-09 10:43:28', '2025-04-09 10:43:28', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-10.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6638, 1, '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 'category-16', '', 'inherit', 'open', 'closed', '', 'category-16', '', '', '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-16.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6639, 1, '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 'download (9)', '', 'inherit', 'open', 'closed', '', 'download-9', '', '', '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-9.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6640, 1, '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 'category-10', '', 'inherit', 'open', 'closed', '', 'category-10', '', '', '2025-04-09 10:43:29', '2025-04-09 10:43:29', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-10.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6641, 1, '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 'download (16)', '', 'inherit', 'open', 'closed', '', 'download-16', '', '', '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6642, 1, '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 'download (8)', '', 'inherit', 'open', 'closed', '', 'download-8', '', '', '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-8.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6643, 1, '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 'category-7', '', 'inherit', 'open', 'closed', '', 'category-7', '', '', '2025-04-09 10:43:30', '2025-04-09 10:43:30', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-7.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6644, 1, '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 'category-9', '', 'inherit', 'open', 'closed', '', 'category-9', '', '', '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-9.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6645, 1, '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 'category-11', '', 'inherit', 'open', 'closed', '', 'category-11', '', '', '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-11.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6646, 1, '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 'category-8', '', 'inherit', 'open', 'closed', '', 'category-8', '', '', '2025-04-09 10:43:31', '2025-04-09 10:43:31', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-8.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6647, 1, '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 'category-3', '', 'inherit', 'open', 'closed', '', 'category-3', '', '', '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6648, 1, '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 'images (2)', '', 'inherit', 'open', 'closed', '', 'images-2', '', '', '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/images-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6649, 1, '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 'category-4', '', 'inherit', 'open', 'closed', '', 'category-4', '', '', '2025-04-09 10:43:32', '2025-04-09 10:43:32', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6650, 1, '2025-04-09 10:43:33', '2025-04-09 10:43:33', '', 'category-1', '', 'inherit', 'open', 'closed', '', 'category-1', '', '', '2025-04-09 10:43:33', '2025-04-09 10:43:33', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6651, 1, '2025-04-09 10:43:33', '2025-04-09 10:43:33', '', 'download (7)', '', 'inherit', 'open', 'closed', '', 'download-7', '', '', '2025-04-09 10:43:33', '2025-04-09 10:43:33', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-7.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6652, 1, '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 'category-2', '', 'inherit', 'open', 'closed', '', 'category-2', '', '', '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6653, 1, '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 'download (11)', '', 'inherit', 'open', 'closed', '', 'download-11', '', '', '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-11.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6654, 1, '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 'download (17)', '', 'inherit', 'open', 'closed', '', 'download-17', '', '', '2025-04-09 10:43:34', '2025-04-09 10:43:34', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6655, 1, '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 'download (18) (1)', '', 'inherit', 'open', 'closed', '', 'download-18-1', '', '', '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-18-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6656, 1, '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 'download (16) (1)', '', 'inherit', 'open', 'closed', '', 'download-16-1', '', '', '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6657, 1, '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 'category-14', '', 'inherit', 'open', 'closed', '', 'category-14', '', '', '2025-04-09 10:43:35', '2025-04-09 10:43:35', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-14.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6658, 1, '2025-04-09 10:43:36', '2025-04-09 10:43:36', '', 'category-12', '', 'inherit', 'open', 'closed', '', 'category-12', '', '', '2025-04-09 10:43:36', '2025-04-09 10:43:36', '', 6167, 'https://bookblv.com/wp-content/uploads/2025/04/category-12.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6665, 1, '2025-04-09 10:53:36', '2025-04-09 10:53:36', '', '559b9f58-021e-4e40-a2d9-c1bc09a7d843', '', 'inherit', 'open', 'closed', '', '559b9f58-021e-4e40-a2d9-c1bc09a7d843', '', '', '2025-04-09 10:53:36', '2025-04-09 10:53:36', '', 6577, 'https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6666, 1, '2025-04-09 10:53:44', '2025-04-09 10:53:44', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Why Choose FMC?</strong></em></p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at FMC Clinic<br />✔️ <em><strong>Exclusive Bonus &amp; Reward Points</strong></em> <br />Earn points on every visit and redeem them for premium treatments.<br />✔️ <em><strong>Priority Booking</strong></em> <br />Skip the wait and enjoy fast-track access to top specialists.<br />✔️ <em><strong>Exclusive Treatments &amp; VIP Events</strong></em> <br />Be the first to experience cutting-edge procedures and attend expert-led workshops.<br />✔️ <em><strong>Birthday &amp; Referral Rewards</strong></em><br />Celebrate with special bonuses and earn extra points when you refer friends.<br />✔️ <em><strong>Complimentary Skin Assessments</strong></em> <br />Receive a personalized consultation to tailor your skincare journey.<br />✔️ <em><strong>Special Member Pricing</strong></em> <br />Enjoy exclusive discounts on select treatments and wellness services.<br />✔️ <em><strong>Personalized Care</strong></em><br />Your preferences are saved to ensure a seamless, customized experience every time.</p><p><strong>Member Benefits and Rewards</strong></p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.</p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\"tel:+971562657965\">+971 562657965</a>. Otherwise, please allow 3-5 working days for updates.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-09 10:53:44', '2025-04-09 10:53:44', '', 6577, 'https://bookblv.com/?p=6666', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6667, 1, '2025-04-09 10:53:44', '2025-04-09 10:53:44', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Why Choose FMC?</strong></em></p><p>✔ Expert Care – Trusted doctors delivering results in aesthetics, wellness, and dental care.<br />✔ Innovative Technology – Cutting-edge treatments like nano fat stem cell therapy for youthful results.<br />✔ Luxury &amp; Comfort – A serene environment designed for relaxation and rejuvenation.</p><p>✨ Exclusive BellaVie Rewards benefits await you at FMC Medical Center. Book your consultation today and experience beauty like never before. ✨</p><p>✨ Member Benefits at FMC Clinic<br />✔️ <em><strong>Exclusive Bonus &amp; Reward Points</strong></em> <br />Earn points on every visit and redeem them for premium treatments.<br />✔️ <em><strong>Priority Booking</strong></em> <br />Skip the wait and enjoy fast-track access to top specialists.<br />✔️ <em><strong>Exclusive Treatments &amp; VIP Events</strong></em> <br />Be the first to experience cutting-edge procedures and attend expert-led workshops.<br />✔️ <em><strong>Birthday &amp; Referral Rewards</strong></em><br />Celebrate with special bonuses and earn extra points when you refer friends.<br />✔️ <em><strong>Complimentary Skin Assessments</strong></em> <br />Receive a personalized consultation to tailor your skincare journey.<br />✔️ <em><strong>Special Member Pricing</strong></em> <br />Enjoy exclusive discounts on select treatments and wellness services.<br />✔️ <em><strong>Personalized Care</strong></em><br />Your preferences are saved to ensure a seamless, customized experience every time.</p><p><strong>Member Benefits and Rewards</strong></p><p>As a BellaVie member, you can earn 5% and above in rewards points on every eligible purchase, plus 20 points on promotional rates.</p><p>For instant points updates, send a screenshot of your receipt via WhatsApp at <a href=\"tel:+971562657965\">+971 562657965</a>. Otherwise, please allow 3-5 working days for updates.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-09 10:53:44', '2025-04-09 10:53:44', '', 6577, 'https://bookblv.com/?p=6667', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6668, 1, '2025-04-09 10:53:44', '2025-04-09 10:53:44', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>		\n															<img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg 499w, https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843-300x233.jpg 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" />', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-09 10:53:44', '2025-04-09 10:53:44', '', 6577, 'https://bookblv.com/?p=6668', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6670, 1, '2025-04-10 04:57:47', '2025-04-10 04:57:47', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>			\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>					\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 04:57:47', '2025-04-10 04:57:47', '', 6167, 'https://bookblv.com/?p=6670', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6671, 1, '2025-04-10 04:57:47', '2025-04-10 04:57:47', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 04:57:47', '2025-04-10 04:57:47', '', 6167, 'https://bookblv.com/?p=6671', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6672, 1, '2025-04-10 04:59:05', '2025-04-10 04:59:05', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 04:59:05', '2025-04-10 04:59:05', '', 6167, 'https://bookblv.com/?p=6672', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6673, 1, '2025-04-10 04:59:05', '2025-04-10 04:59:05', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 04:59:05', '2025-04-10 04:59:05', '', 6167, 'https://bookblv.com/?p=6673', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6674, 1, '2025-04-10 04:59:05', '2025-04-10 04:59:05', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n					<a href=\"https://wa.me/+971506396374\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"></path></svg>			\n									Donate Now \n					</a>\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 04:59:05', '2025-04-10 04:59:05', '', 6167, 'https://bookblv.com/?p=6674', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6675, 1, '2025-04-10 05:17:58', '2025-04-10 05:17:58', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n					<a href=\"https://wa.me/+971506396374\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"></path></svg>			\n									Donate Now \n					</a>\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:17:58', '2025-04-10 05:17:58', '', 6167, 'https://bookblv.com/?p=6675', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6676, 1, '2025-04-10 05:17:58', '2025-04-10 05:17:58', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n					<a href=\"https://wa.me/+971506396374\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"></path></svg>			\n									Donate Now \n					</a>\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:17:58', '2025-04-10 05:17:58', '', 6167, 'https://bookblv.com/?p=6676', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6677, 1, '2025-04-10 05:17:58', '2025-04-10 05:17:58', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>			\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>					\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:17:58', '2025-04-10 05:17:58', '', 6167, 'https://bookblv.com/?p=6677', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6678, 1, '2025-04-10 05:18:47', '2025-04-10 05:18:47', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>			\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>					\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:18:47', '2025-04-10 05:18:47', '', 6167, 'https://bookblv.com/?p=6678', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6679, 1, '2025-04-10 05:18:47', '2025-04-10 05:18:47', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>			\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"></path></svg>					\n						<svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"></path></svg>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:18:47', '2025-04-10 05:18:47', '', 6167, 'https://bookblv.com/?p=6679', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6680, 1, '2025-04-10 05:18:47', '2025-04-10 05:18:47', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-04-10 05:18:47', '2025-04-10 05:18:47', '', 6167, 'https://bookblv.com/?p=6680', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6682, 1, '2025-04-11 06:21:16', '2025-04-11 06:21:16', '', '505cb5e9-9d7d-45d5-9626-b7ae0aad0457', '', 'inherit', 'open', 'closed', '', '505cb5e9-9d7d-45d5-9626-b7ae0aad0457', '', '', '2025-04-11 06:21:16', '2025-04-11 06:21:16', '', 6577, 'https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6683, 1, '2025-04-11 06:21:16', '2025-04-11 06:21:16', '', '5f2948d1-bc10-46be-ac61-4224aa9af3b7', '', 'inherit', 'open', 'closed', '', '5f2948d1-bc10-46be-ac61-4224aa9af3b7', '', '', '2025-04-11 06:21:16', '2025-04-11 06:21:16', '', 6577, 'https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6684, 1, '2025-04-11 06:28:36', '2025-04-11 06:28:36', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>		\n															<img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg 499w, https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843-300x233.jpg 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" />', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:28:36', '2025-04-11 06:28:36', '', 6577, 'https://bookblv.com/?p=6684', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6685, 1, '2025-04-11 06:28:37', '2025-04-11 06:28:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>		\n															<img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg 499w, https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843-300x233.jpg 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" />', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:28:37', '2025-04-11 06:28:37', '', 6577, 'https://bookblv.com/?p=6685', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6686, 1, '2025-04-11 06:28:37', '2025-04-11 06:28:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:28:37', '2025-04-11 06:28:37', '', 6577, 'https://bookblv.com/?p=6686', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6687, 1, '2025-04-11 06:38:00', '2025-04-11 06:38:00', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:38:00', '2025-04-11 06:38:00', '', 6577, 'https://bookblv.com/?p=6687', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6688, 1, '2025-04-11 06:38:00', '2025-04-11 06:38:00', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for</p><p><em><strong>At FMC Medical Center</strong></em>, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments. Whether you\'re enhancing your appearance with nano fat stem cell therapy or exploring transformative surgical procedures, we offer a world-class experience with every visit. Elevate your aesthetic journey in a space dedicated to beauty, wellness, and luxury.<br />Our Services</p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:38:00', '2025-04-11 06:38:00', '', 6577, 'https://bookblv.com/?p=6688', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6689, 1, '2025-04-11 06:38:00', '2025-04-11 06:38:00', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:38:00', '2025-04-11 06:38:00', '', 6577, 'https://bookblv.com/?p=6689', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6690, 1, '2025-04-11 06:41:51', '2025-04-11 06:41:51', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:41:51', '2025-04-11 06:41:51', '', 6577, 'https://bookblv.com/?p=6690', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6691, 1, '2025-04-11 06:41:51', '2025-04-11 06:41:51', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:41:51', '2025-04-11 06:41:51', '', 6577, 'https://bookblv.com/?p=6691', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6692, 1, '2025-04-11 06:41:51', '2025-04-11 06:41:51', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:41:51', '2025-04-11 06:41:51', '', 6577, 'https://bookblv.com/?p=6692', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6693, 1, '2025-04-11 06:48:37', '2025-04-11 06:48:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:48:37', '2025-04-11 06:48:37', '', 6577, 'https://bookblv.com/?p=6693', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6694, 1, '2025-04-11 06:48:37', '2025-04-11 06:48:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Sunday to Friday: 9:00 AM – 8:00 PM. Saturday: Closed					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:48:37', '2025-04-11 06:48:37', '', 6577, 'https://bookblv.com/?p=6694', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6695, 1, '2025-04-11 06:48:37', '2025-04-11 06:48:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Monday to Sunday, 9:00 AM – 8:00 PM					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-04-11 06:48:37', '2025-04-11 06:48:37', '', 6577, 'https://bookblv.com/?p=6695', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6697, 1, '2025-04-24 13:16:47', '2025-04-24 13:16:47', '', '3c878f3f-d76b-4815-8ed8-fc56fe2faf49', '', 'inherit', 'open', 'closed', '', '3c878f3f-d76b-4815-8ed8-fc56fe2faf49', '', '', '2025-04-24 13:16:47', '2025-04-24 13:16:47', '', 6439, 'https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6698, 1, '2025-04-24 13:19:28', '2025-04-24 13:19:28', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:19:28', '2025-04-24 13:19:28', '', 6439, 'https://bookblv.com/?p=6698', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6699, 1, '2025-04-24 13:19:28', '2025-04-24 13:19:28', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:19:28', '2025-04-24 13:19:28', '', 6439, 'https://bookblv.com/?p=6699', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6700, 1, '2025-04-24 13:19:28', '2025-04-24 13:19:28', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:19:28', '2025-04-24 13:19:28', '', 6439, 'https://bookblv.com/?p=6700', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6701, 1, '2025-04-24 13:21:37', '2025-04-24 13:21:37', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:21:37', '2025-04-24 13:21:37', '', 6439, 'https://bookblv.com/?p=6701', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6702, 1, '2025-04-24 13:21:38', '2025-04-24 13:21:38', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:21:38', '2025-04-24 13:21:38', '', 6439, 'https://bookblv.com/?p=6702', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6703, 1, '2025-04-24 13:21:38', '2025-04-24 13:21:38', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:21:38', '2025-04-24 13:21:38', '', 6439, 'https://bookblv.com/?p=6703', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6704, 1, '2025-04-24 13:22:42', '2025-04-24 13:22:42', '<img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg 749w, https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49-267x300.jpeg 267w, https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49-600x674.jpeg 600w\" sizes=\"(max-width: 749px) 100vw, 749px\" />															\n					<h2>Dermamelan Intimate Experience</h2>				\n					<h2>1,500 BellaVie Points</h2>				\n		<p> ? Fully Transferable | ? Valid 30 Days from Redemption</p><p>? FMC Medical Center – Jumeirah</p><p>Villa 5, Al Wasl Road, Umm Suqeim 3, Dubai</p><p>? Open Daily | 9:00 AM – 8:00 PM</p>		\n					<a href=\"https://bookblv.com/2025/03/18/fmc-medical-center-redefining-aesthetic-wellness-care/?preview_id=6577&#038;preview_nonce=909c27a8cc&#038;preview=true&#038;v=b6bb43df4525\">\n									View Clinic Page\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book on WhatsApp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n		<p>✨ <em><strong>Confidence Begins Where Comfort Meets Self-Love</strong></em></p><p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas — restoring luminosity, refining texture, and unifying tone.</p><p>Performed by skilled clinicians at FMC Jumeirah, this experience includes a post-care home treatment to maintain your radiant results.</p><p>? <strong>Your Reward Includes:</strong></p><p>✅ One (1) Dermamelan Intimate Treatment Session</p><p>✅ Dermamelan Intimate Home Care Cream (clinic pickup post-treatment)</p><p>✅ Professional Skin Analysis Prior to Treatment</p><p>✅ BellaVie Concierge WhatsApp Booking Support</p><p>? <strong>Make It Yours</strong></p><p>Personalize your experience with exclusive upgrades tailored to your skin goals — from additional intimate areas (like bikini or underarms) to premium booster serums and laser brightening enhancements.</p><p>✨ These elite-level options are designed to elevate your results and are available only to BellaVie members.</p><p>Simply ask about tailored combinations and member-only pricing when booking.</p><p>? All Members enjoy preferred rates on add-ons.</p><p>? Elite &amp; Titanium Members unlock premium savings on multi-area packages and luxury upgrades.</p><p>? <strong>How to Book</strong></p><p>Contact the clinic directly to redeem your reward and book your appointment.</p><p>Your BellaVie Concierge is also available on WhatsApp to assist with upgrades and personalized support.</p><p>? <strong>Cancellation &amp; Validity</strong></p><p>Notify the clinic at least 12 hours in advance to reschedule.</p><p>Reward is valid for 30 days from redemption.</p><p>Not combinable with other in-clinic offers.</p><p>? <strong>Upgrade Tip:</strong></p><p>Mention “Dermamelan Upgrade” when booking.</p><p>Your BellaVie Concierge or clinician will guide you through available enhancements and apply your exclusive member rates.</p>', 'Dermamelan Intimate Experience', '', 'publish', 'closed', 'closed', '', 'dermamelan-intimate-experience', '', '', '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', '0', 'https://bookblv.com/?page_id=6704', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6705, 1, '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', 'Dermamelan Intimate Experience', '', 'inherit', 'closed', 'closed', '', '6704-revision-v1', '', '', '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', 6704, 'https://bookblv.com/?p=6705', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6706, 1, '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', 'Dermamelan Intimate Experience', '', 'inherit', 'closed', 'closed', '', '6704-revision-v1', '', '', '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', 6704, 'https://bookblv.com/?p=6706', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6707, 1, '2025-04-24 13:35:07', '2025-04-24 13:35:07', '<img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg 749w, https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49-267x300.jpeg 267w, https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49-600x674.jpeg 600w\" sizes=\"(max-width: 749px) 100vw, 749px\" />															\n					<h2>Dermamelan Intimate Experience</h2>				\n					<h2>1,500 BellaVie Points</h2>				\n		<p> ? Fully Transferable | ? Valid 30 Days from Redemption</p><p>? FMC Medical Center – Jumeirah</p><p>Villa 5, Al Wasl Road, Umm Suqeim 3, Dubai</p><p>? Open Daily | 9:00 AM – 8:00 PM</p>		\n					<a href=\"https://bookblv.com/2025/03/18/fmc-medical-center-redefining-aesthetic-wellness-care/?preview_id=6577&#038;preview_nonce=909c27a8cc&#038;preview=true&#038;v=b6bb43df4525\">\n									View Clinic Page\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book on WhatsApp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n		<p>✨ <em><strong>Confidence Begins Where Comfort Meets Self-Love</strong></em></p><p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas — restoring luminosity, refining texture, and unifying tone.</p><p>Performed by skilled clinicians at FMC Jumeirah, this experience includes a post-care home treatment to maintain your radiant results.</p><p>? <strong>Your Reward Includes:</strong></p><p>✅ One (1) Dermamelan Intimate Treatment Session</p><p>✅ Dermamelan Intimate Home Care Cream (clinic pickup post-treatment)</p><p>✅ Professional Skin Analysis Prior to Treatment</p><p>✅ BellaVie Concierge WhatsApp Booking Support</p><p>? <strong>Make It Yours</strong></p><p>Personalize your experience with exclusive upgrades tailored to your skin goals — from additional intimate areas (like bikini or underarms) to premium booster serums and laser brightening enhancements.</p><p>✨ These elite-level options are designed to elevate your results and are available only to BellaVie members.</p><p>Simply ask about tailored combinations and member-only pricing when booking.</p><p>? All Members enjoy preferred rates on add-ons.</p><p>? Elite &amp; Titanium Members unlock premium savings on multi-area packages and luxury upgrades.</p><p>? <strong>How to Book</strong></p><p>Contact the clinic directly to redeem your reward and book your appointment.</p><p>Your BellaVie Concierge is also available on WhatsApp to assist with upgrades and personalized support.</p><p>? <strong>Cancellation &amp; Validity</strong></p><p>Notify the clinic at least 12 hours in advance to reschedule.</p><p>Reward is valid for 30 days from redemption.</p><p>Not combinable with other in-clinic offers.</p><p>? <strong>Upgrade Tip:</strong></p><p>Mention “Dermamelan Upgrade” when booking.</p><p>Your BellaVie Concierge or clinician will guide you through available enhancements and apply your exclusive member rates.</p>', 'Dermamelan Intimate Experience', '', 'inherit', 'closed', 'closed', '', '6704-revision-v1', '', '', '2025-04-24 13:35:07', '2025-04-24 13:35:07', '', 6704, 'https://bookblv.com/?p=6707', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6708, 1, '2025-04-24 13:37:53', '2025-04-24 13:37:53', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:37:53', '2025-04-24 13:37:53', '', 6439, 'https://bookblv.com/?p=6708', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6709, 1, '2025-04-24 13:37:53', '2025-04-24 13:37:53', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					View Details				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>\n					<figure><img width=\"856\" height=\"485\" src=\"https://bookblv.com/wp-content/uploads/2025/03/a927c111-1c3a-4342-9c6c-0f6cda51eb22.jpg\" alt=\"\" /></figure><h3>Bellavie Rewards</h3>				\n							<a href=\"https://wa.me/+971506396374\" id=\"\">\n					Contact Now				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:37:53', '2025-04-24 13:37:53', '', 6439, 'https://bookblv.com/?p=6709', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6710, 1, '2025-04-24 13:37:53', '2025-04-24 13:37:53', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\" id=\"\">\n					View Details				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-04-24 13:37:53', '2025-04-24 13:37:53', '', 6439, 'https://bookblv.com/?p=6710', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6711, 1, '2025-04-25 05:50:54', '2025-04-25 05:50:54', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n																<a href=\"https://bookblv.com/blending-digital-precision-with-human-touch\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'publish', 'closed', 'closed', '', 'insights', '', '', '2025-04-25 06:11:11', '2025-04-25 06:11:11', '', '0', 'https://bookblv.com/?page_id=6711', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6712, 1, '2025-04-25 05:54:43', '2025-04-25 05:54:43', '', 'Untitled design (2)', '', 'inherit', 'open', 'closed', '', 'untitled-design-2', '', '', '2025-04-25 05:54:43', '2025-04-25 05:54:43', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6713, 1, '2025-04-25 05:54:44', '2025-04-25 05:54:44', '', 'Untitled design (1)', '', 'inherit', 'open', 'closed', '', 'untitled-design-1', '', '', '2025-04-25 05:54:44', '2025-04-25 05:54:44', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6714, 1, '2025-04-25 05:55:22', '2025-04-25 05:55:22', '', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:55:22', '2025-04-25 05:55:22', '', 6711, 'https://bookblv.com/?p=6714', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6715, 1, '2025-04-25 05:55:22', '2025-04-25 05:55:22', '', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:55:22', '2025-04-25 05:55:22', '', 6711, 'https://bookblv.com/?p=6715', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6716, 1, '2025-04-25 05:55:22', '2025-04-25 05:55:22', '<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:55:22', '2025-04-25 05:55:22', '', 6711, 'https://bookblv.com/?p=6716', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6721, 1, '2025-04-25 05:58:31', '2025-04-25 05:58:31', '<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:58:31', '2025-04-25 05:58:31', '', 6711, 'https://bookblv.com/?p=6721', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6722, 1, '2025-04-25 05:58:31', '2025-04-25 05:58:31', '<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:58:31', '2025-04-25 05:58:31', '', 6711, 'https://bookblv.com/?p=6722', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6723, 1, '2025-04-25 05:58:31', '2025-04-25 05:58:31', '<a href=\"https://bookblv.com/2025/04/25/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 05:58:31', '2025-04-25 05:58:31', '', 6711, 'https://bookblv.com/?p=6723', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6725, 1, '2025-04-25 06:03:17', '2025-04-25 06:03:17', '<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"blogs\" aria-pressed=\"false\">blogs</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n					[wpdreams_ajaxsearchlite]', 'Blog 2nd tab content', '', 'inherit', 'closed', 'closed', '', '6270-revision-v1', '', '', '2025-04-25 06:03:17', '2025-04-25 06:03:17', '', 6270, 'https://bookblv.com/?p=6725', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6726, 1, '2025-04-25 06:04:23', '2025-04-25 06:04:23', '<p>Speed, Simplicity &amp; Serenity: The Future of Wellness-First Living is Seamless</p><p>In a world shaped by immediacy and high expectations, the future belongs to platforms that prioritize speed, clarity, and frictionless access. From transportation to healthcare, consumers today are drawn to services that anticipate their needs — intuitive, on-demand, and available anytime, anywhere. At BellaVie, we believe the same should apply to the way we live.</p><p>Luxury living should never mean complexity. Yet, for many, the process of finding, accessing, or investing in high-quality real estate or wellness retreats can be daunting — full of intermediaries, paperwork, inefficiencies, and vague pricing. This is where we draw the line. And where BellaVie redefines the curve.</p><p>What Today’s Clients Value Most</p><p>According to global studies, people today prioritize three simple things:</p><p>Speed. Simplicity. Transparency.</p><p>The modern client no longer has the patience for fragmented journeys or hidden steps. They expect clear, elegant solutions that mirror their lifestyle: intentional, fast, and refined.</p><p>That’s why BellaVie’s mission is more than property. It’s about creating a wellness-first ecosystem — where every step, from exploration to ownership, is infused with grace and digital ease.</p><p>Removing the Clutter: The BellaVie Experience</p><p>Most platforms focus on scattered interactions — booking here, calling there, emailing everywhere. BellaVie is built differently. We don\'t think in touchpoints. We design end-to-end wellness journeys: from discovering a property or curated experience to completing a deal or checking into a sanctuary, our approach is seamless and unified.</p><p>No redundant forms. No third-party agents. No markups. Just direct, intelligent, tech-powered access to what matters: space, serenity, and meaningful ownership.</p><p>Designing for Life, Not Just Listings</p><p>A major pain point in real estate and luxury services today is the disconnect between design and intention. At BellaVie, we’ve curated partnerships with architects, developers, and wellness experts who share a common language: purposeful living. Every property in our collection is handpicked, wellness-verified, and embedded with values our members hold dear — privacy, peace, and legacy.</p><p>We\'re not digitizing for digital\'s sake. Like Estonia’s now-famous model for seamless living systems, BellaVie starts with the individual. Your digital wellness ID, your curated interests, and your lifestyle goals all form the foundation of your personalized journey — creating synergy across services, opportunities, and ownership models.</p><p>Efficiency Meets Elegance</p><p>When luxury meets logic, something powerful happens. Members can explore investment-ready homes, wellness-focused communities, or even plan their next retreat — all within one intuitive platform.</p><p>We\'re saving our members more than just time. We’re restoring confidence, calm, and control in a world that too often trades those away for noise.</p><p>BellaVie. Designed for Living Well.</p><p>From intelligent co-investing to direct-from-developer access, we’re shaping a new era of global living — one that honors your time, protects your peace, and nurtures your future.</p>', 'The Future of Wellness-First Living is Seamless', '', 'publish', 'closed', 'closed', '', 'the-future-of-wellness-first-living-is-seamless', '', '', '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', '0', 'https://bookblv.com/?page_id=6726', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6727, 1, '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', 'The Future of Wellness-First Living is Seamless', '', 'inherit', 'closed', 'closed', '', '6726-revision-v1', '', '', '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', 6726, 'https://bookblv.com/?p=6727', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6728, 1, '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', 'The Future of Wellness-First Living is Seamless', '', 'inherit', 'closed', 'closed', '', '6726-revision-v1', '', '', '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', 6726, 'https://bookblv.com/?p=6728', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6729, 1, '2025-04-25 06:05:05', '2025-04-25 06:05:05', '<p>Speed, Simplicity &amp; Serenity: The Future of Wellness-First Living is Seamless</p><p>In a world shaped by immediacy and high expectations, the future belongs to platforms that prioritize speed, clarity, and frictionless access. From transportation to healthcare, consumers today are drawn to services that anticipate their needs — intuitive, on-demand, and available anytime, anywhere. At BellaVie, we believe the same should apply to the way we live.</p><p>Luxury living should never mean complexity. Yet, for many, the process of finding, accessing, or investing in high-quality real estate or wellness retreats can be daunting — full of intermediaries, paperwork, inefficiencies, and vague pricing. This is where we draw the line. And where BellaVie redefines the curve.</p><p>What Today’s Clients Value Most</p><p>According to global studies, people today prioritize three simple things:</p><p>Speed. Simplicity. Transparency.</p><p>The modern client no longer has the patience for fragmented journeys or hidden steps. They expect clear, elegant solutions that mirror their lifestyle: intentional, fast, and refined.</p><p>That’s why BellaVie’s mission is more than property. It’s about creating a wellness-first ecosystem — where every step, from exploration to ownership, is infused with grace and digital ease.</p><p>Removing the Clutter: The BellaVie Experience</p><p>Most platforms focus on scattered interactions — booking here, calling there, emailing everywhere. BellaVie is built differently. We don\'t think in touchpoints. We design end-to-end wellness journeys: from discovering a property or curated experience to completing a deal or checking into a sanctuary, our approach is seamless and unified.</p><p>No redundant forms. No third-party agents. No markups. Just direct, intelligent, tech-powered access to what matters: space, serenity, and meaningful ownership.</p><p>Designing for Life, Not Just Listings</p><p>A major pain point in real estate and luxury services today is the disconnect between design and intention. At BellaVie, we’ve curated partnerships with architects, developers, and wellness experts who share a common language: purposeful living. Every property in our collection is handpicked, wellness-verified, and embedded with values our members hold dear — privacy, peace, and legacy.</p><p>We\'re not digitizing for digital\'s sake. Like Estonia’s now-famous model for seamless living systems, BellaVie starts with the individual. Your digital wellness ID, your curated interests, and your lifestyle goals all form the foundation of your personalized journey — creating synergy across services, opportunities, and ownership models.</p><p>Efficiency Meets Elegance</p><p>When luxury meets logic, something powerful happens. Members can explore investment-ready homes, wellness-focused communities, or even plan their next retreat — all within one intuitive platform.</p><p>We\'re saving our members more than just time. We’re restoring confidence, calm, and control in a world that too often trades those away for noise.</p><p>BellaVie. Designed for Living Well.</p><p>From intelligent co-investing to direct-from-developer access, we’re shaping a new era of global living — one that honors your time, protects your peace, and nurtures your future.</p>', 'The Future of Wellness-First Living is Seamless', '', 'inherit', 'closed', 'closed', '', '6726-revision-v1', '', '', '2025-04-25 06:05:05', '2025-04-25 06:05:05', '', 6726, 'https://bookblv.com/?p=6729', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6730, 1, '2025-04-25 06:05:34', '2025-04-25 06:05:34', '<a href=\"https://bookblv.com/2025/04/25/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:05:34', '2025-04-25 06:05:34', '', 6711, 'https://bookblv.com/?p=6730', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6731, 1, '2025-04-25 06:05:34', '2025-04-25 06:05:34', '<a href=\"https://bookblv.com/2025/04/25/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:05:34', '2025-04-25 06:05:34', '', 6711, 'https://bookblv.com/?p=6731', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6732, 1, '2025-04-25 06:05:34', '2025-04-25 06:05:34', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:05:34', '2025-04-25 06:05:34', '', 6711, 'https://bookblv.com/?p=6732', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6733, 1, '2025-04-25 06:05:51', '2025-04-25 06:05:51', '<p>Blending Digital Precision with Human Touch</p><p>At BellaVie, luxury means freedom of choice. While our systems are powered by automation and AI, our soul remains human. We believe true wellness comes from balance — between precision and personalization, digital ease and warm, thoughtful care.</p><p>Digital-first doesn’t mean human-last.</p><p>It means getting exactly what you need, how you need it — fast, intuitive, and beautifully streamlined.</p><p>Whether you’re reserving a wellness ritual, indulging in a gourmet experience, or exploring curated real estate opportunities, BellaVie’s concierge services meet you exactly where you are:</p><p>Online when you want it.</p><p>On WhatsApp when you need it.</p><p>Your BellaVie Membership Card: Unlocking Every Touchpoint</p><p>Your digital membership card is more than a symbol of belonging — it’s your passport to concierge-powered living. Integrated into every system and touchpoint, it gives you seamless access to:</p><p>Priority booking and curated access across partner clinics and wellness experiences</p><p>Instant activation and redemption of your BellaVie Rewards</p><p>Private real estate previews, consultations, and investment liaisons</p><p>Tailored alerts, spa rituals, and exclusive invitations, all personalized to your profile</p><p>There’s no plastic, no clutter — just a refined digital identity delivered via WhatsApp, designed to simplify and elevate your lifestyle.</p><p>Signature BellaVie Concierge Services</p><p>WhatsApp Wellness Concierge</p><p>Your primary touchpoint. Fast, multilingual, and discreet — our WhatsApp Concierge is available 24/7 to guide, respond, and care. This is where automation meets intimacy.</p><p>Lifestyle Concierge (Virtual &amp; In-Person)</p><p>From spa bookings to personalized tasting menus, every moment is curated through your BellaVie profile. With just one message, you access the world that suits your rhythm.</p><p>Medical &amp; Aesthetic Journey Coordination</p><p>Surgery planning, treatment follow-ups, private consultations — we handle it all with precision, privacy, and grace. Your care is continuous, curated, and calm.</p><p>Real Estate &amp; Investment Liaison</p><p>Explore wellness-centric real estate across Dubai and beyond with discreet, informed assistance. Your card connects you directly to vetted developers and premium openings.</p><p>Private Access to Brands &amp; Experiences</p><p>From bespoke rituals to limited-edition collaborations, you’ll be the first to know — and the first to receive. Our concierge ensures you\'re always in the right room, at the right moment.</p><p>This Is Not Just Service. It’s Sanctuary.</p><p>At BellaVie, we don’t just respond — we anticipate. Every detail is designed to eliminate friction, enhance beauty, and restore ease.</p><p>Your WhatsApp-connected BellaVie Membership Card is your companion in this journey —</p><p>a symbol of trust, a tool of clarity, and a gateway to living beautifully.</p>', 'Blending Digital Precision with Human Touch', '', 'publish', 'closed', 'closed', '', 'blending-digital-precision-with-human-touch', '', '', '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', '0', 'https://bookblv.com/?page_id=6733', '0', 'page', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6734, 1, '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', 'Blending Digital Precision with Human Touch', '', 'inherit', 'closed', 'closed', '', '6733-revision-v1', '', '', '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', 6733, 'https://bookblv.com/?p=6734', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6735, 1, '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', 'Blending Digital Precision with Human Touch', '', 'inherit', 'closed', 'closed', '', '6733-revision-v1', '', '', '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', 6733, 'https://bookblv.com/?p=6735', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6736, 1, '2025-04-25 06:06:06', '2025-04-25 06:06:06', '<p>Blending Digital Precision with Human Touch</p><p>At BellaVie, luxury means freedom of choice. While our systems are powered by automation and AI, our soul remains human. We believe true wellness comes from balance — between precision and personalization, digital ease and warm, thoughtful care.</p><p>Digital-first doesn’t mean human-last.</p><p>It means getting exactly what you need, how you need it — fast, intuitive, and beautifully streamlined.</p><p>Whether you’re reserving a wellness ritual, indulging in a gourmet experience, or exploring curated real estate opportunities, BellaVie’s concierge services meet you exactly where you are:</p><p>Online when you want it.</p><p>On WhatsApp when you need it.</p><p>Your BellaVie Membership Card: Unlocking Every Touchpoint</p><p>Your digital membership card is more than a symbol of belonging — it’s your passport to concierge-powered living. Integrated into every system and touchpoint, it gives you seamless access to:</p><p>Priority booking and curated access across partner clinics and wellness experiences</p><p>Instant activation and redemption of your BellaVie Rewards</p><p>Private real estate previews, consultations, and investment liaisons</p><p>Tailored alerts, spa rituals, and exclusive invitations, all personalized to your profile</p><p>There’s no plastic, no clutter — just a refined digital identity delivered via WhatsApp, designed to simplify and elevate your lifestyle.</p><p>Signature BellaVie Concierge Services</p><p>WhatsApp Wellness Concierge</p><p>Your primary touchpoint. Fast, multilingual, and discreet — our WhatsApp Concierge is available 24/7 to guide, respond, and care. This is where automation meets intimacy.</p><p>Lifestyle Concierge (Virtual &amp; In-Person)</p><p>From spa bookings to personalized tasting menus, every moment is curated through your BellaVie profile. With just one message, you access the world that suits your rhythm.</p><p>Medical &amp; Aesthetic Journey Coordination</p><p>Surgery planning, treatment follow-ups, private consultations — we handle it all with precision, privacy, and grace. Your care is continuous, curated, and calm.</p><p>Real Estate &amp; Investment Liaison</p><p>Explore wellness-centric real estate across Dubai and beyond with discreet, informed assistance. Your card connects you directly to vetted developers and premium openings.</p><p>Private Access to Brands &amp; Experiences</p><p>From bespoke rituals to limited-edition collaborations, you’ll be the first to know — and the first to receive. Our concierge ensures you\'re always in the right room, at the right moment.</p><p>This Is Not Just Service. It’s Sanctuary.</p><p>At BellaVie, we don’t just respond — we anticipate. Every detail is designed to eliminate friction, enhance beauty, and restore ease.</p><p>Your WhatsApp-connected BellaVie Membership Card is your companion in this journey —</p><p>a symbol of trust, a tool of clarity, and a gateway to living beautifully.</p>', 'Blending Digital Precision with Human Touch', '', 'inherit', 'closed', 'closed', '', '6733-revision-v1', '', '', '2025-04-25 06:06:06', '2025-04-25 06:06:06', '', 6733, 'https://bookblv.com/?p=6736', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6737, 1, '2025-04-25 06:06:23', '2025-04-25 06:06:23', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:06:23', '2025-04-25 06:06:23', '', 6711, 'https://bookblv.com/?p=6737', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6738, 1, '2025-04-25 06:06:23', '2025-04-25 06:06:23', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:06:23', '2025-04-25 06:06:23', '', 6711, 'https://bookblv.com/?p=6738', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6739, 1, '2025-04-25 06:06:23', '2025-04-25 06:06:23', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n																<a href=\"https://bookblv.com/blending-digital-precision-with-human-touch\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:06:23', '2025-04-25 06:06:23', '', 6711, 'https://bookblv.com/?p=6739', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6740, 1, '2025-04-25 06:06:56', '2025-04-25 06:06:56', ' ', '', '', 'publish', 'closed', 'closed', '', 6740, '', '', '2025-04-25 06:06:56', '2025-04-25 06:06:56', '', '0', 'https://bookblv.com/?p=6740', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6741, 1, '2025-04-25 06:08:31', '2025-04-25 06:08:31', '', 'Untitled design (3)', '', 'inherit', 'open', 'closed', '', 'untitled-design-3', '', '', '2025-04-25 06:08:31', '2025-04-25 06:08:31', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6742, 1, '2025-04-25 06:10:24', '2025-04-25 06:10:24', '', 'Untitled design (6)', '', 'inherit', 'open', 'closed', '', 'untitled-design-6', '', '', '2025-04-25 06:10:24', '2025-04-25 06:10:24', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6743, 1, '2025-04-25 06:10:25', '2025-04-25 06:10:25', '', 'Untitled design (5)', '', 'inherit', 'open', 'closed', '', 'untitled-design-5', '', '', '2025-04-25 06:10:25', '2025-04-25 06:10:25', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6744, 1, '2025-04-25 06:10:26', '2025-04-25 06:10:26', '', 'Untitled design (4)', '', 'inherit', 'open', 'closed', '', 'untitled-design-4', '', '', '2025-04-25 06:10:26', '2025-04-25 06:10:26', '', 6711, 'https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6745, 1, '2025-04-25 06:11:11', '2025-04-25 06:11:11', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n																<a href=\"https://bookblv.com/blending-digital-precision-with-human-touch\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:11:11', '2025-04-25 06:11:11', '', 6711, 'https://bookblv.com/?p=6745', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6746, 1, '2025-04-25 06:11:11', '2025-04-25 06:11:11', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n																<a href=\"https://bookblv.com/blending-digital-precision-with-human-touch\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:11:11', '2025-04-25 06:11:11', '', 6711, 'https://bookblv.com/?p=6746', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6747, 1, '2025-04-25 06:11:11', '2025-04-25 06:11:11', '<a href=\"https://bookblv.com/the-future-of-wellness-first-living-is-seamless/\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-2-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n																<a href=\"https://bookblv.com/blending-digital-precision-with-human-touch\">\n							<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-1-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-3-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-6-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-4-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n															<img width=\"500\" height=\"500\" src=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5.png\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5.png 500w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-300x300.png 300w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-150x150.png 150w, https://bookblv.com/wp-content/uploads/2025/04/Untitled-design-5-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />', 'Insights', '', 'inherit', 'closed', 'closed', '', '6711-revision-v1', '', '', '2025-04-25 06:11:11', '2025-04-25 06:11:11', '', 6711, 'https://bookblv.com/?p=6747', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6751, 1, '2025-05-10 07:38:30', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-05-10 07:38:30', '0000-00-00 00:00:00', '', '0', 'https://bookblv.com/?p=6751', '0', 'post', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6752, 1, '2025-05-10 07:42:37', '2025-05-10 07:42:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Monday to Sunday, 9:00 AM – 8:00 PM					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-05-10 07:42:37', '2025-05-10 07:42:37', '', 6577, 'https://bookblv.com/?p=6752', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6753, 1, '2025-05-10 07:42:37', '2025-05-10 07:42:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Monday to Sunday, 9:00 AM – 8:00 PM					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-05-10 07:42:37', '2025-05-10 07:42:37', '', 6577, 'https://bookblv.com/?p=6753', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6754, 1, '2025-05-10 07:42:37', '2025-05-10 07:42:37', '<img width=\"854\" height=\"701\" src=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4.jpg 854w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-300x246.jpg 300w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-768x630.jpg 768w, https://bookblv.com/wp-content/uploads/2025/03/4b6d6b88-109f-4c91-9989-77783e9e5cd4-600x493.jpg 600w\" sizes=\"(max-width: 854px) 100vw, 854px\" />															\n									<h3>\n							Working Hours						\n					</h3>\n									<p>\n						Monday to Sunday, 9:00 AM – 8:00 PM					</p>\n									<h3>\n							Address						\n					</h3>\n									<p>\n						Villa 5, Umm Suqein 3, Al Wasl Rd., Jumeirah, Dubai					</p>\n					<a href=\"https://maps.app.goo.gl/vauiGwmyVq8HwFCG8\">\n									View on Map\n					</a>\n					<a href=\"https://wa.me/+971506396374\">\n									Book Now on Whatsapp\n					</a>\n					<a href=\"tel:+971506396374\">\n									Click to Call\n					</a>\n					<h2>Request a Call Back or Book Directly\nUse your BellaVie ID, specify your treatment type, date, time, and name.</h2>				\n					<h2>FMC Clinic – Elevating Aesthetics with Candela Laser, Star Duo Laser, Profhilo Face & Body, Profhilo Structura, Sculptra, Perfecha, and Restylane.</h2>				\n					<figure><img width=\"264\" height=\"305\" src=\"https://bookblv.com/wp-content/uploads/2025/03/505cb5e9-9d7d-45d5-9626-b7ae0aad0457.jpg\" alt=\"\" /></figure><h3>Madam Amal Maslemani, </h3><p>FMC Clinic group</p>				\n					<figure><img width=\"1088\" height=\"1057\" src=\"https://bookblv.com/wp-content/uploads/2025/03/5f2948d1-bc10-46be-ac61-4224aa9af3b7.jpg\" alt=\"\" /></figure><h3>Dr Muhammed Riad,</h3><p>Plastic Surgeon, Iraq</p>				\n					<figure><img width=\"499\" height=\"387\" src=\"https://bookblv.com/wp-content/uploads/2025/03/559b9f58-021e-4e40-a2d9-c1bc09a7d843.jpg\" alt=\"\" /></figure><h3>Dr Matt Stefanelli,</h3><p>Plastic Surgeon, France</p>				\n		<p>We are delighted to offer you more than just treatments — this is a place where your well-being is at the heart of everything we do. Every experience is crafted with your needs in mind, ensuring you feel supported, valued, and truly cared for.</p><p><em><strong>Our Services</strong></em></p><p>Aesthetic Dermatology: Botox, fillers, PRP, laser hair removal treatments<br />Skin Rejuvenation: Hydrafacial, chemical peels, microneedling<br />Body Contouring: RF sculpting, ultrasound cavitation<br />Hair Restoration: PRP therapy, hair transplants<br />Anti-Aging &amp; Wellness: IV therapy, hormonal balance, regenerative medicine</p><p><em><strong>Plastic Surgery &amp; Advanced Aesthetic Procedures</strong></em></p><p>Facial Surgery: Facelifts, rhinoplasty, chin augmentation<br />Body Surgery: Liposuction, tummy tucks, Brazilian butt lifts (BBL), fat grafting, nano fat injections (including innovative nano fat stem cell therapy)<br />Breast Surgery: Augmentation, reduction, lifts<br />Intimate Enhancements: Labiaplasty, vaginal rejuvenation<br />Hand &amp; Scar Revision Surgery</p><p><em><strong>Dental Care</strong></em></p><p>Cosmetic Dentistry: Teeth whitening, veneers, smile makeovers<br />General Dentistry: Cleanings, fillings, root canals</p><p><em><strong>Rejuvenate and Refresh: Access World-Class Treatments Without the Wait</strong></em></p><p>Our state-of-the-art equipment is ready to deliver immediate, optimal results with zero waiting time. Experience the best in aesthetic technology, now at your fingertips: Candela Laser, Star Duo Laser, Profhilo Face &amp; Body, Profhilo Structura, Sculptra, Restylane, Perfecha, Brite. Book your treatment now and feel renewed — the BellaVie way. Our doctors, selected from Italy, France, and the UK, are certified with proven track records to ensure your exclusive service and peace of mind. Complimentary consultation for BellaVie members.</p>', 'FMC Medical Center – Redefining Aesthetic & Wellness Care', 'At FMC Medical Center, we are committed to helping you unlock your best self through scientifically-backed, tailored treatments', 'inherit', 'closed', 'closed', '', '6577-revision-v1', '', '', '2025-05-10 07:42:37', '2025-05-10 07:42:37', '', 6577, 'https://bookblv.com/?p=6754', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6758, 1, '2025-05-10 07:46:39', '2025-05-10 07:46:39', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-05-10 07:46:39', '2025-05-10 07:46:39', '', 6488, 'https://bookblv.com/?p=6758', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6759, 1, '2025-05-10 07:47:13', '2025-05-10 07:47:13', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} --><!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Aesthetic Excellence ?✨', 'Elevate beauty and confidence with world-class aesthetic clinics, advanced skincare, and rejuvenating treatments.', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2025-05-10 07:47:13', '2025-05-10 07:47:13', '', 2463, 'https://bookblv.com/?p=6759', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6760, 1, '2025-05-10 07:47:33', '2025-05-10 07:47:33', '<!-- wp:paragraph -->\r\n<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain.<br /><br />These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammeled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure</p>\r\n<cite>Billy Graham</cite></blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:image {\"id\":2640,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\r\n<figure class=\"wp-block-image size-full\"></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:spacer {\"height\":1} -->\r\n<div class=\"wp-block-spacer\" style=\"height: 1px;\" aria-hidden=\"true\"> </div>\r\n<!-- /wp:spacer -->\r\n\r\n<!-- wp:heading {\"level\":5} -->\r\n<h5 id=\"an-important-conversation-around\">An Important Conversation Around</h5>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure</p>\r\n<!-- /wp:paragraph -->', 'Wellness Gourmet ?️?', 'Savor exclusive fine dining experiences, wellness-focused menus, and gourmet delights curated for a refined lifestyle.', 'inherit', 'closed', 'closed', '', '2461-revision-v1', '', '', '2025-05-10 07:47:33', '2025-05-10 07:47:33', '', 2461, 'https://bookblv.com/?p=6760', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6761, 1, '2025-05-10 07:50:50', '2025-05-10 07:50:50', '', 'Untitled design (1)', '', 'inherit', 'open', 'closed', '', 'untitled-design-1-2', '', '', '2025-05-10 07:50:50', '2025-05-10 07:50:50', '', 6439, 'https://bookblv.com/wp-content/uploads/2025/05/Untitled-design-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6762, 1, '2025-05-10 07:51:31', '2025-05-10 07:51:31', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\" id=\"\">\n					View Details				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-05-10 07:51:31', '2025-05-10 07:51:31', '', 6439, 'https://bookblv.com/?p=6762', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6763, 1, '2025-05-10 07:51:31', '2025-05-10 07:51:31', 'Fresh Rewards, Exclusive Indulgence\n<br><br>\nMarch Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.\n<br><br>\nExplore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\" id=\"\">\n					View Details				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-05-10 07:51:31', '2025-05-10 07:51:31', '', 6439, 'https://bookblv.com/?p=6763', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6764, 1, '2025-05-10 07:51:31', '2025-05-10 07:51:31', '<p>Fresh Rewards, Exclusive Indulgence<br /><br /><strong>May Edition New rewards drop every Tuesday &amp; Thursday at 9 AM GMT.</strong><br /><br />Explore the Rewards Catalog and elevate your experience. Use your points to redeem luxury spa retreats, fine dining, elite wellness treatments, and more.</p>		\n					<h4>Because you deserve the extraordinary.</h4>				\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n							<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\" id=\"\">\n					View Details				</a>', 'Rewards Catalog', '', 'inherit', 'closed', 'closed', '', '6439-revision-v1', '', '', '2025-05-10 07:51:31', '2025-05-10 07:51:31', '', 6439, 'https://bookblv.com/?p=6764', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6765, 1, '2025-05-10 07:52:51', '2025-05-10 07:52:51', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:52:51', '2025-05-10 07:52:51', '', 6167, 'https://bookblv.com/?p=6765', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6766, 1, '2025-05-10 07:52:51', '2025-05-10 07:52:51', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-10.png\" alt=\"download (10)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-16.png\" alt=\"category-16\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-9.png\" alt=\"download (9)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-10.png\" alt=\"category-10\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-9.png\" alt=\"category-9\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-11.png\" alt=\"category-11\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-17.jpg\" alt=\"download (17)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:52:51', '2025-05-10 07:52:51', '', 6167, 'https://bookblv.com/?p=6766', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6767, 1, '2025-05-10 07:52:51', '2025-05-10 07:52:51', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:52:51', '2025-05-10 07:52:51', '', 6167, 'https://bookblv.com/?p=6767', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6768, 1, '2025-05-10 07:56:04', '2025-05-10 07:56:04', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:56:04', '2025-05-10 07:56:04', '', 6167, 'https://bookblv.com/?p=6768', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6769, 1, '2025-05-10 07:56:04', '2025-05-10 07:56:04', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:56:04', '2025-05-10 07:56:04', '', 6167, 'https://bookblv.com/?p=6769', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6770, 1, '2025-05-10 07:56:04', '2025-05-10 07:56:04', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 07:56:04', '2025-05-10 07:56:04', '', 6167, 'https://bookblv.com/?p=6770', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6771, 1, '2025-05-10 08:29:28', '2025-05-10 08:29:28', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 08:29:28', '2025-05-10 08:29:28', '', 6167, 'https://bookblv.com/?p=6771', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6772, 1, '2025-05-10 08:29:28', '2025-05-10 08:29:28', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 08:29:28', '2025-05-10 08:29:28', '', 6167, 'https://bookblv.com/?p=6772', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6773, 1, '2025-05-10 08:29:28', '2025-05-10 08:29:28', '<img width=\"1920\" height=\"1079\" src=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp\" alt=\"\" srcset=\"https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95.webp 1920w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-300x169.webp 300w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1024x575.webp 1024w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-768x432.webp 768w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-1536x863.webp 1536w, https://bookblv.com/wp-content/uploads/2025/04/JCo-Beachfront-living_sales-presentation_REV03-95-600x337.webp 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n					<h2>Your Private Retreat. Your Living Art.</h2>				\n		<p>Where Sanctuary Meets Sophistication — and Every Home Becomes a Masterpiece of Wellness and Design.</p>		\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/commitments.png\" alt=\"\" /></figure><h3>Our Commitment</h3><p>At BellaVie, we open the door to wellness-first living with exclusive real estate opportunities, curated to meet the needs of those who value clarity, intention, and elevated design. Through strategic architectural partnerships and member-led investment circles, we enable you to invest in more than just a home — we offer a lifestyle that harmonizes with your values of wellness and luxury.\n<br>\nOur commitment is simple: wellness is the foundation, and your living spaces should reflect this with thoughtful, elegant design. With BellaVie, you invest in more than just property — you invest in a life that balances well-being, sophistication, and lasting legacy.</p>				\n					<figure><img width=\"192\" height=\"192\" src=\"https://bookblv.com/wp-content/uploads/2025/04/impact.png\" alt=\"\" /></figure><h3>Our Impact</h3><p>BellaVie spans 20+ countries, bringing a growing community of like-minded individuals together who share a passion for wellness and refined living. Our curated real estate offerings are designed for those who believe that their environment should nurture their mind, body, and spirit, providing timeless elegance and quality for those who seek the best.\n<br>\nWe offer rare access to properties that align with your holistic lifestyle, ensuring your living space is a true reflection of your values: luxury, purpose, and lasting legacy. At BellaVie, we make it possible to live and invest in wellness — the way you deserve.</p>				\n			Wellness-inspired Living Spaces Enriched Through BellaVie			\n				0\n				+\n			<p>Private Moments of Luxury Curated Through Spa Retreats, Architecture &amp; Travel</p>			\n				0\n				+\n			<p>Projects Across the Region Enhanced with BellaVie Reward Ecosystems</p>			\n				0\n				+\n					<h2>Our Approach</h2>				\n		<h5><strong> ✨Direct Access to the Unseen</strong></h5>\nFrom early-stage plots to iconic launches — our members see it first. We offer exclusive introductions, developer advantages, and a seamless concierge of real estate advisors and lifestyle experts.<h5><strong> ✨Transparency, Redefined for Trust</strong></h5>\nClear point values. Upfront reward systems. Fair shares for partners and members alike. BellaVie is built on integrity, designed for ease, and protected by insight.<h5><strong> ✨Design That Breathes</strong></h5>\nWe go beyond finishings — we build emotion into every corner. Through ADC architects, wellness consultants, and sensory designers, we craft homes that heal, inspire, and reward.<h5><strong> ✨A Research-Driven Ritual</strong></h5>\nWe observe the evolution of luxury wellness and transform data into elevated living experiences. Our advisors listen, learn, and build solutions for the next era of conscious investors.		\n								<figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16.jpg\" alt=\"download (16)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-8.png\" alt=\"download (8)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-7.png\" alt=\"category-7\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-8.png\" alt=\"category-8\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-3.png\" alt=\"category-3\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/images-2.png\" alt=\"images (2)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-4.png\" alt=\"category-4\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-1.png\" alt=\"category-1\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-7.png\" alt=\"download (7)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-2.png\" alt=\"category-2\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-11-e1744195606309.png\" alt=\"download (11)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/download-16-1.jpg\" alt=\"download (16) (1)\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-14.png\" alt=\"category-14\" /></figure><figure><img data-src=\"https://bookblv.com/wp-content/uploads/2025/04/category-12.png\" alt=\"category-12\" /></figure>', 'For Real Estates Buyers', '', 'inherit', 'closed', 'closed', '', '6167-revision-v1', '', '', '2025-05-10 08:29:28', '2025-05-10 08:29:28', '', 6167, 'https://bookblv.com/?p=6773', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6774, 1, '2025-05-10 08:32:16', '2025-05-10 08:32:16', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-05-10 08:32:16', '2025-05-10 08:32:16', '', 6488, 'https://bookblv.com/?p=6774', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6775, 1, '2025-05-10 08:33:02', '2025-05-10 08:33:02', '', 'Custom Header', '', 'inherit', 'closed', 'closed', '', '6488-revision-v1', '', '', '2025-05-10 08:33:02', '2025-05-10 08:33:02', '', 6488, 'https://bookblv.com/?p=6775', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6780, 1, '2025-05-10 08:35:55', '2025-05-10 08:35:55', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:35:55', '2025-05-10 08:35:55', '', 20, 'https://bookblv.com/?p=6780', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6781, 1, '2025-05-10 08:35:55', '2025-05-10 08:35:55', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:35:55', '2025-05-10 08:35:55', '', 20, 'https://bookblv.com/?p=6781', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6782, 1, '2025-05-10 08:36:27', '2025-05-10 08:36:27', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:36:27', '2025-05-10 08:36:27', '', 20, 'https://bookblv.com/?p=6782', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6783, 1, '2025-05-10 08:36:28', '2025-05-10 08:36:28', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:36:28', '2025-05-10 08:36:28', '', 20, 'https://bookblv.com/?p=6783', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6784, 1, '2025-05-10 08:36:28', '2025-05-10 08:36:28', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:36:28', '2025-05-10 08:36:28', '', 20, 'https://bookblv.com/?p=6784', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6785, 1, '2025-05-10 08:37:43', '2025-05-10 08:37:43', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:37:43', '2025-05-10 08:37:43', '', 20, 'https://bookblv.com/?p=6785', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6786, 1, '2025-05-10 08:37:43', '2025-05-10 08:37:43', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:37:43', '2025-05-10 08:37:43', '', 20, 'https://bookblv.com/?p=6786', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6787, 1, '2025-05-10 08:37:43', '2025-05-10 08:37:43', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 08:37:43', '2025-05-10 08:37:43', '', 20, 'https://bookblv.com/?p=6787', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6788, 1, '2025-05-10 08:54:09', '2025-05-10 08:54:09', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>', 'Search 1st tab content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-05-10 08:54:09', '2025-05-10 08:54:09', '', 6255, 'https://bookblv.com/?p=6788', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6790, 1, '2025-05-10 09:03:30', '2025-05-10 09:03:30', '<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>', 'Search 1st tab content', '', 'inherit', 'closed', 'closed', '', '6255-revision-v1', '', '', '2025-05-10 09:03:30', '2025-05-10 09:03:30', '', 6255, 'https://bookblv.com/?p=6790', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6791, 1, '2025-05-10 09:52:16', '2025-05-10 09:52:16', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 09:52:16', '2025-05-10 09:52:16', '', 20, 'https://bookblv.com/?p=6791', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6792, 1, '2025-05-10 09:52:16', '2025-05-10 09:52:16', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Exclusive Reservations & VIP AccessElite Partner BookingsLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n            <!-- Add more countries here -->\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <button type=\"button\" id=\"redirect-button\" disabled>Proceed</button>\n</form>				\n		</section>\n		<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 09:52:16', '2025-05-10 09:52:16', '', 20, 'https://bookblv.com/?p=6792', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6793, 1, '2025-05-10 09:52:16', '2025-05-10 09:52:16', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 09:52:16', '2025-05-10 09:52:16', '', 20, 'https://bookblv.com/?p=6793', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6794, 1, '2025-05-10 10:16:51', '2025-05-10 10:16:51', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:16:51', '2025-05-10 10:16:51', '', 20, 'https://bookblv.com/?p=6794', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6795, 1, '2025-05-10 10:16:51', '2025-05-10 10:16:51', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n					[wpdreams_ajaxsearchlite]				\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:16:51', '2025-05-10 10:16:51', '', 20, 'https://bookblv.com/?p=6795', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6796, 1, '2025-05-10 10:16:51', '2025-05-10 10:16:51', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:16:51', '2025-05-10 10:16:51', '', 20, 'https://bookblv.com/?p=6796', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6797, 1, '2025-05-10 10:28:36', '2025-05-10 10:28:36', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:28:36', '2025-05-10 10:28:36', '', 20, 'https://bookblv.com/?p=6797', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6798, 1, '2025-05-10 10:28:36', '2025-05-10 10:28:36', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<h2>BellaVie Rewards Catalog: Exclusive Luxury & Wellness Benefits Await</h2>				\n		<p>Eid Special: Secure Your Spot in Advance ?<br />This festive season, our members are reserving:<br />✨ Wellness Retreats for relaxation &amp; rejuvenation<br />✨ Aesthetic Treatments for flawless Eid glow<br />✨ Plastic Surgery with expert hands<br />✨ Laser Hair Removal &amp; Skin Rejuvenation to refresh &amp; revitalize</p>		\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:28:36', '2025-05-10 10:28:36', '', 20, 'https://bookblv.com/?p=6798', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6799, 1, '2025-05-10 10:28:36', '2025-05-10 10:28:36', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-10 10:28:36', '2025-05-10 10:28:36', '', 20, 'https://bookblv.com/?p=6799', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6800, 1, '2025-05-12 14:06:00', '2025-05-12 14:06:00', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-12 14:06:00', '2025-05-12 14:06:00', '', 20, 'https://bookblv.com/?p=6800', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6801, 1, '2025-05-12 14:06:00', '2025-05-12 14:06:00', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052cdb21\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052cdb21\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052cdb21\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052cdb21\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052cdb21\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052cdb21\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce0f2\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce0f2\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce0f2\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce0f2\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce0f2\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-9218704681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-9218704681e9052ce626\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052ce626\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052ce626\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052ce626\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052ce626\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-9218704681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9218704681e9052d0087\" aria-expanded=\"true\" aria-controls=\"Collapse-9218704681e9052d0087\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c6681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c6681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c6681e9052d0087\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb65681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb65681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb65681e9052d0087\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a681e9052d0087\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f3681e9052d0087\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f3681e9052d0087\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f3681e9052d0087\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-12 14:06:00', '2025-05-12 14:06:00', '', 20, 'https://bookblv.com/?p=6801', '0', 'revision', '', '0');

INSERT IGNORE INTO `SnT_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6802, 1, '2025-05-12 14:06:00', '2025-05-12 14:06:00', '<h2>BellaVie Rewards for Members</h2><h3>\n						 Welcome to BellaVie Rewards\n					</h3>				\n                                    Elite Partner BookingsExclusive Reservations & VIP AccessLuxury Property Design & ManagementRewards, Referrals & Transfers\n				<style>.elementor-6270 .elementor-element.elementor-element-c25b2de{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:3;}@media(max-width:1024px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:2;}}@media(max-width:767px){.elementor-6270 .elementor-element.elementor-element-3777437{--grid-columns:1;}}</style>		\n					<section data-id=\"8657e71\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n						<section data-id=\"f4a0c82\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n							<search role=\"search\" data-base-url=\"https://bookblv.com/\" data-page-num=\"1\">\n							<button data-filter=\"architect\" aria-pressed=\"false\">Architect</button>\n							<button data-filter=\"clinics\" aria-pressed=\"false\">Clinics</button>\n							<button data-filter=\"design-contractors\" aria-pressed=\"false\">Design &amp; Contractors</button>\n							<button data-filter=\"hotels-spas\" aria-pressed=\"false\">Hotels &amp; Spas</button>\n							<button data-filter=\"retreats\" aria-pressed=\"false\">Retreats</button>\n							<button data-filter=\"signature-access\" aria-pressed=\"false\">Signature Access</button>\n							<button data-filter=\"wellness-gourmet\" aria-pressed=\"false\">Wellness Gourmet</button>\n									<button data-filter=\"__all\" aria-pressed=\"true\">\n				All			</button>\n					</search>\n		</section>\n				<section data-id=\"3de3090\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<polygon transform = \"rotate(90 256 256)\" points=\"142.332,104.886 197.48,50 402.5,256 197.48,462 142.332,407.113 292.727,256 \"/>\n				</svg>\n        <form role=\"search\" action=\'#\' autocomplete=\"off\"\n			  aria-label=\"Search form\">\n			<input aria-label=\"Search input\"\n				   type=\'search\' class=\'orig\'\n				   tabindex=\"0\"\n				   name=\'phrase\'\n				   placeholder=\'Search trusted clinics, gourmet wellness, retreats &amp; spas\'\n				   value=\'\'\n				   autocomplete=\"off\"/>\n			<input aria-label=\"Search autocomplete\"\n				   type=\'text\'\n				   class=\'autocomplete\'\n				   tabindex=\"-1\"\n				   name=\'phrase\'\n				   value=\'\'\n				   autocomplete=\"off\" disabled/>\n			<input type=\'submit\' value=\"Start search\" style=\'width:0; height: 0; visibility: hidden;\'>\n		</form>\n	<button class=\'promagnifier\' tabindex=\"0\" aria-label=\"Search magnifier\">\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"22\" height=\"22\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\">\n					<path d=\"M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037\n						C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041\n						c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056\n						c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041\n						z\"/>\n				</svg>\n	</button>\n			<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\"\n				 y=\"0px\"\n				 width=\"12\" height=\"12\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\"\n				 xml:space=\"preserve\">\n				<polygon points=\"438.393,374.595 319.757,255.977 438.378,137.348 374.595,73.607 255.995,192.225 137.375,73.622 73.607,137.352 192.246,255.983 73.622,374.625 137.352,438.393 256.002,319.734 374.652,438.378 \"/>\n			</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"aslblur\">\n				<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"4\"/>\n			</filter>\n		</svg>\n		<svg style=\"position:absolute\" height=\"0\" width=\"0\">\n			<filter id=\"no_aslblur\"></filter>\n		</svg>\n		<form name=\'options\'\n	  aria-label=\"Search settings form\"\n	  autocomplete = \'off\'>\n	<input type=\"hidden\" name=\"filters_changed\" style=\"display:none;\" value=\"0\">\n	<input type=\"hidden\" name=\"filters_initial\" style=\"display:none;\" value=\"1\">\n		<input type=\'hidden\' name=\'qtranslate_lang\' id=\'qtranslate_lang1\'\n			   value=\'0\'/>\n	<fieldset>\n		<legend style=\"display: none;\">Generic selectors</legend>\n				<input type=\"checkbox\" value=\"exact\"\n					   aria-label=\"Exact matches only\"\n					   name=\"asl_gen[]\" />\n				Exact matches only			\n				<input type=\"checkbox\" value=\"title\"\n					   aria-label=\"Search in title\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in title			\n				<input type=\"checkbox\" value=\"content\"\n					   aria-label=\"Search in content\"\n					   name=\"asl_gen[]\"  checked=\"checked\"/>\n				Search in content			\n			<input type=\"checkbox\" value=\"excerpt\"\n				   aria-label=\"Search in excerpt\"\n				   name=\"asl_gen[]\"  checked=\"checked\"/>\n	</fieldset>\n	<fieldset>\n		<legend style=\"display: none;\">Post Type Selectors</legend>\n				<input type=\"checkbox\" value=\"post\"\n					   aria-label=\"Hidden option, ignore please\"\n					   name=\"customset[]\" checked=\"checked\"/>\n				</fieldset>\n	</form>\n		</section>\n		<style id=\"loop-6271\">.elementor-6271 .elementor-element.elementor-element-462978c img{border-radius:5px 5px 5px 5px;}.elementor-6271 .elementor-element.elementor-element-3526054 .elementor-heading-title{font-size:19px;}</style>		\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n					<section data-id=\"5b46085\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n		</section>\n		</section>\n		<style>/* Start custom CSS for html, class: .elementor-element-46da0f9 *//* Form Container */\n#country-form {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n    background: #f9f9f9;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n}\n#country-form {\n    display: flex;\n    align-items: center;\n    gap: 130px; /* Adds spacing between elements */\n}\n/* Form Group */\n.form-group {\n    margin-bottom: 20px;\n}\n/* Labels */\nlabel {\n    display: block;\n    margin-bottom: 8px;\n    font-weight: bold;\n    color: #333;\n}\n/* Dropdowns */\n.form-control {\n    width: 100%;\n    padding: 10px;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 16px;\n    color: #555;\n    background: #fff;\n    transition: border-color 0.3s ease;\n}\n.form-control:focus {\n    border-color: #0073e6;\n    outline: none;\n}\n/* Button */\n#redirect-button {\n    display: block;\n    width: 100%;\n    padding: 12px;\n    background: #0073e6;\n    color: #fff;\n    border: none;\n    border-radius: 4px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: background 0.3s ease;\n}\n#redirect-button:disabled {\n    background: #ccc;\n    cursor: not-allowed;\n}\n#redirect-button:not(:disabled):hover {\n    background: #005bb5;\n}\n@media (max-width: 768px) {\n    #country-form {\n        flex-direction: column;\n        align-items: stretch;\n        gap: 20px; /* Reduced spacing for smaller screens */\n        padding: 15px;\n    }\n    .form-group {\n        width: 100%;\n    }\n    #redirect-button {\n        width: 100%;\n    }\n}/* End custom CSS */</style>		\n					<section data-id=\"e73eb58\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<form id=\"country-form\">\n        <label for=\"resident-country\">Select Your Country of Residence:</label>\n        <select id=\"resident-country\" name=\"resident-country\">\n            <option value=\"\">-- Select --</option>\n            <option value=\"USA\">United States</option>\n            <option value=\"Canada\">Canada</option>\n            <option value=\"UK\">United Kingdom</option>\n        </select>\n        <label for=\"applying-country\">Select the Country You Want to Apply To:</label>\n        <select id=\"applying-country\" name=\"applying-country\">\n            <option value=\"\">-- Select Resident Country First --</option>\n        </select>\n        <a href=\"https://wa.me/+971506396374\" id=\"redirect-button\" style=\"display: block; width: 100%; padding: 12px; background: #ccc; color: #fff; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; pointer-events: none;\">Proceed</a>\n</form>\n		</section>\n		<style>.elementor-6200 .elementor-element.elementor-element-9cb9498 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-d5dce58 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}.elementor-6200 .elementor-element.elementor-element-1a28d16 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"a9bfaa9\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n					<h2>Maximize Your Investments with BellaVie Rewards</h2>				\n									<p><strong>Unlock Elite Real Estate Benefits, Earn Premium Rewards</strong></p><p>BellaVie Rewards connects savvy investors with high-value real estate and exclusive wellness opportunities. Experience unparalleled access to premium properties, luxury lifestyle experiences, and a performance-based rewards system that elevates the value of your assets.</p><p><!-- notionvc: 106c2903-06ab-438e-bdb6-0ca60536d6f7 --></p>								\n		</section>\n				<section data-id=\"5192478\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-92187046821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dc2f3\" aria-expanded=\"true\" aria-controls=\"Collapse-92187046821b688dc2f3\">\n                            Invest Smart, Earn More. Investor-Centric Rewards Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>As a BellaVie Rewards investor, you earn tiered benefits based on your real estate investments:</p><p>? <strong>Gold Tier (1.5%)</strong></p><p>Invest 1500,000 AED and unlock luxury experiences with BellaVie Points.</p><p>? <strong>Diamond Tier (1.75%)</strong></p><p>Invest 2,000,000 AED for exclusive privileges, including priority access to curated investment opportunities.</p><p>? <strong>Diamond Elite (2%)</strong></p><p>Invest 5,000,000 AED and enjoy VIP status in our elite investor circle.</p><p>? <strong>Titanium (2.25%)</strong></p><p>Invest 7,500,000 AED for priority access to premium property acquisitions and bespoke services.</p><p>? <strong>Titanium Plus (2.5%)</strong></p><p>Invest 10,000,000 AED+ for personalized design consultations, private wellness retreats, and elite property curation services.</p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dc2f3\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dc2f3\">\n                            Introducing BellaVie’s Exclusive Investor Group Buying\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Investor Strategy: Group Buying &amp; Signature Architectural Design Consultation</strong></p><p>At <strong>BellaVie Rewards</strong>, we believe in offering our investors unparalleled luxury and exclusivity, coupled with intelligent investment strategies. We are excited to introduce a new <strong>group buying opportunity</strong> alongside our signature <strong>Architectural Design Consultation Add-On</strong>—a service crafted to cater to the discerning few who seek not only exceptional properties but also extraordinary living experiences.</p><h3><strong>Introducing BellaVie’s Exclusive Investor Group Buying</strong></h3><p>Through BellaVie Rewards, investors now have the unique opportunity to join forces and purchase luxury real estate properties in <strong>exclusive groups</strong>. This innovative strategy allows you to leverage collective buying power to access premium properties that would otherwise be unattainable individually.</p><p>As a <strong>BellaVie Investor</strong>, you will have access to:</p><ul><li><strong>Priority Access</strong>: Gain first access to group buying opportunities, ensuring you can select the most coveted properties before they become available to the general public.</li><li><strong>Exclusive Properties</strong>: Properties available for group buying include <strong>Branded Residences</strong>, <strong>Penthouses</strong>, and <strong>Townhouses</strong> located in Dubai’s most prestigious developments.</li><li><strong>Private Investor Network</strong>: Enjoy the privilege of being a part of an exclusive investor network, allowing you to collaborate with like-minded individuals for high-value real estate acquisitions.</li></ul><p>When you invest in properties via group buying, you not only unlock a <strong>higher return on investment</strong> through shared purchasing power but also enjoy <strong>exclusive bonuses</strong> such as <strong>BellaVie Points</strong>, which can be redeemed for wellness services, <strong>architectural consultations</strong>, and <strong>luxury retreats</strong>.</p><h3><strong>BellaVie Signature Architectural Design Consultation Add-On</strong></h3><p>As part of our commitment to making your investment more than just a purchase, we offer the <strong>Signature Architectural Design Consultation Add-On</strong> for BellaVie Rewards members who invest in properties valued at <strong>45 million AED</strong> or higher.</p><p><strong>This premium service</strong>—valued at 500,000 <strong>AED</strong>—includes a personalized, world-class consultation with our partner, <strong>ADC Architects</strong>, who will work closely with you to design a space that aligns with your unique lifestyle.</p><ul><li><strong>Personalized Service</strong>: Every detail of your property, from interior layouts to aesthetic design, will be tailored to your exact preferences and vision.</li><li><strong>Architectural Excellence</strong>: ADC Architects brings unparalleled expertise, ensuring your property is not just a home, but a timeless masterpiece.</li><li><strong>Luxury Reimagined</strong>: In addition to the consultation, you may choose to enhance your property with our <strong>exclusive upgrade package</strong>, which includes <strong>three innovative repurposing design concepts</strong>, valued at <strong>900,000 AED</strong>. This option ensures your investment is truly unique and a reflection of the highest standards in design.</li></ul><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Smart Investment Lifestyle Elevated</strong>: Not only will your investment provide a return through the <strong>group buying</strong> strategy, but you’ll also enjoy the added luxury of personalized <strong>architectural design</strong> to ensure your property is a perfect reflection of your vision.</li><li><strong>Exclusivity at its Best</strong>: As part of the <strong>BellaVie community</strong>, you gain access to a circle of high-net-worth investors and VIP events that offer unparalleled networking opportunities and early access to <strong>premium properties</strong>.</li><li><strong>Elevate Your Lifestyle</strong>: Use your <strong>BellaVie Points</strong> earned from your investment to redeem exclusive <strong>wellness services</strong> and <strong>luxury retreats</strong>, ensuring you live in both luxury and health.</li></ul><h3><strong>Become Part of the BellaVie Investor Family</strong></h3><p>At BellaVie Rewards, we don’t just offer properties; we offer a <strong>lifestyle</strong>. As an investor, you are not simply purchasing real estate—you are gaining access to <strong>curated experiences</strong>, <strong>personalized services</strong>, and <strong>exclusive opportunities</strong> designed to elevate every aspect of your life.</p><p>Let us help you turn your investments into a reflection of your personal vision, while enjoying the most luxurious benefits available on the market.</p><h3><strong>Contact Us Today</strong></h3><p>Unlock <strong>exceptional</strong> rewards, exclusive <strong>group buying opportunities</strong>, and the highest standards of <strong>architectural luxury</strong>. Connect with our team to explore these <strong>unmatched</strong> benefits and start your journey with <strong>BellaVie Rewards</strong> today.</p><p>ADC logo</p><h3><strong>Sustainability at ADC Consultants: Designing for a Better Tomorrow</strong></h3><p><strong>At ADC</strong> <strong>Architectural Design Consultants</strong>, sustainability is at the heart of everything we do. We believe that true luxury isn’t just about aesthetics; it’s about creating environments that benefit not only the people who live and work in them but also the world around them. Our approach to sustainable design is thoughtful, innovative, and future-focused, ensuring that every project we undertake contributes to a greener, healthier planet.</p><h3><strong>Sustainable Architecture</strong></h3><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>Our architectural designs are rooted in the principles of sustainability, ensuring that every building we create is energy-efficient, environmentally responsible, and built to last. We use <strong>eco-friendly materials</strong>, optimize <strong>natural lighting</strong>, and incorporate <strong>energy-efficient technologies</strong> that reduce environmental impact while maintaining the highest standards of luxury and comfort.</p><ul><li><strong>Energy-Efficient Design</strong>: We maximize energy savings through smart design and advanced technologies, reducing the carbon footprint of every structure.</li><li><strong>Green Building Materials</strong>: We prioritize the use of sustainable, non-toxic materials to minimize the ecological impact of each project.</li><li><strong>Passive Design Strategies</strong>: By incorporating passive design strategies like natural ventilation, we reduce the reliance on mechanical systems, ensuring a more sustainable, long-term solution.</li></ul><h3><strong>Landscape Design with a Green Focus</strong></h3><p>Sustainability extends beyond the buildings themselves, and our landscape design services focus on creating <strong>beautiful</strong>, <strong>functional</strong>, and <strong>ecologically responsible</strong> outdoor spaces. We take into consideration local climates, native plant species, and water conservation strategies to develop landscapes that thrive with minimal environmental impact.</p><ul><li><strong>Native Plant Selection</strong>: By using native plants, we create landscapes that require less water, less maintenance, and are better adapted to the local environment.</li><li><strong>Water Conservation</strong>: Our designs incorporate irrigation systems that minimize water waste and promote sustainable water management.</li><li><strong>Biodiversity</strong>: We ensure that our landscapes enhance the local ecosystem, providing habitats for local wildlife and contributing to overall biodiversity.</li></ul><h3><strong>Sustainable Interior Design</strong></h3><p>Our interior design approach goes beyond aesthetics, focusing on <strong>creating healthy, sustainable indoor environments</strong> that promote the well-being of residents while being gentle on the environment. From energy-efficient lighting and appliances to the use of <strong>sustainable materials</strong> and <strong>eco-conscious furniture</strong>, we ensure every detail of your interior supports a healthier, more sustainable lifestyle.</p><ul><li><strong>Non-Toxic Materials</strong>: We prioritize sustainable materials like bamboo, reclaimed wood, and low-VOC paints to reduce harmful emissions and promote healthier indoor air quality.</li><li><strong>Energy-Efficient Systems</strong>: From LED lighting to energy-efficient heating and cooling systems, we incorporate technologies that minimize energy consumption.</li><li><strong>Smart Technologies</strong>: We integrate smart home technologies that enable occupants to monitor and control their energy use, creating a more sustainable, comfortable living space.</li></ul><h3><strong>Sustainable Project Management</strong></h3><p>Sustainability isn’t just about the finished product—it’s also about how we manage and execute each project. Our <strong>project management</strong> team is committed to minimizing waste, reducing environmental impact, and ensuring that all stages of construction meet the highest sustainability standards.</p><ul><li><strong>Efficient Construction Practices</strong>: We collaborate with contractors who prioritize sustainable construction methods, minimizing waste and maximizing resource efficiency.</li><li><strong>Green Certifications</strong>: We work towards achieving certifications like <strong>LEED</strong> (Leadership in Energy and Environmental Design) to ensure that your project meets internationally recognized sustainability standards.</li><li><strong>Waste Reduction</strong>: From efficient materials sourcing to careful planning, we ensure minimal construction waste and optimal use of resources.</li></ul><h3><strong>Sustainability in Action: Making a Difference</strong></h3><p>At ADC Consultants, sustainability is more than just a concept—it’s a responsibility. We’re dedicated to <strong>creating spaces that serve both people and the planet</strong>, ensuring that every project we undertake contributes to a healthier, more sustainable future. Our designs don’t just aim to reduce environmental impact; they aim to create spaces that inspire people to live in harmony with the world around them.</p><p>By choosing ADC Consultants, you’re not just investing in luxury—you’re investing in a more sustainable, responsible future. <strong>Let us help you create a space that’s not only a reflection of your personal style but also of your commitment to the environment.</strong></p><p><strong>Contact ADC Consultants</strong> today to learn more about how we can make your vision a sustainable reality.</p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dc2f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dc2f3\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dc2f3\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Invest with Precision. Live with Excellence.</strong></h3><p>In 2025, wellness and sustainability are no longer trends—they are the foundation of the future of investment. <strong>BellaVie Rewards</strong> is designed for investors who <strong>demand more than just returns—they seek holistic value, long-term sustainability, and unmatched distinction</strong>. With a wellness-focused approach, BellaVie empowers investors to secure assets that are not only profitable but also aligned with the global movement towards sustainable living and well-being.</p><p>Our exclusive <strong>investor benefits</strong> ensure:</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority access to ultra-premium wellness-centric properties</strong></p><p>before market release, ensuring you’re ahead of the curve in this rapidly growing sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural enhancement strategies</strong></p><p>that incorporate sustainable building practices, biophilic design, and green technology to elevate property value while contributing to the environment.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Personalized investment guidance</strong></p><p>focused on</p><p><strong>high-yield wellness and sustainable properties</strong></p><p>that are positioned for growth, longevity, and responsible stewardship.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Global networking opportunities</strong></p><p>with elite investors, top-tier wellness-focused developers, and premium architectural consultants, connecting you with the most lucrative and future-forward investment opportunities available.</p><p><strong>Why Invest in Wellness and Sustainability?</strong> Wellness is no longer a niche—it’s a way of life. <strong>Investing in wellness-focused real estate</strong> means aligning your portfolio with the growing demand for spaces that promote health, sustainability, and peace of mind. From smart home technology and energy-efficient systems to amenities designed to enhance well-being, these properties are the future.</p><p>As a <strong>BellaVie Rewards investor</strong>, you gain access to a <strong>privileged network</strong> of high-net-worth individuals, luxury developers, and visionary architects who are shaping the future of wellness-focused living. This ecosystem opens doors to exclusive projects and collaborations that promise sustainable returns and a lasting legacy of luxury.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f30d/72.png</a></p><p><strong>Sustainability</strong></p><p>is the key to securing the future, and BellaVie Rewards offers you the opportunity to invest in properties that support</p><p><strong>a healthier, more sustainable lifestyle</strong></p><p>, driving both social and environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request your investor package today</strong></p><p>and be part of the wellness revolution in real estate.</p><h3><strong>Investor Package: Join the Wellness Revolution in Real Estate</strong></h3><p><strong>Headline:</strong> <strong>Your Exclusive Path to High-Yield Wellness Investments</strong></p><p><strong>Content:</strong></p><p>At BellaVie Rewards, we offer a unique opportunity for discerning investors to be at the forefront of the wellness real estate movement. Our <strong>Investor Package</strong> provides all the essential tools, insights, and connections you need to thrive in this rapidly evolving sector.</p><h3><strong>What’s Inside Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Priority Property Access:</strong></p><p>Gain exclusive first-look access to <strong>wellness-focused, high-end real estate</strong> opportunities—available before public release. Secure the best deals on properties that integrate sustainable practices and promote well-being.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Comprehensive Investment Analysis:</strong></p><p>Receive a <strong>personalized investment strategy</strong> tailored to your goals. Our team of expert consultants will guide you through opportunities that balance <strong>high returns with long-term sustainability</strong>.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Architectural Insights &amp; Design Innovations:</strong></p><p>Learn about cutting-edge architectural enhancements and sustainable building technologies that increase property value. Receive access to our <strong>partnership with ADC Architects</strong>, known for their commitment to innovation, sustainability, and wellness design.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Exclusive Networking Opportunities:</strong></p><p>Connect with a select group of <strong>elite investors</strong>, <strong>premium developers</strong>, and <strong>wellness-focused architects</strong> from around the world. Build valuable relationships that open doors to future opportunities in the wellness sector.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Access to Premium Events &amp; Retreats:</strong></p><p>As a BellaVie Rewards investor, you’ll be invited to <strong>exclusive wellness retreats, private events</strong>, and networking gatherings. Gain insights from industry leaders and share your expertise with fellow investors.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Sustainability Focused Opportunities:</strong></p><p>Invest in properties that go beyond the ordinary, incorporating <strong>green technologies, wellness-oriented amenities</strong>, and <strong>biophilic design principles</strong>—ensuring both financial returns and a positive environmental impact.</p><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f539/72.png</a></p><p><strong>Real-Time Project Updates:</strong></p><p>Stay informed with <strong>detailed progress reports</strong> and updates on your investments. Be confident that your properties are being managed efficiently and with a focus on <strong>sustainability and wellness</strong>.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ul><li><strong>Reputation for Excellence:</strong> Our hand-picked, wellness-focused properties are designed to meet the needs of today’s luxury market while keeping sustainability at the forefront.</li><li><strong>Long-Term Value:</strong> By investing in wellness properties, you’re aligning your portfolio with a trend that’s not just a momentary interest but a lifestyle shift that will continue to drive demand for years to come.</li><li><strong>Commitment to Your Success:</strong> Our dedicated team provides you with constant support and the expertise needed to maximize your returns on investment.</li></ul><h3><strong>How to Get Your Investor Package:</strong></h3><p>!<a href=\"https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png\">https://fonts.gstatic.com/s/e/notoemoji/16.0/1f4e9/72.png</a></p><p><strong>Request Your Investor Package Today</strong></p><p>by filling out the form below. Join the</p><p><strong>wellness revolution</strong></p><p>and position yourself to thrive in the future of luxury real estate.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><p><strong>Be a part of a community that redefines luxury and investment opportunities.</strong> With BellaVie Rewards, you’re not just investing in real estate—you’re investing in <strong>a lifestyle of wellness, sustainability, and unparalleled luxury</strong>.</p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-92187046821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-92187046821b688dc88d\">\n                            Exclusive Investor Benefits\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>? <strong>Property Enhancement Program</strong></p><p>Enhance your property’s appeal with luxury design, furnishings, and amenities to maximize ROI.</p><p>? <strong>High-Yield Incentives</strong></p><p>Earn up to 7% back in BellaVie Points when engaging in luxury property enhancements and wellness real estate group buying and referral rewards.</p><p>? <strong>Exclusive Investment Opportunities</strong></p><p>Gain access to off-market luxury properties curated for long-term growth—available exclusively to BellaVie Rewards investors.</p><p><strong>Transform Your Investment Strategy with BellaVie Rewards</strong></p><p>BellaVie Rewards offers a seamless connection between luxury wellness, smart investments, and exclusive real estate opportunities. Enhance the value of your assets while enjoying elite privileges that only BellaVie can offer.</p><p><strong>Sign Up for BellaVie Rewards</strong></p><p>Gain instant access to exclusive benefits and elevate your real estate portfolio.</p><p><strong>Earn BellaVie Points</strong></p><p>Unlock luxury rewards and experiences based on your investment and property enhancements.</p><p><strong>Engage &amp; Refer</strong></p><p>Share the BellaVie experience and unlock even more elite benefits as a valued investor.</p><p><strong>Luxury. Smart Investment. Exclusive Access.</strong></p><p>BellaVie Rewards – Your gateway to transforming real estate into an asset of prestige and value.</p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dc88d\">\n                            BellaVie Rewards Exclusive Investor Strategy: Signature Architectural Design Consultation Add-On\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dc88d\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dc88d\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dc88d\">\n                            Maximize Your Returns with BellaVie Rewards: Your Path to High-Yield Wellness Investments\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Welcome to the Future of Real Estate Investing</strong></p><p>At BellaVie Rewards, we’re redefining luxury and wellness in the real estate market. Our investment opportunities are designed for those who seek not only financial prosperity but a meaningful, sustainable lifestyle. By investing in wellness-focused real estate, you\'re tapping into a market poised for exponential growth—an investment that promises both returns and an enhanced quality of life.</p><h3><strong>Why Invest with BellaVie Rewards?</strong></h3><h3><strong>High-Return Wellness Investments</strong></h3><p>Wellness properties are a fast-growing segment of the real estate market, driven by increasing demand for spaces that promote health and sustainability. By investing with BellaVie Rewards, you’re positioning yourself at the forefront of this transformative trend, with exceptional returns and long-term growth potential.</p><h3><strong>Investment-Driven by Innovation</strong></h3><p>Our investment properties are not just about luxury—they’re about future-proofing your portfolio. Designed with cutting-edge architectural insights, sustainable building technologies, and biophilic design, our properties are built to stand the test of time. They aren’t just homes; they are investments in wellness, environmental responsibility, and lasting value.</p><h3><strong>Projected Returns on Investment (ROI)</strong></h3><p>At BellaVie Rewards, we provide detailed ROI projections that give you a clear picture of what you can expect from your investment in wellness real estate.</p><h3><strong>Projected Annual ROI</strong>:</h3><ul><li><strong>Luxury Residential Properties</strong>: 6-8% return annually, driven by high demand for wellness-focused living and rental income opportunities.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: 7-10% annual return, with strong performance due to the growing trend of wellness tourism.</li><li><strong>Mixed-Use Developments</strong>: 8-12% return, combining residential, wellness, and commercial spaces for diversified income streams.</li></ul><h3><strong>Capital Appreciation</strong>:</h3><ul><li>Our properties are strategically located in prime wellness destinations, including Dubai’s most sought-after districts. This offers an expected capital appreciation rate of <strong>5-7% annually</strong> over the next 5-10 years, thanks to high demand and limited supply of wellness-oriented real estate.</li></ul><h3><strong>Rental Yields</strong>:</h3><ul><li>Wellness-focused real estate offers superior rental yields, ranging from <strong>5-8%</strong> annually. Properties with spa and wellness amenities are highly sought after by renters, ensuring consistent demand and rental income.</li></ul><h3><strong>Tax Advantages</strong>:</h3><ul><li>Invest in sustainable, eco-friendly properties and benefit from various tax incentives. Our properties comply with green building standards, which can lead to tax deductions or exemptions depending on your location and investment structure.</li></ul><h3><strong>How ROI Is Calculated</strong></h3><p>We work with a team of real estate experts, financial analysts, and architects to provide you with a clear picture of expected returns. Each investment package includes:</p><ul><li><strong>Personalized Investment Strategy</strong>: Tailored to your financial goals, risk tolerance, and preferred timeline.</li><li><strong>Comprehensive Financial Overview</strong>: Detailed analysis of expected rental yields, capital appreciation, and exit strategies.</li><li><strong>Market Data &amp; Trends</strong>: A breakdown of current market conditions, growth forecasts, and long-term projections for wellness real estate investments.</li></ul><h3><strong>Real-World Success Stories</strong></h3><p>Don’t just take our word for it—our investors are already seeing success. Here’s how some of our clients have benefited from investing with BellaVie Rewards:</p><h3><strong>Case Study 1: Wellness Residences in Dubai</strong></h3><ul><li><strong>Investment</strong>: 15 million AED for a luxury wellness property</li><li><strong>Projected ROI</strong>: 7% annually</li><li><strong>Actual ROI</strong>: 8% annually, exceeding expectations with high demand for wellness amenities.</li><li><strong>Capital Appreciation</strong>: 6% growth in property value over 2 years.</li><li><strong>Additional Income</strong>: 5% annual rental yield.</li></ul><h3><strong>Case Study 2: Wellness Hotel in Maldives</strong></h3><ul><li><strong>Investment</strong>: 30 million AED for a wellness retreat</li><li><strong>Projected ROI</strong>: 9% annually</li><li><strong>Actual ROI</strong>: 10% in the first year, with increased occupancy rates due to the boom in wellness tourism.</li></ul><h3><strong>ROI Comparison with Industry Benchmarks</strong></h3><table><thead><tr><th><strong>Investment Type</strong></th><th><strong>BellaVie Rewards ROI</strong></th><th><strong>Industry Standard ROI</strong></th></tr></thead><tbody><tr><td><strong>Luxury Residential Property</strong></td><td>6-8% annually</td><td>4-5% annually</td></tr><tr><td><strong>Wellness Hotels &amp; Retreats</strong></td><td>7-10% annually</td><td>5-6% annually</td></tr><tr><td><strong>Mixed-Use Developments</strong></td><td>8-12% annually</td><td>5-7% annually</td></tr></tbody></table><p>BellaVie Rewards consistently outperforms the market, offering higher returns thanks to our exclusive focus on wellness real estate in prime locations.</p><h3><strong>Real-Time Investment Monitoring &amp; Updates</strong></h3><p>As an investor, you’ll receive regular, real-time updates on the performance of your properties. This includes:</p><ul><li><strong>Quarterly ROI Reports</strong>: Track the growth of your investment and any changes in market conditions.</li><li><strong>Project Progress Updates</strong>: Stay informed about key developments, architectural changes, and sustainability initiatives.</li><li><strong>Financial Forecasts</strong>: Receive updated projections based on real-time data, so you can adjust your strategy as needed.</li></ul><h3><strong>How to Get Started</strong></h3><p>Ready to explore high-yield wellness investments with BellaVie Rewards? It’s easy to take the next step:</p><ol><li><strong>Request Your Investor Package</strong>: Fill out the form below to receive detailed information about our investment opportunities.</li><li><strong>Schedule a Consultation</strong>: Our experts will provide you with personalized guidance and investment strategies to maximize your ROI.</li><li><strong>Start Investing</strong>: Choose from our carefully selected portfolio of wellness-focused real estate and start earning!</li></ol><h3><strong>Request Your Investor Package Today</strong></h3><p>Complete the form below to unlock exclusive access to our investment opportunities and start your journey toward a prosperous and sustainable future.</p><p>[Form: Name, Email, Phone Number, Preferred Contact Method]</p><p>[Submit Button: Request My Investor Package]</p><h3><strong>Why BellaVie Rewards?</strong></h3><ul><li><strong>Luxury &amp; Wellness</strong>: We specialize in wellness-driven real estate that goes beyond conventional luxury living, offering properties designed for health, sustainability, and lasting value.</li><li><strong>High Returns</strong>: Our focus on high-end wellness properties ensures above-market returns, with strong capital appreciation and consistent rental yields.</li><li><strong>Expert Guidance</strong>: Our team of investment advisors, architects, and financial experts are here to guide you every step of the way.</li><li><strong>Sustainable Growth</strong>: Invest in properties that align with the future of real estate—sustainable, wellness-centered, and built for long-term growth.</li></ul><p>By investing in BellaVie Rewards, you’re not just acquiring a property—you’re securing a lifestyle of wellness and luxury with exceptional financial returns.</p><p><strong>Start Your Investment Journey Now.</strong></p><h3><!-- notionvc: 56b59221-2ae6-48eb-acff-a6435fdc2efb --><br /><!-- notionvc: 0502c445-a11a-45ae-983e-30d0458c541f --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-92187046821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-92187046821b688dcdb9\">\n                            BellaVie Rewards Investor Ambassadors Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Where Elite Investors Meet Unmatched Luxury &amp; Confidentiality</strong></p><p>Welcome to an exclusive network where your investments earn more than just returns. As a <strong>BellaVie Ambassador</strong>, you\'re granted access to private opportunities, elite rewards, and confidential recognition reserved for the most distinguished investors. Elevate your status, engage with high-net-worth peers, and enjoy unparalleled rewards.</p><p><strong>Ready to Unlock the Ultimate in Luxury Investment?</strong></p><h3><strong>BellaVie Rewards Confidential Investor Ambassadors Program</strong></h3><p><strong>Exclusive. Elite. Confidential.</strong></p><p>Welcome to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>, where we redefine what it means to be an investor. This is not just a referral program – this is an <strong>elite, confidential network</strong> where you’ll receive the recognition, rewards, and VIP access that are reserved only for a select few. As a <strong>BellaVie Ambassador</strong>, you’re not just an investor – you’re an <strong>ambassador of luxury, exclusivity, and high-net-worth investment opportunities</strong>.</p><h3><strong>How It Works:</strong></h3><h3><strong>Private, Tailored Referral Process</strong></h3><ul><li><strong>Secure, Discreet Referrals</strong>: All referrals are managed <strong>confidentially</strong> through <strong>secure, private channels</strong>, ensuring that both your introduction and the referred investor remain protected and invisible to the public eye.</li><li><strong>VIP Referral Link</strong>: You will receive a <strong>personalized referral code</strong> or <strong>private link</strong>, designed to be shared only with your inner circle. This ensures that your network remains exclusive, and only <strong>high-caliber investors</strong> are brought into the fold.</li><li><strong>Tailored Communications</strong>: Your referrals will receive <strong>VIP invitations</strong> directly from BellaVie, guaranteeing that all communication is <strong>personalized</strong> and <strong>exclusive</strong>—with no mass outreach or advertising.</li></ul><h3><strong>Exclusive Access &amp; Confidential Updates</strong></h3><ul><li><strong>Encrypted Status Updates</strong>: Receive <strong>encrypted, secure updates</strong> on the status of your referrals and any earned rewards—keeping everything discreet and private.</li><li><strong>VIP Treatment for Referrals</strong>: Each referral will be treated as an elite <strong>VIP investor</strong>, gaining access to premium properties, invitations to <strong>invitation-only events</strong>, and exclusive <strong>property showcases</strong>.</li></ul><h3><strong>Referral Rewards Breakdown:</strong></h3><h3><strong>Earn BellaVie Points</strong></h3><ul><li><strong>0-3 Referrals</strong>: Earn <strong>0.5%</strong> in <strong>BellaVie points</strong> of the total investment made by the referred investor.</li><li><strong>4-7 Referrals</strong>: Receive <strong>1%</strong> in <strong>BellaVie points</strong> for each investment made by the referred investors.</li><li><strong>8+ Referrals</strong>: Earn <strong>1.5%</strong> in <strong>BellaVie points</strong> for each investment and gain <strong>priority access</strong> to upcoming luxury property opportunities and <strong>VIP investment events</strong>.</li></ul><h3><strong>Architectural Consultation Rewards</strong></h3><ul><li><strong>Luxury Design Consultation services</strong>: For every <strong>3 successful referrals</strong>, receive a <strong>luxury architectural consultation</strong> from a world-renowned designer or architect, worth of <strong>500,000 AED</strong>.</li><li><strong>Exclusive Property Upgrade</strong>: For every <strong>5 successful referrals</strong>, receive a <strong>complimentary architectural upgrade service</strong>, customized to your investment property, valued at <strong>up to 1 million AED</strong>.</li></ul><h3><strong>Exclusive Price Reductions</strong></h3><ul><li><strong>VIP Price Reductions</strong>: Enjoy exclusive price reductions on your next luxury property acquisition when you refer qualified investors, starting at <strong>0.5%</strong> and scaling up to <strong>2.5%</strong>, depending on the number of successful referrals.<ul><li><strong>0-2 Referrals</strong>: <strong>0.5% price reduction</strong></li><li><strong>3-5 Referrals</strong>: <strong>1.5% price reduction</strong></li><li><strong>6+ Referrals</strong>: <strong>2.5% price reduction</strong></li></ul></li></ul><h3><strong>Long-Term, Elite Rewards:</strong></h3><h3><strong>Continuous Earning Potential</strong></h3><ul><li><strong>Lifetime Earnings</strong>: As long as your referred investors remain engaged in the BellaVie Rewards program, you will <strong>continue to earn</strong> BellaVie points, creating a <strong>long-term revenue stream</strong>.</li><li><strong>Additional Investment Incentives</strong>: Earn additional points when your referred investors engage with <strong>premium property enhancement services</strong> or <strong>wellness luxury services</strong>.</li></ul><h3><strong>Exclusive Networking Opportunities</strong></h3><ul><li><strong>Private, VIP Investor Events</strong>: Your successful referrals unlock <strong>invitation-only</strong> access to private networking events, showcasing <strong>luxury real estate</strong>, <strong>wellness investment opportunities</strong>, and introducing you to <strong>high-net-worth peers</strong>.</li><li><strong>Special Access to BellaVie Projects</strong>: Ambassadors who consistently refer successful investors will gain <strong>priority access</strong> to <strong>upcoming luxury real estate projects</strong>, as well as exclusive opportunities to invest in <strong>off-market properties</strong>.</li></ul><h3><strong>Confidentiality &amp; Exclusivity Guaranteed:</strong></h3><h3><strong>Absolute Privacy</strong></h3><ul><li><strong>Secure Communication</strong>: All communications, from referral to reward, will be handled through <strong>private, secure channels</strong>, ensuring the <strong>highest level of confidentiality</strong>.</li><li><strong>Tailored Ambassador Experience</strong>: As a <strong>BellaVie Ambassador</strong>, you will receive an <strong>exclusive, high-touch service</strong> that makes you feel valued, respected, and elevated throughout your referral journey.</li></ul><h3><strong>Your Status as an Elite Investor</strong></h3><ul><li><strong>Elite, VIP Status</strong>: You are not just a participant in a referral program—you are an A<strong>mbassador</strong> to BellaVie’s <strong>luxury investor network</strong>. Your status will be recognized, and you will be treated as an exclusive part of the <strong>most prestigious circle</strong> of investors.</li></ul><h3><strong>Why Join the BellaVie Rewards Investor Ambassadors Program?</strong></h3><p>Lucrative Rewards: Earn up to 2.5% price reduction on luxury property purchases, alongside exclusive BellaVie points and VIP architectural consultations.</p><p>Confidential &amp; Secure: Your investments, rewards, and network remain private building a foundation of trust and exclusivity in your real estate ventures.</p><p>Exclusive Access: Get VIP access to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</p><p>Long-Term Value Creation: With every successful referral, you can grow your wealth, gain priority access to projects, and continue earning points as your referrals stay engaged.Are You Ready to Elevate Your Status?If you have like-minded investors in your network, it’s time to introduce them to the BellaVie Rewards Investor Ambassadors Program. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><ul><li><strong>Lucrative Rewards</strong>: Earn up to <strong>2.5% price reduction</strong> on luxury property purchases, alongside <strong>exclusive BellaVie points</strong> and <strong>VIP architectural consultations</strong>.</li><li><strong>Confidential &amp; Secure</strong>: Your investments, rewards, and network remain <strong>private</strong>—building a foundation of <strong>trust</strong> and <strong>exclusivity</strong> in your real estate ventures.</li><li><strong>Exclusive Access</strong>: Get <strong>VIP access</strong> to premium properties, private events, and curated investment opportunities—available only to the most distinguished investors in the BellaVie community.</li><li><strong>Long-Term Value Creation</strong>: With every successful referral, you can grow your wealth, gain <strong>priority access to projects</strong>, and continue earning points as your referrals stay engaged.</li></ul><p><strong>Are You Ready to Elevate Your Status?</strong> If you have like-minded investors in your network, it’s time to introduce them to the <strong>BellaVie Rewards Investor Ambassadors Program</strong>. Experience the luxury, the rewards, and the elite status that comes with being a part of this exclusive network.</p><p>Let BellaVie elevate your investments and your lifestyle—<strong>in absolute confidentiality</strong>.</p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688dcdb9\">\n                            Investor Benefits – The Future of Investment is Wellness-Focused\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Craft a Timeless Legacy of Luxury and Wellness with BellaVie Rewards</strong></p><p>At BellaVie, we believe that luxury is not just an experience—it’s a lifestyle. A lifestyle defined by exclusivity, personalization, and unparalleled elegance. With our <strong>Signature Architectural Design Consultation Add-On</strong>, we offer a unique opportunity for our investors to elevate their investments into extraordinary homes that reflect their true vision. This premium service is designed to help you craft a residence that mirrors your aspirations, providing a seamless blend of innovative design and wellness-focused living.</p><h3><strong>An Invitation to Redefine Luxury Living</strong></h3><p>The <strong>Personalized Architectural Design Consultation</strong>, valued at 500,000 <strong>AED</strong>, is available as a premium add-on with the purchase of any of the following prestigious properties:</p><ul><li><strong>Penthouse above 45 million AED</strong></li><li><strong>Townhouse for 39 million AED</strong></li></ul><p>Alongside this, we offer an <strong>Exclusive Upgrade Option,</strong> which features <strong>three innovative repurposing design concepts</strong>. These concepts offer you the opportunity to completely transform the aesthetic and functional aspects of your property, ensuring it not only meets but exceeds your expectations.</p><h3><strong>Why Choose BellaVie Rewards for Your Investment?</strong></h3><ol><li><p><strong>A Personal Touch: Tailor Every Detail of Your Home</strong></p><p>Investing with BellaVie means more than just purchasing a luxury property—it’s about crafting a home that is uniquely yours. The <strong>Personalized Architectural Design Consultation</strong> allows you direct access to <strong>world-renowned architects</strong> and design experts. Whether it’s the layout, finishes, or custom features, this consultation ensures that your home is designed with the utmost attention to your preferences, lifestyle, and wellness needs. With a focus on comfort, sustainability, and functionality, your property will reflect your personal vision.</p></li><li><p><strong>Luxury Redefined: Experience World-Class Design Expertise</strong></p><p>Our exclusive partnership with <strong>ADC Architects</strong> brings <strong>unparalleled design expertise</strong> to your investment. ADC Architects are globally recognized for their innovative approach that fuses form and function, creating residences that are as practical as they are beautiful. This collaboration ensures that your property will stand as a testament to timeless elegance, with spaces that are thoughtfully designed to enhance both your lifestyle and well-being.</p></li><li><p><strong>Exclusivity: Only for BellaVie Rewards Members</strong></p><p>The <strong>Signature Architectural Design Consultation Add-On</strong> is available only to <strong>BellaVie Rewards members</strong>, providing an additional layer of prestige to your investment. By becoming a member, you are joining an elite group of individuals who share your appreciation for the finest things in life. This exclusive offering is more than just about a property—it’s about being part of a community that values privacy, luxury, and unparalleled service.</p></li><li><p><strong>Premium Upgrades: The Art of Personalized Living</strong></p><p>With our <strong>Exclusive Upgrade Package</strong>, you can completely <strong>reimagine key spaces in your home</strong> through three bespoke repurposing design concepts, valued at <strong>9 million AED</strong>. This premium upgrade provides you the opportunity to transform any area of your residence, from grand living rooms to luxurious master suites or expansive kitchens, into a functional masterpiece that reflects your personal taste. These upgrades are designed not just for beauty, but for your ultimate comfort and wellness, making your home a sanctuary that adapts to your needs and lifestyle.</p></li><li><p><strong>Second Homes &amp; Vacation Residences: A Wellness-Focused Investment Opportunity</strong></p><p>In alignment with global trends and the increasing demand for wellness-centric properties, BellaVie Rewards offers an exclusive focus on <strong>second homes and vacation residences</strong>. Whether you seek a retreat for relaxation or an investment opportunity that maximizes returns while promoting health and wellness, our wellness-focused properties ensure that your vacation home is not just an escape, but an investment in your long-term well-being and financial prosperity. These properties, strategically located in luxury destinations, provide you with the ultimate investment in both lifestyle and financial growth.</p></li></ol><h3><strong>A True Investment in Your Future</strong></h3><p>When you choose to invest with BellaVie Rewards, you are not merely acquiring a luxury property; you are investing in a future where your home is your most precious asset. Our <strong>Signature Architectural Design Consultation Add-On</strong> ensures that your investment will evolve into a sanctuary that stands the test of time, combining <strong>luxury</strong>, <strong>wellness</strong>, and <strong>sustainability</strong>. Your home will not only be a reflection of who you are but will also offer a lasting legacy for generations to come.</p><h3><strong>Become Part of the BellaVie Investors Family</strong></h3><p>This exclusive service is not just about acquiring a property—it’s about becoming a part of a community that shapes the future of luxury living and wellness. As a BellaVie investor, you gain access to a curated selection of <strong>wellness-focused properties</strong>, <strong>world-class architectural expertise</strong>, and <strong>exceptional service</strong> that ensures your investment is more than just a financial asset—it’s a lifestyle.</p><p>With BellaVie Rewards, you’re investing in <strong>luxury living</strong>, <strong>wellness-driven design</strong>, and <strong>long-term value</strong>. Your home becomes not just a place to live, but an experience, a statement, and a legacy.</p><h3><strong>Contact Us Today to Explore This Unparalleled Opportunity</strong></h3><p>If you are ready to transform your investment into something truly extraordinary, contact us today to explore the <strong>Signature Architectural Design Consultation Add-On</strong> and discover how we can bring your vision to life.</p><p>This is more than just a home—it’s an opportunity to <strong>craft your legacy</strong>, with BellaVie Rewards. Welcome to a world where luxury living, personalized design, and wellness converge to create something exceptional.</p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 7a982df3-e3d8-4d35-a5b4-e5f865d1ea0d --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688dcdb9\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688dcdb9\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688dcdb9\">\n                            Introducing ADC Architects: A Trusted Partner for Luxury Wellness Real Estate\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>At <strong>ADC Architects &amp; Engineers</strong>, we are dedicated to transforming luxury wellness real estate into inspiring and functional spaces. With over 30 years of experience, we are known for our innovative, client-oriented design approach, combining cutting-edge architecture, sustainable solutions, and wellness-focused amenities. Our expert team ensures that every project meets the highest standards of creativity, quality, and functionality, providing unmatched value for developers, investors, and residents.</p><h3><strong>Why Partner with ADC Architects for Wellness Real Estate?</strong></h3><p><strong>Wellness-Centered Designs</strong></p><ul><li><strong>Biophilic Architecture</strong>: We integrate natural elements into our designs to enhance both physical and mental well-being. By incorporating greenery, natural light, and sustainable materials, we create spaces that promote health and relaxation, making every development a sanctuary.</li><li><strong>Wellness Amenities</strong>: Our designs include wellness-focused features such as yoga pavilions, fitness centers, spas, and therapeutic outdoor landscapes. These elements foster a holistic lifestyle and increase the appeal of luxury wellness real estate.</li></ul><p><strong>Sustainability at the Core</strong></p><ul><li><strong>Eco-Friendly Solutions</strong>: We are committed to green building practices, including energy-efficient solutions like solar panels, rainwater harvesting, and smart building technologies. Our properties are designed to minimize environmental impact, aligning with the growing demand for sustainable luxury living.</li><li><strong>Smart Building Integration</strong>: We incorporate advanced smart technologies to optimize resource management, enhance comfort, and increase security, ensuring our developments are future-proof and efficient.</li></ul><p><strong>Luxury Living with Purposeful Design</strong></p><ul><li><strong>Personalized Luxury</strong>: Our designs combine high-end finishes with practical layouts that reflect the unique needs of our clients. From large residences to communal wellness spaces, we ensure that each property is both luxurious and functional.</li><li><strong>Wellness Retreats &amp; Hotels</strong>: We create transformative wellness resorts that integrate luxurious accommodations, spa services, fitness programs, and wellness cuisine, offering a holistic and rejuvenating experience for residents and guests.</li></ul><p><strong>Comprehensive Project Management and Supervision</strong></p><ul><li><strong>End-to-End Supervision</strong>: We manage every stage of the project—from initial design to final handover—ensuring that each development is executed with precision and in line with the client’s vision. Our team guarantees seamless coordination, timely delivery, and adherence to the highest standards of quality.</li><li><strong>Quality Assurance</strong>: Rigorous site supervision ensures that every aspect of the project meets design specifications and quality expectations, preserving both the integrity and the value of the investment.</li></ul><p><strong>Market Differentiation</strong></p><ul><li><strong>Exclusive, Timeless Designs</strong>: Our innovative approach to design helps differentiate properties in the competitive luxury real estate market. By integrating wellness features and sustainability, we create developments that not only meet current trends but remain valuable for years to come.</li></ul><h3><strong>Key Projects ADC Architects Could Lead for BellaVie Rewards:</strong></h3><ol><li><strong>Luxury Residential Wellness Communities</strong><ul><li>Gated communities with wellness-focused amenities like yoga gardens, private spas, and walking paths.</li><li>Residences incorporating biophilic design, natural light, and energy-efficient features to foster well-being.</li></ul></li><li><strong>Wellness Hotels &amp; Retreats</strong><ul><li>Full-service wellness resorts that include fitness facilities, spa services, meditation rooms, and healthy dining.</li><li>Serene, nature-inspired locations designed to offer relaxation and rejuvenation.</li></ul></li><li><strong>Mixed-Use Wellness Developments</strong><ul><li>Developments that blend residential, commercial, and wellness spaces, with amenities like gyms, wellness stores, and relaxation areas.</li><li>A holistic environment where residents can live, work, and unwind.</li></ul></li><li><strong>Eco-Friendly Villas &amp; Penthouses</strong><ul><li>Sustainable, luxury villas and penthouses built with green materials and sustainable technologies.</li><li>Exclusive properties featuring serene gardens, natural ventilation, and solar-powered systems for wellness and environmental responsibility.</li></ul></li></ol><h3><strong>Partner with ADC Architects for Your Next Luxury Wellness Development</strong></h3><p><strong>ADC Architects</strong> offers more than just architectural expertise; we provide a comprehensive, turnkey solution for creating exceptional, wellness-focused properties. Our designs transform the concept of luxury living into a healthier, more sustainable, and enriching experience.</p><p>Let <strong>ADC Architects</strong> be your trusted partner in developing premium wellness real estate that sets new standards for luxury, sustainability, and health.</p><p><strong>Contact us today</strong> to begin your journey toward creating world-class wellness communities with ADC Architects.</p><h3><strong>Case Study: Fairmont Hotel the Palm Sale</strong></h3><h3><strong>Overview</strong></h3><ul><li><strong>Property:</strong> Fairmont the Palm</li><li><strong>Location:</strong> Palm Jumeirah, Dubai, UAE</li><li><strong>Sale Price:</strong> US$ 325 million</li><li><strong>Seller:</strong> IFA Hotels and Resorts</li><li><strong>Buyer:</strong> Subsidiary of Kuwait’s Arzan Financial Group (AFG)</li></ul><h3><strong>Transaction Details</strong></h3><p>IFA Hotels and Resorts has entered into a Sale and Purchase Agreement (SPA) to sell the renowned Fairmont the Palm property for US$ 325 million. This deal underscores the ongoing appeal and demand for high-quality, luxury real estate in Dubai, especially in iconic locations like Palm Jumeirah. These areas continue to attract both local and international investors, reaffirming Dubai\'s position as a premier destination for luxury and wellness investments.</p><h3><strong>Investment Highlights</strong></h3><ol><li><strong>Prime Location:</strong><ul><li><strong>Palm Jumeirah</strong>, one of the most famous landmarks in Dubai, offers exclusive access to luxury, entertainment, and business hubs. This location\'s desirability plays a significant role in the premium pricing of real estate in the area.</li></ul></li><li><strong>Luxury Hospitality:</strong><ul><li><strong>Fairmont the Palm</strong> is a five-star property renowned for its luxury facilities, wellness amenities, and stunning views of the Arabian Gulf. The property provides high-end services that cater to both affluent travelers and business guests.</li></ul></li><li><strong>Strong Market Demand:</strong><ul><li>Dubai\'s luxury hospitality market continues to grow, driven by a robust tourism sector and increasing demand for wellness-focused accommodations. The sale highlights the strong interest in luxury properties, especially those that integrate wellness and sustainability features.</li></ul></li><li><strong>Wellness Investment Trend:</strong><ul><li>The buyer, <strong>Arzan Financial Group</strong>, is part of the global shift towards investing in wellness, health, and sustainability. This aligns with BellaVie Rewards’ focus on integrating wellness into real estate and hospitality investments.</li></ul></li></ol><h3><strong>Investment Impact</strong></h3><ol><li><strong>High ROI Potential:</strong><ul><li>Properties like <strong>Fairmont the Palm</strong> represent solid, high-return investments due to strong demand for premium real estate. Investors in wellness-focused properties benefit from both short-term rental yields and long-term capital appreciation.</li></ul></li><li><strong>Strategic Acquisition:</strong><ul><li>Arzan Financial Group’s acquisition of the Fairmont the Palm reflects the growth potential of wellness hotels in prime locations. As wellness becomes a primary consideration for both investors and guests, properties that emphasize health and sustainability continue to show promise.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Luxury properties in prime locations, such as Palm Jumeirah, often appreciate in value due to the scarcity of high-quality assets in these exclusive areas. As demand for these types of properties increases, investors can expect long-term growth.</li></ul></li></ol><h3><strong>Lessons for BellaVie Rewards Investors</strong></h3><ol><li><strong>Location Is Key:</strong><ul><li>Strategic location remains one of the most critical factors when choosing investments. Properties in exclusive areas like Palm Jumeirah, which have limited supply and high demand, offer excellent capital appreciation potential.</li></ul></li><li><strong>Wellness Focus:</strong><ul><li>The success of wellness-driven investments in the hospitality sector demonstrates the growing market for wellness-focused properties. Integrating wellness and sustainability into real estate development not only attracts higher demand but also drives higher investor returns.</li></ul></li><li><strong>Strong Demand for Luxury:</strong><ul><li>The robust demand for both luxury and wellness real estate is undeniable. Investing in high-end, wellness-focused properties creates significant growth opportunities, whether for rental income or long-term capital appreciation.</li></ul></li></ol><h3><strong>Projected Outcomes for Investors</strong></h3><p>Investors looking at wellness-oriented luxury properties like <strong>Fairmont the Palm</strong> can expect the following returns:</p><ol><li><strong>Annual ROI:</strong><ul><li>Similar wellness hotels and resorts are expected to offer an ROI of <strong>7-10%</strong> annually due to the high demand for health-conscious and luxury accommodations.</li></ul></li><li><strong>Capital Appreciation:</strong><ul><li>Properties in exclusive areas like Palm Jumeirah are projected to appreciate by <strong>5-7% annually</strong>. This steady increase in value is supported by Dubai\'s global status as a leading tourism and luxury destination.</li></ul></li><li><strong>Rental Yield:</strong><ul><li>Wellness-oriented hotels and resorts, such as the Fairmont the Palm, are positioned to provide strong rental yields of <strong>5-8% annually</strong>. This additional source of revenue makes these properties attractive investments for high-end investors.</li></ul></li></ol><p><!-- notionvc: b782f7aa-24b3-45a8-9d68-041aef9467da --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n		<style>.elementor-6235 .elementor-element.elementor-element-7ff3695 .elementskit-accordion .elementskit-card-body{padding:12px 7px 16px 24px;}</style>		\n					<section data-id=\"c53e088\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n                        <a href=\"#collapse-92187046821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-92187046821b688de724\" aria-expanded=\"true\" aria-controls=\"Collapse-92187046821b688de724\">\n                            How to Join BellaVie Rewards\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <ol><li><p><strong>Create Your Profile</strong></p><p>Signing up is easy! Upon joining BellaVie Rewards, you\'ll create a profile by answering a few questions about your preferences. Are you more focused on wellness or real estate? Or do you want a balance of both? We’ll guide you based on your unique needs and goals.</p></li><li><p><strong>Choose Your Focus: Wellness or Real Estate</strong></p><ul><li><strong>Wellness</strong>: If you’re passionate about leading a healthy and luxurious lifestyle, our wellness-focused members enjoy exclusive access to wellness retreats, spa services, and health-focused property investments.</li><li><strong>Real Estate</strong>: If your primary interest lies in luxury properties, high-yield investments, or branded residences, our real estate-focused concierge will provide early access to exclusive properties and investment opportunities.</li></ul><p>If you are passionate about both, we will customize your rewards and offerings to cater to both wellness and real estate needs.</p></li></ol><h3><strong>Personalized Concierge Experience</strong></h3><p>BellaVie Rewards offers tailored concierge services to meet the individual needs of our members. Whether you are interested in wellness-focused properties, luxury wellness retreats, or high-value real estate investments, our concierge is here to provide top-tier assistance.</p><h3><strong>Concierge Tiers:</strong></h3><ol><li><p><strong>Wellness Concierge</strong></p><p>Our <strong>Wellness Concierge</strong> specializes in offering services for members who prioritize a balanced, health-focused lifestyle. Whether you’re seeking customized wellness retreats, holistic treatments, or consultations with renowned fitness experts, your concierge will guide you every step of the way. We offer:</p><ul><li>Access to luxury wellness resorts and exclusive fitness classes</li><li>Customized dietary plans and expert wellness advice</li><li>Premium spa bookings and health-oriented vacations tailored to your goals</li></ul></li><li><p><strong>Real Estate Concierge</strong></p><p>The <strong>Real Estate Concierge</strong> is dedicated to providing a seamless, efficient, and profitable property investment journey. Whether you’re looking to purchase branded residences, invest in luxury vacation homes, or explore high-ROI properties, our concierge ensures a smooth process:</p><ul><li>Early access to exclusive real estate projects</li><li>Personal tours of properties and meetings with architects</li><li>Investment advice and tailored property portfolios to match your financial goals</li><li>Legal and financial assistance to simplify transactions</li></ul></li><li><p><strong>Integrated Wellness &amp; Real Estate Concierge</strong></p><p>For members who wish to focus on both wellness and real estate, this concierge level provides a highly personalized service that integrates both areas seamlessly:</p><ul><li>Curated real estate investments with wellness-focused properties</li><li>Luxury wellness retreats at properties you can invest in</li><li>Expert advice on purchasing homes that align with a wellness-oriented lifestyle, including properties designed for relaxation and well-being</li><li>Assistance in planning wellness resorts or retreats, incorporating real estate investment with holistic living principles</li></ul></li></ol><p><!-- notionvc: 8eec93d9-57ed-4be4-8617-f1dd58b4d44d --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-769c4c66821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-769c4c66821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-769c4c66821b688de724\">\n                            How to earn points \n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Membership Tiers</strong></p><p>BellaVie Rewards offers a tiered membership structure designed to reward loyalty and engagement. As you progress through the tiers, you\'ll enjoy increased benefits, exclusive experiences, and higher reward points.</p><table><thead><tr><th><strong>Tier</strong></th><th><strong>Minimum Spend</strong></th><th><strong>Bonus Reward for Reaching Tier</strong></th><th><strong>Points Earned (Aesthetic &amp; Other Purchases)</strong></th><th><strong>Real Estate Purchase Bonus</strong></th><th><strong>Exclusive Rewards</strong></th></tr></thead><tbody><tr><td><strong>Gold</strong></td><td>5,000 AED</td><td>250 Bonus Points + Wellness Experience</td><td>5% of total spend on eligible aesthetic services and other purchases</td><td>5,000 Bonus Points</td><td>Entry-level rewards, basic spa treatments</td></tr><tr><td><strong>Diamond</strong></td><td>15,000 AED</td><td>500 Bonus Points + Wellness Consultation</td><td>5.5% of total spend on eligible aesthetic services and other purchases</td><td>10,000 Bonus Points</td><td>Enhanced wellness experiences, real estate consultations</td></tr><tr><td><strong>Diamond Elite</strong></td><td>30,000 AED</td><td>1,000 Bonus Points + VIP Retreat Voucher</td><td>6% of total spend on eligible aesthetic services and other purchases</td><td>15,000 Bonus Points</td><td>VIP wellness retreats, designer consultations</td></tr><tr><td><strong>Titanium</strong></td><td>45,000 AED</td><td>1,500 Bonus Points + Designer Consultation</td><td>6.5% of total spend on eligible aesthetic services and other purchases</td><td>20,000 Bonus Points</td><td>High-end rewards, luxury villa viewings</td></tr><tr><td><strong>Titanium Plus</strong></td><td>75,000 AED</td><td>2,000 Bonus Points + Exclusive Seminar Invitation</td><td>7% of total spend on eligible aesthetic services and other purchases</td><td>25,000 Bonus Points</td><td>Most exclusive rewards, private retreats and VIP experiences</td></tr></tbody></table><h3><strong>How to Earn Points</strong></h3><p>Maximize your rewards with every spend:</p><ul><li><strong>Aesthetic Services &amp; Wellness</strong>: Earn <strong>5%–7%</strong> back in points based on your membership tier.</li><li><strong>Exclusive Promotions &amp; In-House Offers</strong>: Enjoy a <strong>fixed 20 points</strong> per redemption.</li><li><strong>Real Estate Purchases</strong>: Unlock <strong>5,000 to 25,000 points</strong> as a bonus, depending on your tier.</li></ul><p><strong>Invest in your wellness &amp; elevate your lifestyle with every purchase!</strong></p><p>Points are earned based on your spend across a variety of services:</p><ul><li><strong>Aesthetic Services</strong>: Earn 5%–7% of your total spend (depending on your tier) on eligible aesthetic services and other purchases.</li><li><strong>Real Estate</strong>: For real estate purchases, earn a fixed bonus of <strong>5,000 to 25,000</strong> points, depending on your tier.</li></ul><h3><strong>Savor &amp; Earn: 10% Cashback on Dining</strong></h3><p>Indulge in exquisite wellness dining experiences while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible spend.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Dine at Partner Restaurants</strong> – Enjoy curated wellness gourmet menus at premium venues.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, luxury getaways, or even real estate perks.</p><p><strong>Luxury dining, rewarding experiences. Because wellness begins with what you eat.</strong></p><h3><strong>Relax &amp; Earn: 10% Cashback on Spa &amp; Hotel Stays</strong></h3><p>Indulge in <strong>luxury spa retreats and premium hotel stays</strong> while earning <strong>10% back in BellaVie Rewards points</strong> on every eligible booking.</p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Book at Partner Spas &amp; Hotels</strong> – Enjoy world-class wellness experiences at exclusive locations.</p><p>✅ <strong>Earn Instantly</strong> – Receive <strong>10 points per 100 AED spent</strong> credited to your BellaVie Rewards balance.</p><p>✅ <strong>Redeem for More</strong> – Use your points for aesthetic treatments, fine dining, or even real estate rewards.</p><p><strong>Rejuvenate, relax, and get rewarded—because true luxury gives back.</strong></p><h3><strong>Exclusive Experiences Redemption &amp; Booking Process</strong></h3><p>At BellaVie Rewards, we provide members with access to a variety of luxurious experiences tailored to each membership tier. The process of redeeming and booking these exclusive rewards is simple and personalized.</p><ol><li><strong>Gold and Diamond Tiers</strong>:<ul><li><strong>Redeeming Rewards</strong>: To redeem rewards, simply message <strong>BellaVie Rewards</strong> via WhatsApp. Once you’ve chosen your reward, BellaVie Rewards will assist in confirming and scheduling your experience with the relevant partner.</li><li><strong>Booking Experiences</strong>: For spa treatments or wellness consultations, booking is done directly through WhatsApp, ensuring a smooth process.</li></ul></li><li><strong>Diamond Elite, Titanium, and Titanium Plus Tiers</strong>:<ul><li><strong>Personalized Concierge Service</strong>: Members of these higher tiers enjoy <strong>concierge assistance</strong>, which handles the booking of premium experiences such as VIP retreats, private real estate viewings, and exclusive designer consultations.</li><li><strong>Seamless Experience</strong>: Your concierge will ensure that all details of your booking are taken care of, offering you a fully personalized and effortless experience.</li></ul></li></ol><p><strong>Key Notes:</strong></p><ul><li>For <strong>Gold and Diamond</strong> tiers, rewards redemption and bookings are processed via <strong>WhatsApp</strong>.</li><li>For <strong>Diamond Elite</strong>, <strong>Titanium</strong>, and <strong>Titanium Plus</strong> tiers, your <strong>concierge</strong> will take care of all premium bookings, making the experience entirely effortless.</li></ul><h3><strong>Rewards Catalog Updates</strong></h3><p>The <strong>BellaVie Rewards Catalog</strong> is updated every <strong>Tuesday and Thursday at 9 AM GMT</strong>, ensuring fresh, exciting rewards and experiences for our members. Whether you’re seeking a new wellness experience, a luxurious retreat, or a premium aesthetic treatment, you can always find something new and exclusive waiting for you.</p><h3><strong>Bonus Points &amp; Transfers</strong></h3><p><strong>Earn bonus points</strong> for on-time appointments, exclusive real estate purchases, and more. Points are transferrable between BellaVie members, so you can share your rewards with friends and family.</p><ul><li><strong>Bonus Points for On-Time Arrivals</strong>: Earn 50 bonus points for arriving on time for your scheduled appointments. Ensure your arrival time is properly registered to qualify for the bonus.</li><li><strong>Transfer of Points</strong>: You can transfer your points to another BellaVie member for a transaction fee of <strong>5 points per transfer</strong>.</li><li><strong>Expiration of Points</strong>: Unused points may be subject to expiration policies, so be sure to use your points before they expire!</li></ul><h3><strong>BellaVie Rewards Referral Program</strong></h3><p><strong>Share the Luxury, Earn Exclusive Rewards</strong></p><p>Invite your friends, family, and business partners to BellaVie Rewards and <strong>earn premium perks with every successful referral.</strong></p><h3><strong>How It Works:</strong></h3><p>✅ <strong>Refer a Friend</strong> – Share your unique referral link or code.</p><p>✅ <strong>Your Friend Joins</strong> – They sign up and make their first eligible purchase.</p><p>✅ <strong>Earn Rewards</strong> – Get <strong>250 bonus points</strong> when they complete their first aesthetic service.</p><h3><strong>Exclusive Perks for Top Referrers:</strong></h3><p><strong>VIP Referral Bonuses</strong> – Unlock additional <strong>500–5,000 bonus points</strong> for multiple successful referrals.</p><p><strong>Luxury Experiences</strong> – Gain access to <strong>exclusive spa retreats, private dining, and even real estate incentives.</strong></p><p><strong>Start referring today and elevate your BellaVie experience!</strong></p><h3><strong>Conclusion</strong></h3><p>The <strong>BellaVie Rewards Program</strong> is designed to offer unparalleled luxury, convenience, and exclusivity to our members. Whether you’re redeeming rewards, booking a VIP experience, or enjoying premium real estate opportunities, we ensure that every interaction is seamless, tailored to your needs, and luxurious.</p><p>With frequent updates to the rewards catalog and personalized assistance at every tier, <strong>BellaVie Rewards</strong> promises an exceptional experience from start to finish. Join us today and unlock a world of exclusive rewards and unforgettable experiences.</p><p><!-- notionvc: c3bc6c74-1f9c-4397-9fce-3551c32d866b --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ccadb656821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ccadb656821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-ccadb656821b688de724\">\n                            How to Book Rewards Using Points &amp; Redeem\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <h3><strong>Explore Our Rewards Catalog</strong></h3><ul><li><strong>Browse</strong> through the BellaVie Rewards catalog to find a wide range of exclusive experiences, from luxury wellness retreats and spa stays to real estate investments and aesthetic services.</li><li>Each reward is assigned a specific <strong>points value</strong>, and you can easily see how many points are required to redeem your chosen reward.</li></ul><h3><strong>2. Redeem Your Points</strong></h3><ul><li>Once you’ve selected your desired reward, simply <strong>contact the partner directly or our concierge service</strong> via WhatsApp or the BellaVie platform to initiate the booking process.</li><li><strong>Provide your BellaVie Rewards ID</strong> to ensure your points are properly credited towards the reward.</li></ul><h3><strong>3. Confirmation &amp; Booking</strong></h3><ul><li>After confirming your reward selection, our team will assist you in scheduling and finalizing your booking.</li><li>For <strong>real estate rewards</strong> or <strong>luxury experiences</strong>, you’ll receive a personalized itinerary or consultation details based on your preferences.</li></ul><h3><strong>4. Points Deduction</strong></h3><ul><li>The corresponding points for your reward will be <strong>deducted from your account</strong> once the reward is confirmed.</li><li>If <strong>partial redemption</strong> is allowed, you can apply your available points and pay the remaining balance through eligible payment methods if required.</li></ul><h3><strong>5. Enjoy Your Reward!</strong></h3><ul><li>After redeeming, you can <strong>enjoy</strong> your experience—whether it’s an indulgent wellness retreat or a luxury property investment consultation. Our team will ensure that your experience meets your highest expectations.</li></ul><h3><strong>Please Note:</strong></h3><ul><li><strong>Points are non-transferable</strong> for rewards unless explicitly stated in the terms of the specific reward.</li><li>Certain high-value rewards may require <strong>advanced booking</strong> and availability confirmation. For example, real estate investments and luxury wellness retreats may have specific dates or availability limits.</li><li><strong>Points cannot be redeemed for cash</strong> or any other form of monetary exchange.</li></ul><p>For more assistance or to book a reward directly, reach out to our team via WhatsApp or through the BellaVie platform.</p><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b07ce3a6821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b07ce3a6821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-b07ce3a6821b688de724\">\n                            New members Welcome Note\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>? Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral</p><p>? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><strong>How to Get Your BellaVie Rewards ID</strong> ?✨</h3><p>Getting your <strong>exclusive BellaVie ID</strong> is simple and seamless:</p><p>1️⃣ <strong>Sign Up</strong> – If you haven’t already, join BellaVie Rewards via WhatsApp.</p><p>2️⃣ <strong>Check Your Welcome Message</strong> – After signing up, you’ll receive a confirmation message with your unique <strong>BellaVie ID</strong>.</p><p>3️⃣ <strong>Find It Anytime</strong> – Need your ID later? Just send “My ID” in our WhatsApp chat, and we’ll send it instantly.</p><p>4️⃣ <strong>Use It to Earn &amp; Redeem</strong> – Quote your ID at partner clinics, spas, and hotels to collect and redeem rewards effortlessly.</p><p><strong>Your BellaVie ID is your key to luxury wellness. Keep it handy, and let the rewards begin!</strong> ✨</p><p><strong>Thank you for joining BellaVie Rewards. We can’t wait to share this exceptional journey with you.</strong></p><p><strong>Welcome to BellaVie Rewards! ?</strong></p><p>Your journey into <strong>luxury wellness and elite rewards</strong> begins now. ✨</p><p>? <strong>You\'ve unlocked 250 Bonus Points</strong>—your first step toward indulgent spa retreats, world-class aesthetic treatments, and even <strong>exclusive real estate privileges.</strong></p><p>But true luxury is meant to be shared. Invite your inner circle to BellaVie Rewards, and let them experience the <strong>exceptional</strong> while you earn even more:</p><p>? <strong>250 Bonus Points</strong> for every successful referral? <strong>VIP perks &amp; luxury experiences</strong> – from spa days to fine dining</p><p>? <strong>Exclusive tier upgrades</strong> – because the more you share, the higher you rise</p><p>A world of <strong>sophistication, privilege, and rewards</strong> awaits you. <strong>Refer now, indulge forever.</strong></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-f5160f36821b688de724\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-f5160f36821b688de724\" aria-expanded=\"false\" aria-controls=\"Collapse-f5160f36821b688de724\">\n                            BellaVie Rewards Ambassador Program\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p><strong>Refer. Earn. Rise.</strong> ?✨</p><p>As a <strong>BellaVie Ambassador</strong>, your role is simple: share the luxury, earn rewards, and rise to exclusive heights of wellness and privilege. The more you refer, the more you unlock.</p><h3><strong>How It Works:</strong></h3><p>1️⃣ <strong>Become an Ambassador</strong> – Share your unique referral link with your inner circle: friends, family, and colleagues who deserve to experience BellaVie Rewards.</p><p>2️⃣ <strong>Earn 250 Bonus Points</strong> – For every successful referral, earn <strong>250 bonus points</strong> once they make their first purchase.</p><p>3️⃣ <strong>Unlock VIP Access</strong> – With each referral, enjoy access to exclusive rewards, including <strong>luxury experiences, spa days</strong>, and <strong>elite real estate opportunities</strong>.</p><h3><strong>Exclusive Tier Upgrades:</strong></h3><p>? <strong>The More You Share, The Higher You Rise:</strong></p><ul><li><strong>Bronze Ambassador</strong> – <strong>Start Earning Immediately</strong><ul><li><strong>Refer 1 person</strong> and earn your first <strong>250 bonus points</strong>. Unlock exclusive member gifts, <strong>spa treatments</strong>, and basic rewards.</li></ul></li><li><strong>Silver Ambassador</strong> – <strong>Exclusive Bonuses &amp; Priority Access</strong><ul><li><strong>Refer 3 people</strong> and unlock additional <strong>250 bonus points</strong> for each referral. Enjoy exclusive event invitations, <strong>priority booking</strong> at partner spas and clinics, and special <strong>access to real estate opportunities</strong>.</li></ul></li><li><strong>Gold Ambassador</strong> – <strong>VIP Access &amp; Personalized Perks</strong><ul><li><strong>Refer 5 people</strong> and gain access to <strong>VIP real estate offers</strong>, <strong>exclusive luxury events</strong>, and personalized wellness consultations. Enjoy <strong>fast-tracked tier upgrades</strong> and more exclusive rewards.</li></ul></li><li><strong>Platinum Ambassador</strong> – <strong>Ultimate Luxury &amp; Unmatched Rewards</strong><ul><li><strong>Refer 10 people</strong> and unlock <strong>faster point accumulation</strong>, <strong>luxury wellness retreats</strong>, <strong>private real estate deals</strong>, and <strong>bespoke experiences</strong>. As a Platinum Ambassador, enjoy the <strong>highest status</strong> with exclusive offers and invitations to VIP-only events.</li></ul></li></ul><h3><strong>Why Refer as an Ambassador?</strong></h3><p>? <strong>Endless Luxury</strong> – Each referral takes you one step closer to <strong>elite rewards</strong> and exclusive experiences.</p><p>? <strong>Earn While You Share</strong> – Every successful referral not only rewards your network but also enhances your ambassador status with more points and <strong>special bonuses</strong>.</p><p>? <strong>Exclusive Privileges</strong> – As a BellaVie Ambassador, you receive <strong>VIP treatment</strong>, including <strong>tailored luxury experiences</strong> and <strong>priority access</strong> to our premium services.</p><h3><strong>Start Referring, Start Earning</strong></h3><p>The more you share, the more you unlock. Every referral is a step closer to the <strong>ultimate rewards</strong> and your rise to <strong>exclusive ambassador status</strong>.</p><p><strong>Become an Ambassador. Share the luxury. Rise to new heights.</strong> ?</p><p><!-- notionvc: bf78866b-fae0-4560-840f-100ea8d6beb6 --></p><h3><!-- notionvc: f350fedb-4705-4500-bfa0-756a0e165a50 --></h3><h3><!-- notionvc: 93fed3db-54ea-463f-88c4-c8d51d797c49 --></h3><p><!-- notionvc: 66bc6756-6a19-4e68-a14f-2a763b8baf2a --></p><p><!-- notionvc: 6495b7c7-00ca-4c83-8fcb-83165cecd809 --></p><p><!-- notionvc: 201935cf-8b09-4d74-9b29-a13b012008c2 --></p><p><!-- notionvc: 166fb2be-69f4-4de5-8a24-1ccea130f89c --></p><p><!-- notionvc: e77a006a-1cfc-407a-87e0-a21029a41cd7 --></p>                        \n                <!-- .elementskit-card END -->\n		</section>\n								<figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/1.png\" alt=\"1\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/2.png\" alt=\"2\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/3.png\" alt=\"3\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/4.png\" alt=\"4\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/5.png\" alt=\"5\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/6.png\" alt=\"6\" /></figure><figure><img src=\"https://bookblv.com/wp-content/uploads/2025/03/7.png\" alt=\"7\" /></figure>			\n					<h2>Unlock Access to Elite Aesthetic Experts & Luxury Brands ✨</h2>				\n		<p>Discover top-tier providers, advanced laser technologies, and rejuvenating treatments. Effortlessly search by treatment, brand, or location to find your perfect solution.</p>		\n															<img width=\"71\" height=\"71\" src=\"https://bookblv.com/wp-content/uploads/2022/01/cup-1.svg\" alt=\"image\" />															\n					<figure><img width=\"749\" height=\"841\" src=\"https://bookblv.com/wp-content/uploads/2025/04/3c878f3f-d76b-4815-8ed8-fc56fe2faf49.jpeg\" alt=\"\" /></figure><h3>Dermamelan Intimate Experience</h3><p>1,500 BellaVie Points</p>				\n		<p>This professional Dermamelan Intimate treatment gently targets pigmentation in delicate areas</p>		\n					<a href=\"https://bookblv.com/dermamelan-intimate-experience/?v=b6bb43df4525\">\n									View Details\n					</a>\n					<h3>Enhance Your Wellness Journey with our optional services, designed for your comfort and convenience.</h3>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-2_11zon.png\" alt=\"\" /></figure><p>Benefit from tailored advice and guidance from our AI + human assistant.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-3_11zon.png\" alt=\"\" /></figure><p>Start your wellness experience seamlessly with expert help on your form.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-4_11zon.png\" alt=\"\" /></figure><p>Enjoy a comfortable and personalized experience while accessing your benefits.</p>				\n					<figure><img width=\"1472\" height=\"832\" src=\"https://bookblv.com/wp-content/uploads/2025/02/Personalized-Real-Estate-Concierge-service-1_11zon.png\" alt=\"\" /></figure><p>Receive real-time updates on your rewards, experiences, and exclusive offers</p>				\n					<h5>Designed for the select few</h5>				\n		<p> With a curated selection of bespoke rewards and luxurious benefits, our program redefines your wellness journey. Tailored exclusively for those who seek distinction, BellaVie Rewards offers a truly personalized experience.</p>		\n					<h5>Aesthetic Clinics</h5>				\n		<p>Earn points with every treatment, referral, and product purchase. Redeem these points for discounts on future services or special gifts.</p>		\n					<h5>Wellness Gourmet</h5>				\n		<p>Enjoy exclusive dining experiences and earn rewards with every visit.</p>		\n					<h5>Real Estate Developers</h5>				\n		<p>Access wellness-focused properties with special incentives for members.</p>		\n					<h5>Spa and Hotel Stays</h5>				\n		<p>Receive discounts and exclusive offers on luxurious spa treatments and hotel stays.</p>		\n					<h5>Wellness Retreats</h5>				\n		<p>Get rewarded for booking rejuvenating retreats at serene locations.</p>		\n					<h3>Join BellaVie Rewards Today</h3>				\n					<a href=\"https://wa.me/+971506396374\">\n									Join Now on Whatsapp\n					</a>\n		<p>Unlock exclusive wellness, luxury, and real estate benefits. Become a member to earn points, access VIP experiences, and enjoy tailored rewards just for you.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2025-05-12 14:06:00', '2025-05-12 14:06:00', '', 20, 'https://bookblv.com/?p=6802', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_rafflepress_contestants` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `giveaway_id` int(10) unsigned NOT NULL,
  `fname` varchar(191) DEFAULT NULL,
  `lname` varchar(191) DEFAULT NULL,
  `email` varchar(191) NOT NULL,
  `meta` longtext DEFAULT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `referrer_id` int(10) unsigned DEFAULT NULL,
  `winner` tinyint(4) DEFAULT 0,
  `terms_consent` tinyint(4) DEFAULT 0,
  `winning_entry_id` int(10) unsigned DEFAULT 0,
  `token` varchar(16) NOT NULL,
  `action_token` varchar(50) DEFAULT NULL,
  `status` enum('unconfirmed','confirmed','invalid') NOT NULL DEFAULT 'unconfirmed',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_rafflepress_entries` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `contestant_id` int(10) unsigned NOT NULL,
  `giveaway_id` int(10) unsigned NOT NULL,
  `action_id` varchar(10) DEFAULT NULL,
  `meta` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `referrer_id` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_rafflepress_giveaways` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) DEFAULT NULL,
  `slug` varchar(250) DEFAULT NULL,
  `parent_url` varchar(250) DEFAULT NULL,
  `uuid` varchar(250) DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `meta` longtext DEFAULT NULL,
  `starts` datetime DEFAULT NULL,
  `ends` datetime DEFAULT NULL,
  `active` tinyint(4) NOT NULL DEFAULT 1,
  `show_leaderboard` tinyint(4) NOT NULL DEFAULT 0,
  `giveawaytemplate_id` varchar(250) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_sbi_feed_caches` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(255) NOT NULL DEFAULT '',
  `cache_key` varchar(255) NOT NULL DEFAULT '',
  `cache_value` longtext NOT NULL,
  `cron_update` varchar(20) NOT NULL DEFAULT 'yes',
  `last_updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_sbi_feeds` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_name` text NOT NULL,
  `feed_title` text NOT NULL,
  `settings` longtext NOT NULL,
  `author` bigint(20) unsigned NOT NULL DEFAULT 1,
  `status` varchar(255) NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_sbi_instagram_feed_locator` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) unsigned NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`),
  KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_sbi_instagram_feeds_posts` (
  `record_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `id` int(10) unsigned NOT NULL,
  `instagram_id` varchar(1000) NOT NULL DEFAULT '',
  `feed_id` varchar(1000) NOT NULL DEFAULT '',
  `hashtag` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`record_id`),
  KEY `hashtag` (`hashtag`(191)),
  KEY `feed_id` (`feed_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_sbi_instagram_posts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created_on` datetime DEFAULT NULL,
  `instagram_id` varchar(1000) NOT NULL DEFAULT '',
  `time_stamp` datetime DEFAULT NULL,
  `top_time_stamp` datetime DEFAULT NULL,
  `json_data` longtext NOT NULL,
  `media_id` varchar(1000) NOT NULL DEFAULT '',
  `sizes` varchar(1000) NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00,
  `images_done` tinyint(1) NOT NULL DEFAULT 0,
  `last_requested` date DEFAULT NULL,
  `mime_type` varchar(100) NOT NULL DEFAULT '',
  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 `SnT_sbi_sources` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `account_id` varchar(255) NOT NULL DEFAULT '',
  `account_type` varchar(255) NOT NULL DEFAULT '',
  `privilege` varchar(255) NOT NULL DEFAULT '',
  `access_token` varchar(1000) NOT NULL DEFAULT '',
  `username` varchar(255) NOT NULL DEFAULT '',
  `info` text NOT NULL,
  `error` text NOT NULL,
  `expires` datetime NOT NULL,
  `last_updated` datetime NOT NULL,
  `author` bigint(20) unsigned NOT NULL DEFAULT 1,
  `connect_type` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `account_type` (`account_type`(191)),
  KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5, 33, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (14, 48, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (15, 49, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (24, 29, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (25, 28, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (60, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (75, 29, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1150, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1151, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1152, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1153, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1154, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2453, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2453, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2453, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2453, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2455, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2455, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2455, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2455, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2455, 67, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2457, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2457, 2, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2457, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2457, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2459, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2459, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2459, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2459, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2459, 66, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2461, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2461, 2, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2461, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2461, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2463, 1, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2463, 2, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2463, 4, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2463, 5, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2664, 52, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (2852, 48, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (4383, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5018, 29, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5299, 33, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5366, 33, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5566, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (5907, 29, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6091, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6108, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6143, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6148, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6156, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6158, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 11, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6159, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 7, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 8, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 10, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 11, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 43, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 50, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6160, 53, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6169, 56, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6170, 56, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6182, 33, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6200, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6219, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6226, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6235, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6255, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6258, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6260, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6270, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6271, 57, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6299, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6348, 58, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6417, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6418, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6419, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6420, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6421, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6444, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6459, 59, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6461, 60, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6462, 61, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6488, 62, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6500, 63, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6514, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6514, 64, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6535, 63, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6577, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6577, 64, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6586, 3, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6586, 65, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6630, 42, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6740, 47, '0');

INSERT IGNORE INTO `SnT_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (6789, 42, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', 6);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'category', '', '0', 3);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'category', '', '0', 6);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'post_tag', '', '0', 6);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'post_tag', '', '0', 6);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'pa_manufactures', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'pa_manufactures', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'pa_manufactures', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'pa_manufactures', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (15, 15, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (16, 16, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (17, 17, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (18, 18, 'product_type', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (20, 20, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (22, 22, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (24, 24, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (25, 25, 'product_type', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (27, 27, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (28, 28, 'jet_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (29, 29, 'jet_library_type', '', '0', 4);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (31, 31, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (32, 32, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (33, 33, 'elementor_library_type', '', '0', 4);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (35, 35, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (36, 36, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (37, 37, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (38, 38, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (39, 39, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (41, 41, 'pa_manufactures', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (42, 42, 'elementor_library_type', '', '0', 13);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (43, 43, 'product_type', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (45, 45, 'product_type', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (47, 47, 'nav_menu', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (48, 48, 'jet_woo_library_type', '', '0', 2);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (49, 49, 'jet_woo_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (50, 50, 'product_cat', '', '0', 8);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (52, 52, 'product_tag', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (53, 53, 'product_tag', '', '0', 7);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (54, 54, 'product_tag', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (55, 55, 'product_cat', '', '0', '0');

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (56, 56, 'nav_menu', '', '0', 2);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (57, 57, 'elementor_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (58, 58, 'elementor_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (59, 59, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (60, 60, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (61, 61, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (62, 62, 'elementor_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (63, 63, 'elementor_library_type', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (64, 64, 'category', '', '0', 2);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (65, 65, 'category', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (66, 66, 'category', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (67, 67, 'category', '', '0', 1);

INSERT IGNORE INTO `SnT_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (68, 68, 'category', '', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (4, 7, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (5, 8, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (9, 10, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (10, 11, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (12, 13, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (14, 15, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (19, 22, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (21, 24, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (23, 27, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (25, 31, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (30, 41, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (35, 50, 'product_count_product_cat', 8);

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (36, 52, 'jet_woo_builder_template', '');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (37, 53, 'jet_woo_builder_template', '');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (38, 54, 'jet_woo_builder_template', '');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (39, 52, 'product_count_product_tag', 1);

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (40, 53, 'product_count_product_tag', 7);

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (41, 55, 'order', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (42, 55, 'jet_woo_builder_template', '');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (43, 55, 'thumbnail_id', '0');

INSERT IGNORE INTO `SnT_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (44, 55, 'display_type', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Hotels &amp; Spas', 'hotels-spas', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'Retreats', 'retreats', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'Design &amp; Contractors', 'design-contractors', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'Design', 'design', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'UI/UX', 'ui-ux', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'Advent', 'advent', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Cards', 'cards', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'Christmas', 'christmas', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'Customised cards', 'customised-cards', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'Dedications', 'dedications', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (15, 'Easter', 'easter', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (16, 'exclude-from-catalog', 'exclude-from-catalog', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (17, 'exclude-from-search', 'exclude-from-search', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (18, 'external', 'external', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (20, 'featured', 'featured', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (22, 'Gift Vouchers', 'gift-vouchers', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (24, 'Gifts', 'gifts', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (25, 'grouped', 'grouped', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (27, 'Halloween', 'halloween', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (28, 'jet_footer', 'jet_footer', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (29, 'jet_header', 'jet_header', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (31, 'Lent', 'lent', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (32, 'outofstock', 'outofstock', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (33, 'page', 'page', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (35, 'rated-1', 'rated-1', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (36, 'rated-2', 'rated-2', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (37, 'rated-3', 'rated-3', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (38, 'rated-4', 'rated-4', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (39, 'rated-5', 'rated-5', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (41, 'Reformation', 'reformation', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (42, 'section', 'section', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (43, 'simple', 'simple', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (45, 'variable', 'variable', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (47, 'main-menu', 'main-menu', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (48, 'jet-woo-builder-shop', 'jet-woo-builder-shop', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (49, 'jet-woo-builder', 'jet-woo-builder', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (50, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (52, '100 Points', '100-points', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (53, '200 Points', '200-points', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (54, '300 Points', '300-points', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (55, 'Aesthetic Services', 'aesthetic-services', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (56, 'Second Menu', 'second-menu', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (57, 'loop-item', 'loop-item', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (58, 'widget', 'widget', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (59, 'hello-elementor', 'hello-elementor', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (60, 'yith-wonder', 'yith-wonder', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (61, 'bellavie-wellness-2', 'bellavie-wellness-2', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (62, 'header', 'header', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (63, 'footer', 'footer', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (64, 'Clinics', 'clinics', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (65, 'Architect', 'architect', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (66, 'Wellness Gourmet', 'wellness-gourmet', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (67, 'Signature Access', 'signature-access', '0');

INSERT IGNORE INTO `SnT_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (68, 'blogs', 'blogs', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=275 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'Iuliia');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'first_name', 'Iuliia');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'last_name', 'Kushchova');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (12, 1, 'SnT_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (13, 1, 'SnT_user_level', 10);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'dismissed_wp_pointers', 'omapi_please_connect_notice,pushnotification_subscribe_pointer,theme_editor_notice,plugin_editor_notice');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'show_welcome_panel', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (16, 1, 'jetpack_tracks_anon_id', 'jetpack:tjCHmwdrMCpScJMtD9uWodLz');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (18, 1, 'session_tokens', 'a:5:{s:64:\"b92cee440b5f91dbb50a64d66d7de1440ea2f81f3519972134e4c77ab970732a\";a:4:{s:10:\"expiration\";i:1747462470;s:2:\"ip\";s:11:\"2.49.96.210\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1747289670;}s:64:\"912aa8ac926e437d59cabae000db4315fe6d4949b5cb59a0941ecb3f7dbbe747\";a:4:{s:10:\"expiration\";i:1747465284;s:2:\"ip\";s:14:\"203.129.243.82\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1747292484;}s:64:\"f42aa253eb8bec66c0861270c828fcd5fe5011ca218cc2b49e34b74ae91cab9d\";a:4:{s:10:\"expiration\";i:1747466472;s:2:\"ip\";s:14:\"203.129.243.82\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1747293672;}s:64:\"fde91020588a6d0ccbd8025b4a3b58d5862def40803f820385000632bf8c0e9b\";a:4:{s:10:\"expiration\";i:1747497206;s:2:\"ip\";s:11:\"5.31.39.241\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1747324406;}s:64:\"81e3e247f3951bf68f1c3fa6353bd88a67c52ba9f844a5ed539a1baa775fef12\";a:4:{s:10:\"expiration\";i:1747497261;s:2:\"ip\";s:11:\"5.31.39.241\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1747324461;}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (20, 1, '_woocommerce_tracks_anon_id', 'woo:fGKvdSjN7HAXM6kZ5J+Q5b+r');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (21, 1, 'SnT_dashboard_quick_press_last_post_id', 6751);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (22, 1, 'wc_last_active', 1747267200);

INSERT IGNORE INTO `SnT_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 `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (24, 1, 'last_update', 1738416111);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (31, 1, 'SnT_persisted_preferences', 'a:5:{s:4:\"core\";a:4:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:0;s:15:\"distractionFree\";b:0;s:12:\"fixedToolbar\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-02-01T13:21:50.975Z\";s:14:\"core/edit-site\";a:1:{s:12:\"welcomeGuide\";b:0;}s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (49, 1, '_yoast_wpseo_introductions', 'a:1:{s:25:\"ai-fix-assessments-upsell\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (50, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"5.31.39.0\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (53, 1, 'SnT_user-settings', 'libraryContent=browse&editor=tinymce&posts_list_mode=list&mfold=o');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (54, 1, 'SnT_user-settings-time', 1741601151);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (56, 1, '_yoast_wpseo_profile_updated', 1732202403);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (60, 1, 'elementor_introduction', 'a:5:{s:27:\"ai-get-started-announcement\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;s:20:\"globals_introduction\";b:1;s:30:\"e-ai-product-image-unification\";b:1;s:16:\"favorites-notice\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (64, 1, 'elementor_admin_notices', 'a:3:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:7:\"3.25.10\";}}s:16:\"rate_us_feedback\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (65, 1, 'SnT_elementor_connect_common_data', 'a:3:{s:9:\"client_id\";s:32:\"7yVcI1uzQxg8CGXtfXRBOH18xUTkEHIV\";s:11:\"auth_secret\";s:32:\"L6FyvfdQtB7MGgld8UKN6uJzRmjYpbC2\";s:5:\"state\";s:12:\"PgXdT2OxY4vP\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (66, 1, 'SnT_elementor_enable_ai', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (67, 2, 'nickname', 'admin');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (68, 2, 'first_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (69, 2, 'last_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (70, 2, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (71, 2, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (72, 2, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (73, 2, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (74, 2, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (75, 2, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (76, 2, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (77, 2, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (78, 2, 'SnT_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (79, 2, 'SnT_user_level', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (80, 2, 'dismissed_wp_pointers', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (81, 1, 'pnwoo_notification_token', 'a:1:{i:0;s:7:\"3887295\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (82, 1, 'elementor_dismissed_editor_notices', 'a:1:{i:0;s:20:\"image_optimizer_hint\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (85, 1, 'billing_first_name', 'admin');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (86, 1, 'billing_last_name', 'admin');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (87, 1, 'billing_address_1', 'UAE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (88, 1, 'billing_city', 'Dubai');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (89, 1, 'billing_country', 'AE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (90, 1, 'billing_email', 'oneaiforce5@gmail.com');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (91, 1, 'billing_phone', 8521456789);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (92, 1, 'shipping_first_name', 'admin');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (93, 1, 'shipping_last_name', 'admin');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (94, 1, 'shipping_address_1', 'UAE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (95, 1, 'shipping_city', 'Dubai');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (96, 1, 'shipping_country', 'AE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (97, 1, 'shipping_method', 'a:1:{i:0;s:15:\"free_shipping:2\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (98, 1, 'lws_wre_points_default', 375);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (99, 3, 'nickname', 'test.test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (100, 3, 'first_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (101, 3, 'last_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (102, 3, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (103, 3, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (104, 3, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (105, 3, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (106, 3, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (107, 3, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (108, 3, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (109, 3, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (110, 3, 'SnT_capabilities', 'a:1:{s:8:\"customer\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (111, 3, 'SnT_user_level', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (112, 3, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (113, 3, '_wc_order_attribution_utm_source', '(direct)');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (114, 3, '_wc_order_attribution_session_entry', 'https://bookblv.com/product/botox-treatment/?v=b6bb43df4525');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (115, 3, '_wc_order_attribution_session_start_time', '2024-12-06 07:29:29');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (116, 3, '_wc_order_attribution_session_pages', 5);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (117, 3, '_wc_order_attribution_session_count', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (118, 3, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (119, 3, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (120, 3, 'lws_woorewards_at_registration_sponsorship', 'done');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (121, 3, 'default_password_nag', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (122, 3, 'last_update', 1733470299);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (123, 3, 'session_tokens', 'a:1:{s:64:\"a9cfe81a922ec1399ddd888c2495b562ddb93bd4938cdd78a85c9863669dca40\";a:4:{s:10:\"expiration\";i:1734679899;s:2:\"ip\";s:13:\"83.111.10.206\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1733470299;}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (124, 3, 'billing_first_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (125, 3, 'billing_last_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (126, 3, 'billing_address_1', 'UAE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (127, 3, 'billing_city', 'Dubai');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (128, 3, 'billing_country', 'AE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (129, 3, 'billing_email', 'test@123.com');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (130, 3, 'billing_phone', 8521456789);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (131, 3, 'shipping_first_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (132, 3, 'shipping_last_name', 'test');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (133, 3, 'shipping_address_1', 'UAE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (134, 3, 'shipping_city', 'Dubai');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (135, 3, 'shipping_country', 'AE');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (136, 3, 'shipping_method', 'a:1:{i:0;s:15:\"free_shipping:2\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (137, 3, '_woocommerce_tracks_anon_id', 'woo:To2xfIYro4GthkjUD39qdi7r');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (138, 3, 'lws_wre_points_default', 375);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (139, 3, 'wc_last_active', 1733443200);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (140, 1, 'dismissed_maxmind_license_key_notice', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (141, 4, 'nickname', 'lindaperez808');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (142, 4, 'first_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (143, 4, 'last_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (144, 4, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (145, 4, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (146, 4, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (147, 4, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (148, 4, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (149, 4, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (150, 4, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (151, 4, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (152, 4, 'SnT_capabilities', 'a:1:{s:8:\"customer\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (153, 4, 'SnT_user_level', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (154, 4, 'wps_wpr_points', 20);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (155, 4, 'points_details', 'a:1:{s:12:\"registration\";a:1:{i:0;a:2:{s:12:\"registration\";i:20;s:4:\"date\";s:21:\"2024-12-06 02:14:16pm\";}}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (156, 4, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (157, 4, '_wc_order_attribution_utm_source', 'google');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (158, 4, '_wc_order_attribution_utm_medium', 'organic');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (159, 4, '_wc_order_attribution_session_entry', 'https://bookblv.com/my-account/');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (160, 4, '_wc_order_attribution_session_start_time', '2024-10-30 11:37:53');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (161, 4, '_wc_order_attribution_session_pages', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (162, 4, '_wc_order_attribution_session_count', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (163, 4, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (164, 4, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (165, 4, 'default_password_nag', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (166, 4, 'last_update', 1733494457);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (167, 4, 'session_tokens', 'a:1:{s:64:\"5c1dcbcfa6c39608f6df416e06bf265192d2a2a344664bdf7e2aa497fb1666f0\";a:4:{s:10:\"expiration\";i:1734704057;s:2:\"ip\";s:11:\"75.90.53.97\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1733494457;}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (168, 4, 'wps_wpr_store_random_points', 20);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (169, 4, 'wps_wpr_overall__accumulated_points', 20);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (170, 4, 'wc_last_active', 1733443200);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (172, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:1:{s:32:\"daaaf13651380465fc284db6940d8478\";a:12:{s:3:\"key\";s:32:\"daaaf13651380465fc284db6940d8478\";s:10:\"product_id\";i:2664;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:12:\"product_meta\";a:1:{s:9:\"meta_data\";a:1:{s:14:\"wps_wpm_points\";i:0;}}s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:15;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:15;s:8:\"line_tax\";d:0;}}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (185, 1, 'dismissed_update_notice', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (187, 1, 'nav_menu_recently_edited', 47);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (188, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (189, 1, 'metaboxhidden_nav-menus', 'a:6:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:17:\"add-product_brand\";i:4;s:15:\"add-product_cat\";i:5;s:15:\"add-product_tag\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (193, 1, 'dismissed_facebook-for-woocommerce/facebook-for-woocommerce.php-woocommerce-untested_notice', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (199, 1, 'nfd_sp_last_check', 1738416111);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (201, 1, 'closedpostboxes_post', 'a:0:{}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (202, 1, 'metaboxhidden_post', 'a:6:{i:0;s:13:\"trackbacksdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (221, 5, 'nickname', 'georgeserrano808');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (222, 5, 'first_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (223, 5, 'last_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (224, 5, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (225, 5, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (226, 5, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (227, 5, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (228, 5, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (229, 5, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (230, 5, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (231, 5, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (232, 5, 'SnT_capabilities', 'a:1:{s:8:\"customer\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (233, 5, 'SnT_user_level', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (234, 5, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (235, 5, '_wc_order_attribution_utm_source', 'google');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (236, 5, '_wc_order_attribution_utm_medium', 'organic');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (237, 5, '_wc_order_attribution_session_entry', 'https://bookblv.com/my-account/');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (238, 5, '_wc_order_attribution_session_start_time', '2024-10-30 11:37:53');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (239, 5, '_wc_order_attribution_session_pages', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (240, 5, '_wc_order_attribution_session_count', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (241, 5, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (242, 5, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (243, 5, 'default_password_nag', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (244, 5, 'last_update', 1743687752);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (245, 5, 'session_tokens', 'a:1:{s:64:\"0f5ae030074a8fa12c520243b954adea91887a669df926994512bea27eb998ff\";a:4:{s:10:\"expiration\";i:1744897353;s:2:\"ip\";s:13:\"174.22.255.73\";s:2:\"ua\";s:83:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv\": \"124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1743687753;}}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (246, 5, 'wc_last_active', 1743638400);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (248, 6, 'nickname', 'jaysonmadden');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (249, 6, 'first_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (250, 6, 'last_name', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (251, 6, 'description', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (252, 6, 'rich_editing', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (253, 6, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (254, 6, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (255, 6, 'admin_color', 'fresh');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (256, 6, 'use_ssl', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (257, 6, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (258, 6, 'locale', '');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (259, 6, 'SnT_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (260, 6, 'SnT_user_level', '0');

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (261, 6, 'default_password_nag', 1);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (262, 6, 'last_update', 1744500042);

INSERT IGNORE INTO `SnT_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (274, 1, '_application_passwords', 'a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"3a7ec4e3-cac1-4959-a107-ebf49e9db34a\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-860359\";s:8:\"password\";s:49:\"$generic$CZ4tVETe80RI43vkdvhnvYhd88K1fTisJyKKM9Yb\";s:7:\"created\";i:1747325334;s:9:\"last_used\";i:1747325341;s:7:\"last_ip\";s:12:\"159.65.64.73\";}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'iuliia', '$wp$2y$10$pFMWHEhLYO4mcr1ygjiwQOrS..AOwcDSe/DwlF2pTkF08AzI7Ue2K', 'iuliia', 'oneaiforce5@gmail.com', '', '2024-11-14 07:39:24', '', '0', 'Iuliia');

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (2, 'admin', '$P$BEq4YvW6RhmaGd4.EKONVsicQS6lt/.', 'admin', 'livedemo-admin@templatemonster.me', '', '2024-11-27 10:47:56', '', '0', 'admin');

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (3, 'test.test', '$P$BdezTishDsLB7L7744tnh5ZHwJP0Nh1', 'test-test', 'test@123.com', '', '2024-12-06 07:31:39', '1733470299:$P$B8hZL69uQ5yQfVMMLWBbDMFkt5Ch9b0', '0', 'test test');

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (4, 'lindaperez808', '$P$Bc78YdXxdeH1rKq6DpFkRRaL3sDDax0', 'lindaperez808', 'lindaperez808@gmail.com', '', '2024-12-06 14:14:16', '1733494457:$P$Bn8QXo9M./USOGq5X6O/l4CWRfeJ/Y0', '0', 'lindaperez808');

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (5, 'georgeserrano808', '$P$BErzy43w9tN/56eKNtFr8mfitSIAT5/', 'georgeserrano808', 'georgeserrano808@gmail.com', '', '2025-04-03 13:42:32', '1743687752:$P$B1EZRnf.gnMSyP4w89EVRpQFa6EZa8/', '0', 'georgeserrano808');

INSERT IGNORE INTO `SnT_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (6, 'jaysonmadden', '$P$BcL9P/6J1//gwIEu8lBZf81jTStzKo0', 'jaysonmadden', 'jayson-madden@spacemail.click', '', '2025-04-12 23:20:42', '1744500042:$P$BVLPGKW67FqmWmTQ11Y8xvx7h6j4yw/', '0', 'jaysonmadden');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=23943 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1, 1, 'notify-refund-returns-page', 'Edit page', 'https://adn.emg.mybluehost.me/wp-admin/post.php?post=11&action=edit', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (84, 57, 'om-note-primary', 'Create a campaign', 'admin.php?page=optin-monster-templates', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (85, 57, 'om-note-seconday', 'Learn more', 'admin.php?page=optin-monster-about&selectedTab=getting-started', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (413, 56, 'Renewal_notification_emails_Woosubscriptions_button_Nov2024', 'Set up automatic subscription reminders', 'https://woocommerce.com/document/subscriptions/subscriptions-notifications/?utm_source=inbox_note&utm_medium=product&utm_campaign=Renewal_notification_emails_Woosubscriptions_button_Nov2024', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (901, 59, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_medium=product', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (983, 60, 'day-after-first-product', 'Learn more', 'https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (984, 61, 'jetpack-backup-woocommerce', 'Get backups', 'https://jetpack.com/upgrade/backup-woocommerce/?utm_source=inbox&#038;utm_medium=automattic_referred&#038;utm_campaign=jp_backup_to_woo', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1147, 62, 'view-payment-gateways', 'Learn more', 'https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (5046, 64, 'paypal_promo_Q4_2024', 'Add PayPal today', 'https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_promo_Q4_2024', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (5800, 67, 'learn-more', 'Learn more', 'https://woocommerce.com/document/managing-orders/?utm_source=inbox&utm_medium=product', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (6657, 68, 'Announce-UPS-WCShipping-button-Dec2024', 'Ship with UPS on WooCommerce', 'https://woocommerce.com/ups-and-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=Announce-UPS-WCShipping-button-Dec2024', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (7167, 66, 'usps-mail-service-to-canada-suspended-dec-2024', 'Stay up to date', 'https://about.usps.com/newsroom/service-alerts/international/canada-suspension.htm', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (7452, 69, 'account-creation-after-checkout-button-dec2024', 'Enable it today', 'https://woocommerce.com/document/woocommerce-store-editing/customizing-order-confirmation-page/?utm_source=inbox_note&utm_medium=product&utm_campaign=account-creation-after-checkout-button-dec2024', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (12161, 73, 'affirm_promo_Q1_2025', 'Save with Affirm', 'https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_promo_Q1_2025', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (13294, 74, 'new-woo-brand-announcement-feb4-2025-button', 'Read the blog', 'https://woocommerce.com/posts/introducing-the-new-woo-brand/?utm_source=inbox_note&utm_medium=product&utm_campaign=new-woo-brand-announcement-feb4-2025-button', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (14089, 75, 'paypal_bnpl_au_promo_Q1_2025_button', 'Enable “Pay in 4” now', 'https://woocommerce.com/document/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_bnpl_au_promo_Q1_2025_button#pay-later-tab', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (14174, 76, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (14854, 77, 'stripe_stripetax_q1_2025_click', 'Automate my taxes with Stripe', 'https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (15846, 78, 'printful_promo_q1_2025', 'Get started for free', 'https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (19153, 80, 'woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'Browse the Marketplace', 'https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (20370, 81, 'viva_wallet_migration_q1_2025_click', 'Get Viva.com Smart Checkout', 'https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (21901, 82, 'stripe_nocapture_q2_2025_click', 'Update now', 'https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (22196, 83, 'WooCommerce-Stripe-Gateway-Update-April-2025', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php?', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (22197, 84, 'WooCommerce-Stripe-Gateway-Update-Info-April-2025', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23837, 85, 'klaviyo_q2_2025', 'Try Klaviyo today', 'https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23846, 63, 'learn-more', 'Learn more', 'https://woocommerce.com/payments/?utm_medium=product', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23847, 63, 'get-started', 'Get started', 'https://bookblv.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments', 'actioned', '', 'setup-woocommerce-payments', '');

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23848, 2, 'wayflyer_bnpl_q4_2021', 'Level up with funding', 'https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23849, 3, 'wc_shipping_mobile_app_usps_q4_2021', 'Get WooCommerce Shipping', 'https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23850, 4, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23851, 5, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23852, 6, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/woopayments-new-user-feedback', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23853, 7, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23854, 8, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23855, 9, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://bookblv.com/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23856, 10, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23857, 13, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23858, 14, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23859, 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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23860, 15, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23861, 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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23862, 16, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23863, 17, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23864, 17, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23865, 18, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23866, 18, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23867, 19, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23868, 20, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23869, 20, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23870, 21, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23871, 21, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23872, 22, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23873, 23, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23874, 24, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23875, 24, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23876, 25, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'https://bookblv.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23877, 25, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23878, 26, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23879, 27, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23880, 27, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23881, 28, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23882, 28, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23883, 29, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23884, 30, 'extension-settings', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23885, 30, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23886, 31, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23887, 31, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23888, 32, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23889, 33, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23890, 34, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23891, 34, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23892, 35, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23893, 35, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23894, 36, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA', 'Activate WooPay Test A', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23895, 36, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23896, 37, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB', 'Activate WooPay Test B', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23897, 37, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23898, 38, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC', 'Activate WooPay Test C', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23899, 38, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23900, 39, 'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD', 'Activate WooPay Test D', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23901, 39, 'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23902, 40, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23903, 40, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23904, 41, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23905, 41, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'https://bookblv.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23906, 42, 'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23907, 42, 'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23908, 43, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23909, 43, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23910, 44, 'woocommerce-WCOPC-June-2023-updated-needed', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23911, 44, 'woocommerce-WCOPC-June-2023-updated-needed', 'Dismiss', 'https://bookblv.com/wp-admin/#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23912, 45, 'woocommerce-WCGC-July-2023-update-needed', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23913, 45, 'woocommerce-WCGC-July-2023-update-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23914, 46, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23915, 47, 'plugin-list', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23916, 47, 'dismiss', 'Dismiss', 'https://bookblv.com/wp-admin/admin.php?page=wc-admin', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23917, 48, 'woocommerce-WCStripe-Aug-2023-update-needed', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23918, 48, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23919, 49, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23920, 50, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23921, 51, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23922, 52, 'woocommerce-usermeta-Sept2023-productvendors', 'See available updates', 'https://bookblv.com/wp-admin/plugins.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23923, 52, 'dismiss', 'Dismiss', 'https://bookblv.com/wp-admin/#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23924, 53, 'woocommerce-STRIPE-Oct-2023-update-needed', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23925, 53, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23926, 54, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23927, 54, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23928, 55, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23929, 65, 'sirt-woo-2024-11-xss-admin', 'See available updates', 'https://bookblv.com/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23930, 65, 'sirt-woo-2024-11-xss-admin', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23931, 72, 'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more', 'Find out more', 'https://wordpress.org/plugins/woocommerce-analytics', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23932, 79, 'paypal-braintree-sdk-depreciation-2025-02-20-button', 'Upgrade now', 'https://bookblv.com/wp-admin/wp-admin/plugins.php', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23933, 86, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23934, 87, '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 `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23941, 70, 'update-db_run', 'Update WooCommerce Database', 'https://bookblv.com/wp-admin/?do_update_woocommerce=true&return_url=https://bookblv.com/wp-admin/authorize-application.php?app_name=bluehost-860359&app_id=b2d6b918-c4a4-5b68-a18c-8a5f341a35c8&success_url=https%3A%2F%2Fmigrate.bluehost.com%2Fmigrate%2Fbluehost%3Fd_id%3Ddfe8a02a-b3ed-42bb-8bce-3a51e4e4517e%26connect_source%3D1', 'unactioned', 'wc_db_update', 'wc_db_update', 'wc_db_update_nonce');

INSERT IGNORE INTO `SnT_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (23942, 70, 'update-db_learn-more', 'Learn more about updates', 'https://woocommerce.com/document/how-to-update-woocommerce/', 'unactioned', '', NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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=88 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:29', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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, 'wayflyer_bnpl_q4_2021', 'marketing', 'en_US', 'Grow your business with funding through Wayflyer', 'Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.', '{}', 'pending', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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_shipping_mobile_app_usps_q4_2021', 'marketing', 'en_US', 'Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App', 'Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!', '{}', 'pending', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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.', '{}', 'unactioned', 'woocommerce.com', '2024-11-27 10:46:40', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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.', '{}', 'unactioned', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTA', '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTB', '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTC', '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'woopay-beta-merchantrecruitment-short-06MAY23-TESTD', '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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-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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, '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', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'Renewal_notification_emails_Woosubscriptions_Nov2024', 'marketing', 'en_US', 'WooCommerce Subscriptions just got even better', 'You can now send automatic email reminders to customers before their subscriptions renew or expire. To enable this for your store, update to the latest version of WooCommerce Subscriptions (don\'t forget to make a backup first) and follow the steps linked below.', '{}', 'pending', 'woocommerce.com', '2024-11-19 19:13:31', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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, 'om-wc-grow-revenue', 'info', 'en_US', 'Grow your store revenue with OptinMonster', 'Create high-converting OptinMonster campaigns to promote product sales, reduce cart abandonment and incentivize purchases with time-sensitive coupon offers.', '{}', 'unactioned', 'optinmonster', '2024-11-19 19:13:35', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (59, 'wc-admin-mobile-app', 'info', 'en_US', 'Install Woo mobile app', 'Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.', '{}', 'unactioned', 'woocommerce-admin', '2024-11-21 19:26:12', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (60, 'wc-admin-customizing-product-catalog', 'info', 'en_US', 'How to customize your product catalog', 'You want your product catalog and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.', '{}', 'unactioned', 'woocommerce-admin', '2024-11-22 19:30:55', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (61, 'wc-admin-marketing-jetpack-backup', 'marketing', 'en_US', 'Protect your WooCommerce Store with Jetpack Backup.', 'Store downtime means lost sales. One-click restores get you back online quickly if something goes wrong.', '{}', 'unactioned', 'woocommerce-admin-notes', '2024-11-22 19:30:55', NULL, '0', 'thumbnail', 'https://bookblv.com/wp-content/plugins/woocommerce/assets/images/admin_notes/marketing-jetpack-2x.png', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (62, 'wc-admin-onboarding-payments-reminder', 'info', 'en_US', 'Start accepting payments on your store!', 'Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.', '{}', 'unactioned', 'woocommerce-admin', '2024-11-24 19:18:35', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (63, 'wc-admin-woocommerce-payments', 'marketing', 'en_US', 'Try the new way to get paid', 'Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooPayments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>', '{}', 'unactioned', 'woocommerce-admin', '2024-11-27 19:46:59', NULL, '0', 'plain', '', 1, 1, 'info');

INSERT IGNORE INTO `SnT_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 (64, 'paypal_promo_Q4_2024', 'marketing', 'en_US', 'Add PayPal to your existing checkout this holiday season', 'Drive conversion and give customers more confidence to buy when you complement your checkout with PayPal, Venmo, Pay Later, and more. Attract new shoppers and give them a streamlined buying experience with Fastlane, PayPal’s fast and simple guest checkout.', '{}', 'pending', 'woocommerce.com', '2024-11-27 19:47:00', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (65, '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', '2024-12-04 19:35:32', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (66, 'usps-mail-service-to-canada-suspended-dec-2024', 'update', 'en_US', 'Please note: USPS Mail Service to Canada Suspended', 'The United States Postal Service has temporarily suspended mail service to Canada due to the ongoing Canadian postal workers\' strike. USPS is asking users to refrain from mailing items to Canada at this time.', '{}', 'pending', 'woocommerce.com', '2024-12-05 19:17:52', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (67, 'wc-admin-orders-milestone', 'info', 'en_US', 'First order received', 'Congratulations on getting your first order! Now is a great time to learn how to manage your orders.', '{\"current_milestone\":1}', 'unactioned', 'woocommerce-admin', '2024-12-06 08:08:49', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (68, 'Announce-UPS-WCShipping-Dec2024', 'marketing', 'en_US', 'WooCommerce Shipping now supports select UPS services', 'Give customers the power and reliability of UPS, directly from your dashboard. Access discounted rates, convenient shipping options, and fast, on-time delivery with UPS on WooCommerce Shipping — and stay tuned for UPS® Ground Saver rates coming in 2025.', '{}', 'pending', 'woocommerce.com', '2024-12-12 19:44:13', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (69, 'account-creation-after-checkout-dec2024', 'marketing', 'en_US', 'Offer account creation after checkout', 'Your customers can now create accounts after they check out on block-based themes. Enable the new “After checkout” block in your account settings and enjoy smoother guest checkout, better conversion, and more repeat business.', '{}', 'pending', 'woocommerce.com', '2024-12-18 19:16:33', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (70, 'wc-update-db-reminder', 'update', 'en_US', 'WooCommerce database update required', 'WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.', '{}', 'unactioned', 'woocommerce-core', '2024-12-19 05:01:59', NULL, '0', 'plain', '', '0', 1, 'info');

INSERT IGNORE INTO `SnT_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 (72, 'woocommerce-analytics-order-attribution-promotions-december-2024', 'marketing', 'en_US', 'Discover what drives your sales', 'Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.', '{}', 'pending', 'woocommerce.com', '2024-12-23 19:16:47', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (73, 'affirm_promo_Q1_2025', 'marketing', 'en_US', 'Save up to 50% on merchant fees with Affirm', 'Kickstart the year with buy now, pay later and get merchant rates as low as 2.9% + 30¢ per transaction for 30 days. Download the extension and complete your application from your WooCommerce dashboard by February 19, 2025 to claim the offer. Terms and conditions apply.', '{}', 'pending', 'woocommerce.com', '2025-01-20 19:34:00', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (74, 'new-woo-brand-announcement-feb4-2025', 'marketing', 'en_US', 'Meet the new Woo', 'WooCommerce has a new look, but underneath, we’re still the same customizable, open-source ecommerce platform you know and love. Plus, we’ve got some major improvements to our platform and product on the way.', '{}', 'pending', 'woocommerce.com', '2025-02-04 19:22:25', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (75, 'paypal_bnpl_au_promo_Q1_2025', 'marketing', 'en_US', 'Australian shoppers can Pay in 4 with PayPal', 'Enable Pay in 4 messaging to let Australian customers know that they can pay over time while you get paid up front and in full. Pay in 4 is included in PayPal Payments at no additional cost. Eligible buyers can pay in four interest-free payments for purchases of $30 to $2,000 AUD. Terms apply.', '{}', 'pending', 'woocommerce.com', '2025-02-12 19:29:19', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (76, 'wc-admin-real-time-order-alerts', 'info', 'en_US', 'Get real-time order alerts anywhere', 'Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.', '{}', 'unactioned', 'woocommerce-admin', '2025-02-17 19:28:07', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (77, 'stripe_stripetax_q1_2025', 'marketing', 'en_US', 'Say goodbye to your tax woes', 'Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.', '{}', 'pending', 'woocommerce.com', '2025-02-19 19:14:16', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (78, 'printful_promo_q1_2025', 'marketing', 'en_US', 'New: sell print-on-demand products, risk-free', 'Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.', '{}', 'pending', 'woocommerce.com', '2025-02-26 19:45:27', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (79, '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-03-04 05:24:01', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (80, 'woo-marketplace-two-year-subscriptions-rin-2025-03-17', 'marketing', 'en_US', 'Save 20% on new two-year subscriptions', 'We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.', '{}', 'pending', 'woocommerce.com', '2025-03-17 19:13:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (81, 'viva_wallet_migration_q1_2025', 'update', 'en_US', 'Switch to the new Viva.com Smart Checkout', 'The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.', '{}', 'pending', 'woocommerce.com', '2025-04-03 19:23:07', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (82, 'stripe_orderstatus_bug_q2_2025', 'update', 'en_US', 'Action Required: Update Order Status Manager', 'Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.', '{}', 'pending', 'woocommerce.com', '2025-04-03 19:23:07', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (83, 'WooCommerce-Stripe-Gateway-Update-April-2025', 'update', 'en_US', 'Action required: Update WooCommerce Stripe Gateway to v9.4.1', '<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.', '{}', 'pending', 'woocommerce.com', '2025-04-18 19:17:06', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (84, 'WooCommerce-Stripe-Gateway-Update-Info-April-2025', 'update', 'en_US', 'WooCommerce Stripe Gateway has been updated to v9.4.1', '<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.', '{}', 'pending', 'woocommerce.com', '2025-04-18 19:17:06', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (85, 'klaviyo_q2_2025', 'marketing', 'en_US', 'Tailor your marketing with data-driven automation', 'Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity', '{}', 'pending', 'woocommerce.com', '2025-04-30 19:18:06', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (86, '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-05-05 19:22:47', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `SnT_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 (87, '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-05-13 19:25:13', NULL, '0', 'plain', '', '0', '0', 'info');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (50, 50);

INSERT IGNORE INTO `SnT_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (55, 55);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES (1, NULL, '', 'test', 'test', 'test@gmail.com', '2024-12-06 07:24:24', NULL, 'AE', '', 'Dubai', '');

INSERT IGNORE INTO `SnT_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES (2, 1, 'iuliia', 'Iuliia', 'Kushchova', 'oneaiforce5@gmail.com', '2024-12-06 07:28:18', '2024-11-14 07:39:24', 'AE', '', 'Dubai', '');

INSERT IGNORE INTO `SnT_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES (3, 3, 'test.test', 'test', 'test', 'test@123.com', '2024-12-06 07:31:39', '2024-12-06 07:31:39', 'AE', '', 'Dubai', '');

INSERT IGNORE INTO `SnT_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES (4, 4, 'lindaperez808', '', '', 'lindaperez808@gmail.com', '2024-12-06 00:00:00', '2024-12-06 14:14:16', '', '', '', '');

INSERT IGNORE INTO `SnT_wc_customer_lookup` (`customer_id`, `user_id`, `username`, `first_name`, `last_name`, `email`, `date_last_active`, `date_registered`, `country`, `postcode`, `city`, `state`) VALUES (5, 5, 'georgeserrano808', '', '', 'georgeserrano808@gmail.com', '2025-04-03 00:00:00', '2025-04-03 13:42:32', '', '', '', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (1, 6039, 'billing', 'test', 'test', 'test', 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', 'test@gmail.com', 85478954512);

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (2, 6039, 'shipping', 'test', 'test', 'test', 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (3, 6040, 'billing', 'admin', 'admin', NULL, 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', 'oneaiforce5@gmail.com', 8521456789);

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (4, 6040, 'shipping', 'admin', 'admin', NULL, 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', NULL, NULL);

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (5, 6041, 'billing', 'test', 'test', NULL, 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', 'test@123.com', 8521456789);

INSERT IGNORE INTO `SnT_wc_order_addresses` (`id`, `order_id`, `address_type`, `first_name`, `last_name`, `company`, `address_1`, `address_2`, `city`, `state`, `postcode`, `country`, `email`, `phone`) VALUES (6, 6041, 'shipping', 'test', 'test', NULL, 'UAE', NULL, 'Dubai', NULL, NULL, 'AE', NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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 AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_order_operational_data` (`id`, `order_id`, `created_via`, `woocommerce_version`, `prices_include_tax`, `coupon_usages_are_counted`, `download_permission_granted`, `cart_hash`, `new_order_email_sent`, `order_key`, `order_stock_reduced`, `date_paid_gmt`, `date_completed_gmt`, `shipping_tax_amount`, `shipping_total_amount`, `discount_tax_amount`, `discount_total_amount`, `recorded_sales`) VALUES (1, 6039, 'checkout', '9.4.3', '0', 1, 1, '47baf6b9f79810d2b67ab1465f4c34f1', 1, 'wc_order_mu83N61rG5vka', 1, NULL, NULL, '0.00000000', '0.00000000', '0.00000000', '0.00000000', 1);

INSERT IGNORE INTO `SnT_wc_order_operational_data` (`id`, `order_id`, `created_via`, `woocommerce_version`, `prices_include_tax`, `coupon_usages_are_counted`, `download_permission_granted`, `cart_hash`, `new_order_email_sent`, `order_key`, `order_stock_reduced`, `date_paid_gmt`, `date_completed_gmt`, `shipping_tax_amount`, `shipping_total_amount`, `discount_tax_amount`, `discount_total_amount`, `recorded_sales`) VALUES (7, 6040, 'checkout', '9.4.3', '0', 1, 1, '47baf6b9f79810d2b67ab1465f4c34f1', 1, 'wc_order_CiOwbfxd9GtxQ', 1, NULL, NULL, '0.00000000', '0.00000000', '0.00000000', '0.00000000', 1);

INSERT IGNORE INTO `SnT_wc_order_operational_data` (`id`, `order_id`, `created_via`, `woocommerce_version`, `prices_include_tax`, `coupon_usages_are_counted`, `download_permission_granted`, `cart_hash`, `new_order_email_sent`, `order_key`, `order_stock_reduced`, `date_paid_gmt`, `date_completed_gmt`, `shipping_tax_amount`, `shipping_total_amount`, `discount_tax_amount`, `discount_total_amount`, `recorded_sales`) VALUES (13, 6041, 'checkout', '9.4.3', '0', 1, 1, '47baf6b9f79810d2b67ab1465f4c34f1', 1, 'wc_order_XZT36HR1rXdR7', 1, NULL, NULL, '0.00000000', '0.00000000', '0.00000000', '0.00000000', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 '0000-00-00 00:00:00',
  `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`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES (1, 6039, 2664, '0', 1, '2024-12-06 07:24:24', 1, 25, 25, '0', '0', '0', '0');

INSERT IGNORE INTO `SnT_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES (3, 6040, 2664, '0', 2, '2024-12-06 07:28:18', 1, 25, 25, '0', '0', '0', '0');

INSERT IGNORE INTO `SnT_wc_order_product_lookup` (`order_item_id`, `order_id`, `product_id`, `variation_id`, `customer_id`, `date_created`, `product_qty`, `product_net_revenue`, `product_gross_revenue`, `coupon_amount`, `tax_amount`, `shipping_amount`, `shipping_tax_amount`) VALUES (5, 6041, 2664, '0', 3, '2024-12-06 07:31:39', 1, 25, 25, '0', '0', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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;

INSERT IGNORE INTO `SnT_wc_order_stats` (`order_id`, `parent_id`, `date_created`, `date_created_gmt`, `date_paid`, `date_completed`, `num_items_sold`, `total_sales`, `tax_total`, `shipping_total`, `net_total`, `returning_customer`, `status`, `customer_id`) VALUES (6039, '0', '2024-12-06 07:24:24', '2024-12-06 07:24:24', NULL, NULL, 1, 25, '0', '0', 25, '0', 'wc-processing', 1);

INSERT IGNORE INTO `SnT_wc_order_stats` (`order_id`, `parent_id`, `date_created`, `date_created_gmt`, `date_paid`, `date_completed`, `num_items_sold`, `total_sales`, `tax_total`, `shipping_total`, `net_total`, `returning_customer`, `status`, `customer_id`) VALUES (6040, '0', '2024-12-06 07:28:18', '2024-12-06 07:28:18', NULL, NULL, 1, 25, '0', '0', 25, '0', 'wc-processing', 2);

INSERT IGNORE INTO `SnT_wc_order_stats` (`order_id`, `parent_id`, `date_created`, `date_created_gmt`, `date_paid`, `date_completed`, `num_items_sold`, `total_sales`, `tax_total`, `shipping_total`, `net_total`, `returning_customer`, `status`, `customer_id`) VALUES (6041, '0', '2024-12-06 07:31:39', '2024-12-06 07:31:39', NULL, NULL, 1, 25, '0', '0', 25, '0', 'wc-processing', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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;

INSERT IGNORE INTO `SnT_wc_orders` (`id`, `status`, `currency`, `type`, `tax_amount`, `total_amount`, `customer_id`, `billing_email`, `date_created_gmt`, `date_updated_gmt`, `parent_order_id`, `payment_method`, `payment_method_title`, `transaction_id`, `ip_address`, `user_agent`, `customer_note`) VALUES (6039, 'wc-processing', 'AED', 'shop_order', '0.00000000', 25.00000000, '0', 'test@gmail.com', '2024-12-06 07:24:24', '2024-12-06 07:24:24', '0', 'cod', 'Cash on delivery', '', '83.111.10.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', '');

INSERT IGNORE INTO `SnT_wc_orders` (`id`, `status`, `currency`, `type`, `tax_amount`, `total_amount`, `customer_id`, `billing_email`, `date_created_gmt`, `date_updated_gmt`, `parent_order_id`, `payment_method`, `payment_method_title`, `transaction_id`, `ip_address`, `user_agent`, `customer_note`) VALUES (6040, 'wc-processing', 'AED', 'shop_order', '0.00000000', 25.00000000, 1, 'oneaiforce5@gmail.com', '2024-12-06 07:28:18', '2024-12-06 07:28:18', '0', 'cod', 'Cash on delivery', '', '83.111.10.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', '');

INSERT IGNORE INTO `SnT_wc_orders` (`id`, `status`, `currency`, `type`, `tax_amount`, `total_amount`, `customer_id`, `billing_email`, `date_created_gmt`, `date_updated_gmt`, `parent_order_id`, `payment_method`, `payment_method_title`, `transaction_id`, `ip_address`, `user_agent`, `customer_note`) VALUES (6041, 'wc-processing', 'AED', 'shop_order', '0.00000000', 25.00000000, 3, 'test@123.com', '2024-12-06 07:31:39', '2024-12-06 07:31:40', '0', 'cod', 'Cash on delivery', '', '83.111.10.206', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (1, 6039, 'is_vat_exempt', 'no');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (2, 6039, '_billing_address_index', 'test test test UAE  Dubai   AE test@gmail.com 85478954512');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (3, 6039, '_shipping_address_index', 'test test test UAE  Dubai   AE ');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (4, 6039, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (5, 6039, '_wc_order_attribution_utm_source', '(direct)');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (6, 6039, '_wc_order_attribution_session_entry', 'https://bookblv.com/product/botox-treatment/?v=b6bb43df4525');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (7, 6039, '_wc_order_attribution_session_start_time', '2024-12-06 07:20:28');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (8, 6039, '_wc_order_attribution_session_pages', 5);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (9, 6039, '_wc_order_attribution_session_count', 1);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (10, 6039, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (11, 6039, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (12, 6039, 'lws_woorewards_sponsor_at_checkout', 'a:4:{s:12:\"sponsored_id\";i:0;s:15:\"sponsored_email\";s:14:\"test@gmail.com\";s:10:\"sponsor_id\";b:0;s:6:\"origin\";b:0;}');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (13, 6039, 'lws_woorewards_core_pool-6032', '2024-12-06T07:24:24+00:00');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (14, 6039, 'lws_woorewards_core_pool-6032', '2024-12-06T07:24:24+00:00');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (15, 6040, 'is_vat_exempt', 'no');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (16, 6040, '_billing_address_index', 'admin admin  UAE  Dubai   AE oneaiforce5@gmail.com 8521456789');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (17, 6040, '_shipping_address_index', 'admin admin  UAE  Dubai   AE ');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (18, 6040, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (19, 6040, '_wc_order_attribution_utm_source', '(direct)');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (20, 6040, '_wc_order_attribution_session_entry', 'https://bookblv.com/');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (21, 6040, '_wc_order_attribution_session_start_time', '2024-11-27 10:52:19');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (22, 6040, '_wc_order_attribution_session_pages', 5);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (23, 6040, '_wc_order_attribution_session_count', 7);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (24, 6040, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (25, 6040, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (26, 6040, 'lws_woorewards_sponsor_at_checkout', 'a:4:{s:12:\"sponsored_id\";i:1;s:15:\"sponsored_email\";s:21:\"oneaiforce5@gmail.com\";s:10:\"sponsor_id\";N;s:6:\"origin\";b:0;}');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (27, 6040, 'lws_woorewards_core_pool-6032', '2024-12-06T07:28:18+00:00');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (28, 6040, 'lws_woorewards_core_pool-6032', '2024-12-06T07:28:18+00:00');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (29, 6041, 'is_vat_exempt', 'no');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (30, 6041, '_billing_address_index', 'test test  UAE  Dubai   AE test@123.com 8521456789');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (31, 6041, '_shipping_address_index', 'test test  UAE  Dubai   AE ');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (32, 6041, '_wc_order_attribution_source_type', 'typein');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (33, 6041, '_wc_order_attribution_utm_source', '(direct)');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (34, 6041, '_wc_order_attribution_session_entry', 'https://bookblv.com/product/botox-treatment/?v=b6bb43df4525');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (35, 6041, '_wc_order_attribution_session_start_time', '2024-12-06 07:29:29');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (36, 6041, '_wc_order_attribution_session_pages', 5);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (37, 6041, '_wc_order_attribution_session_count', 1);

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (38, 6041, '_wc_order_attribution_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (39, 6041, '_wc_order_attribution_device_type', 'Desktop');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (40, 6041, 'lws_woorewards_sponsor_at_checkout', 'a:4:{s:12:\"sponsored_id\";i:3;s:15:\"sponsored_email\";s:12:\"test@123.com\";s:10:\"sponsor_id\";N;s:6:\"origin\";b:0;}');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (41, 6041, 'lws_woorewards_core_pool-6032', '2024-12-06T07:31:39+00:00');

INSERT IGNORE INTO `SnT_wc_orders_meta` (`id`, `order_id`, `meta_key`, `meta_value`) VALUES (42, 6041, 'lws_woorewards_core_pool-6032', '2024-12-06T07:31:39+00:00');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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;

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (2664, 2664, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (2664, 2664, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (2664, 2664, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (2664, 2664, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6108, 6108, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6108, 6108, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6108, 6108, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6108, 6108, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6143, 6143, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6143, 6143, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6143, 6143, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6143, 6143, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6148, 6148, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6148, 6148, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6148, 6148, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6148, 6148, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6156, 6156, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6156, 6156, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6156, 6156, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6156, 6156, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6158, 6158, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6158, 6158, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6158, 6158, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6158, 6158, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6159, 6159, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6159, 6159, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6159, 6159, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6159, 6159, 'pa_manufactures', 11, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6160, 6160, 'pa_manufactures', 7, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6160, 6160, 'pa_manufactures', 8, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6160, 6160, 'pa_manufactures', 10, '0', 1);

INSERT IGNORE INTO `SnT_wc_product_attributes_lookup` (`product_id`, `product_or_parent_id`, `taxonomy`, `term_id`, `is_variation_attribute`, `in_stock`) VALUES (6160, 6160, 'pa_manufactures', 11, '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES (1, 'file:///home2/adnemgmy/public_html/wp-content/uploads/woocommerce_uploads/', 1);

INSERT IGNORE INTO `SnT_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES (2, 'https://adn.emg.mybluehost.me/wp-content/uploads/woocommerce_uploads/', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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;

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (60, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2664, '', '', '0', '0', 15.0000, 15.0000, '0', NULL, 'instock', 1, '0.00', 3, 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2666, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2667, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2668, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2672, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2674, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2675, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2678, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2680, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2681, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2684, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2686, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2687, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2692, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2694, '', '', '0', '0', '0.0000', '0.0000', '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (2696, '0001', '', '0', '0', 100.0000, 100.0000, '0', NULL, 'instock', 1, '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6108, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6143, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6148, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6156, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6158, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6159, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');

INSERT IGNORE INTO `SnT_wc_product_meta_lookup` (`product_id`, `sku`, `global_unique_id`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (6160, '', '', '0', '0', 25.0000, 25.0000, '0', NULL, 'instock', '0', '0.00', '0', 'taxable', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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(6) 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 `SnT_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 `SnT_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 `SnT_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES (1, 'Reduced rate', 'reduced-rate');

INSERT IGNORE INTO `SnT_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 `SnT_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(6) NOT NULL,
  `failure_count` smallint(6) 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 `SnT_webpushr_abandoned_cart` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date_time` timestamp NOT NULL DEFAULT current_timestamp(),
  `endpoint` varchar(500) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  `prod_count` tinyint(4) DEFAULT NULL,
  `prod_id` bigint(20) DEFAULT NULL,
  `cart_total` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `endpoint` (`endpoint`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_api_keys` (`key_id`, `user_id`, `description`, `permissions`, `consumer_key`, `consumer_secret`, `nonces`, `truncated_key`, `last_access`) VALUES (1, 1, 'Gallabox - API (2024-12-16 08:47:32)', 'read_write', '5a16af067f57c1948806e4506e7a66c5b981f1d4ee855bea0251f57bb020d824', 'cs_ac2c9dbaf3d67fd1e18f4e03f11cabc4e6c47926', NULL, '15a6f60', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES (1, 'manufactures', 'Manufactures', 'select', 'menu_order', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(6) 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 `SnT_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 AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (1, 1, '_product_id', 2664);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (2, 1, '_variation_id', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (3, 1, '_qty', 1);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (4, 1, '_tax_class', '');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (5, 1, '_line_subtotal', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (6, 1, '_line_subtotal_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (7, 1, '_line_total', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (8, 1, '_line_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (9, 1, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (10, 2, 'method_id', 'free_shipping');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (11, 2, 'instance_id', 2);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (12, 2, 'cost', '0.00');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (13, 2, 'total_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (14, 2, 'taxes', 'a:1:{s:5:\"total\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (15, 2, 'Items', 'Botox treatment &times; 1');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (16, 3, '_product_id', 2664);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (17, 3, '_variation_id', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (18, 3, '_qty', 1);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (19, 3, '_tax_class', '');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (20, 3, '_line_subtotal', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (21, 3, '_line_subtotal_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (22, 3, '_line_total', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (23, 3, '_line_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (24, 3, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (25, 4, 'method_id', 'free_shipping');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (26, 4, 'instance_id', 2);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (27, 4, 'cost', '0.00');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (28, 4, 'total_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (29, 4, 'taxes', 'a:1:{s:5:\"total\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (30, 4, 'Items', 'Botox treatment &times; 1');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (31, 5, '_product_id', 2664);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (32, 5, '_variation_id', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (33, 5, '_qty', 1);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (34, 5, '_tax_class', '');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (35, 5, '_line_subtotal', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (36, 5, '_line_subtotal_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (37, 5, '_line_total', 25);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (38, 5, '_line_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (39, 5, '_line_tax_data', 'a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (40, 6, 'method_id', 'free_shipping');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (41, 6, 'instance_id', 2);

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (42, 6, 'cost', '0.00');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (43, 6, 'total_tax', '0');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (44, 6, 'taxes', 'a:1:{s:5:\"total\";a:0:{}}');

INSERT IGNORE INTO `SnT_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES (45, 6, 'Items', 'Botox treatment &times; 1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (1, 'Botox treatment', 'line_item', 6039);

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (2, 'Free shipping', 'shipping', 6039);

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (3, 'Botox treatment', 'line_item', 6040);

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (4, 'Free shipping', 'shipping', 6040);

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (5, 'Botox treatment', 'line_item', 6041);

INSERT IGNORE INTO `SnT_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES (6, 'Free shipping', 'shipping', 6041);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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 `SnT_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=267 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (256, 't_20abc0cd8f15495aee530a952489e0', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747389445);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (257, 't_265189cbe108c38bf9debd580cec9e', 'a:1:{s:8:\"customer\";s:839:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-02-01T13:21:51+00:00\";s:10:\"first_name\";s:5:\"admin\";s:9:\"last_name\";s:5:\"admin\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"8521456789\";s:5:\"email\";s:21:\"oneaiforce5@gmail.com\";s:7:\"address\";s:3:\"UAE\";s:9:\"address_1\";s:3:\"UAE\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:5:\"Dubai\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";s:19:\"shipping_first_name\";s:5:\"admin\";s:18:\"shipping_last_name\";s:5:\"admin\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:3:\"UAE\";s:18:\"shipping_address_1\";s:3:\"UAE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Dubai\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747389449);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (258, 't_f47e5c08eeb1287328ee78725e423a', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747462469);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (259, 1, 'a:11:{s:4:\"cart\";s:486:\"a:1:{s:32:\"daaaf13651380465fc284db6940d8478\";a:12:{s:3:\"key\";s:32:\"daaaf13651380465fc284db6940d8478\";s:10:\"product_id\";i:2664;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:12:\"product_meta\";a:1:{s:9:\"meta_data\";a:1:{s:14:\"wps_wpm_points\";i:0;}}s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:15;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:15;s:8:\"line_tax\";d:0;}}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"15\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"15\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"15.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:485:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_8d59f074a84675543f700fd1127afdda\";s:5:\"rates\";a:1:{s:15:\"free_shipping:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:2\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:2;s:5:\"label\";s:13:\"Free shipping\";s:4:\"cost\";s:4:\"0.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:25:\"Botox treatment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:43:\"a:1:{i:0;a:1:{i:0;s:15:\"free_shipping:2\";}}\";s:23:\"chosen_shipping_methods\";s:33:\"a:1:{i:0;s:15:\"free_shipping:2\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:8:\"customer\";s:839:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-02-01T13:21:51+00:00\";s:10:\"first_name\";s:5:\"admin\";s:9:\"last_name\";s:5:\"admin\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"8521456789\";s:5:\"email\";s:21:\"oneaiforce5@gmail.com\";s:7:\"address\";s:3:\"UAE\";s:9:\"address_1\";s:3:\"UAE\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:5:\"Dubai\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";s:19:\"shipping_first_name\";s:5:\"admin\";s:18:\"shipping_last_name\";s:5:\"admin\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:3:\"UAE\";s:18:\"shipping_address_1\";s:3:\"UAE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Dubai\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747462474);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (261, 't_56397589947a6986d72f664373cde8', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747465283);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (262, 't_dc3447cabe243fd287e9996e7ad429', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747466471);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (263, 't_66d8f3dd67e2985ad4e24ec08df357', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747497206);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (264, 't_e720ea1c963a020f6163b8a6109e13', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747497261);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (265, 't_5b9a4d2834a3d8d6b2084fa2093791', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747498141);

INSERT IGNORE INTO `SnT_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (266, 't_b70dd0946ed8f4101181ac185322a2', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:738:\"a:28:{s:2:\"id\";s:1:\"0\";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:0:\"\";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:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"AE\";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:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1747498141);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_shipping_zone_locations` (`location_id`, `zone_id`, `location_code`, `location_type`) VALUES (1, 1, 'AE', 'country');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_shipping_zone_methods` (`zone_id`, `instance_id`, `method_id`, `method_order`, `is_enabled`) VALUES (1, 2, 'free_shipping', 1, 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_woocommerce_shipping_zones` (`zone_id`, `zone_name`, `zone_order`) VALUES (1, 'UAE', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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(11) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(11) 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 `SnT_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text DEFAULT NULL,
  `backup_date` text 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 `SnT_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wpforms_logs` (`id`, `title`, `message`, `types`, `create_at`, `form_id`, `entry_id`, `user_id`) VALUES (1, 'Migration', 'Migration of WPForms to 1.9.2.2 is fully completed.', 'log', '2024-11-18 21:32:11', '0', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_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 `SnT_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 `SnT_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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (1, 'wpforms_process_forms_locator_scan', 'W10=', '2024-11-14 07:44:54');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (2, 'wpforms_process_purge_spam', 'W10=', '2024-11-14 07:44:54');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (3, 'wpforms_admin_notifications_update', 'W10=', '2024-11-19 19:10:57');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (4, 'wpforms_process_forms_locator_scan', 'W10=', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (5, 'wpforms_process_purge_spam', 'W10=', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (6, 'wpforms_process_purge_spam', 'W10=', '2024-11-19 19:13:31');

INSERT IGNORE INTO `SnT_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (8, 'wpforms_admin_addons_cache_update', 'W10=', '2024-11-19 19:18:42');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yith_shippo_shipping_parcel_boxes` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `type` varchar(255) NOT NULL DEFAULT 'parcel',
  `weight` varchar(25) DEFAULT NULL,
  `width` varchar(25) DEFAULT NULL,
  `height` varchar(25) DEFAULT NULL,
  `length` varchar(25) DEFAULT NULL,
  `inner_padding` varchar(25) DEFAULT NULL,
  `max_weight` varchar(25) DEFAULT NULL,
  `distance_unit` varchar(25) DEFAULT NULL,
  `weight_unit` varchar(25) DEFAULT NULL,
  `shipping_zones` longtext 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 `SnT_yith_shippo_shipping_rulemeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `shippo_shipping_rule_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) NOT NULL DEFAULT '',
  `meta_value` longtext NOT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `external_rule` (`shippo_shipping_rule_id`),
  KEY `object_type` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yith_shippo_shipping_rules` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `shipping_service` varchar(255) NOT NULL DEFAULT 'all',
  `condition_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `condition_type` varchar(4) NOT NULL DEFAULT 'show',
  `condition_mode` varchar(3) NOT NULL DEFAULT 'and',
  `fee_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `fee_type` varchar(20) NOT NULL DEFAULT 'fixed',
  `fee_value` decimal(19,4) NOT NULL DEFAULT 0.0000,
  `label_enabled` tinyint(1) NOT NULL DEFAULT 0,
  `custom_label` varchar(255) NOT NULL DEFAULT '',
  `priority` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `shipping_service` (`shipping_service`),
  KEY `condition_type` (`condition_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yith_shippo_shipping_tracking` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `tracking_number` varchar(255) NOT NULL,
  `carrier` varchar(255) DEFAULT '',
  `order_id` bigint(20) NOT NULL DEFAULT 0,
  `rate_key` varchar(20) NOT NULL DEFAULT '',
  `status` varchar(100) NOT NULL DEFAULT 'UNKNOWN',
  `status_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `info` longtext 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 `SnT_yoast_indexable` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(10) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(11) DEFAULT NULL,
  `readability_score` int(11) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(10) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (1, 'https://bookblv.com/author/iuliia/', '42:88b340a262f0e0ac7a9934e0b4139a81', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/82a9e8fea89be93ff08fba81523a7521?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/82a9e8fea89be93ff08fba81523a7521?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2024-11-14 07:40:55', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-21 18:56:39', '2024-11-14 07:39:24', NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (2, 'https://adn.emg.mybluehost.me/', '30:15e6020c67bb42e15d368eb0167d701b', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', 'Home', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2024-11-14 07:40:55', '2024-11-21 18:56:39', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-21 18:56:39', '2024-11-14 07:39:24', NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (3, 'https://adn.emg.mybluehost.me/shop/', '35:5b7435a81c686acf7bd3ef6e885103b5', NULL, 'post-type-archive', 'product', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Products', NULL, 1, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 19:13:31', '2024-11-21 18:56:39', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-21 18:56:39', NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (4, 'https://bookblv.com/?page_id=7', '38:da3e557c03d0c19c19a590e5c9371853', 7, 'post', 'page', 1, '0', NULL, NULL, 'Shop', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 19:13:31', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:40', '2024-11-19 19:13:25', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (5, 'https://adn.emg.mybluehost.me/hello-world/', '42:2ecb27a935113d117f0b97cbd408b07e', 1, 'post', 'post', 1, '0', NULL, NULL, 'Hello world!', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', 1, NULL, '2024-11-19 19:13:32', '2024-11-19 20:29:39', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-14 07:39:24', '2024-11-14 07:39:24', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (6, 'https://adn.emg.mybluehost.me/category/uncategorized/', '53:6bd52633efb4a3e0c61b36b786914df4', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '2024-11-19 19:13:35', '2024-11-21 18:30:22', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-21 18:30:22', '2024-11-14 07:39:24', NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (7, NULL, NULL, NULL, 'system-page', 404, NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', 1, '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 19:14:01', '2024-11-19 19:14:01', 1, NULL, NULL, NULL, NULL, '0', NULL, 1, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (8, 'https://bookblv.com/?page_id=14', '39:aaa94f0e79271197a9bf00204630194e', 14, 'post', 'page', 1, '0', NULL, NULL, 'About Us', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, 90, '0', NULL, '0', NULL, NULL, NULL, NULL, 'https://images.unsplash.com/photo-1618298363483-e31a31f1a1e2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTQ5fHxwb3J0cmFpdHxlbnwwfDB8MHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', NULL, NULL, 'first-content-image', NULL, NULL, 'https://images.unsplash.com/photo-1618298363483-e31a31f1a1e2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTQ5fHxwb3J0cmFpdHxlbnwwfDB8MHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', NULL, 'first-content-image', NULL, 8, NULL, NULL, '2024-11-19 19:14:01', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 3, 2, '2024-11-26 13:04:39', '2024-11-19 19:14:00', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (9, 'https://bookblv.com/?page_id=15', '39:7278aedc7177f32b3e98454e369fb431', 15, 'post', 'page', 1, '0', NULL, NULL, 'Services', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 19:14:09', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-19 19:14:09', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (10, 'https://bookblv.com/?page_id=16', '39:afb8038bbd30cb90ef52f2ecf23adaa5', 16, 'post', 'page', 1, '0', NULL, NULL, 'Contact Us', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 19:14:14', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-19 19:14:14', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (11, 'https://bookblv.com/?page_id=18', '39:776d75886220e730a7aef3a7e60de11b', 18, 'post', 'page', 1, '0', NULL, NULL, '', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, 60, '0', NULL, '0', NULL, NULL, NULL, NULL, 'https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;q=80&amp;w=800&amp;h=800&amp;crop=', NULL, NULL, 'first-content-image', NULL, NULL, 'https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;q=80&amp;w=800&amp;h=800&amp;crop=', NULL, 'first-content-image', NULL, 2, NULL, NULL, '2024-11-19 19:15:51', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 2, 2, '2024-11-26 13:04:39', '2024-11-19 19:15:50', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (12, 'https://adn.emg.mybluehost.me/?page_id=2', '40:82559a746b4c7f42e8673c7ca76d6f14', 2, 'post', 'page', 1, '0', NULL, NULL, 'Sample Page', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 19:16:01', '2024-11-19 19:16:01', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-19 19:16:00', '2024-11-14 07:39:24', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (13, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', 1, '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 20:12:16', '2024-11-19 20:12:16', 1, NULL, NULL, NULL, NULL, '0', NULL, 1, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (14, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', 1, '0', '0', '0', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 20:12:16', '2024-11-19 20:12:16', 1, NULL, NULL, NULL, NULL, '0', NULL, 1, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (15, 'https://bookblv.com/?page_id=3', '38:cd74582b77dc8815d722cb04ac88097e', 3, 'post', 'page', 1, '0', NULL, NULL, 'Privacy Policy', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 20:12:16', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-14 07:39:24', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (16, 'https://bookblv.com/?page_id=11', '39:27260767c1db3b32e2700f5080c5c18e', 11, 'post', 'page', 1, '0', NULL, NULL, 'Refund and Returns Policy', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-19 20:12:16', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-26 13:04:39', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (17, 'https://bookblv.com/?page_id=8', '38:0d9deb2e60d5078b915b511aac61dd47', 8, 'post', 'page', 1, '0', NULL, NULL, 'Cart', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 20:12:16', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-19 19:13:25', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (18, 'https://bookblv.com/?page_id=9', '38:ea7b8cc022abaf9222ecd280b8a83371', 9, 'post', 'page', 1, '0', NULL, NULL, 'Checkout', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 20:12:16', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-19 19:13:25', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (19, 'https://bookblv.com/?page_id=10', '39:49e54d467cd84724675a3988f3ffb9e2', 10, 'post', 'page', 1, '0', NULL, NULL, 'My account', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 20:12:16', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-19 19:13:25', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (20, 'https://adn.emg.mybluehost.me/product-category/uncategorized/', '61:3f3b21b78d9809935ce72ec7267d9878', 20, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-19 20:12:16', '2024-11-21 18:56:39', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-21 18:56:39', NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (21, 'https://bookblv.com/?page_id=33', '39:a7638a26b79e15bec6e415deed66a51b', 33, 'post', 'page', 1, '0', NULL, NULL, '', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-20 14:43:36', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 1, 2, '2024-11-26 13:04:39', '2024-11-20 15:06:24', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (22, 'https://bookblv.com/?page_id=35', '39:f49a7d1e1a40becf14b0a09411c181e8', 35, 'post', 'page', 1, '0', NULL, NULL, '', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-20 15:14:14', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 1, 2, '2024-11-26 13:04:39', '2024-11-20 15:14:14', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (23, 'https://bookblv.com/elementor-53/', '41:2d78680fa43a9e83ffc7bb41407cf6dc', 53, 'post', 'post', 1, '0', NULL, NULL, 'Elementor #53', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, 90, '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, '2024-11-21 18:24:57', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 2, 2, '2024-11-21 18:30:22', '2024-11-21 18:24:58', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (24, 'https://bookblv.com/product/60/', '39:095e9b7b206b0f61ef29e41ad3e893ce', 60, 'post', 'product', 1, '0', NULL, NULL, '', 'publish', NULL, '0', NULL, NULL, NULL, NULL, NULL, 90, '0', NULL, '0', NULL, NULL, NULL, NULL, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', NULL, 'first-content-image', NULL, '0', NULL, NULL, '2024-11-21 18:56:39', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', 1, 2, '2024-11-21 18:56:39', '2024-11-21 18:56:39', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (25, 'https://bookblv.com/?page_id=61', '39:3da33720b379ecc3e3badc7a08df70c3', 61, 'post', 'page', 1, '0', NULL, NULL, 'New Page (ID #61)', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-25 17:52:48', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-26 13:04:39', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (26, 'https://bookblv.com/?page_id=63', '39:db802dca923bb1c80cf7f782428590a9', 63, 'post', 'page', 1, '0', NULL, NULL, 'New Page (ID #63)', 'trash', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-25 17:54:32', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-26 13:04:39', '2024-11-26 13:04:39', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (27, 'https://bookblv.com/?post_type=e-floating-buttons&p=65', '62:fef23de31659585928c07ba010c36cf5', 65, 'post', 'e-floating-buttons', 1, '0', NULL, NULL, 'Elementor Floating Element #65', 'draft', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-25 17:54:56', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', NULL, 2, '2024-11-25 17:54:57', '0000-00-00 00:00:00', '0');

INSERT IGNORE INTO `SnT_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES (28, 'https://bookblv.com/?page_id=77', '39:6967dbf4778507ddc55ecd333e6268fe', 77, 'post', 'page', 1, '0', NULL, NULL, 'Elementor #77', 'draft', '0', '0', NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2024-11-26 13:05:27', '2025-05-15 16:14:34', 1, NULL, NULL, NULL, NULL, '0', '0', 2, '2024-11-26 13:05:28', '0000-00-00 00:00:00', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yoast_indexable_hierarchy` (
  `indexable_id` int(10) unsigned NOT NULL,
  `ancestor_id` int(10) unsigned NOT NULL,
  `depth` int(10) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (1, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (2, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (3, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (4, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (5, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (6, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (8, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (9, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (10, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (11, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (12, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (15, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (16, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (17, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (18, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (19, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (20, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (21, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (22, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (23, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (24, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (25, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (26, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (27, '0', '0', 1);

INSERT IGNORE INTO `SnT_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES (28, '0', '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yoast_migrations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `SnT_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (1, 20171228151840);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (2, 20171228151841);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (3, 20190529075038);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (4, 20191011111109);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (5, 20200408101900);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (6, 20200420073606);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (7, 20200428123747);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (8, 20200428194858);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (9, 20200429105310);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (10, 20200430075614);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (11, 20200430150130);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (12, 20200507054848);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (13, 20200513133401);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (14, 20200609154515);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (15, 20200616130143);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (16, 20200617122511);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (17, 20200702141921);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (18, 20200728095334);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (19, 20201202144329);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (20, 20201216124002);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (21, 20201216141134);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (22, 20210817092415);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (23, 20211020091404);

INSERT IGNORE INTO `SnT_yoast_migrations` (`id`, `version`) VALUES (24, 20230417083836);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `SnT_yoast_primary_term` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`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 `SnT_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(10) unsigned DEFAULT NULL,
  `target_indexable_id` int(10) unsigned DEFAULT NULL,
  `height` int(10) unsigned DEFAULT NULL,
  `width` int(10) unsigned DEFAULT NULL,
  `size` int(10) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (1, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (2, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (3, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (4, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (5, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (6, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (7, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (8, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (9, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (10, 'https://instagram.com', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (11, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (12, 'https://#', 14, NULL, 'internal', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (13, 'https://images.unsplash.com/photo-1618298363483-e31a31f1a1e2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTQ5fHxwb3J0cmFpdHxlbnwwfDB8MHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (14, 'https://images.unsplash.com/photo-1508184964240-ee96bb9677a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjR8fHBvcnRyYWl0fGVufDB8MHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (15, 'https://images.unsplash.com/photo-1509460913899-515f1df34fea?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (16, 'https://images.unsplash.com/photo-1515121240746-1fc801ba75a8?auto=format&amp;fit=crop&amp;q=80&amp;w=200&amp;h=200&amp;crop=face', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (17, 'https://images.unsplash.com/photo-1460518451285-97b6aa326961?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8b2ZmaWNlfGVufDB8MnwwfHw%3D&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=60&amp;w=800&amp;h=&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (18, 'https://images.unsplash.com/photo-1599021251909-b88562a9fbc9?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (19, 'https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTF8fHxlbnwwfHx8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (20, 'https://images.unsplash.com/photo-1543858828-7cf1a9beb95c?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;w=1000&amp;q=60&amp;w=600&amp;h=900&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (21, 'https://images.unsplash.com/photo-1499696010180-025ef6e1a8f9?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=3270&amp;q=80&amp;w=1200&amp;h=&amp;crop=', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (24, 'https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;q=80&amp;w=800&amp;h=800&amp;crop=', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (25, 'https://images.unsplash.com/photo-1640951613773-54706e06851d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTg5fHxwZXJzb258ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=200&amp;h=200&amp;crop=face', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (26, 'https://images.unsplash.com/photo-1495837174058-628aafc7d610?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=2080&amp;q=80&amp;w=900&amp;h=900&amp;crop=', 18, NULL, 'image-ex', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (27, 'http://wa.me/562657965', 33, NULL, 'external', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (28, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 33, NULL, 'image-ex', 21, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (29, 'http://wa.me/562657965', 35, NULL, 'external', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (30, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 35, NULL, 'image-ex', 22, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (31, 'http://wa.me/562657965', 14, NULL, 'external', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (32, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=980x980&amp;format=png&amp;margin=20&amp;color=76c490&amp;bgcolor=ffffff', 14, NULL, 'image-ex', 8, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (33, 'https://bookblv.com/category/uncategorized/', 18, NULL, 'internal', 11, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (34, 'https://bookblv.com/hello-world/', 18, 1, 'internal', 11, 5, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (37, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', 18, 44, 'image-in', 11, NULL, 900, 900, 130093, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (38, 'https://bellavie.com/services', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (39, 'https://bellavie.com/rewards', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (40, 'https://bellavie.com/retreats', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (41, 'https://bellavie.com/dining', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (42, 'https://bellavie.com/account', 53, NULL, 'external', 23, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (43, 'file:///C:/Users/unlim/Downloads/vfjuRSsdRrXP6Gdg3.html', 60, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (44, 'http://wa.me/562657965', 60, NULL, 'external', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (45, 'https://api.qrserver.com/v1/create-qr-code/?data=wa.me%2F562657965&amp;size=460x460&amp;format=png&amp;margin=10&amp;color=5fb09b&amp;bgcolor=ffffff', 60, NULL, 'image-ex', 24, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `SnT_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES (46, 'https://bookblv.com/wp-content/uploads/2024/11/yt8d06jn-300x300.png', 60, 44, 'image-in', 24, NULL, 900, 900, 130093, NULL, NULL);